Question
Question: Let $a_0 = 0, a_1 = 2$ and the sequence defined recursively by $a_{n+1} = \sqrt{2-\frac{a_{n-1}}{a_n...
Let a0=0,a1=2 and the sequence defined recursively by an+1=2−anan−1 for n≥1. Find
limn→∞2n⋅an

4π
3π
2π
π
2π
Solution
The given sequence is defined by a0=0, a1=2, and an+1=2−anan−1 for n≥1.
First, let's compute the first few terms of the sequence: a0=0 a1=2 For n=1: a2=2−a1a0=2−20=2. For n=2: a3=2−a2a1=2−22=2−2.
We observe a pattern related to trigonometric functions. Let's try to express an in the form 2sin(θn): a1=2=2sin(π/2), so θ1=π/2. a2=2=2(2/2)=2sin(π/4), so θ2=π/4. a3=2−2=242−2=221−2/2=221−cos(π/4). Using the half-angle identity sin(x/2)=(1−cosx)/2, we get a3=2sin(π/8), so θ3=π/8.
The pattern suggests that an=2sin(2nπ). Let's verify this formula for a0: a0=2sin(20π)=2sin(π)=0, which matches the given value.
Now, we verify if this formula satisfies the recurrence relation an+1=2−anan−1. Substitute ak=2sin(2kπ) into the right-hand side (RHS) of the recurrence: RHS =2−2sin(2nπ)2sin(2n−1π)=2−sin(2nπ)sin(2n−1π). Let x=2nπ. Then 2n−1π=2x and 2n+1π=x/2. RHS =2−sinxsin(2x). Using the double-angle identity sin(2x)=2sinxcosx: RHS =2−sinx2sinxcosx. Since n≥1, x=2nπ is in (0,π/2], so sinx=0. Thus, we can simplify: RHS =2−2cosx=2(1−cosx). Using the half-angle identity 1−cosx=2sin2(x/2): RHS =2(2sin2(x/2))=4sin2(x/2)=2∣sin(x/2)∣. Since x=2nπ and n≥1, x/2=2n+1π is in (0,π/4]. In this range, sin(x/2) is positive. So, RHS =2sin(x/2)=2sin(2n+1π). This is exactly an+1 according to our formula. Therefore, an=2sin(2nπ) is the correct general term for the sequence.
Finally, we need to find the limit: limn→∞2n⋅an. Substitute an=2sin(2nπ): limn→∞2n⋅2sin(2nπ). Let y=2nπ. As n→∞, 2n→∞, so y→0. The expression becomes: limy→0yπ⋅2sin(y)=2πlimy→0ysiny. Using the standard limit limy→0ysiny=1: The limit is 2π⋅1=2π.
Explanation of the solution:
- Calculate Initial Terms: Compute a2=2 and a3=2−2 using the given recurrence and initial values.
- Identify Pattern: Observe that a1=2sin(π/2), a2=2sin(π/4), a3=2sin(π/8). This suggests the general term an=2sin(π/2n). Verify this for a0.
- Verify Recurrence: Substitute ak=2sin(π/2k) into the given recurrence relation an+1=2−anan−1. Use trigonometric identities sin(2x)=2sinxcosx and 1−cosx=2sin2(x/2) to show that the RHS simplifies to 2sin(π/2n+1), which is an+1.
- Evaluate Limit: Substitute an=2sin(π/2n) into the expression limn→∞2n⋅an. Let y=π/2n. As n→∞, y→0. The limit becomes limy→0yπ⋅2siny=2πlimy→0ysiny.
- Apply Standard Limit: Use limy→0ysiny=1 to find the final limit as 2π.