← 2014 Paper 1
UPSC 2014 Maths Optional Paper 1 Q8c — Step-by-Step Solution
20 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
Solve the initial value problem
dt2d2y+y=8e−2tsint,y(0)=0,y′(0)=0,
by using Laplace-transform.
Technique
Laplace transform with shift theorem; partial fractions in two irreducible quadratics; complete the square; inverse Laplace via shift theorem.
Solution
With Y(s)=L{y(t)} and zero ICs, L{y′′}=s2Y.
For RHS: L{sint}=1/(s2+1), so by the shift theorem,
L{e−2tsint}=(s+2)2+11=s2+4s+51.
The transformed ODE:
(s2+1)Y(s)=s2+4s+58⟹Y(s)=(s2+1)(s2+4s+5)8.
Step 2 — Partial fractions
(s2+1)(s2+4s+5)8=s2+1As+B+s2+4s+5Cs+D.
Expanding and matching coefficients of s3,s2,s1,s0:
- s3: A+C=0.
- s2: 4A+B+D=0.
- s: 5A+4B+C=0.
- s0: 5B+D=8.
Solving: from C=−A in the s-equation, 4A+4B=0, so A=−B. Substituting into s2-equation: −4B+B+D=0, D=3B. From s0: 5B+3B=8, B=1. Hence A=−1,C=1,D=3.
Y(s)=s2+1−s+1+s2+4s+5s+3.
First fraction:
s2+1−s+1=−s2+1s+s2+11L−1−cost+sint.
Second fraction: Complete the square in the denominator: s2+4s+5=(s+2)2+1. Rewrite the numerator s+3=(s+2)+1:
(s+2)2+1(s+2)+1=(s+2)2+1s+2+(s+2)2+11.
By the shift theorem L−1{F(s+2)}=e−2tf(t):
L−1{(s+2)2+1s+2}=e−2tcost,L−1{(s+2)2+11}=e−2tsint.
Combined: e−2t(cost+sint).
Step 4 — Sum
y(t)=(sint−cost)+e−2t(cost+sint).
Answer
y(t)=sint−cost+e−2t(sint+cost).