Asymptotic behavior of coefficients

intervoxel
Messages
192
Reaction score
1
I have a three term recurrence relation

<br /> \[<br /> a_0=1,<br /> \]<br /> \[<br /> a_1=p_1(1)a_0,<br /> \]<br /> \begin{equation}\label{recurr}<br /> \begin{array}{ccc}<br /> a_{n}=p_1(n) a_{n-1}+p_2(n) a_{n-2}, &amp;&amp; n\ge2.\\<br /> \end{array}<br /> \end{equation}<br /> <br />

where

<br /> \[<br /> p_1(n)=\frac{\delta^2/\alpha\gamma}{(n+k)^2-\beta^2/\alpha^2}<br /> \]<br />

and

<br /> \[<br /> p_2(n)=-\frac{1}{(n+k)^2-\beta^2/\alpha^2},<br /> \]<br />

with
<br /> \[<br /> k=\pm\frac{\beta}{\alpha}<br /> \]<br />

I'm interested in the asymptotic behavior of the coefficients

<br /> \[<br /> a_n^{(1)}\sim ?<br /> \]<br />

and

<br /> \[<br /> a_n^{(2)}\sim ?<br /> \]<br />

when

<br /> n\mapsto\infty<br /> <br />

Any ideas?
 
Physics news on Phys.org
Here's a trick that's often used in such problems. Take n large, then treat p0(n) and p1(n) as constants. You get a recurrence relation with constant coefficients, and it's possible to solve it by taking
a_n \sim \lambda^n
and solving the resulting equation for \lambda:

\lambda^2 = p_1 \lambda + p_0
where
p_1 \sim \frac{\delta^2/\alpha\gamma}{n^2}
p_2 \sim - \frac{1}{n^2}

The solution is our old friend the quadratic formula:
\lambda = \frac{p_1 \pm \sqrt{p_1^2 + p_2}}{2} = - \frac{2p_2}{p_1 \mp \sqrt{p_1^2 + p_2}}
which has these approximate solutions when n is small:
\lambda \sim p_1 \ll 1
and
\lambda \sim \frac{p_2}{p_1} \sim \frac{\delta^2}{\alpha\gamma}
So
a_n \sim \left(\frac{\delta^2}{\alpha\gamma}\right)^n
 
Thank you for the reply.
 
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...

Similar threads

Back
Top