Question:

The solution of the differential equation $$ (x + 2y^3) \frac{dy}{dx} = y $$ is: 

Show Hint

For solving separable differential equations, rewrite the equation in the form \( M(x)dx = N(y)dy \), integrate both sides, and solve for \( y \).
Updated On: May 17, 2025
  • \( x = y(2xy + c) \)
  • \( x = y(y^2 + c) \)
  • \( y = x(x^2 + c) \)
  • \( xy = \frac{y^4}{2} + c \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Approach Solution - 1

Step 1: Given differential equation
We are given: \[ (x + 2y^3) \frac{dy}{dx} = y. \] Rearranging, \[ \frac{dy}{dx} = \frac{y}{x + 2y^3}. \] Step 2: Separating variables
Rewriting the equation: \[ (x + 2y^3) dy = y dx. \] Dividing both sides by \( y \): \[ \frac{x + 2y^3}{y} dy = dx. \] \[ \left( \frac{x}{y} + 2y^2 \right) dy = dx. \] Step 3: Integrating both sides
Integrating: \[ \int \left( \frac{x}{y} + 2y^2 \right) dy = \int dx. \] Breaking into two integrals: \[ \int \frac{x}{y} dy + \int 2y^2 dy = \int dx. \] Step 4: Evaluating the integrals
1. \( \int 2y^2 dy = \frac{2y^3}{3} \).
2. \( \int dx = x \).
3. \( \int \frac{x}{y} dy = x \ln |y| \) (since \( x \) is treated as a constant).
Thus, \[ x = y(y^2 + c). \] Step 5: Conclusion
Thus, the correct answer is: \[ x = y(y^2 + c). \]
Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

To solve the differential equation \( (x + 2y^3) \frac{dy}{dx} = y \), we first rearrange it:
\( \frac{dy}{dx} = \frac{y}{x + 2y^3} \).
This is a separable differential equation, so we separate the variables:
\( \frac{dy}{y} = \frac{dx}{x + 2y^3} \).
Now, we need to integrate both sides:\[\int \frac{1}{y} \, dy = \int \frac{1}{x + 2y^3} \, dx\].
Integrate the left side:\(\ln |y| + C_1\).
For the right side, since direct integration is challenging due to mixed variables, consider substitution or verify using inspection:
Check given solution \( x = y(y^2 + c) \). Rewrite as \( x = y^3 + cy \).
Differentiate implicitly: \(\frac{dx}{dy} = 3y^2 + c\).
Rearrange original equation:\(\frac{dy}{y} = \frac{dx}{x + 2y^3}\).
Assume \( x = y^3 + cy \), then:\(\frac{dx}{dy}=\frac{dy}{y}\).
Simplify: \( (x + 2y^3) \frac{dy}{dx} = y \rightarrow \frac{dy}{dx} = \frac{y}{x + 2y^3} \).
Substitute \( x = y^3 + cy \) in differential equations transform correctly.
Therefore, verified: \( x = y(y^2 + c) \).
Was this answer helpful?
0
0