← 2026 Paper 1
UPSC 2026 Maths Optional Paper 1 Q5b — Step-by-Step Solution
10 marks · Section B
Laplace transform applied to IVP for second-order linear ODE with constant coefficients · ODEs · asked 11× in 14 yrs · Read the full method →
Question
Apply Laplace transform to solve (D2+D)y(t)=2, D≡dtd, subject to the conditions y(0)=3, y′(0)=1.
Technique
The method is the question. Transform the whole equation, using L{y′′}=s2yˉ−sy(0)−y′(0) and L{y′}=syˉ−y(0) so that the initial data enter algebraically; solve for yˉ(s), split by partial fractions, and invert term by term. Do not solve it as a CF + PI problem — that scores nothing here.
Solution
Step 1 — Write the equation and the transform pair.
The equation is
dt2d2y+dtdy=2,y(0)=3,y′(0)=1.
Write yˉ(s)=L{y(t)}=∫0∞e−sty(t)dt. The standard derivative rules are
L{y′(t)}=syˉ(s)−y(0),L{y′′(t)}=s2yˉ(s)−sy(0)−y′(0),
and for the right-hand side, L{2}=s2 (valid for s>0).
Step 2 — Transform, inserting the initial conditions.
Applying L to both sides:
[s2yˉ−sy(0)−y′(0)]+[syˉ−y(0)]=s2.
Putting y(0)=3, y′(0)=1:
[s2yˉ−3s−1]+[syˉ−3]=s2,
(s2+s)yˉ=s2+3s+4=s3s2+4s+2.
Hence, since s2+s=s(s+1),
yˉ(s)=s2(s+1)3s2+4s+2.(∗)
Step 3 — Partial fractions.
The denominator has a double pole at s=0 and a simple pole at s=−1, so write
s2(s+1)3s2+4s+2=sA+s2B+s+1C⟺3s2+4s+2=As(s+1)+B(s+1)+Cs2.
- Put s=0: 2=B.
- Put s=−1: 3−4+2=C, so C=1.
- Compare coefficients of s2: 3=A+C, so A=2.
Therefore
yˉ(s)=s2+s22+s+11.
(Quick check of the split: s2(s+1)2s(s+1)+2(s+1)+s2=s2(s+1)3s2+4s+2 ✓.)
Step 4 — Invert.
Using L−1{1/s}=1, L−1{1/s2}=t, L−1{1/(s+a)}=e−at:
y(t)=2+2t+e−t.
Step 5 — Check against the data and the equation.
y(0)=2+0+1=3 ✓. y′(t)=2−e−t, so y′(0)=2−1=1 ✓. y′′(t)=e−t, so
y′′+y′=e−t+2−e−t=2 ✓
identically in t.
(Structural remark, one line in the exam: the double pole at s=0 is what produces the secular term 2t — physically the particular integral of a constant forcing for an operator D(D+1) with a zero root; the simple pole at s=−1 gives the transient e−t.)
Answer
y(t)=2+2t+e−t