Fiveable

🧮Calculus and Statistics Methods Unit 3 Review

QR code for Calculus and Statistics Methods practice questions

3.2 Second-Order Differential Equations

3.2 Second-Order Differential Equations

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🧮Calculus and Statistics Methods
Unit & Topic Study Guides

Second-order differential equations are a key part of solving complex real-world problems. They help us model things like springs, pendulums, and electrical circuits, giving us insights into how these systems behave over time.

These equations are more complex than first-order ones, but they're super useful. We'll learn how to classify them, solve different types, and apply them to practical situations. It's like unlocking a new toolbox for tackling tricky math problems.

Classifying Second-Order Linear Differential Equations

Identifying Second-Order Linear Differential Equations

  • A second-order linear differential equation has the form a(t)y+b(t)y+c(t)y=g(t)a(t)y''+b(t)y'+c(t)y=g(t)
    • a(t)a(t), b(t)b(t), c(t)c(t), and g(t)g(t) are continuous functions of tt
    • a(t)0a(t) \neq 0 for the equation to be second-order
  • Examples of second-order linear differential equations:
    • y+4y+3y=ety''+4y'+3y=e^{-t}
    • t2y+ty+y=sin(t)t^2y''+ty'+y=\sin(t)

Homogeneous and Nonhomogeneous Equations

  • A second-order linear differential equation is homogeneous if g(t)=0g(t)=0
    • Example: y+4y+3y=0y''+4y'+3y=0
  • A second-order linear differential equation is nonhomogeneous if g(t)0g(t) \neq 0
    • Example: y+4y+3y=ety''+4y'+3y=e^{-t}

Constant-Coefficient and Variable-Coefficient Equations

  • The coefficients a(t)a(t), b(t)b(t), and c(t)c(t) can be constant or variable
    • Constant-coefficient equations have coefficients that are constants (aa, bb, cc)
      • Example: y+4y+3y=ety''+4y'+3y=e^{-t}
    • Variable-coefficient equations have coefficients that are functions of tt
      • Example: t2y+ty+y=sin(t)t^2y''+ty'+y=\sin(t)

Standard Form of Second-Order Linear Differential Equations

  • A second-order linear differential equation is in standard form when a(t)=1a(t)=1
    • Example: y+4y+3y=ety''+4y'+3y=e^{-t} is in standard form
    • If a(t)1a(t) \neq 1, divide the equation by a(t)a(t) to obtain standard form

Solving Homogeneous Second-Order Linear Equations

General Solution of Homogeneous Equations

  • The general solution of a homogeneous second-order linear differential equation with constant coefficients is y=c1y1+c2y2y=c_1y_1+c_2y_2
    • y1y_1 and y2y_2 are linearly independent solutions
    • c1c_1 and c2c_2 are arbitrary constants
  • The characteristic equation of ay+by+cy=0ay''+by'+cy=0 is ar2+br+c=0ar^2+br+c=0
    • The roots of the characteristic equation determine the form of the general solution
Identifying Second-Order Linear Differential Equations, Second-Order Linear Equations | Boundless Calculus

Real and Distinct Roots

  • If the roots (r1r_1, r2r_2) of the characteristic equation are real and distinct, the general solution is y=c1er1t+c2er2ty=c_1e^{r_1t}+c_2e^{r_2t}
  • Example: For y5y+6y=0y''-5y'+6y=0, the characteristic equation is r25r+6=0r^2-5r+6=0
    • The roots are r1=2r_1=2 and r2=3r_2=3
    • The general solution is y=c1e2t+c2e3ty=c_1e^{2t}+c_2e^{3t}

Real and Repeated Roots

  • If the roots of the characteristic equation are real and repeated (rr), the general solution is y=(c1+c2t)erty=(c_1+c_2t)e^{rt}
  • Example: For y6y+9y=0y''-6y'+9y=0, the characteristic equation is r26r+9=0r^2-6r+9=0
    • The repeated root is r=3r=3
    • The general solution is y=(c1+c2t)e3ty=(c_1+c_2t)e^{3t}

Complex Conjugate Roots

  • If the roots of the characteristic equation are complex conjugates (α±iβ\alpha \pm i\beta), the general solution is y=eαt(c1cosβt+c2sinβt)y=e^{\alpha t}(c_1\cos \beta t+c_2\sin \beta t)
  • Example: For y+4y+5y=0y''+4y'+5y=0, the characteristic equation is r2+4r+5=0r^2+4r+5=0
    • The complex conjugate roots are 2±i-2 \pm i
    • The general solution is y=e2t(c1cost+c2sint)y=e^{-2t}(c_1\cos t+c_2\sin t)

