Question:

Particular solution of the differential equation \[ \frac{dy}{dx}+2y^{2}=0,\quad y(1)=1 \] is:

Show Hint

For equations of type $y' = ky^2$, the solution is always a reciprocal linear function.
Updated On: Jun 12, 2026
  • \(y=2x-1\)
  • \(y=1-2x\)
  • \(y=\frac{1}{2x-1} \)
  • \(y=\frac{1}{1-2x} \)
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Concept: This is a separable differential equation of the form $\frac{dy}{dx}=f(y)$ which can be solved by separating variables and integrating.

Step 1:
{Rewrite equation.}
\[ \frac{dy}{dx}=-2y^{2} \]

Step 2:
{Separate variables.}
\[ \frac{dy}{y^{2}}=-2dx \]

Step 3:
{Integrate both sides.}
\[ \int y^{-2}dy=\int -2dx \]

Step 4:
{Solve integrals.}
\[ -\frac{1}{y}=-2x+c \]

Step 5:
{Rearrange.}
\[ \frac{1}{y}=2x+c \]

Step 6:
{Apply initial condition $y(1)=1$.}
\[ 1=2+c \Rightarrow c=-1 \]

Step 7:
{Final solution.}
\[ y=\frac{1}{1-2x} \]
Was this answer helpful?
0
0