Question:medium

The particular solution of the differential equation \((y - x^2) dy = (1 - x^3) dx\) with \(y(0) = 1\), is:

Updated On: Mar 27, 2026
  • \(y^2 = x^2 + 2 \log_e |1 + x| + 1\)
  • \(y^2 = 1 + x^2 + 2 \log_e \left| \frac{1 + x}{2} \right|\)
  • \(y^2 = x^2 + 2x - 3\)
  • \(y^2 = x^2 + 2x + 1\)
Show Solution

The Correct Option is A

Solution and Explanation

The given differential equation is \((y - x^2) dy = (1 - x^3) dx\). To solve this, we separate the variables. Rearranging the equation yields:

\(y\, dy = (1 + x^2) dx\)
Integrating both sides gives:

\(\int y\, dy = \int (1 + x^2) dx\)
The result of the integration is:

\(\frac{y^2}{2} = x + \frac{x^3}{3} + C\)
Multiplying by 2 simplifies the equation to:

\(y^2 = 2x + \frac{2x^3}{3} + 2C\)
Using the initial condition \(y(0) = 1\), where \(x = 0\) and \(y = 1\):

\(1^2 = 2(0) + \frac{2(0)^3}{3} + 2C\)
This simplifies to \(1 = 2C\), so \(C = \frac{1}{2}\). Substituting \(C\) back into the equation gives:

\(y^2 = 2x + \frac{2x^3}{3} + 1\)
This is then further simplified to match the correct form:

\(y^2 = x^2 + 2 \log_e |1+x| + 1\)
Therefore, the particular solution is:

\(y^2 = x^2 + 2 \log_e |1 + x| + 1\)

Was this answer helpful?
0