Answer on Question#39518 – Math – Other
Solve the initial value problem: (d2x/dt2)−3(dx/dt)−10x=0, x(0)=1 and x′(0)=0.
Solution:
Rewrite our equation as x¨−3x˙−10x=0, where x=x(t) be function with the argument t. We have linear homogeneous differential equation of second order. The respective characteristic equation k2−3k−10=0.
Discriminant of this quadratic equation is D=9−4(−10)=9+40=49, than k1=23+7=5, k2=23−7=−2 are the roots of quadratic equation.
By the method of Euler, we have the solution of differential equation x(t)=c1e5t+c2e−2t, where c1 and c2 are the constants.
Let find c1 and c2, and solve the initial value problem.
Let x(0)=1. Then
1=c1e0+c2e0=c1+c2.
Let x′(0)=0. Then
x˙(t)=5c1e5t−2c2e−2t,
whence 0=5c1e0−2c2e0 and
5c1=2c2.
Then, by (1) and (2)
c1=152,c2=31.
Answer: x(t)=152e5t+31e−2t.