Processing math: 55%
Skip to main content Link Search Menu Expand Document (external link)

Tutorial 12: 2nd Order Differential Equation


Tutorial PDF

Class Recording


Q1: Given the governing equation for RLC electrical circuit: Ld2q(t)dt2+Rdq(t)dt+1Cq(t)=E(t). An inductor of L=50 henrys, a resistor of R=5 ohms and a capacitor of C=8 farads are connected in series with an emf of E volts. At t=0, the switch S is closed. Find the charge and current at any time t>0 if the voltage is supplied by (a) DC battery, E(t)=α volts or (b) AC generator, E(t)=be3t volts.

Diagram for Question 1

Replace α with the last three digits of your matric number. For example, if your matric number is KHA110108, your α is thus 108.

Replace b with the last three digits of your matric number divided by 5. For example, if your matric number is KHA110108, your b is thus 108/5.


Solution

Question (a)

Assume α=100

50d2q(t)dt2+5dq(t)dt+18q(t)=100,q(0)=0,i(0)=0
Step 1: Homogeneous Part
50d2q(t)dt2+5dq(t)dt+18q(t)=0
Step 2: Nonhomogeneous Part
50d2q(t)dt2+5dq(t)dt+18q(t)=100,r(t)=eαtPn(t)=100
Characteristic equation:
50m2+5m+18=0400m2+40m+1=0(20m+1)2=0m=120

Comment: Repeated real root (m1=m2=0.005)

Complementary solution:
qc(t)=c1e0.05t+c2te0.005t
RHS is a polynomial function, 100 α=0, n=0

Since αm1 or m2,
qp(t)=e(αt)Qn(t)=A

Thus, the total particular solution is
qp(t)=A

Differentiate it gives,
ddx(qp(t))=0d2dx2(qp(t))=0

Then, we get
50(0)+5(0)+18q=10018A=100A=800

Actual particular solution, qp(x)=800

The complete/general solution to 50d2q(t)dt2+5dq(t)dt+18q(t)=100 is

Charge solution

qtotal(t)=qc+qp=c1e0.05t+c2te0.05t+800

Current solution

i(t)=dqtotaldt=0.05c1e0.05t+c2e0.05t+(e0.05t(0.05)(c2t))=c2e0.05t0.05e0.05t(c1+c2t)

Consider the initial value problem,

q(0)=0qtotal(0)=c1e0.05(0)+c2(0)e0.05(0)+800=0c1=800 i(0)=0i(0)=c2e0.05(0)0.05e0.05(0)(800+c2(0))=0c2=40

Actual Charge solution

q(t)=800e0.05t40te0.05t+800=e0.05t(800+40t)+800

Actual Current solution

i(t)=40e0.05t0.05e0.05t(80040t)=e0.05t(400.05(80040t))=e0.05t(40+40+2t)i(t)=e0.05t(2t)

Question (b)

Assume b=20

50d2q(t)dt2+5dq(t)dt+18q(t)=20e3t,q(0)=0,i(0)=0
Step 1: Homogeneous Part
50d2q(t)dt2+5dq(t)dt+18q(t)=0
Step 2: Nonhomogeneous Part
50d2q(t)dt2+5dq(t)dt+18q(t)=20e3t,r(t)=eαtPn(t)=20e3t
Characteristic equation:
50m2+5m+18=0400m2+40m+1=0(20m+1)2=0m=120

Comment: Repeated real root
(m1=m2=0.005)

Complementary solution:
qc(t)=c1e0.05t+c2te0.005t
RHS is a exponential function, 100 α=3, n=0,

Since αm1 or m2,
qp(t)=e(αt)Qn(t)=Ae3t

Thus, the total particular solution is
qp(t)=Ae3t

Differentiate it gives,
ddx(qp(t))=3Ae3td2dx2(qp(t))=9Ae3t

Then, we get
50(9Ae3t)+5(3Ae3t)+18(Ae3t)=20e3te3t(450A15A+18A)=e3t(20)A=0.04596

Actual particular solution,
qp(x)=0.04596e3t

The complete/general solution to 50d2q(t)dt2+5dq(t)dt+18q(t)=20e3t is

Charge solution

qtotal(t)=qc+qp=c1e0.05t+c2te0.05t+0.04596e3t

Current solution

i(t)=dqtotaldt=0.05c1e0.05t+c2e0.05t+(e0.05t(0.05)(c2t))+(3(0.04596)e3t)=c2e0.05t0.05e0.05t(c1+c2t)0.1379e3t

Consider the initial value problem,

q(0)=0qtotal(0)=c1e0.05(0)+c2(0)e0.05(0)+0.04596e3(0)=0c1=0.04596 i(0)=0i(0)=c2e0.05(0)0.05e0.05(0)(0.04596+c2(0))0.1379e3(0)=0 c2=0.1356

Actual Charge solution

q(t)=0.04596e0.05t+0.1356te0.05t+0.04596e3t

Actual Current solution

i(t)=0.1356e0.05t0.05e0.05t(0.04596+0.1356t)0.1379e3ti(t)=e0.05t(0.13790.00678t)0.1379e3t

Q2: The vibration transmission from the effect of equipment/ machine vibration to its structure (e.g. washing machine attached to the ground or engine attached to the car structure) can be modelled as 1 DOF spring-damper-mass vibration problem. It can be categorised into two conditions as follows.

(a) Transient Condition (Free Vibration) (b) Steady State Condition (Forced Vibration)
Diagram for Question 2 Diagram for Question 2
Governing equation:
md2x(t)dt2+cdx(t)dt+kx(t)=0
(machine at rest)
x(0)=x0, ˙x(0)=˙x0
Governing equation:
md2x(t)dt2+cdx(t)dt+kx(t)=Pcosωt
(machine is rotating with cyclic/harmonic force)
x(0)=x0, ˙x(0)=˙x0
The homogeneous 2nd order ODE is known as characteristic equation because it represents the chactacteristic of many systems. It has the complementary solution (yc). The solution of nonhomogeneous 2nd order ODE is the summation of complementary solution (yc) and particular solution (yp).

Note: In vibration field, the characteristic eqn. determines the dynamic characteristic of the vibrating system such as the natural frequency which causes mechanical resonance phenomenon. By understanding the dynamic behaviour of the system though the formulation of ODE, engineer can design a safer and reliable structure/ machine. In electrical field, engineers utilize the electrical resonance in radio tuning application through the formulation of ODE’s characteristic eqn. The detail of these are out of the scope in this study. Students are encouraged to utilize the basic of the mathematical tool learned in this course for their future engineering application.

Let the governing equation for a vibrating car structure:

2d2x(t)dt2+7dx(t)dt+8x(t)=F(t); where F(t) is the forcing function and x(0)=2, ˙x(0)=0

Find the total solution for the 2nd order ODE equation if the forcing function is given as follows:

(a) No excitation, F(t)=0 and it is subjected to initial condition.

