1. Using the operator method, the solution to (D² + 3D + 2)y = ex is:
Correct Answer: a) y = c1e-x + c2e-2x + (1/6)ex
Explanation:
The given differential equation is:
\( (D² + 3D + 2)y = e^x \)
1. First, find the complementary function (CF) by solving the characteristic equation:
\( D² + 3D + 2 = 0 \)
\( (D + 1)(D + 2) = 0 \)
The roots are \( D = -1, -2 \), so the CF is:
\( y_c = c_1e^{-x} + c_2e^{-2x} \)
2. Next, find the particular integral (PI):
\( \text{Particular Integral } = \frac{e^x}{D² + 3D + 2} \)
Since the operator \( D - 1 \) can be applied, substitute \( D = 1 \):
\( = \frac{e^x}{1² + 3 × 1 + 2} = \frac{e^x}{6} = \frac{1}{6}e^x \)
3. Combining both results, the general solution is:
\( y = c_1e^{-x} + c_2e^{-2x} + \frac{1}{6}e^x \)
Hence, the correct answer is: Option (a).