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

3.8 Q-5

Question Statement

Solve the following differential equation:

dydx=yx2,(y>0)\frac{dy}{dx} = \frac{y}{x^2}, \quad (y > 0)

Background and Explanation

This is a first-order differential equation that can be solved using separation of variables. We will separate the terms involving yy and xx, integrate each side, and solve for yy.


Solution

  1. Separate the variables:

    Start with the given equation:

dydx=yx2 \frac{dy}{dx} = \frac{y}{x^2}

Rearranging the terms to separate yy and xx:

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

    Now, integrate both sides. The integral of 1y,dy\frac{1}{y} , dy is ln⁑∣y∣\ln |y|, and the integral of 1x2,dx\frac{1}{x^2} , dx is βˆ’1x-\frac{1}{x}:

∫1y,dy=∫1x2,dx \int \frac{1}{y} , dy = \int \frac{1}{x^2} , dx

This gives:

ln⁑y=βˆ’1x+C1 \ln y = -\frac{1}{x} + C_1
  1. Solve for yy:

    To solve for yy, exponentiate both sides:

y=eβˆ’1x+C1 y = e^{-\frac{1}{x} + C_1}

Use the properties of exponents to separate the terms:

y=eβˆ’1xβ‹…eC1 y = e^{-\frac{1}{x}} \cdot e^{C_1}

Since eC1e^{C_1} is just a constant, we can write it as CC. Therefore, the final solution is:

y=Ceβˆ’1x y = C e^{-\frac{1}{x}}

Key Formulas or Methods Used

  • Separation of variables: Rearranged the equation to separate terms involving yy and xx.
  • Integration: Integrated both sides with respect to their respective variables.
  • Exponential function: Used the exponential function to solve for yy.

Summary of Steps

  1. Separate the variables: 1y,dy=1x2,dx\frac{1}{y} , dy = \frac{1}{x^2} , dx
  2. Integrate both sides: ln⁑y=βˆ’1x+C1\ln y = -\frac{1}{x} + C_1
  3. Solve for yy: y=Ceβˆ’1xy = C e^{-\frac{1}{x}}