thomas49th
- 645
- 0
Homework Statement
I've completed this question but I don't think I've got it right. It's from a 2008 June FP1 further maths paper. There is a second part to the question I don't understand which I will post after I know I have got this part right :)
Find, in terms of k, the general solution of the differential equation:
\frac{d^{2}x}{dt} + 4 \frac{dx}{dt} + 3x = kt + 5
The Attempt at a Solution
First of all i created auxilary equation
T^{2} + 4T + 3
and solved it to get 2 real roots, 3 and 1
2 real roots imply that the complementory soltuion:
is y = Ae^{çx} + Be^{ßx}
i can fill in ç and ß, as it's the roots from the auxilary equation
y = Ae^{x} + Be^{3x}
Now I do need use inspection to find the particular soltution:
\frac{d^{2}x}{dt} + 4 \frac{dx}{dt} + 3x = kt + 5
let x = at + b
\frac{d^{2}x}{dt} = 0 \frac{dx}{dt} = a
try:
0 + 4(a) + 3(at +b) \eqiv kt + 5
compare coefficients
so 3a = k
4a + 3b = 5
a = k/3
b = (15-4k)/3
so the general solution is:
y = \frac{k}{3} e^{x} + \frac{15-4k}{3} e^{3x}
is that right :) ?!
Cheers :)