Finding $\sum_{i=1}^{n-1}\frac1{\cos a_i \cos a_{i+1}}$, where $a_1$, $a_2$, $\ldots$, $a_n$ form an arithmetic progression

121 Views Asked by At

Please provide me some hint not solution as I want to do this one with my own hands.

Here is the problem:

The numbers $a_1$, $a_2$, $\ldots$, $a_n$ form an arithmetic progression. Find $$\sum_{i=1}^{n-1}\frac1{\cos a_i \cos a_{i+1}}$$

What I tried :

  1. trigonometry

$$2\cos A\cos B=\cos(\text{sum}/2)\cos(\text{diff}/2)$$ Where $\text{sum}=A+B$, $\text{diff}=A-B$. To simplify the denominator. $$\sec^(A)=1+\tan^2(A)$$ and other trigonometric formulas

  1. Hid and trial: The answer should be $(n-1)\times\text{something}$.

  2. I think we have to add and subtract something to start a chain rxn. May be some manipulations and formula which contains $\sec(\theta)$ terms.

1

There are 1 best solutions below

1
On

We get the series summation $\sec a_i\sec a_{i+1}$, which very easily simplifies to

$$ \displaystyle\sum\frac{(\tan a_i-\tan a_{i+1})}{\sin(\text{common difference})}$$

But I’d like to see some other approaches too.