Question:hard

The general solution of the differential equation \[ \frac{dy}{dx}=\frac{2xy-3y^2}{2x^2+3xy} \] is

Show Hint

Whenever numerator and denominator have the same degree, the differential equation is usually homogeneous.
Updated On: Jun 17, 2026
  • \(\displaystyle 3\log\left|\frac{y}{x}\right|=-\frac{x}{y}+c\)
  • \(\displaystyle \log|xy|=2xy+c\)
  • \(\displaystyle 3\log|xy|=\frac{2x}{y}+c\)
  • \(\displaystyle \log\left|\frac{y}{x}\right|=xy+c\)
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Spot a homogeneous equation.
Both top and bottom of $\dfrac{dy}{dx}=\dfrac{2xy-3y^2}{2x^2+3xy}$ are degree two, so substitute $y=vx$, with $\dfrac{dy}{dx}=v+x\dfrac{dv}{dx}$.
Step 2: Substitute and simplify the right side.
\[ v+x\frac{dv}{dx}=\frac{2vx^2-3v^2x^2}{2x^2+3vx^2}=\frac{2v-3v^2}{2+3v}. \]
Step 3: Isolate $x\dfrac{dv}{dx}$.
\[ x\frac{dv}{dx}=\frac{2v-3v^2}{2+3v}-v=\frac{2v-3v^2-2v-3v^2}{2+3v}=\frac{-6v^2}{2+3v}. \]
Step 4: Separate the variables.
\[ \frac{2+3v}{v^2}\,dv=-6\frac{dx}{x}\Rightarrow\left(\frac{2}{v^2}+\frac{3}{v}\right)dv=-6\frac{dx}{x}. \]
Step 5: Integrate both sides.
\[ -\frac{2}{v}+3\log|v|=-6\log|x|+c. \]
Step 6: Put $v=\dfrac{y}{x}$ and tidy.
$-\dfrac{2x}{y}+3\log\left|\dfrac{y}{x}\right|=-6\log|x|+c$. Combining the logs gives \[ 3\log|xy|=\frac{2x}{y}+c. \] \[ \boxed{3\log|xy|=\dfrac{2x}{y}+c} \]
Was this answer helpful?
0