MHB Solving Ratio and Proportion Problem: (a+b+c)^2/(a^2+b^2+c^2)

  • Thread starter Thread starter kuheli
  • Start date Start date
  • Tags Tags
    Ratio
AI Thread Summary
The discussion centers on proving the equation (a+b+c)²/(a²+b²+c²) = (a+b+c)/(a-b+c) under the condition that a, b, and c are in continued proportion. Participants clarify that being in continued proportion means a/b = b/c, leading to the relationships b = ar and c = ar². The conversation progresses to suggest substituting these expressions into the original equation to simplify it. Key steps involve canceling terms and factoring to reach the desired proof. The thread emphasizes the importance of algebraic manipulation and substitution in solving the problem.
kuheli
Messages
14
Reaction score
0
hi ,

i am stuck with a problem . the problem is

if a , b , c are in continued proportion ,then prove that

(a+b+c)^2/(a^2 +b^2 +c^2) =(a+b+c)/(a-b+c)

i have tried solving the problem in different way like breaking the formula of (a+b+c)^2 =a^2 +b^2 +c^2 + 2ab +2bc+2ca , then used componendo divedendo but ultimately no success. please help to solve the problem ...:confused:
 
Mathematics news on Phys.org
Re: ratio and proportion

When you look at the https://driven2services.com/staging/mh/index.php?posts/34268/ to a similar problem, what would you say is the first step?
 
Re: ratio and proportion

what ? i am not getting you ...:confused:
 
Well, maybe you can say what it means for $a$, $b$, $c$ to be in continued proportion.
 
a,b,c in continued proportion means a/b=b/c
i.e b^2=ac
 
Last edited:
kuheli said:
a,b,c in continued proportion means a/b=b/c
i.e b^2=ac
Yes. Another way to look at this is to denote $b/a=r$, i.e., $a/b=1/r$. Then $b=ar$, and $a/b=b/c$ gives $1/r=b/c$, i.e., $c=br$. That is, \[
b=ar\tag{1}
\]
and \[
c=br=a^2r\tag{2}.
\]
Now replace $c$ and $b$ in the equation you need to prove using (1) and (2), so that the only variables left are $a$ and $r$.
 
i tried that way.no result found
 
Let's see. You need to prove
\[
\frac{(a+ar+ar^2)^2}{a^2+(ar)^2+(ar^2)^2} = \frac{a+ar+ar^2}{a-ar+ar^2}
\]
First you can cancel $a+ar+ar^2$, which gives
\[
\frac{a+ar+ar^2}{a^2+(ar)^2+(ar^2)^2} = \frac{1}{a-ar+ar^2}
\]
Second, factor out all $a$'s and cancel them.
\[
\frac{a(1+r+r^2)}{a^2(1+r^2+r^4)} = \frac{1}{a(1-r+r^2)}
\]
i.e.,
\[
\frac{1+r+r^2}{1+r^2+r^4} = \frac{1}{1-r+r^2}
\]
Now multiply across (i.e., multiply both sides by both denominators) and represent $(1+r+r^2)(1-r+r^2)$ as $((1+r^2)+r)((1+r^2)-r)$ to use the formula $(x+y)(x-y)=x^2-y^2$.

Can you finish?
 
Back
Top