(b) Repeat the same problem in 2(a) with various combinations of damping, i.e. 2d2x(t)dt2+8dx(t)dt+8x(t)=F(t).

(c) Repeat the same problem in 2(a) with various combinations of damping, i.e. 2d2x(t)dt2+9dx(t)dt+8x(t)=F(t).


Solution

Question (a)

Homogeneous Part, 2d2x(t)dt2+9dx(t)dt+8x(t)=0;x(0)=2,˙x(0)=0

Characteristic equation:

2m2+7m+8=0m=7±724(2)(8)2(2)=7±154=74±i154

Comment: A pair of complex conjugates roots (m1=74+i154; m2=74i154)

Complementary solution:

x(t)=c1e(74+i)t+c2e(74i)t=e(74)t(c1e(i154)t+c2e(i154)t)=e(74+i)t(Acos154t+Bsin154t)

where e±ix=cosx±isinx, A=c1+c2, B=i(c1c2)

Initial Value Problem

x(t)=c1e(74+i154)t+c2e(74i154)t˙x(t)=(74+i154)c1e(74+i154)t+(74i154)c1e(74i154)t x(0)=c1e(74+i154)(0)+c2e(74i154)(0)=2c1+c2=2 ˙x(0)=(74+i154)c1e(74+i154)(0)+(74i154)c1e(74i154)(0)(74+i154)(2c2)+(74i154)c2=0

Solving (1) and (2) simultaneously, c1=11.807i; c2=1+1.807i

x(t)=(11.807i)e(74+i154)t+(1+1.807i)e(74i154)t

Question (b)

Homogeneous Part, 2d2x(t)dt2+9dx(t)dt+8x(t)=0;x(0)=2,˙x(0)=0

Characteristic equation:

2m2+8m+8=0m=8±824(2)(8)2(2)=8±04=84=2

Comment: Repeated real root (m1=m2=2)

Complementary solution: x(t)=c1e2t+c2te2t

Initial Value Problem

x(t)=c1e2t+c2te2t˙x(t)=2c1e2t+c2t(2)e2t+e2tc2 x(0)=c1e(2)(0)+c2(0)e(2)(0)=2c1=2 ˙x(0)=2(2)e(2)(0)+c2(0)(2)e(2)(0)+e(2)(0)c2=0c2=4 x(t)=2e2t+4te2t

Question (c)

Homogeneous Part, 2d2x(t)dt2+9dx(t)dt+8x(t)=0;x(0)=2,˙x(0)=0

Characteristic equation:

2m2+9m+8=0m=9±924(2)(8)2(2)=9±174

Comment: Real and distinct root (m1=1.2192; m2=3.2808)

Complementary solution: x(t)=c1e(1.2192)t+c2e(3.2808)t

Initial Value Problem

x(t)=c1e(1.2192)t+c2e(3.2808)t˙x(t)=1.2192c1e(1.2192)t3.2808c2e(3.2808)t x(0)=c1e(1.2192)(0)+c2e(3.2808)(0)=2c1+c2=2 ˙x(0)=1.2192c1e(1.2192)(0)3.2808c2e(3.2808)(0)=01.2192c13.2808c2e=0

Solving (1) and (2) simultaneously, c1=3.1828; c2=1.1828

x(t)=3.1828e(1.2192)t1.1828e(3.2808)t

Q3: Continue the problem 2. Let the governing equation for a vibrating car structure: 2d2x(t)dt2+7dx(t)dt+8x(t)=F(t); where F(t) is the forcing function and x(0)=2, ˙x(0)=0. Find the total solution for the 2nd order ODE equation if the forcing function is given as follows:

(a) Engine excitation F(t)=5cos10t

(b) Engine excitation F(t)=8sin8t

(c) Engine excitation F(t)=e10t

(d) Engine excitation F(t)=e10tcos10t [Hint/Alternative: Superposition]

(e) Engine excitation F(t)=5cos10t+e10t

(f) Road excitation F(t)=10

(g) Road excitation F(t)=5t2+7t+9

(h) Road excitation F(t)=6tet+3t

Hint: Student just need to show an example for the solution of homogenous part once and do not need to repeat the same step in other examples if it is needed. To further master the skill to solve2nd order ODE problem, students can repeat Q3(a-h) for various combinations of damping as shown in Q2(b) and Q2(c) respectively.


Solution

Question (a)

Step 1: Homogeneous Part
2d2x(t)dt2+7dx(t)dt+8x(t)=0
Step 2: Nonhomogeneous Part
2d2x(t)dt2+7dx(t)dt+8x(t)=5cos10t,
r(t)=eαtPn(t)=5cos10t=5Re[ei10t]
Characteristic equation:
2m2+7m+8=0m=7±724(2)(8)2(2)=7±154=74±i154

Comment: A pair of complex conjugates roots
(m1=74+i154, m2=74i154)

Complementary solution:
x(t)=e(74)t(c1e(i154)t+c2e(i154)t)
For exponential function, 5Re[ei10t], α=10i, n=0

Since αm1 or m2,
Assume xp,real=Re[xp],
xp(t)=e(αt)Qn(t)=Ae(10it)

Differentiate it gives,ddx(xp(t))=10iAe(10it)d2dx2(xp(t))=100Ae(10it)

Then, we get
2d2x(t)dt2+7dx(t)dt+8x(t)=5cos10t2(100Ae(10it))+7(10iAe(10it))+8(Ae(10it))=5cos10te(10it)(192A+70iA)=5e(10it)

Comparing the coefficient,
(192A+70iA)=5A=570i192

Actual particular solution,
xp(t)=570i192e(10it)=570i192(cos10t+isin10t)70i19270i192=(960cos10t+350sin10t)+i(350cos10t960sin10t)41764

xp,real(t)=Re[xp]=0.02299cos10t+0.00838sin10t

The complete/general solution to 2d2x(t)dt2+7dx(t)dt+8x(t)=5cos10t is xtotal=xc+xp=e(74)t(c1e(i154)t+c2e(i154)t)0.02299cos10t+0.00838sin10t.

Initial Value Problem

x(0)=e(74)0(c1e(i154)0+c2e(i154)0)0.02299cos10(0)+0.00838sin10(0)=2c1+c2=2.02299 ˙xtotal=e(74)t(i154c1e(i154)ti154c2e(i154)t)74e(74)t(c1e(i154)t+c2e(i154)t)+0.2299sin10t+0.0838cos10t˙x(0)=e(74)0(i154c1e(i154)0i154c2e(i154)0)74e(74)0(c1e(i154)0+c2e(i154)0)+0.2299sin10(0)+0.0838cos10(0)˙x(0)(2.02299i154c2i2154)74(2.02299)+0.838=0 c2=3.45641.9588i1.9365i×ii=1.7849i+1.0115;c1=1.01151.7849i x(t)=e(74)t((1.01151.7849i)e(i154)t+(1.01151.7849i)e(i154)t)0.02299cos10t+0.00838sin10t

Question (b)

