Question
Show the sum to infinity of a geometric progression with cos theta and sin theta
Original question: A different geometric progression has first term $\cos\theta$ and common ratio $\sin\theta$. b) Given the value of $\theta$ is such so that this progression also converges, show that its sum to infinity is $\sec\theta+\tan\theta$. (4)
Expert Verified Solution
Key concept: This is a neat geometric progression question: once you identify the first term and ratio, the infinite-sum formula does most of the work. The only extra step is rewriting the fraction in a friendlier trig form.
Step by step
Let the progression be
So:
- first term
- common ratio
Because the progression converges, we must have
For a convergent geometric series, Hence
Now multiply top and bottom by : Using ,
\frac{1+\sin\theta}{\cos\theta}.$$ Split the fraction: $$S_\infty=\frac{1}{\cos\theta}+\frac{\sin\theta}{\cos\theta}=\sec\theta+\tan\theta.$$ So the required result is $$\boxed{S_\infty=\sec\theta+\tan\theta}.$$ ### Pitfall alert The usual slip is forgetting to check convergence. The formula $\frac{a}{1-r}$ only works when $|r|<1$. Another trap is stopping at $\frac{\cos\theta}{1-\sin\theta}$ and not simplifying it to the trig identity the question wants. ### Try different conditions If the ratio were $-\sin\theta$ instead, the sum would become $$\frac{\cos\theta}{1+\sin\theta}=\sec\theta-\tan\theta,$$ after rationalising. So the sign of the ratio completely changes the final trig form. ### Further reading geometric progression, infinite series, trigonometric identityFAQ
Why is the sum to infinity a over 1 minus r?
For a geometric series with |r|<1, the partial sums approach a/(1-r). That limit is the infinite sum.
How do you turn cos(theta)/(1-sin(theta)) into sec(theta)+tan(theta)?
Multiply numerator and denominator by 1+sin(theta), then use 1-sin^2(theta)=cos^2(theta) to simplify.