0

I'm preparing for IIT advanced and came across this question: $$\lim_{n\to\infty} \left[ \frac{1}{2}\tan\frac{x}{2} + \frac{1}{2^2}\tan\frac{x}{2^2} + \frac{1}{2^3}\tan\frac{x}{2^3} + \cdots + \frac{1}{2^n}\tan\frac{x}{2^n} \right]$$
with answers :(It's a single choice correct MCQ)

Option A: $-\cot x$
Option B: $-\sin x$
Option C: $\cot x+\frac{1}{x}$
Option D: $-\cot x+\frac{1}{x}$

I thought putting simply an $x=0$ will do the job and bring Option B but apparently maths had some other ideas and gave answer D. Can someone please help me out in this one?

1 Answers1

1

It is easy enough to prove that the series is convergent and hence has a limit.

Now I denote for some constant $n$, $$ S(x)= \left[ \frac{1}{2}\tan\frac{x}{2} + \frac{1}{2^2}\tan\frac{x}{2^2} + \frac{1}{2^3}\tan\frac{x}{2^3} + \cdots + \frac{1}{2^n}\tan\frac{x}{2^n} \right]$$

Verify yourself that $S(x)$ is discontinous over $(0,x)$ at only finitely many points and hence integrable.

Let $$ I(x) = \int_0^x S(t)dt= \sum_{r=1}^n ln|sec(\frac{x}{2^r})| $$

Using the properties $ln(ab)=ln(a)+ln(b)$ and $sin(2x)=2sin(x)cos(x)$ we can simplify it to

$$ I(x) = ln|\frac{2^n sin(\frac{x}{2^n})}{sin(x)}| $$

From the fundamental theorem of calculus, $S(x)= \frac{d I(x)}{dx}$ so,

$$ S(x) = \frac{cot(\frac{x}{2^n})}{2^n} - cot(x) $$

Let $n \rightarrow \infty$

$$ \lim_{n\to\infty} \left[ \frac{1}{2}\tan\frac{x}{2} + \frac{1}{2^2}\tan\frac{x}{2^2} + \frac{1}{2^3}\tan\frac{x}{2^3} + \cdots + \frac{1}{2^n}\tan\frac{x}{2^n} \right] = \lim_{n \rightarrow \infty} \frac{cot(\frac{x}{2^n})}{2^n} - cot(x) = \frac{1}{x} - cot(x)$$