Matrix Methods for Difference Problems

In summary, the conversation discusses ways to solve 2nd order difference equations with non-constant coefficients using transformations and matrix methods. A specific example is given and solutions are provided using linear algebra methods. The possibility of using Galois theory and the challenges of finding a single change of variable to diagonalize all factors is also mentioned. The conversation ends with a request for sources on solving difference equations with non-constant coefficients.
  • #1
topsquark
Science Advisor
Insights Author
Gold Member
MHB
2,021
796
I'm looking at ways of solving 2nd order difference equations with non-constant coefficients. I am working on a method to use transformations (ie rewriting the equation in new variables) to change the form of the equation. Such as \(\displaystyle a_{n + 2} + f(n) a_{n +1} + g(n) a_n = 0\) to something like \(\displaystyle u_{n + 2} + h(n) u_n = k(n)\) I don't know if this is even possible but I thought I'd give it a try. Anyway, I'm starting with some simple examples and I'm already running into theoretical troubles. Say we have the system:
\(\displaystyle a_{n + 1} = n^2 b_n\) and \(\displaystyle b_{n + 1} = a_n\).

I would like to write something like
\(\displaystyle \left ( \begin{matrix} a_{n + 1} \\ b_{n + 1} \end{matrix} \right ) = \left ( \begin{matrix} 0 & n^2 \\ 1 & 0 \end{matrix} \right ) \left ( \begin{matrix} a_n \\ b_n \end{matrix} \right )\)

I can "solve" this using the usual Linear Algebra methods (diagonalize the matrix, solve the problem in the eigenvector basis, then transform back to the original variables) but the problem is that there is a new connection... I can always make \(\displaystyle a_{n + 1}\) from \(\displaystyle a_n\) just by taking n -> n +1 and that seems to ruin the method. Is there any matrix method I can use to work with this?In case anyone cares: the solution to \(\displaystyle a_{n + 2} - 3n a_n = 0\) is
\(\displaystyle a_n = - (-1)^{n(n + 1)/2} (-3)^{n/2} (n - 2)! \left ( A + B \sum_{k = 1}^{n - 1} (-1)^k \right )\)

(I'm trying to find a good function to simplify that \(\displaystyle (-1)^{n(n + 1)/2}\). Any suggestions?)

I've been having fun stretching my new skills in Difference Calculus. I already know I've only scratched the surface but I found a set of talks on the internet yesterday on Galois theory of Difference Equations. I only know a teensy touch of Galois theory so I didn't really look at it.

-Dan
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
  • #3
In theory if you write your system as [tex]
\mathbf{a}_{n+1} = A(n)\mathbf{a}_n[/tex] then the solution is simply [tex]
\mathbf{a}_n = \left(\prod_{k=0}^{n-1} A(n-1-k)\right)\mathbf{a}_0.[/tex] (The meaning of this is that [itex]A_0[/itex] is rightmost factor and [itex]A_{n-1}[/itex] is the leftmost.)

However, trying to compute the product by diagonalizing the factors may not work: the eigenvectors of [itex]A(k)[/itex], and thus the change of variable necessary to diagonalize it, will in principle depend on [itex]k[/itex]. It may not be possible to find a single change of variable which diagonalizes all of them simultaneously.

The solution of [itex]a_{n+2} + f(n)a_n = 0[/itex] is best found by treating even and odd terms separately. Setting [itex]n = 2m[/itex] gives [tex]a_{2(m+1)} = -f(2m)a_{2m}[/tex] which is a first order recurrence with solution [tex]
a_{2m} = (-1)^m\left(\prod_{k=0}^{m-1}f(2k)\right)a_0[/tex] whilst [itex]n= 2m+1[/itex] gives [tex]a_{2(m+1)+1} = -f(2m+1)a_{2m+1}[/tex] which has solution [tex]
a_{2m+1} = (-1)^m\left(\prod_{k=0}^{m-1} f(2k+1)\right)a_1.[/tex] It is best not to combine these into a single expression for [itex]a_n[/itex].
 
  • Like
Likes topsquark
  • #4
Very interesting. As it happens I'm currently taking a break from my Physics studies and am working on some Math. My most recent project is how to solve second order recursions with non-constant coefficients. I learned the basics of Difference Calculus but I haven't been able to find much of anything on the net about non-constant coefficients. I came up with a method but it's rather "inelegant" to say the least.

Do you have any suggestions for sources on this?

Thanks!
-Dan
 

1. What are matrix methods for difference problems?

Matrix methods for difference problems are numerical techniques used to solve differential equations or difference equations. They involve converting the differential or difference equations into a matrix form and then using matrix operations to solve for the unknown variables.

2. How do matrix methods for difference problems differ from other numerical methods?

Matrix methods for difference problems are different from other numerical methods because they involve converting the equations into a matrix form and then using matrix operations to solve for the unknown variables. This approach is more efficient and accurate compared to other numerical methods.

3. What types of difference problems can be solved using matrix methods?

Matrix methods for difference problems can be used to solve a wide range of problems, including initial value problems, boundary value problems, and eigenvalue problems. They are particularly useful for solving problems with complex boundary conditions.

4. What are the advantages of using matrix methods for difference problems?

There are several advantages to using matrix methods for difference problems. These include increased accuracy, efficiency, and flexibility in solving a wide range of problems. They also allow for the use of computer algorithms, making it easier to solve complex problems.

5. What are some common applications of matrix methods for difference problems?

Matrix methods for difference problems have many applications in various fields, including physics, engineering, economics, and biology. They are commonly used to model and solve problems involving heat transfer, fluid dynamics, population growth, and financial analysis.

Similar threads

  • Differential Equations
Replies
7
Views
2K
  • Differential Equations
Replies
1
Views
757
  • Differential Equations
Replies
7
Views
395
  • Differential Equations
Replies
4
Views
956
Replies
1
Views
1K
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
193
  • Differential Equations
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
713
Replies
6
Views
691
Back
Top