\text{If } T_r = \sqrt{r} \sqrt{r+1} \left( \frac{4r + 5}{(r+2) + \sqrt{r^2 - 1}} \right), \text{ then find the value of } \frac{1}{\sqrt{68}} \sum_{r=1}^{16} T_r
3 min read
25 views
Published July 1, 2025
Mathematics
Algebra
Sequences & Series
Telescoping Series
Manipulation & Rationalisation
Detailed Explanation
1. Rationalising the ugly fraction\n is given as\n\nIf you multiply top & bottom of the bracket by the conjugate ((r+2) - \sqrt{r^2-1}), the denominator becomes a (a^2 - b^2) form:\n\nBecause (4r+5) also sits in the numerator, they cancel nicely, giving\n\n\n### 2. Breaking the square-root product\nNotice\n\nPlugging that back:\nT_r = \big(r+2\big)\sqrt{r(r+1)}\; -\;\big(r+1\big)\sqrt{r(r-1)}.$\n\n### 3. Spotting the telescope\nDefine an auxiliary term\nA_r ;=;\big(r+2\big)\sqrt{r(r+1)}.\nThen\n\[A_r - A_{r-1}\] equals exactly $T_r$ because \n$A_{r-1} = (r+1)\sqrt{(r-1)r}$, which is the second part of $T_r$ with a minus sign.\nHence\nT_r = A_r - A_{r-1}.\n\n### 4. Summing quickly\nWhen you add T_1 + T_2 + \dots + T_{16}A_{16}A_0A_0 = 2\sqrt{0\cdot1}=0, the total becomes\n$$\sum_{r=1}^{16} T_r = A_{16} = (16+2)\sqrt{16\cdot17} = 18\times4\sqrt{17}=72\sqrt{17}.$$\n\n### 5. Final division\n\sqrt{68}=\sqrt{4\cdot17}=2\sqrt{17}$, so\n\n\nKey concepts used:\n* Conjugate multiplication (rationalisation)\n* Telescoping series\n* Basic surd manipulation
Simple Explanation (ELI5)
What is the question?\nWe have a big looking term and we have to add it up from to . Then we divide the sum by .\n\n### How to think about it (like building blocks)\n1. Imagine is a Lego made of two smaller Legos.\n2. If we can break it into (something for r) minus the same something for (r!!−!1), then when we add all the ’s, most Legos cancel out like a sliding set of dominos.\n3. That cancellation trick is called telescoping – only the first and last blocks survive.\n4. Once the sum collapses, the left-over bit is easy to divide by .\n\nSo the whole problem is really about spotting (or creating) that subtraction pair inside .
Step-by-Step Solution
Step-by-step Solution\n\n1. Rationalise the fraction inside \n \n Multiply numerator & denominator by :\n \n Denominator ((r+2)^2-(r^2-1)=4r+5) cancels the numerator (4r+5), leaving\n \n\n2. Rewrite the square-root product\n \n Therefore,\n T_r = (r+2)\sqrt{r(r+1)} - (r+1)\sqrt{r(r-1)}.$\n\n3. **Create a telescoping expression**\n Define\n A_r = (r+2)\sqrt{r(r+1)}.A_{r-1} = (r+1)\sqrt{(r-1)r},T_r = A_r - A_{r-1}.\n\n4. **Add from $r=1$ to $16$**\n \[\sum_{r=1}^{16} T_r = \sum_{r=1}^{16} (A_r - A_{r-1}) = (A_1-A_0)+(A_2-A_1)+\dots+(A_{16}-A_{15}) = A_{16} - A_0.\]\n But $A_0 = 2\sqrt{0\cdot1}=0$, hence\n \sum_{r=1}^{16} T_r = A_{16} = (16+2)\sqrt{16\cdot17}=18\times4\sqrt{17}=72\sqrt{17}.\n\n5. **Divide by $\sqrt{68}$**\n \sqrt{68}=\sqrt{4\cdot17}=2\sqrt{17},\frac{1}{\sqrt{68}}\sum_{r=1}^{16} T_r = \frac{72\sqrt{17}}{2\sqrt{17}}=36.$$\n\n[\boxed{36}]
Examples
Example 1
Cancelling out arrays of resistors in physics circuits—series resistances add like a telescoping sum.
Example 2
Financial EMI tables where only first and last instalment amounts matter after netting off intermediary charges.
Example 3
Computer algorithms that simplify cumulative differences, e.g., prefix sums subtracting adjacent terms.
Visual Representation
References
- [1]I.A. Maron – Problems in Calculus of One Variable (Sequence manipulations chapter)
- [2]Arihant Skills in Mathematics: Algebra for JEE Main & Advanced – Telescoping sums section
- [3]MIT OpenCourseWare – Algebraic Manipulation Techniques video series
- [4]Brilliant.org articles on Telescoping Series