Step 1:Start with the given second-order linear homogeneous differential equation:
\[
\frac{d^2y}{dx^2} + 4y = 0
\]
Step 2:Form the characteristic (auxiliary) equation:
\[
r^2 + 4 = 0
\]
Step 3:Solve the quadratic equation:
\[
r = \pm \sqrt{-4} = \pm 2i
\]
These are purely imaginary roots.
Step 4:The general solution for roots of the form \( \pm bi \) is:
\[
y(x) = c_1 \cos bx + c_2 \sin bx
\]
Here, \( b = 2 \), so:
\[
y(x) = c_1 \cos 2x + c_2 \sin 2x
\]