rghurst
- 7
- 0
- TL;DR Summary
- Can someone please explain why the solution provided by the characteristic equation does not entirely match the series solution? Thanks.
pasmith said:You are representing a vector, y, with respect to two different bases. The first basis - the obvious one obtained from the characteristic polynomial - is \{e^x, xe^x\} and the components are c_1 and c_2. The second basis, obtained from the series solution - is \{e^x, e^x - xe^x\} and the components are a_0 and a_1. These components are related by <br /> \begin{pmatrix} c_1 \\ c_2 \end{pmatrix} =<br /> \begin{pmatrix} 1 & 0 \\ -1 & 1 \end{pmatrix}<br /> \begin{pmatrix} a_0 \\ a_1\end{pmatrix}. You should not expect different solution methods to give you exactly the same basis. However, for given initial or boundary conditions you should expect them to give the same solution.
This makes full sense to me now. Thanks.pasmith said:You are representing a vector, y, with respect to two different bases. The first basis - the obvious one obtained from the characteristic polynomial - is \{e^x, xe^x\} and the components are c_1 and c_2. The second basis, obtained from the series solution - is \{e^x, e^x - xe^x\} and the components are a_0 and a_1. These components are related by <br /> \begin{pmatrix} c_1 \\ c_2 \end{pmatrix} =<br /> \begin{pmatrix} 1 & 0 \\ -1 & 1 \end{pmatrix}<br /> \begin{pmatrix} a_0 \\ a_1\end{pmatrix}. You should not expect different solution methods to give you exactly the same basis. However, for given initial or boundary conditions you should expect them to give the same solution.