← 2016 Paper 1
UPSC 2016 Maths Optional Paper 1 Q6d — Step-by-Step Solution
10 marks · Section B
Laplace transform applied to IVP for second-order linear ODE with constant coefficients · ODEs · asked 10× in 13 yrs · Read the full method →
Question
Using Laplace transformation, solve the following: y′′−2y′−8y=0, y(0)=3, y′(0)=6.
Technique
Laplace transform turns the IVP into algebra: (s2−2s−8)Y=3s; partial fractions over (s−4)(s+2); invert term by term.
Solution
Let Y(s)=L{y}. Using L{y′}=sY−y(0) and L{y′′}=s2Y−sy(0)−y′(0) with y(0)=3, y′(0)=6:
[s2Y−3s−6]−2[sY−3]−8Y=0.
Step 2 — Solve for Y(s)
(s2−2s−8)Y−3s−6+6=0 ⇒ (s2−2s−8)Y=3s.
Factor s2−2s−8=(s−4)(s+2):
Y(s)=(s−4)(s+2)3s.
Step 3 — Partial fractions
(s−4)(s+2)3s=s−4A+s+2B.
3s=A(s+2)+B(s−4). At s=4: 12=6A⇒A=2. At s=−2: −6=−6B⇒B=1. So
Y(s)=s−42+s+21.
Step 4 — Invert
Using L−1{1/(s−a)}=eat,
Answer
y(x)=2e4x+e−2x.