Math Problem Statement

Solve the differential equation xy' + 4y = 3x^2 with initial condition y(1) = 9.

Solution

The differential equation given is:

xy+4y=3x2xy' + 4y = 3x^2

with the initial condition y(1)=9y(1) = 9.

Let's solve this step-by-step:

Step 1: Rewrite the equation

The equation is linear in standard form. Dividing the entire equation by xx, we get:

y+4xy=3xy' + \frac{4}{x}y = 3x

This is now a first-order linear differential equation.

Step 2: Find the integrating factor

The integrating factor μ(x)\mu(x) is found by solving:

μ(x)=e4xdx=e4lnx=x4\mu(x) = e^{\int \frac{4}{x} dx} = e^{4 \ln|x|} = |x|^4

Since we are interested in positive xx, we can drop the absolute value:

μ(x)=x4\mu(x) = x^4

Step 3: Multiply the equation by the integrating factor

Multiplying both sides of the equation y+4xy=3xy' + \frac{4}{x}y = 3x by x4x^4, we get:

x4y+4x3y=3x5x^4 y' + 4x^3 y = 3x^5

Step 4: Simplify to a product rule

The left-hand side is the derivative of x4yx^4 y:

ddx(x4y)=3x5\frac{d}{dx}(x^4 y) = 3x^5

Step 5: Integrate both sides

Integrating both sides with respect to xx:

x4y=3x5dx=3x66=x62x^4 y = \int 3x^5 dx = \frac{3x^6}{6} = \frac{x^6}{2}

Step 6: Solve for yy

Now, divide by x4x^4:

y=x62x4+Cx4=x22+Cx4y = \frac{x^6}{2x^4} + \frac{C}{x^4} = \frac{x^2}{2} + \frac{C}{x^4}

Step 7: Apply the initial condition

We are given that y(1)=9y(1) = 9. Substituting x=1x = 1 and y=9y = 9 into the equation:

9=122+C14=12+C9 = \frac{1^2}{2} + \frac{C}{1^4} = \frac{1}{2} + C

Solving for CC:

912=C    C=1729 - \frac{1}{2} = C \implies C = \frac{17}{2}

Step 8: Final solution

Thus, the solution to the differential equation is:

y(x)=x22+172x4y(x) = \frac{x^2}{2} + \frac{17}{2x^4}

Let me know if you have any questions or would like further details.

Here are 5 related questions:

  1. What are first-order linear differential equations?
  2. How do you find the integrating factor for a linear differential equation?
  3. Why do we divide the original equation by xx to simplify it?
  4. Can this method be applied to non-linear differential equations?
  5. How does the initial condition help in finding the particular solution?

Tip: When solving first-order linear differential equations, always look for the integrating factor to simplify the process.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Differential Equations
First-order Linear Differential Equations
Integrating Factor

Formulas

Integrating Factor: μ(x) = e^∫P(x) dx
Solution: y(x) = 1/μ(x) ∫μ(x)Q(x) dx + C

Theorems

Theory of First-order Linear Differential Equations

Suitable Grade Level

Undergraduate Level (Calculus II or Differential Equations)