BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeCalculus III: Multivariable CalculusMastering Second-Order Linear Differential Equations
Study Guide895 words

Mastering Second-Order Linear Differential Equations

Second-Order Linear Equations

Mastering Second-Order Linear Differential Equations

This study guide focuses on the theory and application of second-order linear differential equations, a cornerstone of physics and engineering for modeling systems with acceleration and oscillation.

Learning Objectives

After studying this material, you should be able to:

  • Distinguish between homogeneous and nonhomogeneous second-order linear differential equations.
  • Construct and solve the characteristic equation for homogeneous ODEs.
  • Determine the general solution based on the nature of the characteristic roots (real distinct, repeated, or complex).
  • Apply the Method of Undetermined Coefficients and Variation of Parameters to find particular solutions.
  • Model physical systems, including simple harmonic motion and RLC circuits.

Key Terms & Glossary

  • Homogeneous Equation: A differential equation where the right-hand side is zero (f(x)=0f(x) = 0f(x)=0).
  • Characteristic Equation: An algebraic quadratic equation (ar2+br+c=0ar^2 + br + c = 0ar2+br+c=0) derived from the ODE to find the form of the solution.
  • Complementary Solution (ycy_cyc​ ): The general solution to the associated homogeneous equation.
  • Particular Solution (ypy_pyp​ ): Any specific solution to a nonhomogeneous equation.
  • Wronskian: A determinant used to verify the linear independence of two solutions, W(y1,y2)=y1y2′−y2y1′W(y_1, y_2) = y_1 y_2' - y_2 y_1'W(y1​,y2​)=y1​y2′​−y2​y1′​.
  • Damping: An effect that reduces the amplitude of oscillations in a system (e.g., friction or air resistance).

The "Big Idea"

Second-order linear equations represent the leap from modeling "velocity-based" systems (first-order) to "acceleration-based" systems. Because Newton's Second Law (F=maF = maF=ma) involves the second derivative of position, these equations are the fundamental language of dynamics. The "Big Idea" is the Principle of Superposition: if you know how a system behaves on its own (homogeneous) and how it reacts to an external force (particular), you can describe its total behavior by simply adding those two solutions together.

Formula / Concept Box

CaseRoots of ar2+br+c=0ar^2 + br + c = 0ar2+br+c=0Homogeneous General Solution (yhy_hyh​)
1: Real, Distinctr1≠r2r_1 \neq r_2r1​=r2​y=c1er1x+c2er2xy = c_1 e^{r_1 x} + c_2 e^{r_2 x}y=c1​er1​x+c2​er2​x
2: Real, Repeatedr1=r2=rr_1 = r_2 = rr1​=r2​=ry=c1erx+c2xerxy = c_1 e^{rx} + c_2 x e^{rx}y=c1​erx+c2​xerx
3: Complex Conjugater=α±iβr = \alpha \pm i\betar=α±iβy=eαx(c1cos⁡(βx)+c2sin⁡(βx))y = e^{\alpha x} (c_1 \cos(\beta x) + c_2 \sin(\beta x))y=eαx(c1​cos(βx)+c2​sin(βx))

[!IMPORTANT] For nonhomogeneous equations ay'' + by' + cy = f(x), the general solution is always y(x)=yc(x)+yp(x)y(x) = y_c(x) + y_p(x)y(x)=yc​(x)+yp​(x).

