Question:

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

Updated On: Jun 2, 2025
  • \(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\)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Approach Solution - 1

To solve the given differential equation \((y - x^2) dy = (1 - x^3) dx\), we can separate the variables and integrate both sides. Rearrange the equation as follows: 

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

\(\int y\, dy = \int (1 + x^2) dx\)
This results in:

\(\frac{y^2}{2} = x + \frac{x^3}{3} + C\)
We multiply through by 2 to simplify:

\(y^2 = 2x + \frac{2x^3}{3} + 2C\)
Applying the initial condition \(y(0) = 1\):
When \(x = 0\), \(y = 1\), so:

\(1^2 = 2(0) + \frac{2(0)^3}{3} + 2C\)
Therefore, \(1 = 2C\) giving \(C = \frac{1}{2}\). Substitute \(C\) back into the equation:

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

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

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

Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

Rewrite the given differential equation as:

\[ \frac{dy}{dx} = \frac{1 - x^3}{y - x^2 y}. \]

Factor \( y \) in the denominator:

\[ \frac{dy}{dx} = \frac{1 - x^3}{y(1 - x^2)}. \]

Separate variables:

\[ y(1 - x^2) dy = (1 - x^3) dx. \]

Integrate both sides:

\[ \int y \, dy = \int \frac{1 - x^3}{1 - x^2} dx. \]

The left-hand side integrates to:

\[ \int y \, dy = \frac{y^2}{2}. \]

Simplify the right-hand side using partial fractions:

\[ \frac{1 - x^3}{1 - x^2} = 1 + x. \]

Thus:

\[ \int (1 + x) dx = x + \frac{x^2}{2}. \]

Equating both sides:

\[ \frac{y^2}{2} = x + \frac{x^2}{2} + C. \]

Multiply through by 2:

\[ y^2 = x^2 + 2x + 2C. \]

Using the initial condition \( y(0) = 1 \):

\[ 1^2 = 0 + 0 + 2C \implies C = \frac{1}{2}. \]

Thus, the solution is:

\[ y^2 = x^2 + 2x + 1. \]
Was this answer helpful?
0
0