Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

3.8 Q-10

Question Statement

Solve the differential equation:

2x2ydydx=x2βˆ’12 x^2 y \frac{dy}{dx} = x^2 - 1

Background and Explanation

This is a first-order separable differential equation. To solve it, we need to separate the variables xx and yy, integrate both sides, and then simplify the result. We will use standard integration formulas for polynomials and rational functions during the solution process.


Solution

  1. Start with the given equation:

    The equation is:

2x2ydydx=x2βˆ’1 2 x^2 y \frac{dy}{dx} = x^2 - 1
  1. Separate the variables:

    To separate the variables, we divide both sides by 2x2y2 x^2 y:

dydx=x2βˆ’12x2y \frac{dy}{dx} = \frac{x^2 - 1}{2 x^2 y}

Now multiply both sides by 2y2y to isolate dydy and dxdx on opposite sides:

2y,dy=x2βˆ’1x2,dx 2y , dy = \frac{x^2 - 1}{x^2} , dx
  1. Integrate both sides:

    On the left side, we have the integral of 2y2y, which is straightforward:

∫2y,dy=y2 \int 2y , dy = y^2

On the right side, split the fraction x2βˆ’1x2\frac{x^2 - 1}{x^2} into two parts:

x2βˆ’1x2=1βˆ’1x2 \frac{x^2 - 1}{x^2} = 1 - \frac{1}{x^2}

So, the right-hand side becomes:

∫(1βˆ’1x2),dx=∫1,dxβˆ’βˆ«1x2,dx \int \left(1 - \frac{1}{x^2}\right) , dx = \int 1 , dx - \int \frac{1}{x^2} , dx

Now, integrate both terms:

  • The integral of 11 is xx.
  • The integral of 1x2\frac{1}{x^2} is βˆ’1x-\frac{1}{x}.

So, the right-hand side becomes:

xβˆ’1x x - \frac{1}{x}
  1. Combine results:

    Putting both sides together:

y2=xβˆ’1x+C y^2 = x - \frac{1}{x} + C

where CC is the constant of integration.


Key Formulas or Methods Used

  • Separation of Variables: Rearranged the equation to separate yy-terms and xx-terms.
  • Integration:
    • ∫2y,dy=y2\int 2y , dy = y^2
    • ∫1,dx=x\int 1 , dx = x
    • ∫1x2,dx=βˆ’1x\int \frac{1}{x^2} , dx = -\frac{1}{x}

Summary of Steps

  1. Start with the equation: 2x2ydydx=x2βˆ’12x^2 y \frac{dy}{dx} = x^2 - 1.
  2. Separate the variables: 2y,dy=x2βˆ’1x2,dx2y , dy = \frac{x^2 - 1}{x^2} , dx.
  3. Integrate both sides:
    • Left side: ∫2y,dy=y2\int 2y , dy = y^2.
    • Right side: ∫1,dxβˆ’βˆ«1x2,dx=xβˆ’1x\int 1 , dx - \int \frac{1}{x^2} , dx = x - \frac{1}{x}.
  4. Final result: y2=xβˆ’1x+Cy^2 = x - \frac{1}{x} + C.