Arithmetic Progression problem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
utkarshakash
Gold Member
Messages
852
Reaction score
13

Homework Statement



Let a1,a2,a3...,a4001 are in A.P. such that [itex]\dfrac{1}{a_1a_2}+\dfrac{1}{a_2a_3}+.......\dfrac{1}{a_{4000}a_{4001}} = 10[/itex] and a2+a4000=50. Then |a1-a4001|


The Attempt at a Solution



[itex]\dfrac{1}{a_2} \left( \dfrac{1}{a_1} + \dfrac{1}{a_3} \right) + \dfrac{1}{a_4} \left( \dfrac{1}{a_3} + \dfrac{1}{a_5} \right) ... \\<br /> <br /> 2 \left( \dfrac{1}{a_1a_3} + \dfrac{1}{a_3a_5} ... \right)[/itex]

Similarly the number of terms will keep on reducing but it's really difficult to see manually what will I end up with?
 
Physics news on Phys.org
utkarshakash said:

Homework Statement



Let a1,a2,a3...,a4001 are in A.P. such that [itex]\dfrac{1}{a_1a_2}+\dfrac{1}{a_2a_3}+.......\dfrac{1}{a_{4000}a_{4001}} = 10[/itex] and a2+a4000=50. Then |a1-a4001|


The Attempt at a Solution



[itex]\dfrac{1}{a_2} \left( \dfrac{1}{a_1} + \dfrac{1}{a_3} \right) + \dfrac{1}{a_4} \left( \dfrac{1}{a_3} + \dfrac{1}{a_5} \right) ... \\<br /> <br /> 2 \left( \dfrac{1}{a_1a_3} + \dfrac{1}{a_3a_5} ... \right)[/itex]

Similarly the number of terms will keep on reducing but it's really difficult to see manually what will I end up with?

Hi utkarshakash! :smile:

Try the following, I am not sure if this is going to work:
$$\frac{1}{a_n a_{n+1}}=\frac{1}{d}\left(\frac{a_{n+1}-a_n}{a_n a_{n+1}}\right)=\frac{1}{d}\left(\frac{1}{a_n}-\frac{1}{a_{n+1}}\right)$$
where ##d## is the common difference of AP.
 
Pranav-Arora said:
Hi utkarshakash! :smile:

Try the following, I am not sure if this is going to work:
$$\frac{1}{a_n a_{n+1}}=\frac{1}{d}\left(\frac{a_{n+1}-a_n}{a_n a_{n+1}}\right)=\frac{1}{d}\left(\frac{1}{a_n}-\frac{1}{a_{n+1}}\right)$$
where ##d## is the common difference of AP.

It does help. Thanks a lot!