Question:medium

The general solution of the differential equation $x \, dy - y \, dx = y^2 \, dx$ is:

Show Hint

When you see $x \, dy - y \, dx$, try dividing by $y^2$ to get $-d(x/y)$ or by $x^2$ to get $d(y/x)$. Here, dividing by $y^2$ gives $d(x/y) = -dx/x$ if rearranged slightly, which is even faster.
Updated On: May 2, 2026
  • $y = \frac{x}{C - x}$
  • $x = \frac{2y}{C + x}$
  • $y = (C + x)(2x)$
  • $y = \frac{2x}{C + x}$
  • $x = \frac{y}{C - x}$
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0