Homogeneous Linear Equations


Complex Conjugate Roots


Each differential equation has an associated characteristic equation with complex conjugate roots.


For example, an eqaution like

ay+by+cy=0ay'' + by' + cy = 0
will have characteristic eqaution
ar2+br+c=0ar^2 + br + c = 0
with b24ac<0b^2 - 4ac < 0.

Your solutions must meet all initial conditions to be complete.

Problem 1

Find a family of functions that solves the equation and satisfies the conditions below.

y+y=0y'' + y = 0

Initial Conditions to Check:

  • ⬜️y(0) = 1 and y'(0) = 0
  • ⬜️y(0) = 0 and y'(0) = 1