Hierarchical Outline

  1. Classification of ODEs
    • Linearity: Terms must be y,y′,y′′y, y', y''y,y′,y′′ multiplied by constants or functions of xxx.
    • Homogeneity: f(x)=0f(x) = 0f(x)=0 vs. f(x)≠0f(x) \neq 0f(x)=0.
  2. Solving Homogeneous Equations
    • The Characteristic Equation method.
    • Handling Complex Roots using Euler's Formula.
  3. Solving Nonhomogeneous Equations
    • Undetermined Coefficients: Best for f(x)f(x)f(x) as polynomials, exponentials, or sines/cosines.
    • Variation of Parameters: A more general method using the Wronskian.
  4. Physical Applications
    • Mechanical: Harmonic motion (Simple, Damped, Forced).
    • Electrical: RLC series circuits (Lq′′+Rq′+1Cq=E(t)L q'' + R q' + \frac{1}{C}q = E(t)Lq′′+Rq′+C1​q=E(t)).

Visual Anchors

Solving Strategy Flowchart

Loading Diagram...
Figure 1 — Mermaid diagram

Damped Harmonic Motion Visualization

Below is a representation of an underdamped system where the oscillation decays over time due to a damping constant.

Compiling TikZ diagram…
⏳
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

Definition-Example Pairs

  • Initial Value Problem (IVP): A differential equation coupled with conditions at a single point (e.g., y(0)y(0)y(0) and y′(0)y'(0)y′(0)).
    • Real-World Example: Predicting the exact position of a spring 5 seconds after you release it from a specific height with a specific push.
  • Boundary Value Problem (BVP): An ODE with conditions at different points (e.g., y(0)y(0)y(0) and y(1)y(1)y(1)).
    • Real-World Example: Determining the shape of a hanging cable (catenary) fixed at two different poles.
  • Method of Undetermined Coefficients: Guessing the form of ypy_pyp​ based on f(x)f(x)f(x).
    • Real-World Example: If a bridge is pushed by a rhythmic wind (sine wave), we guess the bridge will respond with a similar sine wave motion.

Worked Examples

Example 1: Homogeneous with Complex Roots

Problem: Solve y′′+4y′+13y=0y'' + 4y' + 13y = 0y′′+4y′+13y=0.

  1. Characteristic Equation: r2+4r+13=0r^2 + 4r + 13 = 0r2+4r+13=0.
  2. Quadratic Formula: r=−4±16−522=−4±−362=−2±3ir = \frac{-4 \pm \sqrt{16 - 52}}{2} = \frac{-4 \pm \sqrt{-36}}{2} = -2 \pm 3ir=2−4±16−52​​=2−4±−36​​=−2±3i.
  3. General Solution: Since α=−2\alpha = -2α=−2 and β=3\beta = 3β=3, the solution is: y(x)=e−2x(c1cos⁡(3x)+c2sin⁡(3x))y(x) = e^{-2x} (c_1 \cos(3x) + c_2 \sin(3x))y(x)=e−2x(c1​cos(3x)+c2​sin(3x))

Example 2: Nonhomogeneous (Undetermined Coefficients)

Problem: Find the general solution for y′′−3y′+2y=e3xy'' - 3y' + 2y = e^{3x}y′′−3y′+2y=e3x.

  1. Homogeneous Part: r2−3r+2=0  ⟹  (r−1)(r−2)=0r^2 - 3r + 2 = 0 \implies (r-1)(r-2)=0r2−3r+2=0⟹(r−1)(r−2)=0. So yc=c1ex+c2e2xy_c = c_1 e^x + c_2 e^{2x}yc​=c1​ex+c2​e2x.
  2. Particular Guess: Since f(x)=e3xf(x) = e^{3x}f(x)=e3x, try yp=Ae3xy_p = A e^{3x}yp​=Ae3x.
  3. Derivatives: yp′=3Ae3xy_p' = 3Ae^{3x}yp′​=3Ae3x, yp′′=9Ae3xy_p'' = 9Ae^{3x}yp′′​=9Ae3x.
  4. Substitute: 9Ae3x−3(3Ae3x)+2(Ae3x)=e3x  ⟹  2Ae3x=e3x  ⟹  A=1/29Ae^{3x} - 3(3Ae^{3x}) + 2(Ae^{3x}) = e^{3x} \implies 2Ae^{3x} = e^{3x} \implies A = 1/29Ae3x−3(3Ae3x)+2(Ae3x)=e3x⟹2Ae3x=e3x⟹A=1/2.
  5. Final Result: y(x)=c1ex+c2e2x+12e3xy(x) = c_1 e^x + c_2 e^{2x} + \frac{1}{2}e^{3x}y(x)=c1​ex+c2​e2x+21​e3x.

Checkpoint Questions

  1. What is the characteristic equation for y'' - 10y' + 25y = 0, and what is the nature of its roots?
  2. In an RLC circuit, which component corresponds to the y′y'y′ (first derivative) term in the differential equation?
  3. If your guess for ypy_pyp​ is already present in your ycy_cyc​, what adjustment must you make to the guess?
▶Click to see Answers
  1. r2−10r+25=0  ⟹  (r−5)2=0r^2 - 10r + 25 = 0 \implies (r-5)^2 = 0r2−10r+25=0⟹(r−5)2=0. It has a repeated real root (r=5r=5r=5).
  2. The resistor (RRR), as it provides the "damping" or resistance to flow proportional to current (I=q′I = q'I=q′).
  3. Multiply the guess by xxx (or x2x^2x2 if necessary) to ensure the particular solution is linearly independent from the homogeneous solution.
All Calculus III: Multivariable Calculus Study Resources

Related Notes

  • Applications of Vectors: Force, Volume, and Geometric Analysis842 words
  • Arc Length and Curvature: Multivariable Calculus Study Guide780 words
  • Calculus III: Area and Arc Length in Polar Coordinates Study Guide875 words
  • Calculus of Parametric Curves: Comprehensive Study Guide892 words
  • Calculus of Vector-Valued Functions: A Comprehensive Study Guide825 words
  • Conic Sections: Geometric Foundations and Polar Representations845 words
  • Mastering Conservative Vector Fields: Path Independence and Potential Functions925 words
  • Mastering Cylindrical and Spherical Coordinates925 words
  • Study Guide: Directional Derivatives and the Gradient985 words
  • Divergence and Curl: Vector Calculus Study Guide860 words
  • Double Integrals in Polar Coordinates875 words
  • Study Guide: Double Integrals over General Regions875 words

Ready to study Calculus III: Multivariable Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Calculus III: Multivariable Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Calculus III: Multivariable Calculus ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.

Loading Diagram...
Flowchart, top to bottom. Start: ay'' + by' + cy = f connects to Is f = 0?. B -- Yes connects to Solve Characteristic Eq: ar^2 + br + c = 0. B -- No connects to 1. Solve Homogeneous Eq for yc. D connects to 2. Find yp using Undetermined Coeffs or Variation of Params. E connects to General Solution: y = yc + yp. C connects to Roots Type?. G -- Distinct connects to y = c1 e^r1x + c2 e^r2x. G -- Repeated connects to y = c1 e^rx + c2 x e^rx. 1 more statements.