I Series Solution for 2nd-Order Homogeneous ODE

rghurst
Messages
7
Reaction score
0
TL;DR Summary
Can someone please explain why the solution provided by the characteristic equation does not entirely match the series solution? Thanks.
5E193B9B-66B9-42B8-B730-8135CB73F56A.jpeg
 
Physics news on Phys.org
Why do you think it doesn't?

Your solution with a_0 = 1 and a_1 = 0 is a solution with y(0) = 1 and y'(0) = 0. e^x doesn't satisfy that, but e^x - xe^x = 1 + \sum_{n=1}^\infty \left(\frac1{n!} - \frac{1}{(n-1)!}\right)x^n = 1 + \sum_{n=1}^\infty \frac{1 -n}{n!}x^n does. Is that series familiar?

Alternatively, if you solve the recurrence relation for a_n you find that <br /> a_n = \frac{(a_1 - a_0)n + a_0}{n!}, and then it is easy to see that <br /> \sum_{n=0}^\infty a_nx^n = (a_1 - a_0)xe^x + a_0e^x.
 
Last edited:
Thanks. This makes better sense to me. I am still admittedly having a difficult
time seeing why the series solution would not match exactly that provided by the characteristic polynomial.
 
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 &amp; 0 \\ -1 &amp; 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.
 
Last edited:
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 &amp; 0 \\ -1 &amp; 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.
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 &amp; 0 \\ -1 &amp; 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.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top