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

3.8 Q-9

Question Statement

Solve the differential equation:

1xdydx=12(1+y2)\frac{1}{x} \frac{dy}{dx} = \frac{1}{2} \left( 1 + y^2 \right)

Background and Explanation

This is a first-order separable differential equation, which means we can separate the variables yy and xx to integrate both sides. In this case, we’ll need to rearrange the terms and use standard integration techniques for both yy-terms and xx-terms. The integral of 11+y2\frac{1}{1 + y^2} is a standard arctangent formula.


Solution

  1. Start with the given equation:

    The original equation is:

1xdydx=12(1+y2) \frac{1}{x} \frac{dy}{dx} = \frac{1}{2} \left( 1 + y^2 \right)
  1. Separate the variables:

    Multiply both sides of the equation by xx to get the xx-terms and yy-terms on opposite sides:

11+y2,dy=x2,dx \frac{1}{1 + y^2} , dy = \frac{x}{2} , dx
  1. Integrate both sides:

    Now, integrate both sides of the equation. On the left side, the integral of 11+y2\frac{1}{1 + y^2} is tanβ‘βˆ’1(y)\tan^{-1}(y), a standard integral:

∫11+y2,dy=tanβ‘βˆ’1(y) \int \frac{1}{1 + y^2} , dy = \tan^{-1}(y)

On the right side, the integral of x2\frac{x}{2} is x24\frac{x^2}{4}:

∫x2,dx=x24 \int \frac{x}{2} , dx = \frac{x^2}{4}

So we have:

tanβ‘βˆ’1(y)=x24+C1 \tan^{-1}(y) = \frac{x^2}{4} + C_1

where C1C_1 is the constant of integration.


Key Formulas or Methods Used

  • Separation of Variables: Rearranged the terms so that all yy-terms are on one side and all xx-terms are on the other side.
  • Integration: Used standard integrals for 11+y2\frac{1}{1 + y^2} and xx.
    • ∫11+y2,dy=tanβ‘βˆ’1(y)\int \frac{1}{1 + y^2} , dy = \tan^{-1}(y)
    • ∫x,dx=x22\int x , dx = \frac{x^2}{2}
  • Arctangent Identity: Recognized that the integral of 11+y2\frac{1}{1 + y^2} is tanβ‘βˆ’1(y)\tan^{-1}(y).

Summary of Steps

  1. Start with the equation: 1xdydx=12(1+y2)\frac{1}{x} \frac{dy}{dx} = \frac{1}{2} (1 + y^2).
  2. Separate variables: 11+y2,dy=x2,dx\frac{1}{1 + y^2} , dy = \frac{x}{2} , dx.
  3. Integrate both sides:
    • Left side: tanβ‘βˆ’1(y)\tan^{-1}(y).
    • Right side: x24\frac{x^2}{4}.
  4. Final result: tanβ‘βˆ’1(y)=x24+C1\tan^{-1}(y) = \frac{x^2}{4} + C_1.