CE Board Exam Randomizer

⬅ Back to Differential Equations
📘 Key Concepts: Second-Order Linear Equations

Standard form: $ay'' + by' + cy = f(x)$. The characteristic equation is $ar^2 + br + c = 0$.

Cases for the homogeneous solution $y_h$:

Non-homogeneous ($f(x) \neq 0$): General solution = $y_h + y_p$, where $y_p$ is a particular solution found by the method of undetermined coefficients.

Undetermined coefficients guide:

Problem: Distinct Real Roots (IVP)

Solve $y'' - 5y' + 6y = 0$, $y(0) = 2$, $y'(0) = 5$.

DE – 2nd Order – Problem 1 – Setup DE – 2nd Order – Problem 1 – Diagram DE – 2nd Order – Problem 1 – Diagram
Solution Solution Solution Solution

Problem: Repeated Real Root (IVP)

Solve $y'' - 4y' + 4y = 0$, $y(0) = 1$, $y'(0) = 2$.

DE – 2nd Order – Problem 2 – Setup DE – 2nd Order – Problem 2 – Diagram DE – 2nd Order – Problem 2 – Diagram
Solution Solution Solution Solution

Problem: Complex Conjugate Roots (IVP)

Solve $y'' + 2y' + 5y = 0$, $y(0) = 1$, $y'(0) = 1$.

DE – 2nd Order – Problem 3 – Setup DE – 2nd Order – Problem 3 – Diagram DE – 2nd Order – Problem 3 – Diagram
Solution Solution Solution Solution

Problem: Non-Homogeneous — Undetermined Coefficients

Solve $y'' + y = \cos x$ (resonance case). Find the general solution.

DE – 2nd Order – Problem 4 – Setup DE – 2nd Order – Problem 4 – Diagram DE – 2nd Order – Problem 4 – Diagram
Solution Solution Solution Solution

Problem: Particular Trial for Sine Forcing

For y'' + 4y = 3 sin x, choose and solve for a trial particular solution.

Use $y_p=A\sin x+B\cos x$.

$$y_p''+4y_p=3A\sin x+3B\cos x=3\sin x$$

Answer: $A=1$, $B=0$, so $y_p=\sin x$.