Open the app

Repeated Roots

Differential Equations · Section 3.4 · generated practice set

One root, two solutions — where the extra factor of t comes from and how it changes the initial-condition algebra.

Practice this set → Fresh numbers on every attempt. No account needed.

Method

When $b^2 - 4ac = 0$ there is one root $r = -b/2a$, and the second solution picks up a factor of $t$: $$y = (c_1 + c_2t)e^{rt}.$$ Reduction of order is where that extra $t$ comes from.

Definitions and theorems

Repeated root
If $ar^2+br+c$ has a double root $r$, the general solution is $y = c_1e^{rt} + c_2te^{rt}$.

Worked example

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

  1. $r^2 - 6r + 9 = (r-3)^2 = 0 \Rightarrow r = 3$ (double).
  2. $y = (c_1 + c_2t)e^{3t}$.
  3. $y(0) = c_1 = 1$.
  4. $y' = c_2e^{3t} + 3(c_1 + c_2t)e^{3t}$, so $y'(0) = c_2 + 3 = 5 \Rightarrow c_2 = 2$.
  5. $y = (1 + 2t)e^{3t}$.

Common mistakes

  1. Writing $c_1e^{rt} + c_2e^{rt}$. That is one solution, not two — you need the $t$.

Practice it

Reading the method is not the same as being able to run it under time pressure. This set generates a new problem with new coefficients every attempt, marks each part separately, and shows the full worked solution.

Open 3.4 →

More sets in Differential Equations