Step 1: Homogeneous Part
2d2x(t)dt2+7dx(t)dt+8x(t)=0
Step 2: Nonhomogeneous Part
2d2x(t)dt2+7dx(t)dt+8x(t)=8sin8t,
r(t)=eαtPn(t)=8sin8t=8Im[ei8t]
Characteristic equation:
2m2+7m+8=0m=7±724(2)(8)2(2)=7±154=74±i154

Comment: A pair of complex conjugates roots
(m1=74+i154, m2=74i154)

Complementary solution:
x(t)=e(74)t(c1e(i154)t+c2e(i154)t)
For exponential function, 8Im[ei8t], α=8i, n=0

Since αm1 or m2,
Assume xp,real=Im[xp],
xp(t)=e(αt)Qn(t)=Ae(8it)

Differentiate it gives,
ddx(xp(t))=8iAe(8it)d2dx2(xp(t))=64Ae(8it)

Then, we get
2d2x(t)dt2+7dx(t)dt+8x(t)=8sin8t2(64Ae(8it))+7(8iAe(8it))+8(Ae(8it))=8sin8te(8it)(56i120)A=8e(8it)

Comparing the coefficient,
(56i120)A=8A=856i120

Actual particular solution,
xp(t)=856i120e(8it)=856i120(cos8t+isin8t)56i12056i120=(448sin8t960cos8t)+i(448cos8t960sin8t)17536

xp,real(t)=Im[xp]=7274cos8t15274sin8t

The complete/general solution to 2d2x(t)dt2+7dx(t)dt+8x(t)=8sin8t is xtotal=xc+xp=e(74)t(c1e(i154)t+c2e(i154)t)7274cos8t15274sin8t

Initial Value Problem

x(0)=e(74)0(c1e(i154)0+c2e(i154)0)7274cos8(0)15274sin8(0)=2c1+c2=2.0255 ˙xtotal=e(74)t(i154c1e(i154)ti154c2e(i154)t)74e(74)t(c1e(i154)t+c2e(i154)t)56274cos8t90274sin8t˙x(0)=e(74)0(i154c1e(i154)0i154c2e(i154)0)74e(74)0(c1e(i154)0+c2e(i154)0)+56274cos8(0)90274sin8(0)=0 c2=3.98261.9612i1.9364i×ii=2.0567i+1.0128;c1=1.0282.0567i x(t)=e(74)t((1.01282.0567i)e(i154)t+(1.0128+2.0567i)e(i154)t)7274cos8t15274sin8t

Question (c)

Step 1: Homogeneous Part
2d2x(t)dt2+7dx(t)dt+8x(t)=0
Step 2: Nonhomogeneous Part
2d2x(t)dt2+7dx(t)dt+8x(t)=e10t,
$$r( t) =e^{\alpha t} P_{n}( t) =e^{-10t}
Characteristic equation:
2m2+7m+8=0m=7±724(2)(8)2(2)=7±154=74±i154

Comment: A pair of complex conjugates roots
(m1=74+i154, m2=74i154)

Complementary solution:
x(t)=e(74)t(c1e(i154)t+c2e(i154)t)
For exponential function, α=10, n=0

Since \alpha \neq m_{1} \ \text{or} \ m_{2},
x_{p}( t) =e^{( \alpha t)} Q_{n}( t) =Ae^{( -10t)}

Differentiate it gives,
\begin{aligned}\frac{d}{dx}( x_{p}( t)) & =-10Ae^{( -10t)}\\\frac{d^{2}}{dx^{2}}( x_{p}( t)) & =100Ae^{( -10t)}\end{aligned}

Then, we get
\begin{aligned}2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) & =e^{( -10t)}\\2\left( 100Ae^{( -10t)}\right) +7\left( -10Ae^{( -10t)}\right) +8\left( Ae^{( -10t)}\right) & =e^{( -10t)}\\e^{( 8it)}( 200-70+8) A & =e^{( -10t)}\end{aligned}

Comparing the coefficient,
138A=1\Longrightarrow A=\frac{1}{138}

Actual particular solution,
x_{p}( t) =e^{( \alpha t)} Q_{n}( t) =\frac{1}{138} e^{( -10t)}

The complete/general solution to 2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) =e^{-10t} is x_{total} =x_{c} +x_{p} =e^{\left( -\frac{7}{4}\right) t}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right) +\frac{1}{138} e^{-10t}

Initial Value Problem

x( 0) =e^{\left( -\frac{7}{4}\right) 0}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) 0} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) 0}\right) +\frac{1}{138} e^{-10( 0)} =2\Longrightarrow c_{1} +c_{2} =1.9928 \begin{aligned} \dot{x}_{total} & =e^{\left( -\frac{7}{4}\right) t}\left( i\frac{\sqrt{15}}{4} c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} -i\frac{\sqrt{15}}{4} c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right) -\frac{7}{4} e^{\left( -\frac{7}{4}\right) t}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right) -\frac{10}{138} e^{-10t}\\ \dot{x}( 0) & =e^{\left( -\frac{7}{4}\right) 0}\left( i\frac{\sqrt{15}}{4} c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) 0} -i\frac{\sqrt{15}}{4} c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) 0}\right) -\frac{7}{4} e^{\left( -\frac{7}{4}\right) 0}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) 0} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) 0}\right) -\frac{10}{138} e^{-10( 0)} =0 \end{aligned} c_{2} =\frac{3.5599-1.9295i}{-1.9365i} \times \frac{i}{i} =1.8383i+0.9964;\quad c_{1} =0.9964-1.8383i \mathbf{x( t) =e^{\left( -\frac{7}{4}\right) t}\left(( 0.9964-1.8383i) e^{\left( i\frac{\sqrt{15}}{4}\right) t} +( 0.9964+1.8383i) e^{\left( i\frac{\sqrt{15}}{4}\right) t}\right) +\frac{1}{138} e^{-10t}}

Question (d)

Step 1: Homogeneous Part
2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) =0
Step 2: Nonhomogeneous Part
\begin{array}{l}2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) =5e^{-10t}\cos 10t,\\\begin{aligned} r( t) & =e^{\alpha t} P_{n}( t) =5e^{-10t}\cos 10t\\ & =5e^{-10t} Re\left[ e^{i10t}\right] =Re\left[ 5e^{( -10+10i) t}\right] \end{aligned} \end{array}
Characteristic equation:
\begin{aligned}2m^{2} +7m+8 & =0\\m & =-\frac{-7\pm \sqrt{7^{2} -4( 2)( 8)}}{2( 2)}\\& =\frac{-7\pm \sqrt{-15}}{4}\\& =-\frac{7}{4} \pm i\frac{\sqrt{15}}{4}\end{aligned}

Comment: A pair of complex conjugates roots
(m_{1} =-\frac{7}{4} +i\frac{\sqrt{15}}{4} ,\ m_{2} =-\frac{7}{4} -i\frac{\sqrt{15}}{4})

