dperkovic
- 17
- 0
I have a problem with this homogenous ODE:
<br /> \frac{d^3x}{dt^3} + 2\frac{dx}{dt} = 0$<br />
With substitution x=e^\lambda t, I got characteristic polinom: \lambda^3+2\lambda=0.
So,
\lambda_1 = 0, \lambda_{1,2} = \pm\sqrt{2}i
Because we have one real,and one pair of complex roots of characteristic polinom, general solution of ODE is:
x(t) =C1e^{0\cdot t} + C2\cos(\sqrt{2}t) +C3\sin(\sqrt{2}t),
or:
x(t) =C1 + C2\cos(\sqrt{2}t) +C3\sin(\sqrt{2}t)
But, Wolfram Mathematica's command DSolve[x'''[t] + 2*x'[t] == 0, x[t], t],give to me this:
x(t) =C1 - \frac{C2\cos(\sqrt{2}t)}{\sqrt{2}} +\frac{C3\sin(\sqrt{2}t)}{\sqrt{2}}.
As we can see, there is difference between my and wolfram's solution. Why ?? Where is a mistake in my procedure ?
<br /> \frac{d^3x}{dt^3} + 2\frac{dx}{dt} = 0$<br />
With substitution x=e^\lambda t, I got characteristic polinom: \lambda^3+2\lambda=0.
So,
\lambda_1 = 0, \lambda_{1,2} = \pm\sqrt{2}i
Because we have one real,and one pair of complex roots of characteristic polinom, general solution of ODE is:
x(t) =C1e^{0\cdot t} + C2\cos(\sqrt{2}t) +C3\sin(\sqrt{2}t),
or:
x(t) =C1 + C2\cos(\sqrt{2}t) +C3\sin(\sqrt{2}t)
But, Wolfram Mathematica's command DSolve[x'''[t] + 2*x'[t] == 0, x[t], t],give to me this:
x(t) =C1 - \frac{C2\cos(\sqrt{2}t)}{\sqrt{2}} +\frac{C3\sin(\sqrt{2}t)}{\sqrt{2}}.
As we can see, there is difference between my and wolfram's solution. Why ?? Where is a mistake in my procedure ?
Last edited: