Question:

Solution of diff. equation $(6x + 2y - 10)\frac{dy}{dx}=2x+9y-20$ is

Updated On: Jun 6, 2024
  • $(y + 2x)^2 = C (x - 2y + 5)$
  • $(y + 2x)^3 = C (x + 2y - 5)$
  • $ (y - 2x)^2 = C (x + 2y - 5) $
  • none of these
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

$\frac{dy}{dx} = \frac{2x+9y-20}{6x+2y-10}$. Put $x = X + h$ ; $y = Y + k$ $\frac{dY}{dX} = \frac{2X+9Y}{6X+2Y}$ Where $2h + 9k-20 = 0$ $6h + 2k- 10 = 0$ $\frac{h}{-50} = \frac{k}{-100} = \frac{1}{-50}$ $\therefore h = 1$, $k = 2$ Put $Y = vX$ $v+X \frac{dv}{dX} = \frac{2+9v}{6+2v}$ $\therefore X \frac{dv}{dX} = \frac{2+9v-6v-2v^{2}}{6+2v} $ $= \frac{2+3v-2v^{2}}{6+2v}$ $\frac{6+2v}{2+3v-2v^{2}}dv = \frac{dX}{X}$ $\Rightarrow \int \left[\frac{2}{1+2v}+\frac{2}{2-v}\right]dv$ $= \int \frac{dX}{X} + log\,C_{1}$ $\Rightarrow log \left(1 + 2 v\right) - 2 \,log \left(2 - v\right) = log \,C_{1}\, X$ $\Rightarrow log \frac{1+2v}{\left(2-v\right)^{2}} = log\,C_{1}\,X$ $\Rightarrow \frac{1+2 \frac{Y}{X}}{\left(2-\frac{Y}{X}\right) } = C_{1}\,X$ $\Rightarrow \frac{\left(X+2Y\right)X}{\left(2X-Y\right)^{2}} = C_{1}\,X$ $\Rightarrow \left(X + 2Y\right) = \left(2X - Y\right)^{2} C_{1}$ $\Rightarrow C\left(x + 2y - 5\right) - \left(2x - y\right)^{2}$ $\Rightarrow \left(y - 2 x\right)^{2} = C \left(x+ 2y - 5\right)$
Was this answer helpful?
5
1

Concepts Used:

Order and Degree of Differential Equation

The equation that helps us to identify the type and complexity of the differential equation is the order and degree of a differential equation.

The Order of a Differential Equation:

The highest order of the derivative that appears in the differential equation is the order of a differential equation.

The Degree of a Differential Equation:

The highest power of the highest order derivative that appears in a differential equation is the degree of a differential equation. Its degree is always a positive integer.

For examples:

  • 7(d4y/dx4)3 + 5(d2y/dx2)4+ 9(dy/dx)8 + 11 = 0 (Degree - 3)
  • (dy/dx)2 + (dy/dx) - Cos3x = 0 (Degree - 2)
  • (d2y/dx2) + x(dy/dx)3 = 0 (Degree - 1)