Complementary solution:
x( t) = e^{\left( -\frac{7}{4}\right) t}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right)
For exponential function, Re\left[ 5e^{( -10+10i) t}\right],
\alpha =-10+10i,\ n=0

Since \alpha \neq m_{1} \ \text{or} \ m_{2},
\begin{aligned} x_{p}( t) & =e^{( \alpha t)} Q_{n}( t) =Ae^{( -10t)} \end{aligned}

Assume x_{p,real} =Re[ x_{p}],
\begin{aligned} x_{p}( t) & =e^{( \alpha t)} Q_{n}( t) =Ae^{( -10+10i) t} \end{aligned}

Differentiate it gives,
\begin{aligned} \frac{d}{dx}( x_{p}( t)) & =( -10+10i) Ae^{( -10+10i) t}\\& \\\frac{d^{2}}{dx^{2}}( x_{p}( t)) & =( -200i) Ae^{( -10+10i) t}\end{aligned}

Then, we get
\begin{aligned} 2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) & =5e^{-10t}\cos 10t\\ 2\left(( -200i) Ae^{( -10+10i) t}\right) +7\left(( -10+10i) Ae^{( -10+10i) t}\right) +8\left( Ae^{( -10+10i) t}\right) & =5e^{( -10+10i) t}\\ e^{( -10+10i) t}( 2( -200i) +7( -10+10i) +8) A & =5e^{( -10+10i) t} \end{aligned}

Comparing the coefficient,
( 2( -200i) +7( -10+10i) +8) A=5\Longrightarrow A=\frac{5}{-62-330i}

Actual particular solution, \begin{aligned} x_{p}( t) & =e^{( \alpha t)} Q_{n}( t) =\frac{5}{-62-330i} e^{( -10+10i) t}\\& =\frac{5}{-62-330i} e^{( -10) t}(\cos 10t+i\sin 10t) \times \frac{-63+330i}{-63+330i}\\& =\frac{( -1650\sin 10t-310\cos 10t) +i( 1650\cos 10t-310\sin 10t)}{112744} e^{( -10) t} \end{aligned}

x_{p,real}( t) =Re[ x_{p}] =( -0.01463\sin 10t-0.002750\cos 10t) e^{( -10) t}

The complete/general solution to 2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) =5e^{-10t}\cos 10t is x_{total} =x_{c} +x_{p} =e^{\left( -\frac{7}{4}\right) t}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right) +( -0.01463\sin 10t-0.002750\cos 10t) e^{( -10) t}

Initial Value Problem

\begin{array} x( 0) =e^{\left( -\frac{7}{4}\right) 0}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) 0} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) 0}\right) +( -0.01463\sin 10( 0) -0.002750\cos 10( 0)) e^{( -10) 0} =2\\ \Longrightarrow c_{1} +c_{2} =2.0028 \end{array} \begin{aligned} \dot{x}_{total} & =e^{\left( -\frac{7}{4}\right) t}\left( i\frac{\sqrt{15}}{4} c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} -i\frac{\sqrt{15}}{4} c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right) -\frac{7}{4} e^{\left( -\frac{7}{4}\right) t}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right)\\ & +( -0.1463\cos 10t+0.0275\sin 10t) e^{( -10) t} +( 0.1463\sin 10t+0.0275\cos 10t) e^{( -10) t}\\ \dot{x}( 0) & =e^{\left( -\frac{7}{4}\right) 0}\left( i\frac{\sqrt{15}}{4} c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) 0} -i\frac{\sqrt{15}}{4} c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) 0}\right) -\frac{7}{4} e^{\left( -\frac{7}{4}\right) 0}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) 0} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) 0}\right)\\ & +( -0.1463\cos 10( 0) +0.0275\sin 10( 0)) e^{( -10) 0} +( 0.1463\sin 10( 0) +0.0275\cos 10( 0)) e^{( -10) 0} =0 c_{2} =\frac{3.6237-1.9392i}{-1.9365} \times \frac{i}{i} =1.8713+1.0014i;\quad c_{1} =3.8741-1.0014i \mathbf{x( t) =e^{\left( -\frac{7}{4}\right) t}\left(( 3.8741-1.0014i) e^{\left( i\frac{\sqrt{15}}{4}\right) t} +( 1.8713+1.0014i) e^{\left( i\frac{\sqrt{15}}{4}\right) t}\right) +( -0.01463\sin 10t-0.002750\cos 10t) e^{( -10) t}}

Question (e)

Step 1: Homogeneous Part
2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) =0
Step 2: Nonhomogeneous Part
$$2\frac{d\power{2}x(t)
dt\power{2}}+7\frac{dx(t) dt}+8x(t)=5\cos{10t}+e\power{-10t},<br />r( t)=e^{\alpha t} P_{n}( t) =5\cos 10t+e^{-10t}$$
Characteristic equation:
\begin{aligned}2m^{2} +7m+8 & =0\\m & =-\frac{-7\pm \sqrt{7^{2} -4( 2)( 8)}}{2( 2)}\\& =\frac{-7\pm \sqrt{-15}}{4}\\& =-\frac{7}{4} \pm i\frac{\sqrt{15}}{4}\end{aligned}

Comment: A pair of complex conjugates roots
(m_{1} =-\frac{7}{4} +i\frac{\sqrt{15}}{4} ,\ m_{2} =-\frac{7}{4} -i\frac{\sqrt{15}}{4})

Complementary solution:
x( t) = e^{\left( -\frac{7}{4}\right) t}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right)
For exponential function, e^{-10t}, \alpha =-10,\ n=0

Since \alpha \neq m_{1} \ \text{or} \ m_{2},
\begin{aligned}x_{p_{1}}( t) & =e^{( \alpha t)} Q_{n}( t) =Ae^{( -10t)}\end{aligned}

For cosine function,
5\cos 10t=Re\left[ 5e^{10it}\right], \alpha =10i,\ n=0

Since \alpha \neq m_{1} \ \text{or} \ m_{2},
\begin{aligned}x_{p_{2}}( t) & =e^{( \alpha t)} Q_{n}( t) =Be^{( 10it)}\end{aligned}

Thus, the total particular solution is
x_{p}( t) =Ae^{( -10t)} +Be^{( 10it)}

Assume x_{p,real}( t) =Re[ x_{p}],
x_{p}( t) =e^{( \alpha t)} Q_{n}( t) =Ae^{( -10t)} +Be^{( 10it)}

Differentiate it gives,
\begin{aligned}\frac{d}{dx}( x_{p}( t)) & =-10Ae^{( -10t)} +10iBe^{10it}\\\frac{d^{2}}{dx^{2}}( x_{p}( t)) & =100Ae^{( -10t)} -100Be^{10it}\end{aligned}

