Monotony of a recurrence relation

Keru
Messages
20
Reaction score
1
What method should i use to know if a recurrence relation is increasing or decreasing?
i was given the following relation:
A1 = 1
An=(An-1)^5 - 3

I know for sure it actually decreases since every term for n>=2 is a negative number raised to and odd number, but i don't know how to demonstrate it mathematically. I tried using induction, but it doesn't work...

Thanks to whoever can answer me.
 
Mathematics news on Phys.org
Keru said:
What method should i use to know if a recurrence relation is increasing or decreasing?
i was given the following relation:
A1 = 1
An=(An-1)^5 - 3

I know for sure it actually decreases since every term for n>=2 is a negative number raised to and odd number, but i don't know how to demonstrate it mathematically. I tried using induction, but it doesn't work...

Thanks to whoever can answer me.

Why do you think induction doesn't work?

It's clear that if ##A_n < 0## then ##A_{n+1} < A_n## and that's your inductive step.
 
Keru said:
What method should i use to know if a recurrence relation is increasing or decreasing?
i was given the following relation:
A1 = 1
An=(An-1)^5 - 3

I know for sure it actually decreases since every term for n>=2 is a negative number raised to and odd number, but i don't know how to demonstrate it mathematically. I tried using induction, but it doesn't work...

Thanks to whoever can answer me.

You can show that |A_n| is strictly increasing. If all terms are negative this shows that A_n is strictly decreasing. For n \geq 2 you have that |A_{n+1}| = |A_n^5 - 3| = |A_{n}|^5 + 3 &gt; |A_n|^5. If you can show that |A_{n}|^5 &gt; |A_n| you are done.
 
Thanks guys, very quick and useful answers! I'll keep practising so i can see it by myself next time!
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

Similar threads

Replies
12
Views
2K
Replies
11
Views
2K
Replies
3
Views
1K
Replies
1
Views
2K
Replies
2
Views
1K
Replies
8
Views
1K
Back
Top