Step 1: Understanding the Concept:
A second-order homogeneous linear differential equation with constant coefficients can be solved using its auxiliary (characteristic) equation.
Key Formula or Approach:
For the differential equation $a y'' + b y' + c y = 0$, the auxiliary equation is:
\[ a m^2 + b m + c = 0 \]
If the roots $m_1, m_2$ are real and distinct, the general solution is:
\[ y(x) = C_1 e^{m_1 x} + C_2 e^{m_2 x} \]
Step 2: Detailed Explanation:
Given the differential equation:
\[ \frac{d^2 y}{dx^2} - \frac{dy}{dx} - 6y = 0 \]
Write down the auxiliary equation:
\[ m^2 - m - 6 = 0 \]
Factor this quadratic equation:
\[ (m - 3)(m + 2) = 0 \]
This gives two real and distinct roots:
\[ m_1 = -2 \quad \text{and} \quad m_2 = 3 \]
Substitute these roots into the general solution template:
\[ y(x) = C_1 e^{-2x} + C_2 e^{3x} \]
Therefore, the general solution is $y(x) = C_1 e^{-2x} + C_2 e^{3x}$.
Step 3: Final Answer
The correct option is (C).