Then, we get
\begin{aligned}2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) & =5\cos 10t+e^{-10t}\\2\left( 100Ae^{( -10t)} -100Be^{10it}\right) +7\left( -10Ae^{( -10t)} +10iBe^{10it}\right) +8\left( Ae^{( -10t)} +Be^{( 10it)}\right) & =5e^{( 10i) t} +e^{-10t}\\e^{( -10) t}( 138A) +e^{( 10it)}( 70iB-192B) & =5e^{( 10i) t} +e^{-10t}\end{aligned}

Comparing the coefficient,
\begin{gather*}( 70i-192) B=5\Longrightarrow B=\frac{5}{70i-192}\\138A=1\Longrightarrow A=\frac{1}{138}\end{gather*}

Actual particular solution,
\begin{aligned}x_{p}( t) & =\frac{1}{138} e^{( -10t)} +\frac{5}{70i-192} e^{( 10it)}\\& =\frac{1}{138} e^{( -10t)} +\frac{5}{70i-192}\frac{-70i-192}{-70i-192}(\cos 10t+i\sin 10t)\\& =\frac{1}{138} e^{( -10t)} +i( -0.00838\cos 10t-0.02299\sin 10t)\\& +( 0.00838\sin 10t-0.02299\cos 10t)\end{aligned}

x_{p,real}( t) =Re[ x_{p}] =\frac{1}{138} e^{( -10t)} -0.02299\cos 10t+0.00838\sin 10t
   

The complete/general solution to 2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) =5\cos 10t+e^{-10t} is x_{total} =x_{c} +x_{p} =e^{\left( -\frac{7}{4}\right) t}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right) +\frac{1}{138} e^{( -10t)} -0.02299\cos 10t+0.00838\sin 10t

Initial Value Problem

\begin{array} x( 0) =e^{\left( -\frac{7}{4}\right) 0}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) 0} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) 0}\right) +\frac{1}{138} e^{( -10) 0} -0.02299\cos 10( 0) +0.00838\sin 10( 0) =2\\ \Longrightarrow c_{1} +c_{2} =2.0157 \end{array} \begin{aligned} \dot{x}_{total} & =e^{\left( -\frac{7}{4}\right) t}\left( i\frac{\sqrt{15}}{4} c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} -i\frac{\sqrt{15}}{4} c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right) -\frac{7}{4} e^{\left( -\frac{7}{4}\right) t}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right)\\ & -\frac{10}{138} e^{( -10t)} +0.2299\sin 10t+0.0838\cos 10t\\ \dot{x}( 0) & =e^{\left( -\frac{7}{4}\right) 0}\left( i\frac{\sqrt{15}}{4} c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) 0} -i\frac{\sqrt{15}}{4} c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) 0}\right) -\frac{7}{4} e^{\left( -\frac{7}{4}\right) 0}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) 0} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) 0}\right)\\ & -\frac{10}{138} e^{( -10) 0} +0.2299\sin 10( 0) +0.0838\cos 10( 0) =0 \end{aligned} c_{2} =\frac{3.5161-1.9517i}{-1.9517i} \times \frac{i}{i} =1.0078+1.8740i ;\quad c_{1} =1.0078-1.8740i \mathbf{x( t) =e^{\left( -\frac{7}{4}\right) t}\left(( 1.0078-1.8740i) e^{\left( i\frac{\sqrt{15}}{4}\right) t} +( 1.0078+1.8740i) e^{\left( i\frac{\sqrt{15}}{4}\right) t}\right) +\frac{1}{138} e^{( -10t)} -0.02299\cos 10t+0.00838\sin 10t}

Question (f)

Step 1: Homogeneous Part
2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) =0
Step 2: Nonhomogeneous Part
\begin{array}{l}2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) =10,\\r( t) =e^{\alpha t} P_{n}( t) =10\end{array}
Characteristic equation:
\begin{aligned}2m^{2} +7m+8 & =0\\m & =-\frac{-7\pm \sqrt{7^{2} -4( 2)( 8)}}{2( 2)}\\& =\frac{-7\pm \sqrt{-15}}{4}\\& =-\frac{7}{4} \pm i\frac{\sqrt{15}}{4}\end{aligned}

Comment: A pair of complex conjugates roots
(m_{1} =-\frac{7}{4} +i\frac{\sqrt{15}}{4} ,\ m_{2} =-\frac{7}{4} -i\frac{\sqrt{15}}{4})

Complementary solution:
x( t) = e^{\left( -\frac{7}{4}\right) t}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right)
For polynomial function, 10, \alpha =0,\ n=0

Since \alpha \neq m_{1} \ \text{or} \ m_{2},
x_{p} =e^{( \alpha t)} Q_{n}( t) =A

Differentiate it gives,
\begin{aligned}\frac{d}{dx}( x_{p}( t)) & =0\\\frac{d^{2}}{dx^{2}}( x_{p}( t)) & =0\end{aligned}

Then, we get
\begin{aligned}2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) & =10\\2( 0) +7( 0) +8A & =10\\A & =1.25\end{aligned}

Actual particular solution,x_{p}( t) =1.25

The complete/general solution to 2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) =10 is x_{total} =x_{c} +x_{p} =e^{\left( -\frac{7}{4}\right) t}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right) +1.25

Initial Value Problem

x( 0) =e^{\left( -\frac{7}{4}\right) 0}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) 0} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) 0}\right) +1.25=2\Longrightarrow c_{1} +c_{2} =0.75 \begin{aligned} \dot{x}_{total} & =e^{\left( -\frac{7}{4}\right) t}\left( i\frac{\sqrt{15}}{4} c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} -i\frac{\sqrt{15}}{4} c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right) -\frac{7}{4} e^{\left( -\frac{7}{4}\right) t}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right)\\ \dot{x}( 0) & =e^{\left( -\frac{7}{4}\right) 0}\left( i\frac{\sqrt{15}}{4} c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) 0} -i\frac{\sqrt{15}}{4} c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) 0}\right) -\frac{7}{4} e^{\left( -\frac{7}{4}\right) 0}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) 0} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) 0}\right) =0\\ \dot{x}( 0) & =\left( i\frac{\sqrt{15}}{4} c_{1} -i\frac{\sqrt{15}}{4} c_{2}\right) -\frac{7}{4}( c_{1} +c_{2}) =0 \end{aligned} i\frac{\sqrt{15}}{4}( 0.75-c_{2}) -i\frac{\sqrt{15}}{4} c_{2} -\frac{7}{4}( 0.75) =0\Longrightarrow c_{2} =0.3750+0.6778i;\ c_{1} =0.3750-0.6778i \mathbf{x( t) =e^{\left( -\frac{7}{4}\right) t}\left(( 0.3750-0.6778i) e^{\left( i\frac{\sqrt{15}}{4}\right) t} +( 0.3750+0.6778i) e^{\left( i\frac{\sqrt{15}}{4}\right) t}\right) +1.25}

Question (g)

