4

Just a quick question. I'm trying to find the solution of the following differential equations satisfying the given conditions:

enter image description here

My general solution was: $x= (A\cos t +B\sin t)e^{-3t}$. I think I'm going wrong on the differentiation.

Is the differential $x'= -3(A\cos t +B\sin t)e^{-3t}.(-A\sin t+B\cos t)$ ?

I'm supposed to get an $A$ value=1 (which I got using the above calculation) and a $B$ value=3 (but I keep getting a $B$ value of 0)

Does anybody understand where I'm going wrong?

Many thanks

Amzoti
  • 56,093

1 Answers1

2

No, the differentiation of $x$ w.r.t. $t$ will not yield that result. You're applying the product rule wrongly.

$$ \dfrac{dx}{dt} = (A \cos{t} + B \sin{t}) (-3 e^{-3t}) + ( - A \sin{t} + B \cos{t})e^{-3t} $$

hjpotter92
  • 3,049