Trying to Solve A Differential Equation Using Variation of Parameters

ordinary differential equations

A few of my classmates and I are trying to solve the following differential equation: $x'' – x'\sin(t) – x\cos(t) = 0$ using the variation of parameters. However, we're at a bit of a loss because we struggled to find a fundamental solution, and at this point we are not even sure if this is the correct method to use. We tried using $x(t) = A\cos(t) + B\sin(t)$, $e^{at}\cos(t)$, and $e^{at}\sin(t)$ and substituting $x, x'$, and $x''$ from each back into the original equation, but none of these are working. Please provide some direction as to if this is even the correct way to approach the problem.
Kind Regards,
GingerKittyLover

Best Answer

Note that $$0=x''(t) - x'(t)\sin(t) - x(t)\cos(t)=D(x'(t)-x(t)\sin(t))$$ and it follows that $$x'(t)-x(t)\sin(t)=c$$ which is a linear ODE of the first order.

Can you take it from here?

Related Question