Wronskian and Linear Independence

  • The Wronskian can determine if two solutions are linearly independent
    • For solutions y1y_1 and y2y_2, the Wronskian is W(y1,y2)=y1y2y1y2W(y_1,y_2)=y_1y_2'-y_1'y_2
    • If W(y1,y2)0W(y_1,y_2) \neq 0 for some tt, then y1y_1 and y2y_2 are linearly independent

Finding Particular Solutions of Nonhomogeneous Equations

General Solution of Nonhomogeneous Equations

  • The general solution of a nonhomogeneous second-order linear differential equation is the sum of:
    • The general solution of the corresponding homogeneous equation (complementary solution)
    • A particular solution of the nonhomogeneous equation
  • Example: For y+4y+3y=ety''+4y'+3y=e^{-t}, the general solution is y=c1y1+c2y2+ypy=c_1y_1+c_2y_2+y_p
    • c1y1+c2y2c_1y_1+c_2y_2 is the complementary solution
    • ypy_p is a particular solution
Identifying Second-Order Linear Differential Equations, Second-Order Linear Equations · Calculus

Method of Undetermined Coefficients

  • The method of undetermined coefficients finds a particular solution when g(t)g(t) is a polynomial, exponential, sine, cosine, or a combination of these functions
  • Assume a particular solution with unknown coefficients based on the form of g(t)g(t)
    • Example: For y+4y+3y=ety''+4y'+3y=e^{-t}, assume yp=Aety_p=Ae^{-t}
  • Substitute the assumed solution into the differential equation and solve for the unknown coefficients
    • For y+4y+3y=ety''+4y'+3y=e^{-t}, substituting yp=Aety_p=Ae^{-t} yields A=12A=\frac{1}{2}
    • The particular solution is yp=12ety_p=\frac{1}{2}e^{-t}

Method of Variation of Parameters

  • The method of variation of parameters finds a particular solution for any continuous g(t)g(t)
  • Let y1y_1 and y2y_2 be linearly independent solutions of the corresponding homogeneous equation
  • A particular solution is given by yp=u1y1+u2y2y_p=u_1y_1+u_2y_2, where:
    • u1=y2g(t)W(y1,y2)dtu_1=-\int \frac{y_2g(t)}{W(y_1,y_2)}dt
    • u2=y1g(t)W(y1,y2)dtu_2=\int \frac{y_1g(t)}{W(y_1,y_2)}dt
    • W(y1,y2)W(y_1,y_2) is the Wronskian of y1y_1 and y2y_2

Superposition Principle

  • The superposition principle states that if:
    • y1y_1 is a solution to a(t)y+b(t)y+c(t)y=g1(t)a(t)y''+b(t)y'+c(t)y=g_1(t)
    • y2y_2 is a solution to a(t)y+b(t)y+c(t)y=g2(t)a(t)y''+b(t)y'+c(t)y=g_2(t)
  • Then y1+y2y_1+y_2 is a solution to a(t)y+b(t)y+c(t)y=g1(t)+g2(t)a(t)y''+b(t)y'+c(t)y=g_1(t)+g_2(t)
  • This principle allows for breaking down complex nonhomogeneous terms into simpler components

Applications of Second-Order Differential Equations

Modeling Simple Harmonic Motion

  • Second-order differential equations can model simple harmonic motion
    • Examples include mass-spring systems and pendulums
    • The acceleration is proportional to the displacement
  • The equation of motion for a simple harmonic oscillator is my+cy+ky=F(t)my''+cy'+ky=F(t)
    • mm is mass, cc is the damping coefficient, kk is the spring constant
    • F(t)F(t) is the external force

Characterizing Oscillator Behavior

  • The natural frequency ωn\omega_n and the damping ratio ζ\zeta characterize the oscillator's behavior
    • ωn=km\omega_n=\sqrt{\frac{k}{m}} and ζ=c2mk\zeta=\frac{c}{2\sqrt{mk}}
  • The system is underdamped if 0<ζ<10<\zeta<1, critically damped if ζ=1\zeta=1, and overdamped if ζ>1\zeta>1
    • Underdamped systems exhibit oscillatory behavior with decreasing amplitude
    • Critically damped systems return to equilibrium as quickly as possible without oscillating
    • Overdamped systems return to equilibrium slowly without oscillating

Other Physical Applications

  • Second-order differential equations can model various physical phenomena
    • Example: RLC circuits, where the current satisfies a second-order differential equation
  • Resonance occurs when the external force frequency matches the system's natural frequency
    • This leads to large-amplitude oscillations
    • Example: A resonant frequency can cause a bridge to oscillate dangerously