← 2020 Paper 1
UPSC 2020 Maths Optional Paper 1 Q7b — Step-by-Step Solution
10 marks · Section B
Properties of Laplace transform (linearity, shift, derivative, convolution) · ODEs · asked 3× in 13 yrs · Read the full method →
Question
Using Laplace transform, solve the initial value problem ty′′+2ty′+2y=2; y(0)=1 and y′(0) is arbitrary. Does this problem have a unique solution?
Technique
Laplace transform with the L{tf}=−dsdL{f} rule turns the ODE into a first-order linear ODE in Y(s); solve with an integrating factor, partial-fraction, invert.
Solution
Let Y(s)=L{y(t)}, y(0)=1, y′(0)=a (a number we leave free). Recall
L{y′}=sY−y(0),L{y′′}=s2Y−sy(0)−y′(0),
L{tf(t)}=−dsdL{f(t)}.
L{ty′′}=−dsd(s2Y−s−a)=−(2sY+s2Y′−1),
L{ty′}=−dsd(sY−1)=−(Y+sY′),
L{2y}=2Y,L{2}=s2.
Step 2 — Assemble the subsidiary equation
−(2sY+s2Y′−1)+2[−(Y+sY′)]+2Y=s2.
−s2Y′−2sY+1−2sY′−2Y+2Y=s2⇒−(s2+2s)Y′−2sY=s2−1.
Multiply by −1:
(s2+2s)Y′+2sY=1−s2.(∗)
Note the y′(0)=a term cancelled out — the initial slope leaves no trace in (∗). This already signals non-uniqueness.
Step 3 — Solve the linear first-order ODE in Y
Write (∗) as
Y′+s(s+2)2sY=s(s+2)1−2/s⇒Y′+s+22Y=s2(s+2)s−2.
Integrating factor: μ=e∫s+22ds=(s+2)2. Then
dsd[(s+2)2Y]=(s+2)2⋅s2(s+2)s−2=s2(s+2)(s−2)=s2s2−4=1−s24.
Integrate:
(s+2)2Y=s+s4+C1.
So
Y=(s+2)2s+s4+C1=s(s+2)2s2+C1s+4.
Step 4 — Partial fractions
s(s+2)2s2+C1s+4=s1+(s+2)2C1−4.
(Check: s1 gives s(s+2)2(s+2)2=s(s+2)2s2+4s+4; adding (s+2)2C1−4=s(s+2)2(C1−4)s yields numerator s2+4s+4+(C1−4)s=s2+C1s+4 ✓.)
Let C=C1−4 (arbitrary constant). Then
Y(s)=s1+(s+2)2C.
L−1{s1}=1,L−1{(s+2)21}=te−2t.
y(t)=1+Cte−2t,C arbitrary
Step 6 — Uniqueness
Answer
No, the solution is not unique.