← 2023 Paper 1
UPSC 2023 Maths Optional Paper 1 Q8a — Step-by-Step Solution
15 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 following initial value problem by using Laplace transform technique:
dt2d2y−4dtdy+3y(t)=f(t),y(0)=1,y′(0)=0,
where f(t) is a given function of t.
Technique
Take Laplace transform of the ODE; partial fractions on the IC-driven part; convolution theorem to invert the F(s)-driven part. The two pieces add to give the full solution.
Solution
Step 1 — Take Laplace transforms.
Let Y(s)=L{y(t)} and F(s)=L{f(t)}. Standard transforms:
L{y′′}=s2Y−sy(0)−y′(0)=s2Y−s.
L{y′}=sY−y(0)=sY−1.
Apply to the ODE:
s2Y−s−4(sY−1)+3Y=F(s).
Y(s2−4s+3)=F(s)+s−4.
Factor s2−4s+3=(s−1)(s−3):
Y(s)=(s−1)(s−3)F(s)+s−4.
Step 2 — Inverse-transform the IC-driven part.
(s−1)(s−3)s−4=s−1A+s−3B. Solve: A(s−3)+B(s−1)=s−4. At s=1: −2A=−3⇒A=23. At s=3: 2B=−1⇒B=−21.
L−1{(s−1)(s−3)s−4}=23et−21e3t.
Step 3 — Inverse-transform the F-driven part.
(s−1)(s−3)1=2(s−3)1−2(s−1)1 (partial fractions).
So
L−1{(s−1)(s−3)F(s)}=21[L−1{F(s)/(s−3)}−L−1{F(s)/(s−1)}].
By the convolution theorem L−1{F⋅G}=f∗g:
L−1{F(s)/(s−3)}=L−1{F(s)}∗L−1{1/(s−3)}=f(t)∗e3t=∫0tf(τ)e3(t−τ)dτ.
L−1{F(s)/(s−1)}=f(t)∗et=∫0tf(τ)et−τdτ.
Therefore
L−1{(s−1)(s−3)F(s)}=21∫0tf(τ)[e3(t−τ)−et−τ]dτ.
Step 4 — Combine.
Answer
y(t)=23et−21e3t+21∫0tf(τ)[e3(t−τ)−et−τ]dτ.