Step 1: Homogeneous Part
2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) =0
Step 2: Nonhomogeneous Part
2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) =5t^{2} +7t+9,
r( t) =e^{\alpha t} P_{n}( t) =5t^{2} +7t+9
Characteristic equation:
\begin{aligned}2m^{2} +7m+8 & =0\\m & =-\frac{-7\pm \sqrt{7^{2} -4( 2)( 8)}}{2( 2)}\\& =\frac{-7\pm \sqrt{-15}}{4}\\& =-\frac{7}{4} \pm i\frac{\sqrt{15}}{4}\end{aligned}

Comment: A pair of complex conjugates roots
(m_{1} =-\frac{7}{4} +i\frac{\sqrt{15}}{4} ,\ m_{2} =-\frac{7}{4} -i\frac{\sqrt{15}}{4})

Complementary solution:
x( t) = e^{\left( -\frac{7}{4}\right) t}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right)
For polynomial function, 5t^{2} +7t+9, \alpha =0,\ n=2

Since \alpha \neq m_{1} \ \text{or} \ m_{2},
x_{p} =e^{( \alpha t)} Q_{n}( t) =At^{2} +Bt+C

Differentiate it gives,<br />\begin{aligned}\frac{d}{dx}( x_{p}( t)) & =2At+B\\\frac{d^{2}}{dx^{2}}( x_{p}( t)) & =2A\end{aligned}

Then, we get
\begin{aligned}2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) & =5t^{2} +7t+9\\2( 2A) +7( 2At+B) +8\left( At^{2} +Bt+C\right) & =5t^{2} +7t+9\\4A+7B+8C+14At+8Bt+8A^{2} t & =5t^{2} +7t+9\end{aligned}

Comparing coefficients,
t^{2} :\quad 8A=5\Longrightarrow A=0.625
t:\quad 14A+8B=7\Longrightarrow 14( 0.625) +8B=7\Longrightarrow B=-0.2188
t^{0} :\quad 4A+7B+8C=9\Longrightarrow 4( 0.625) +8) -0.2188) +8C=9\Longrightarrow C=1.0040$<br />Actual particular solution,<br />x_{p}( t) =0.625t^{2} -0.2188B+1.0040$$

The complete/general solution to 2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) =5t^{2} +7t+9 is x_{total} =x_{c} +x_{p} =e^{\left( -\frac{7}{4}\right) t}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right) +0.625t^{2} -0.2188t+1.0040

Initial Value Problem

x( 0) =e^{\left( -\frac{7}{4}\right) 0}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) 0} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) 0}\right) +0.625( 0)^{2} -0.2188( 0) +1.0040=2\Longrightarrow c_{1} +c_{2} =0.996 \begin{aligned} \dot{x}_{total} & =e^{\left( -\frac{7}{4}\right) t}\left( i\frac{\sqrt{15}}{4} c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} -i\frac{\sqrt{15}}{4} c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right) -\frac{7}{4} e^{\left( -\frac{7}{4}\right) t}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right) +1.25t-0.2188\\ \dot{x}( 0) & =e^{\left( -\frac{7}{4}\right) 0}\left( i\frac{\sqrt{15}}{4} c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) 0} -i\frac{\sqrt{15}}{4} c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) 0}\right) -\frac{7}{4} e^{\left( -\frac{7}{4}\right) 0}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) 0} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) 0}\right) +1.25( 0) -0.2188=0\\ \dot{x}( 0) & =\left( i\frac{\sqrt{15}}{4} c_{1} -i\frac{\sqrt{15}}{4} c_{2}\right) -\frac{7}{4}( c_{1} +c_{2}) -0.2188=0 \end{aligned} \Longrightarrow c_{2} =\frac{1.9618-0.9644i}{-1.9365i} =0.4980+1.0131i;\ c_{1} =0.4980-1.0131i \mathbf{x( t) =e^{\left( -\frac{7}{4}\right) t}\left(( 0.4980-1.0131i) e^{\left( i\frac{\sqrt{15}}{4}\right) t} +( 0.4980+1.0131i) e^{\left( i\frac{\sqrt{15}}{4}\right) t}\right) +0.625t^{2} -0.2188t+1.0040}

Question (h)

Step 1: Homogeneous Part
2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) =0
Step 2: Nonhomogeneous Part
2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) =6te^{t} +3t,
r( t) =e^{\alpha t} P_{n}( t) =6te^{t} +3t
Characteristic equation:
\begin{aligned}2m^{2} +7m+8 & =0\\m & =-\frac{-7\pm \sqrt{7^{2} -4( 2)( 8)}}{2( 2)}\\& =\frac{-7\pm \sqrt{-15}}{4}\\& =-\frac{7}{4} \pm i\frac{\sqrt{15}}{4}\end{aligned}

Comment: A pair of complex conjugates roots
(m_{1} =-\frac{7}{4} +i\frac{\sqrt{15}}{4} ,\ m_{2} =-\frac{7}{4} -i\frac{\sqrt{15}}{4})

Complementary solution:
x( t) = e^{\left( -\frac{7}{4}\right) t}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right)
\begin{aligned}u_{i}( t) & =-\int \frac{r( t) x_{2}( t)}{W( y_{1} ,y_{2})} dt=-\int \frac{\left( 6te^{t} +3t\right) e^{\left( -\frac{7}{4} -i\frac{\sqrt{15}}{4}\right) t}}{-i\frac{2\sqrt{15}}{4} e^{-\frac{14}{4} t}} dt\\& =-\frac{12}{\sqrt{15}} i\int te^{\left( 2.75-i\frac{\sqrt{15}}{4}\right) t} dt-\frac{6}{\sqrt{15}} i\int te^{\left( 2.75-i\frac{\sqrt{15}}{4}\right) t} dt\end{aligned}

Integration by part,
\begin{array}-\frac{12}{\sqrt{15}} i\int \underbrace{t}_{u}\underbrace{e^{\left( 2.75-i\frac{\sqrt{15}}{4}\right) t} dt}_{dv}\\=-\frac{12}{\sqrt{15}} i\left[\underbrace{t}_{u}\underbrace{\frac{e^{\left( 2.75-i\frac{\sqrt{15}}{4}\right) t}}{\left( 2.75-i\frac{\sqrt{15}}{4}\right)}}_{v} -\int \underbrace{\frac{e^{\left( 2.75-i\frac{\sqrt{15}}{4}\right) t}}{\left( 2.75-i\frac{\sqrt{15}}{4}\right)}}_{v}\underbrace{dt}_{du}\right]\\=-\frac{12}{\sqrt{15}} i\left[ t\frac{e^{\left( 2.75-i\frac{\sqrt{15}}{4}\right) t}}{\left( 2.75-i\frac{\sqrt{15}}{4}\right)} -\frac{e^{\left( 2.75-i\frac{\sqrt{15}}{4}\right) t}}{\left( 2.75-i\frac{\sqrt{15}}{4}\right)^{2}}\right]\end{array}

