Chapter 9: Problem 18
\(15-20\) Solve the initial-value problem. $$2 x y^{\prime}+y=6 x, \quad x>0, \quad y(4)=20$$
Short Answer
Expert verified
The particular solution is \( y = 2x + \frac{24}{x^{1/2}} \).
Step by step solution
01
Write the differential equation
We start with the given differential equation: \(2x y' + y = 6x\). This is a first-order linear differential equation.
02
Make the equation separable
Rewrite the equation to isolate the derivatives: \( y' + \frac{y}{2x} = 3 \). This will help in solving it using the integrating factor method.
03
Calculate the integrating factor
Determine the integrating factor \( \,\mu(x) = e^{\int \frac{1}{2x} dx} = e^{\frac{1}{2} \ln|x|} = x^{1/2}\). This allows us to transform the equation into an exact differential.
04
Multiply through by the integrating factor
Multiplying the entire equation by the integrating factor \( x^{1/2} \) gives: \( x^{1/2}y' + \frac{y}{2}x^{-1/2} = 3x^{1/2}\).
05
Recognize the left side as a derivative
The left side of the equation \( x^{1/2} y' + \frac{y}{2}x^{-1/2} \) is the derivative of \( (x^{1/2} y)\).
06
Integrate both sides with respect to x
Integrating both sides: \( \int d(x^{1/2} y) = \int 3x^{1/2} dx\). Calculating these integrals gives \( x^{1/2} y = 2 x^{3/2} + C\).
07
Solve for y
To solve for \( y \), rearrange the equation: \( y = 2x + \frac{C}{x^{1/2}} \).
08
Apply the initial condition
Use the initial condition \( y(4) = 20 \) to find \( C \). Substitute to get: \( 20 = 2(4) + \frac{C}{4^{1/2}} \) leading to \( 20 = 8 + \frac{C}{2} \). Solve for \( C = 24 \).
09
Write the particular solution
Substitute \( C = 24 \) into the solution to get the particular solution: \( y = 2x + \frac{24}{x^{1/2}} \).
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
First-order linear differential equation
A first-order linear differential equation is an equation involving a function and its first derivative. These types of equations have the general form: \[ a(x) y' + b(x) y = c(x) \] where \( a(x), b(x), \text{ and } c(x) \) are given functions of \( x \). In our exercise, the equation is: \[ 2x y' + y = 6x \]
This equation is first-order because it involves only the first derivative \( y' \), and it's linear because both \( y \) and \( y' \) appear to the power of one.
Solving these equations often requires recognizing them in a particular standard form to apply methods like integrating factor, which we'll explore next.
This equation is first-order because it involves only the first derivative \( y' \), and it's linear because both \( y \) and \( y' \) appear to the power of one.
Solving these equations often requires recognizing them in a particular standard form to apply methods like integrating factor, which we'll explore next.
Integrating factor
The integrating factor is a useful tool for solving first-order linear differential equations. It simplifies the process by converting the equation into a form that can be easily integrated.
To find an integrating factor, we usually look at the differential equation after it's been rearranged to standard form: \[ y' + p(x) y = q(x) \]
For our specific example, that becomes: \[ y' + \frac{1}{2x} y = 3 \]
The integrating factor is decided using: \[ \mu(x) = e^{\int p(x) \, dx} \] For our problem, this is: \[ \mu(x) = e^{\int \frac{1}{2x} \, dx} = x^{1/2} \]
Once the integrating factor \( x^{1/2} \) is applied, it transforms the equation so that we can integrate both sides easily.
To find an integrating factor, we usually look at the differential equation after it's been rearranged to standard form: \[ y' + p(x) y = q(x) \]
For our specific example, that becomes: \[ y' + \frac{1}{2x} y = 3 \]
The integrating factor is decided using: \[ \mu(x) = e^{\int p(x) \, dx} \] For our problem, this is: \[ \mu(x) = e^{\int \frac{1}{2x} \, dx} = x^{1/2} \]
Once the integrating factor \( x^{1/2} \) is applied, it transforms the equation so that we can integrate both sides easily.
Particular solution
The particular solution of a differential equation addresses the specific condition of the problem. This is achieved by applying an initial condition, which yields a specific \( C \) in the general solution.
For our problem, after finding the general solution: \[ y = 2x + \frac{C}{x^{1/2}} \] the initial condition \( y(4) = 20 \) is used.
Substituting \( x = 4 \) and \( y = 20 \): \[ 20 = 2\times4 + \frac{C}{4^{1/2}} \] simplifies to \( C = 24 \).
Thus, the particular solution is: \[ y = 2x + \frac{24}{x^{1/2}} \] which satisfies the initial condition provided. It is specific to the given problem with its exact context.
For our problem, after finding the general solution: \[ y = 2x + \frac{C}{x^{1/2}} \] the initial condition \( y(4) = 20 \) is used.
Substituting \( x = 4 \) and \( y = 20 \): \[ 20 = 2\times4 + \frac{C}{4^{1/2}} \] simplifies to \( C = 24 \).
Thus, the particular solution is: \[ y = 2x + \frac{24}{x^{1/2}} \] which satisfies the initial condition provided. It is specific to the given problem with its exact context.
Initial condition
Initial conditions are crucial in determining the particular solution of a differential equation. They allow us to find the exact solution that fits specific criteria.
In the original exercise, the initial condition given is: \( y(4) = 20 \) This means when \( x = 4 \), \( y \) should equal 20.
To apply this: start by solving the general solution until the constant \( C \) appears. Then substitute the \( x \) and \( y \) values from the initial condition to solve for \( C \).
This approach integrates the boundary condition into the equation, producing a unique solution tailored to the problem's context.
In the original exercise, the initial condition given is: \( y(4) = 20 \) This means when \( x = 4 \), \( y \) should equal 20.
To apply this: start by solving the general solution until the constant \( C \) appears. Then substitute the \( x \) and \( y \) values from the initial condition to solve for \( C \).
This approach integrates the boundary condition into the equation, producing a unique solution tailored to the problem's context.