solve by recurrence relation

in Other Math Topics by Level 1 User (260 points)
HI there, you don't have a typo in your expression do you?

If the recurrence relatioon is: a_n = 6.a_(n-1) + 11.a_(n-2) - 6.a(n-3),

then my computer algebra package tells me that there is no solution. (At least not one you would want to look at !)

However, if the recurrence relatioon is: a_n = 6.a_(n-1) - 11.a_(n-2) + 6.a(n-3), (swap the + and - signs)

then there is a solution.

Could you check your text/signs ?

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

1 Answer

We identify a type of recurrence that can be solved by special methods.

DEF: A recurrence relation

an = f (a0,...,an-1

has degree k if the function f depends on the term an-k and if it depends on no terms of lower index. It is linear of degree k if it has the form

am = c1an-1 + c2an-2+...+ ckan-k + g (n)

where each ck is a real function and ck = 0. It is homo genous if g (n) = 0

aExample 6.2.1: The recurrence system with intial condition

a0=0

and recurrence relation

an = an-1 + 2n - 1

is linear of degree one and non-homo geneous.

by Level 10 User (57.4k points)
reshown by

Related questions

1 answer
asked Dec 11, 2015 in Other Math Topics by codeguru Level 1 User (260 points) | 1.9k views
2 answers
0 answers
asked Apr 24, 2012 in Statistics Answers by anonymous | 1.1k views
1 answer
asked Nov 11, 2011 in Statistics Answers by anonymous | 1.4k views
1 answer
1 answer
1 answer
asked Oct 22, 2012 in Calculus Answers by alteneiji Level 1 User (180 points) | 1.1k views
1 answer
asked Oct 25, 2019 by aditya | 462 views
1 answer
asked Nov 1, 2020 in Other Math Topics by McCquabena Bannor Level 4 User (7.5k points) | 2.1k views
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,516 questions
100,285 answers
2,420 comments
737,719 users