What do nested square roots have to do with trigonometry? Here we explore a sequence defined by a1=2, an+1=2+an, and prove by induction that an=2cos(π/2n+1). This elegant connection between algebraic recurrence and trigonometric closed form is a favourite in HSC Extension 2 proofs, and we'll walk through the induction step carefully, focusing on the double-angle identity and sign analysis.
Problem Statement
The numbers an, for integers n≥1, are defined as:
a1a2a3=2=2+2=2+2+2, and so on.
These numbers satisfy the relation an+12=2+an, for n≥1. (Do NOT prove this.)
Use mathematical induction to prove that an=2cos(2n+1π) for all integers n≥1.
Hints
Attempt the proof independently first. Focus on the key theorem, algebraic transformation, or contradiction setup that links the hypothesis to the target conclusion.
Solutions
Proof by Mathematical Induction
Base Case (n=1):
LHS: a1=2 (given)
RHS: 2cos(21+1π)=2cos(4π)=2⋅22=2
Since LHS = RHS, the statement holds for n=1.
Inductive Hypothesis:
Assume the statement is true for n=k, where k is a positive integer:
ak=2cos(2k+1π)
Inductive Step:
We must prove the statement for n=k+1:
ak+1=2cos(2k+2π)
Using the recurrence relation ak+12=2+ak and the inductive hypothesis:
ak+12=2+2cos(2k+1π)=2[1+cos(2k+1π)]
We now recognise that the expression inside the brackets is of the form 1+cos(2θ), so we can apply the double angle identity to rewrite it as a perfect square.
Apply the double angle identity: 1+cos(2θ)=2cos2(θ).
Let 2θ=2k+1π, so θ=2k+2π:
ak+12=2⋅2cos2(2k+2π)=4cos2(2k+2π)
Taking square roots yields two possible signs:
ak+1=±2cos(2k+2π)
We must determine the correct sign by examining the range of the angle and the definition of an. Since n≥1, we have 0<2k+2π<2π, so cos(2k+2π)>0.
Also, an is defined as nested square roots of positive numbers, so ak+1>0.
Therefore:
ak+1=2cos(2k+2π)
This completes the inductive step. \checkmark
Conclusion:
By mathematical induction, an=2cos(2n+1π) for all integers n≥1.
Takeaways
Induction with Recurrence: Use given recurrence relation in inductive step to relate ak+1 to ak
Double Angle Formula: Identity 1+cos(2θ)=2cos2(θ) is key to converting sum to square
Sign Consideration: Must justify taking positive square root using domain/range analysis
Angle Halving: Pattern shows an relates to cos of successively halved angles (π/4,π/8,π/16,…)
Further Readings
If you found this proof interesting, be sure to check out these relevant HSC booklets to sharpen your reasoning skills:
HSC Proofs,
HSC Polynomials,
HSC Probability