Solving for the Sum of an Arithmetic Progression | m>n | AP Homework

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
subhradeep mahata
Messages
120
Reaction score
13

Homework Statement


In an AP, sum of first n terms is equal to m and sum of first m terms is equal to n. Then, find the sum of first (m-n) terms in terms of m and n, assuming m>n.

Homework Equations


Sum of an AP: n/2 * {2a+ (n-1)d}

The Attempt at a Solution


We get two equations:
m= n/2 * {2a+ (n-1)d} and
n= m/2 * {2a+ (m-1)d}
where a and d are first term and common difference respectively. Now, we can solve for a and d separately and plug the values in this equation:
Sm-n = (m-n)/2 * {2a + (m-n-1)d}
But, as we can see it is a very lengthy and ambiguous method. Can someone please find an easier method for the problem?
 
on Phys.org
subhradeep mahata said:

Homework Statement


In an AP, sum of first n terms is equal to m and sum of first m terms is equal to n. Then, find the sum of first (m-n) terms in terms of m and n, assuming m>n.

Homework Equations


Sum of an AP: n/2 * {2a+ (n-1)d}

The Attempt at a Solution


We get two equations:
m= n/2 * {2a+ (n-1)d} and
n= m/2 * {2a+ (m-1)d}
where a and d are first term and common difference respectively. Now, we can solve for a and d separately and plug the values in this equation:
Sm-n = (m-n)/2 * {2a + (m-n-1)d}
But, as we can see it is a very lengthy and ambiguous method. Can someone please find an easier method for the problem?
Certainly it is lengthy, but there is nothing "ambiguous" about it. Anyway, what is the final answer that you obtained?
 
I got this after a tedious calculation : {(m-n)(m+2n)}/m
please let me know if there are any easier methods.
 
It looks like subtracting those two equations gives you something very close to what you want.
$$m = \frac{n}{2} \left [2a + (n-1)d \right ] = na + \frac {n(n-1)d}{2} \\
n = \frac{m}{2} \left [2a + (m-1)d \right ] = ma + \frac {m(m-1)d}{2} \\
m - n = (n - m)a + \left [n(n-1) - m(m-1) \right ] \frac {d}{2}$$
$$S_{m-n} = \frac {m-n}{2} \left [2a + (m - n - 1)d \right ] = (m - n)a + (m-n)(m - n - 1)\frac {d}{2}$$

So it's not hard to express ##S_{m-n}## in terms of ##(m - n)## and ##d##. That may be useful in shortening the calculation.
 
Here is another shortening:
$$S_{m-n} = {m - n \over 2} (2a + (m - n - 1)d) \\
= {m \over 2} (2a + (m-1)d - nd) - {n \over 2} (2a + (n-1)d - (2n - m)d) \\
= (n - m) + {d \over 2} (n(2n - m) - mn) \\
= (n - m) + {d \over 2} 2n (n - m) \\
= (n - m) (1 + nd)$$