\begin{array}-\frac{6}{\sqrt{15}} i\int te^{\left( 2.75-i\frac{\sqrt{15}}{4}\right) t} dt\\=-\frac{6}{\sqrt{15}} i\left[\underbrace{t}_{u}\underbrace{\frac{e^{\left( 1.75-i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75-i\frac{\sqrt{15}}{4}\right)}}_{v} -\int \underbrace{\frac{e^{\left( 1.75-i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75-i\frac{\sqrt{15}}{4}\right)}}_{v}\underbrace{dt}_{du}\right]\\=-\frac{6}{\sqrt{15}} i\left[ t\frac{e^{\left( 1.75-i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75-i\frac{\sqrt{15}}{4}\right)} -\frac{e^{\left( 1.75-i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75-i\frac{\sqrt{15}}{4}\right)^{2}}\right]\end{array}
\begin{array}u_{1}( t) =-\frac{12}{\sqrt{15}} i\left[ t\frac{e^{\left( 2.75-i\frac{\sqrt{15}}{4}\right) t}}{\left( 2.75-i\frac{\sqrt{15}}{4}\right)} -\frac{e^{\left( 2.75-i\frac{\sqrt{15}}{4}\right) t}}{\left( 2.75-i\frac{\sqrt{15}}{4}\right)^{2}}\right]\\\quad \quad \quad -\frac{6}{\sqrt{15}} i\left[ t\frac{e^{\left( 1.75-i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75-i\frac{\sqrt{15}}{4}\right)} -\frac{e^{\left( 1.75-i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75-i\frac{\sqrt{15}}{4}\right)^{2}}\right]\end{array}

\begin{aligned}u_{2}( t) & =\int \frac{r( t) x_{1}( t)}{W( x_{1} ,x_{2})} dt=\int \frac{\left( 6te^{t} +3t\right) e^{\left( -\frac{7}{4} +i\frac{\sqrt{15}}{4}\right) t}}{-i\frac{2\sqrt{15}}{4} e^{-\frac{14}{4} t}} dt\\& =\frac{12}{\sqrt{15}} i\int te^{\left( 2.75+i\frac{\sqrt{15}}{4}\right) t} +\frac{6}{\sqrt{15}} i\int te^{\left( 1.75+i\frac{\sqrt{15}}{4}\right) t} dt\end{aligned}

Integration by part,
\begin{array}\frac{12}{\sqrt{15}} i\int \underbrace{t}_{u}\underbrace{e^{\left( 2.75+i\frac{\sqrt{15}}{4}\right) t} dt}_{dv}\\=\frac{12}{\sqrt{15}} i\left[\underbrace{t}_{u}\underbrace{\frac{e^{\left( 2.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 2.75+i\frac{\sqrt{15}}{4}\right)}}_{v} -\int \underbrace{\frac{e^{\left( 2.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 2.75+i\frac{\sqrt{15}}{4}\right)}}_{v}\underbrace{dt}_{du}\right]\\=\frac{12}{\sqrt{15}} i\left[ t\frac{e^{\left( 2.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 2.75+i\frac{\sqrt{15}}{4}\right)} -\frac{e^{\left( 2.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 2.75+i\frac{\sqrt{15}}{4}\right)^{2}}\right]\end{array}

\begin{array}\frac{6}{\sqrt{15}} i\int te^{\left( 1.75+i\frac{\sqrt{15}}{4}\right) t} dt\\=\frac{6}{\sqrt{15}} i\left[\underbrace{t}_{u}\underbrace{\frac{e^{\left( 1.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75+i\frac{\sqrt{15}}{4}\right)}}_{v} -\int \underbrace{\frac{e^{\left( 1.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75+i\frac{\sqrt{15}}{4}\right)^{2}}}_{v}\underbrace{dt}_{du}\right]\\=\frac{6}{\sqrt{15}} i\left[ t\frac{e^{\left( 1.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75+i\frac{\sqrt{15}}{4}\right)} -\frac{e^{\left( 1.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75+i\frac{\sqrt{15}}{4}\right)^{2}}\right]\end{array}

\begin{array}\frac{6}{\sqrt{15}} i\int te^{\left( 1.75+i\frac{\sqrt{15}}{4}\right) t} dt\\=\frac{6}{\sqrt{15}} i\left[\underbrace{t}_{u}\underbrace{\frac{e^{\left( 1.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75+i\frac{\sqrt{15}}{4}\right)}}_{v} -\int \underbrace{\frac{e^{\left( 1.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75+i\frac{\sqrt{15}}{4}\right)^{2}}}_{v}\underbrace{dt}_{du}\right]\\=\frac{6}{\sqrt{15}} i\left[ t\frac{e^{\left( 1.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75+i\frac{\sqrt{15}}{4}\right)} -\frac{e^{\left( 1.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75+i\frac{\sqrt{15}}{4}\right)^{2}}\right]\end{array}

\begin{array}u_{2}( t) =\frac{12}{\sqrt{15}} i[ t\frac{e^{\left( 2.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 2.75+i\frac{\sqrt{15}}{4}\right)} -\frac{e^{\left( 2.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 2.75+i\frac{\sqrt{15}}{4}\right)^{2}}\\\quad \quad +\frac{6}{\sqrt{15}} i\left[ t\frac{e^{\left( 1.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75+i\frac{\sqrt{15}}{4}\right)} -\frac{e^{\left( 1.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75+i\frac{\sqrt{15}}{4}\right)^{2}}\right]\end{array}

x_{p} =u_{1}( t) x_{1}( t) +u_{2}( t) x_{2}( t)

where:
\begin{aligned}u_{1}( t) x_{1}( t) & =\{-\frac{12}{\sqrt{15}} i\left[ t\frac{e^{\left( 2.75-i\frac{\sqrt{15}}{4}\right) t}}{\left( 2.75-i\frac{\sqrt{15}}{4}\right)} -\frac{e^{\left( 2.75-i\frac{\sqrt{15}}{4}\right) t}}{\left( 2.75-i\frac{\sqrt{15}}{4}\right)^{2}}\right]\\& -\frac{6}{\sqrt{15}} i\left[ t\frac{e^{\left( 1.75-i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75-i\frac{\sqrt{15}}{4}\right)} -\frac{e^{\left( 1.75-i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75-i\frac{\sqrt{15}}{4}\right)^{2}}\right]\} e^{\left( -\frac{7}{4} +i\frac{\sqrt{15}}{4}\right) t}\\& =-\frac{12}{\sqrt{15}} i\left[ t\frac{e^{t}}{\left( 2.75-i\frac{\sqrt{15}}{4}\right)} -\frac{e^{t}}{\left( 2.75-i\frac{\sqrt{15}}{4}\right)^{2}}\right]\\& -\frac{6}{\sqrt{15}} i\left[ t\frac{1}{\left( 1.75-i\frac{\sqrt{15}}{4}\right)} -\frac{1}{\left( 1.75-i\frac{\sqrt{15}}{4}\right)^{2}}\right]\end{aligned}

$$ \begin{aligned}
u_{1}( t) x_{1}( t) & ={\frac{12}{\sqrt{15}} i[ t\frac{e^{\left( 2.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 2.75+i\frac{\sqrt{15}}{4}\right)} -\frac{e^{\left( 2.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 2.75+i\frac{\sqrt{15}}{4}\right)^{2}}\& +\frac{6}{\sqrt{15}} i\left[ t\frac{e^{\left( 1.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75+i\frac{\sqrt{15}}{4}\right)} -\frac{e^{\left( 1.75+i\frac{\sqrt{15}}{4}\right) t}}{\left( 1.75+i\frac{\sqrt{15}}{4}\right)^{2}}\right]} e^{\left( -\frac{7}{4} -i\frac{\sqrt{15}}{4}\right) t}\& =\frac{12}{\sqrt{15}} i[ t\frac{e^{t}}{\left( 2.75+i\frac{\sqrt{15}}{4}\right)} -\frac{e^{t}}{\left( 2.75+i\frac{\sqrt{15}}{4}\right)^{2}}\& +\frac{6}{\sqrt{15}} i\left[ t\frac{1}{\left( 1.75+i\frac{\sqrt{15}}{4}\right)} -\frac{1}{\left( 1.75+i\frac{\sqrt{15}}{4}\right)^{2}}\right]\end{aligned}<br /><br /> \begin{aligned}x_{p}( t) & =u_{1}( t) x_{1}( t) +u_{2}( t) x_{2}( t)\& =-\frac{12}{\sqrt{15}} i\left[ t\frac{e^{t}}{\left( 2.75-i\frac{\sqrt{15}}{4}\right)} -\frac{e^{t}}{\left( 2.75-i\frac{\sqrt{15}}{4}\right)^{2}}\right]\& +\frac{12}{\sqrt{15}} i\left[ t\frac{e^{t}}{\left( 2.75+i\frac{\sqrt{15}}{4}\right)} -\frac{e^{t}}{\left( 2.75+i\frac{\sqrt{15}}{4}\right)^{2}}\right]\& -\frac{6}{\sqrt{15}} i\left[ t\frac{1}{\left( 1.75-i\frac{\sqrt{15}}{4}\right)} -\frac{1}{\left( 1.75-i\frac{\sqrt{15}}{4}\right)^{2}}\right]\& +\frac{6}{\sqrt{15}} i\left[ t\frac{1}{\left( 1.75+i\frac{\sqrt{15}}{4}\right)} -\frac{1}{\left( 1.75+i\frac{\sqrt{15}}{4}\right)^{2}}\right]\& =-\frac{12}{\sqrt{15}} i\left[ t\frac{e^{t}\left( 2.75-i\frac{\sqrt{15}}{4}\right)}{8.5} -\frac{e^{t}\left( 6.625+i1.375\sqrt{15}\right)}{72.25}\right]\& +\frac{12}{\sqrt{15}} i\left[ t\frac{e^{t}\left( 2.75-i\frac{\sqrt{15}}{4}\right)}{8.5} -\frac{e^{t}\left( 6.625-i1.375\sqrt{15}\right)}{72.25}\right]\& -\frac{6}{\sqrt{15}} i\left[ t\frac{\left( 1.75+i\frac{\sqrt{15}}{4}\right)}{4} -\frac{\left( 2.125+i0.875\sqrt{15}\right)}{16}\right]\& +\frac{6}{\sqrt{15}} i\left[ t\frac{\left( 1.75-i\frac{\sqrt{15}}{4}\right)}{4} -\frac{\left( 2.125-i0.875\sqrt{15}\right)}{16}\right]\& =\left[ -\frac{24}{\sqrt{15}} it\frac{e^{t}\left( i\frac{\sqrt{15}}{4}\right)}{8.5} +\frac{24}{\sqrt{15}} i\frac{e^{t}\left( i1.375\sqrt{15}\right)}{8.5}\right]\& +\left[ -\frac{12}{\sqrt{15}} it\frac{\left( i\frac{\sqrt{15}}{4}\right)}{4} +\frac{12}{\sqrt{15}} i\frac{\left( i0.875\sqrt{15}\right)}{16}\right]\& =\left[ +\frac{12}{17} te^{t} -\frac{132}{289} e^{t} +\frac{3}{4} e^{t} -\frac{21}{32}\right]\end{aligned}$$  

The complete/general solution to 2\frac{d^{2} x( t)}{dt^{2}} +7\frac{dx( t)}{dt} +8x( t) =6te^{t} +3t is x_{total} =x_{c} +x_{p} =e^{\left( -\frac{7}{4}\right) t}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right) +\frac{12}{17} te^{t} -\frac{132}{289} e^{t} +\frac{3}{4} e^{t} -\frac{21}{32}

Initial Value Problem

x( 0) =e^{\left( -\frac{7}{4}\right) 0}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) 0} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) 0}\right) +\frac{12}{17}( 0) e^{0} -\frac{132}{289} e^{0} +\frac{3}{4} e^{0} -\frac{21}{32} =2\Longrightarrow c_{1} +c_{2} =2.363 \begin{aligned} \dot{x}_{total} & =e^{\left( -\frac{7}{4}\right) t}\left( i\frac{\sqrt{15}}{4} c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} -i\frac{\sqrt{15}}{4} c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right) -\frac{7}{4} e^{\left( -\frac{7}{4}\right) t}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) t} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) t}\right) +\frac{12}{17}\left( e^{t}( 1+t)\right) -\frac{132}{289} e^{t} +\frac{3}{4} e^{t}\\ \dot{x}( 0) & =e^{\left( -\frac{7}{4}\right) 0}\left( i\frac{\sqrt{15}}{4} c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) 0} -i\frac{\sqrt{15}}{4} c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) 0}\right) -\frac{7}{4} e^{\left( -\frac{7}{4}\right) 0}\left( c_{1} e^{\left( i\frac{\sqrt{15}}{4}\right) 0} +c_{2} e^{\left( -i\frac{\sqrt{15}}{4}\right) 0}\right) +\frac{12}{17}\left( e^{0}( 1+0)\right) -\frac{132}{289} e^{0} +\frac{3}{4} e^{0} =0\\ \dot{x}( 0) & =\left( i\frac{\sqrt{15}}{4} c_{1} -i\frac{\sqrt{15}}{4} c_{2}\right) -\frac{7}{4}( c_{1} +c_{2}) +0.9991=0 \end{aligned} \Longrightarrow \ c_{1} =1.1815-1.6195i,\ c_{2} =1.1815+1.6195i \mathbf{x( t) =e^{\left( -\frac{7}{4}\right) t}\left(( 1.1815-1.6195) e^{\left( i\frac{\sqrt{15}}{4}\right) t} +( 1.1815+1.6195) e^{\left( i\frac{\sqrt{15}}{4}\right) t}\right) +}\frac{12}{17} te^{t} -\frac{132}{289} e^{t} +\frac{3}{4} e^{t} -\frac{21}{32}

Copyright © 2021 Koay Hong Vin.