Higher order linear differential equations notes — Unit 2
Free unit-wise study notes on higher order linear differential equations for Engineering Mathematics II, Semester 2 of B.Tech — Computer Science & Engineering — key concepts, examples, important questions and a revision checklist for semester exams.
Complete 20-page hand-written notes covering Higher Order Linear ODEs. Master the Complementary Function (C.F.), Particular Integral (P.I.) shortcut methods, Cauchy-Euler equations, and the Method of Variation of Parameters.
Notebook — 20 pages
Page 1
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 2 —
1. Intro to Higher Order ODEs
A linear differential equation of order n with constant coefficients is of the form:
dxndny+a1dxn−1dn−1y+...+any=X(x)
where a1,a2,...,an are constants and X(x) is a function of x.
Page 2
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 2 —
2. The Operator D
To simplify writing, we use the differential operator D=dxd.
Dy=dxdy
D2y=dx2d2y
Dny=dxndny
The general equation becomes: (Dn+a1Dn−1+...+an)y=X
Or simply, f(D)y=X.
Page 3
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 2 —
3. Auxiliary Equation (A.E.)
To find the Complementary Function (C.F.), we equate f(D)y=0.
We form the Auxiliary Equation (A.E.) by replacing D with m and equating to zero: f(m)=0 mn+a1mn−1+...+an=0
The nature of the roots of this polynomial equation determines the C.F.
Page 4
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 2 —
4. C.F. (Real & Distinct Roots)
⇒Case 1: Roots are Real and Distinct
If the A.E. has real, unequal roots m1,m2,...,mn, then the C.F. is:
C.F.=C1em1x+C2em2x+...+Cnemnx
Example: Solve (D2−5D+6)y=0
A.E.: m2−5m+6=0 (m−2)(m−3)=0⇒m=2,3
C.F.=C1e2x+C2e3x
Page 5
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 2 —
5. C.F. (Repeated Roots)
⇒Case 2: Roots are Real and Equal (Repeated)
If a root m1 is repeated twice (m1=m2=m), the C.F. is:
4.Solve the resulting constant-coefficient equation.
Page 16
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 2 —
16. Variation of Parameters
A powerful method to find the P.I. when the shortcut rules fail (e.g., X=tanx,secx,lnx).
For a second-order ODE: dx2d2y+Pdxdy+Qy=X
1.Find the C.F.: yc=C1y1+C2y2.
2.Calculate the Wronskian: W=y1y2′−y2y1′. (Ensure W=0).
3.The P.I. is given by u⋅y1+v⋅y2, where: u=−∫Wy2⋅Xdx v=∫Wy1⋅Xdx
Page 17
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 2 —
17. Simultaneous Linear ODEs
Systems with one independent variable (t) and two dependent variables (x,y).
Example: dtdx+2y=et dtdy−x=sint
⇒Method:
Use the operator D=dtd. Treat the equations like simultaneous algebraic equations to eliminate one dependent variable, solve the resulting higher-order ODE for the other, and back-substitute.
Page 18
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 2 —
18. Applications: LCR Circuits
Higher order ODEs model Series L-C-R circuits.
By Kirchhoff's Voltage Law: Ldtdi+Ri+C1q=E(t)
Since i=dtdq and dtdi=dt2d2q, we get a 2nd order ODE: Ldt2d2q+Rdtdq+C1q=E(t)
The C.F. represents the transient current (which dies out over time), and the P.I. represents the steady-state current.
Page 19
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 2 —
19. Mechanical Oscillations
ODEs also model a mass attached to a spring.
mdt2d2x+cdtdx+kx=F(t)
m = mass
c = damping coefficient (friction/air resistance)
k = spring constant (stiffness)
F(t) = external driving force
The nature of the A.E. roots determines if the system is Overdamped (real roots), Critically Damped (equal roots), or Underdamped (complex roots - oscillating).
Page 20
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 2 —
20. Unit 2 Revision Checklist
⇒Before the exam, ensure you can:
Write the C.F. for repeated complex roots.
State the P.I. rule for sin(ax) and what to do if f(−a2)=0.
Apply the shift theorem eaxV.
Convert a Cauchy-Euler equation into a constant coefficient equation using x=ez.
Write the formula for the Wronskian in Variation of Parameters.
Explain the physical meaning of C.F. and P.I. in an LCR electrical circuit.