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
9 replies · 3K views
Government$
Messages
87
Reaction score
1

Homework Statement



Let [itex]a_{m+n}=A[/itex] and [itex]a_{m-n}=B[/itex] be members of arithmetic progression then [itex]a_{m}[/itex] and [itex]a_{n}[/itex] are? (m>n).

The Attempt at a Solution


I fugured that [itex]a_{m}=\frac{A+B}{2}[/itex] but i have no idea what [itex]a_{n}[/itex] is.
In my textbook solution is [itex]a_{n}=\frac{(2n-m)A + mB}{2}[/itex]
How did they arrived to that solution?
 
Physics news on Phys.org
Hi,

using the fact that [itex]A-B=2dn[/itex] and plugging that into your equation and then finding
[itex]a_{n-m}[/itex] from [itex]a_{n}=\frac{A+a_{n-m}}{2}[/itex] i got solution [itex]a_{n}=\frac{(2n-m)A + mB}{2n}[/itex]. So i have one extra [itex]n[/itex] that i can't get rid of.
 
Government$ said:
Hi,

using the fact that [itex]A-B=2dn[/itex] and plugging that into your equation and then finding
[itex]a_{n-m}[/itex] from [itex]a_{n}=\frac{A+a_{n-m}}{2}[/itex] i got solution [itex]a_{n}=\frac{(2n-m)A + mB}{2n}[/itex]. So i have one extra [itex]n[/itex] that i can't get rid of.

I get the same answer you do. I think the textbook has a typo.
 
symbolipoint said:
How did you calculate that?

Because there are 2n terms between term (m-n) and term (m+n), which gives a difference of 2nd, where d is the common difference of the arithmetic progression. So A - B = 2nd.
 
Last edited:
Curious3141 said:
Because there are 2n terms between term (m-n) and term (m+n), which gives a difference of nd, where d is the common difference of the arithmetic progression. So A - B = 2nd.

I am beginning to understand. The difference would need to be even, since there are TWO differences involved among the m and the n terms.
 
Government$ said:
Hi,

using the fact that [itex]A-B=2dn[/itex] and plugging that into your equation and then finding
[itex]a_{n-m}[/itex] from [itex]a_{n}=\frac{A+a_{n-m}}{2}[/itex] i got solution [itex]a_{n}=\frac{(2n-m)A + mB}{2n}[/itex]. So i have one extra [itex]n[/itex] that i can't get rid of.
[itex]\displaystyle a_{n}=\frac{(2n-m)A + mB}{2n}\ \[/itex] looks right to me.

Try some examples to verify it.
 
symbolipoint said:
I am beginning to understand. The difference would need to be even, since there are TWO differences involved among the m and the n terms.

Sorry, I just noticed a typo in my post (since edited and corrected). I meant that since there are 2n terms between the two terms, the difference is 2nd.

There is only one common difference d in an arithmetic progression.
 
Thanks for help, everybody.