Back in MST121 I learned that the solution of the following first order recurrence equation
$$a_n - 5 a_{n-1}=0 $$
is
$$a_n = a_0 * 5^n.$$
I have been playing around with Mathematica and digging in Discrete Mathematics books and I am now able to solve equations of the type $a_n - c_1 \cdot a_{n-1}=f(n) $, for example if $a_0=1$ the solution of
$$a_n - 5 a_{n-1}=n^2 $$
is
$$a_n = \frac{1}{32}(-8n^2-20n-15+47 \cdot 5^n).$$
Mathematica has a very nice function for solving recurrence equations ( of any order ) which is called RSolve which I only used to verify my own solution. The key to solving recurrence equations of the first order is always finding some sort of sum. Like the sum of the first $n$ integers, which is $\frac{1}{2} n(n+1)$, is in fact the solution of $a_n - a_{n-1} = n$, with $a_0=0$.
Please follow this blog
Search this blog
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Among lectures on Calculus I,II and III, ( Introduction to ) Linear Algebra and ( Introduction to ) Differential Equations from the UCCS ( ...
-
Problem: We want to calculate the sum of the elements of a list of numbers. Suppose this list is named l and has been assigned the value {1,...
-
Today I started to read the Ramanujan biography ( The e-book version, of course. ) The book looks promising. What was it like to communicate...
-
I found a set of video lectures on Abstract Algebra. MATH E-222 Abstract Algebra - http://www.extension.harvard.edu/openlearning/math222/ E...
-
Ramanujan's genius (r) was discovered by Hardy (l) At a very young age Ramanujan designed the following formula for a 3 by 3 magic sq...
Welcome to The Bridge
Mathematics: is it the fabric of MEST?
This is my voyage
My continuous mission
To uncover hidden structures
To create new theorems and proofs
To boldly go where no man has gone before

(Raumpatrouille – Die phantastischen Abenteuer des Raumschiffes Orion, colloquially aka Raumpatrouille Orion was the first German science fiction television series. Its seven episodes were broadcast by ARD beginning September 17, 1966. The series has since acquired cult status in Germany. Broadcast six years before Star Trek first aired in West Germany (in 1972), it became a huge success.)
No comments:
Post a Comment