Question:medium

The solution of the differential equation $(y+x^{2})dx=xdy, x>0$ is a curve which passes through the point (1,0). The equation of the curve is

Show Hint

Logic Tip: Alternatively, rewrite as $\frac{dy}{dx} - \frac{1}{x}y = x$. This is a standard linear differential equation of the form $\frac{dy}{dx} + Py = Q$. The Integrating Factor is $e^{\int -\frac{1}{x} dx} = e^{-\ln x} = \frac{1}{x}$. Multiplying through yields $d(\frac{y}{x}) = dx$.
Updated On: Apr 27, 2026
  • $y=x(x+1)$
  • $y=x(x-1)$
  • $y=x^{2}(x-1)$
  • $y=x^{2}(x+1)$
  • $y=x(x^{2}-1)$
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0