Arithmetic Progression - show that question

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
5 replies · 3K views
trollcast
Gold Member
Messages
282
Reaction score
13

Homework Statement



Given that a2, b2 and c 2 are in arithmetic progression show that:

$$\frac{1}{b+c} , \frac{1}{c+a} , \frac{1}{a+b} $$

,are also in arthimetic progression.

Homework Equations


The Attempt at a Solution



So I assume by "in arithmetic progression" they mean those are 3 consecutive terms but we can't assume that a2 is the first term?

Then,

$$ b^{2} = a^{2} + d \\ c^2 = b^2 + d \\ c^2 = a^2 + 2d \\ d = b^{2} - a^{2} \\ d = c^{2} - b^{2}$$

However I can't seem to get anything close to what the questions asking me as when I tried solving that set equations I kept on getting equations that just canceled out to 0 as both the sides worked out to be the same?
 
on Phys.org
You can assume a < b < c. It follows that b+c > a+b > a+c, so you know what order the second sequence will be in.
Try it from the other end. Look at differences between consecutive terms of the second sequence, and take the difference of the differences.
 
trollcast said:

Homework Statement



Given that a2, b2 and c 2 are in arithmetic progression show that:

$$\frac{1}{b+c} , \frac{1}{c+a} , \frac{1}{a+b} $$

,are also in arthimetic progression.

Homework Equations


The Attempt at a Solution



So I assume by "in arithmetic progression" they mean those are 3 consecutive terms but we can't assume that a2 is the first term?

Then,

$$ b^{2} = a^{2} + d \\ c^2 = b^2 + d \\ c^2 = a^2 + 2d \\ d = b^{2} - a^{2} \\ d = c^{2} - b^{2}$$

However I can't seem to get anything close to what the questions asking me as when I tried solving that set equations I kept on getting equations that just canceled out to 0 as both the sides worked out to be the same?
I would mess around with ##\displaystyle \ \frac{1}{b+c} , \frac{1}{c+a} , \frac{1}{a+b} \ ## just to see if I could find some connection with the squares of a, b, and c .

Although, it doesn't give an ordering, I would assume a < b < c .

Then c+b > c+a > b+a, so that ##\displaystyle \ \frac{1}{b+c}<\frac{1}{c+a}< \frac{1}{a+b} \ .##
 
Found a similar problem on google but don't understand why they added (ab+ac+bc) to it although it does work.

$$a^2,b^2,c^2 \\
a^2+(ab+ac+bc),b^2+(ab+ac+bc),c^2+(ab+ac+bc) \\
a^2+ab+ac+bc,b^2+ab+ac+bc,c^2+ab+ac+bc \\
(a+b)(a+c),(b+a)(b+c),(c+a)(c+b) \\
\frac{(a+b)(a+c)}{(a+b)(a+c)(b+c)},\frac{(b+a)(b+c)}{(a+b)(a+c)(b+c)},\frac{(c+a)(c+b)}{(a+b)(a+c)(b+c)} \\
∴ \frac{1}{(b+c)},\frac{1}{(a+c)},\frac{1}{(a+b)}
$$
 
Given the a2, b2, c2 makes arithmetic progression that means b2 - a2 = c2 - b2.

For [itex]\frac{1}{b+c}[/itex], [itex]\frac{1}{a+c}[/itex], [itex]\frac{1}{a+b}[/itex] to make arithmetic progression it shall be enough to check if [itex]\frac{1}{a+c}[/itex] - [itex]\frac{1}{b+c}[/itex] = [itex]\frac{1}{a+b}[/itex] - [itex]\frac{1}{a+c}[/itex]. Thanks for the ordering already established by previous posts.

And that easily simplifies to (b-a)(a+b)(a+c) = (c-b)(a+c)(b+c). That in turn is b2 - a2 = c2 - b2, which was given.