Sum of pqth Term in Arithmetic Progression

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
4 replies · 2K views
Doffy
Messages
12
Reaction score
0
The pth term of an airthmetic progression is 1/q and qth term is 1/p. What is the sum of pqth term?
 
Mathematics news on Phys.org
I would begin by stating:

$$a_p=a_1+(p-1)d=\frac{1}{q}$$

$$a_q=a_1+(q-1)d=\frac{1}{p}$$

Now, solve both for $a_1$...then equate the results and solve that for $d$...what do you find?
 
According to this, we find that a1=d=1/pq.
However, I am still confused about the sum of pqth term.
 
Doffy said:
According to this, we find that a1=d=1/pq.
However, I am still confused about the sum of pqth term.

Yes, that's correct. So now apply the formula:

$$S_n=\frac{n}{2}\left(2a_1+(n-1)d\right)$$

where:

$$n=pq,\,a_1=d=\frac{1}{pq}$$
 
What we then get is:

$$S_{pq}=\frac{pq}{2}\left(\frac{2}{pq}+\frac{pq-1}{pq}\right)=1+pq-1=pq$$