a0=1
an+1=an+sin(an)
Explain why the following occurs:
a0=1
a1=1+sin(1)≈1.841470985
a2=1+sin(1)+sin(1+sin(1))≈2.805061709
a3=1+sin(1)+sin(1+sin(1))+sin(1+sin(1)+sin(1+sin(1)))≈3.135276333
a4≈3.141592612
a5≈3.141592654≈π
#Calculus
#RecurrenceRelations
#Recursion
#InfiniteSequence
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Let's see here...
The interesting thing I was talking about is the fact that the given series always converges into a value an such that sin(an)=0 for different values of a0. To put it in more exact terms, it always converges to a value of an such that cos(an)=−1⇒an=mπ, where m is an odd integer. (m can also be even, but that is a degenerate case where all terms are same)
I'm going to use something here that I actually learned from gradient descent. If you don't know what it is, you can google it. But, the mathematics used below is an extremely tame form and is easy to understand with little knowledge of calculus.
Consider the function f(x)=cos(x)⇒dxdf(x)=−sin(x)
Now see what happens when we take some arbitrary value of x (say x=1)and then do the following repeatedly:
x:=x−dxdf(x)=x+sin(x) (":=" is the assignment operator )
In the above figure, we can see two points marked. One is red, which represents the first value of x(=1). The other is brown, and is after one iteration of above step.
We can see that when we do x:=x+sin(x), what is actually happening is that x is surfing along the slope of the curve cos(x). We move the value of x down the tangent. Change x little by little, so that finally, after many iterations it moves closer and closer to the minima, i.e x=π.
I know this is not a definitive proof of what happens... I'm sure you will realize the importance of this once you understand what is happening.
In general, series defined as an=an−1−αdan−1df(an−1)
Will converge to the nearest value of a (nearest to a0) such that f(a) is minimum, provided the value of α is not too large.
Log in to reply
Yes, that was awesome, that is basically the newton Rhapsody method of estimation of roots, doing the following iteration for any curve will eventually lead us to the nearest root, that is great, actually i think this is pretty much the solution +1
Good work! Newton's method for estimating roots.
Pretty much seals the deal. Great solution +1.
Good work.
@Shashwat Shukla @Mvs Saketh
As usual, since the series converges.. this means that when n→∞ ,
an+1=an. But an+1=an+sin(an)
⇒sin(an)=0
Now how do we know that an=π? We know this since a0=1 and the series is constantly increasing. Therefore, it converges onto the first value of x>1 such that sin(x)=0.
Log in to reply
Bro , But It is not always true limn→∞(an)=limn→∞(an+1) .
Log in to reply
Why not? Do you have a counter-example?
Which value converges to pi ??
If you call L the value of the limit you obtain sin(L)=0. Now L can be pi or zero but zero is impossible because of the initial condition. More precisely you can say that the value of the sequence is LOW bounded
This is turning out to be very interesting...
I want to know if we can find a general form for a function f(x) such that the series a1,a2,... defined by:
an+1=an−1+f(an−1)
Converges for a given value of a0.
Further, is it true that all of the values of such an as n→∞ satisfy f(an)=0?
Log in to reply
I think the answer to this is going to be extremely interesting.... I have a feeling... Is anyone else thinking what I'm thinking?
Log in to reply
What are you thinking?