x n + 1 = 2 + x n , x 1 = 2
Consider the sequence ( x n ) n ∈ Z + as defined above. Let L = n → ∞ lim 4 n ( 2 − x n ) . If L can be expressed in the form B A π C for positive integers A , B , C , find the minimum value of A + B + C .
Bonus: Generalize x n in terms of n .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Nice observation of the half-angle trig substitution.
sir, did something like this: x_n=\sqrt{2+x_{n-1}}=\sqrt{2+\sqrt{2+x_{n-2}}=\sqrt{2+\sqrt{2+\sqrt{2+...}}}(n-1 times) so, l i m ( n → ∞ ) ( x n ) = 2 + 2 + 2 + . . . = 2 and l i m n → ∞ ( 4 n ( 2 − 2 ) ) = 0 what is wrong?
Log in to reply
1 thing approaches infinity, the other approaches 0. The limit does not necessarily approach 0.
Problem Loading...
Note Loading...
Set Loading...
By the half-angle formula for the cosine we have x n = 2 cos ( 2 n + 1 π ) . Now lim n → ∞ 4 n ( 2 − x n ) = lim n → ∞ 4 n ( 2 − 2 cos ( 2 n + 1 π ) ) = lim n → ∞ 4 n + 1 sin 2 ( 2 n + 2 π ) = lim n → ∞ 4 n + 1 4 n + 2 π 2 = 4 π 2