Question
Question: How to solve the initial value problem? \(y'' + 2y' + y = 0,y(0) = 4,y'(0) = - 6\)...
How to solve the initial value problem?
y′′+2y′+y=0,y(0)=4,y′(0)=−6
Solution
Hint : Differential equation: It is an equation that relates one or more functions and their derivative.
Second order differential equation: It is an ordinary differential equation that may be written in the form. x′′(t)=F(t,x(t),x′(t)) for some function F of three variables.
For a homogeneous differential equation.
The general solution is given by y(t)=c1em1x+c2em2x
The general solution having common roots is given by y(x)=c1emx+c2xemx .
Complete step by step solution:
As we know, go through the question.
As it is a homogeneous differential equation.
As it f(0).y=0
The characteristic equation of this ODE is D2y+2Dy+y=0 .
To get the solution of the ODE. We have to solve the quadratic equation:
D2y+2Dy+y=0
So, we can write auxiliary equation as,
f(m)=0
m2y+2my+y=0
(By using (a+b)2=a2+2ab+b2 )
So, we can write auxiliary equation as,
⇒(m+1)2y=0
So, the root of the equation is the same and it is m=−1 .
So, keeping it in general solution format. We get,
y(x)=c1emx+c2xemx
⇒y(x)=c1e−1.x+c2xe−1.x=e−1.x(c1+xc2)
As condition given y(0)=4,y′(0)=−6
Keeping it step wise we get,
⇒y(x)=e−x(c1+x.c2)
Keeping y(0)=4 . We get,
⇒y(0)=4=e0(c1+0.c2)
⇒4=c1
Differentiate it w.r.t to x .
⇒y(x)=−c1e−x−c2xe−x+c2e−x
Keeping y′(0)=−6 ,
⇒y(0)=−6=−c1e0−c20e0+c2e0
⇒−6=−c1+c2
Keeping values from above calculation.
⇒−6=−4+c2
⇒c2=−2
So, keeping it in solution. We get,
⇒y(x)=4emx−2xemx
Hence the solution of the given differential equation will be y(x)=4emx+2xemx
So, the correct answer is “ y(x)=4emx−2xemx ”.
Note : The study of differential equations is a wide field in pure and applied mathematics, physics, and engineering. All of these disciplines are concerned with the properties of equations of various types. Pure mathematics focuses on the existence and uniqueness of solutions, while applied mathematics emphasizes the rigorous justification of the methods for approximating solutions.