Question
Question: How do I solve the differential equation \( y'' - 4y' - 5y = 0 \) with \( y( - 1) = 3 \) and \( y'( ...
How do I solve the differential equation y′′−4y′−5y=0 with y(−1)=3 and y′(−1)=9 ?
Solution
Hint : To solve this question we should about basic of differential equation:
Differential equation: It is an equation that contains one or more functions with its derivative. The derivative of the function defines the rate of change of a function at a point.
For example: ay′′+by′+cy=0 .
Complete step by step solution:
As the given differential equation is
y′′−4y′−5y=0,y(−1)=3,y′(−1)=9
We can assume y=emx be the auxiliary solution. Then we get
emx(m2−4m−5)=0
⇒m2−4m−5=0[∵emx=0,∀x]
Find its roots,
⇒(m−5)(m+1)=0
So, (m−5)=0
⇒m=5
(m+1)=0
⇒m=−1
We get,
⇒m=5,−1
For two real roots m1=m2 the general solution is of form y=c1em1x+c2em2x
Thus the solution of the differential equation is
y(x)=c1e5x+c2e−x
Now apply the first initial condition y(−1)=3 given us
3=c1e−5+c2e ………………. (1)
Again apply second initial condition y′(−1)=9 given us
9=5c1e−5−c2e …………… (2)
Now adding equation (1) and (2) we get
3+9=c1e−5+5c1e−5+c2e−c2e
We solve further. We get,
12=6c1e−5
⇒c1=2e5
Plugging the value c1=2e5 in equation (1) we get
3=2+c2e
⇒c2=e−1
Plugging the value of c1 and c2 into the solution y=2e5e5x+e−1e−x we get
y=2e5(1+x)+e−(1+x)=e1+x(2e5+e1) Hence the required solution is
y=2e5(1+x)+e−(1+x)=e1+x(2e5+e1)
So, the correct answer is “ y=2e5(1+x)+e−(1+x)=e1+x(2e5+e1) ”.
Note : The degree of the differential equation is the power of the highest order derivative, where the original equation is represented in the form of a polynomial equation in the derivative.
Order of derivative equation is the order of the highest order derivative present in the equation.
There is two methods to find the solution of differential equation:
I.Separation of variable
II. Integrating factor