Question
Question: Suppose A, B, C are defined as $A = a^2b+ ab^2 - a^2c - ac^2$, $B = b^2c + bc^2 - a^2b - ab^2$, and ...
Suppose A, B, C are defined as A=a2b+ab2−a2c−ac2, B=b2c+bc2−a2b−ab2, and C=a2c+ac2−b2c−bc2, where a > b > c > 0 and the equation Ax2+Bx+C=0 has equal roots, then a, b, c are in

A.P.
G.P.
H.P.
A.G.P.
H.P.
Solution
The problem states that A, B, C are defined as: A=a2b+ab2−a2c−ac2 B=b2c+bc2−a2b−ab2 C=a2c+ac2−b2c−bc2
First, let's find the sum A+B+C: A+B+C=(a2b+ab2−a2c−ac2)+(b2c+bc2−a2b−ab2)+(a2c+ac2−b2c−bc2) By observing the terms, we can see that all terms cancel out: a2b cancels with −a2b ab2 cancels with −ab2 −a2c cancels with a2c −ac2 cancels with ac2 b2c cancels with −b2c bc2 cancels with −bc2 Therefore, A+B+C=0.
The given equation is Ax2+Bx+C=0. Since A+B+C=0, we can substitute C=−(A+B) into the equation: Ax2+Bx−(A+B)=0 Ax2+Bx−A−B=0 A(x2−1)+B(x−1)=0 A(x−1)(x+1)+B(x−1)=0 (x−1)[A(x+1)+B]=0 (x−1)(Ax+A+B)=0
This equation implies that one root is x=1. The problem states that the quadratic equation has equal roots. Since one root is x=1, the other root must also be x=1. This means x=1 is a double root.
For a quadratic equation Ax2+Bx+C=0 to have equal roots at x=1, it must be of the form A(x−1)2=0. Expanding A(x−1)2, we get A(x2−2x+1)=Ax2−2Ax+A=0. Comparing the coefficients with Ax2+Bx+C=0, we must have: B=−2A C=A
We can use the condition C=A to find the relationship between a, b, c. Let's factorize A and C. A=a2b+ab2−a2c−ac2 A=a2(b−c)+a(b2−c2) A=a2(b−c)+a(b−c)(b+c) A=a(b−c)[a+(b+c)] A=a(b−c)(a+b+c)
C=a2c+ac2−b2c−bc2 C=c(a2+ac−b2−bc) C=c[(a2−b2)+(ac−bc)] C=c[(a−b)(a+b)+c(a−b)] C=c(a−b)(a+b+c)
Now, set A=C: a(b−c)(a+b+c)=c(a−b)(a+b+c)
Given a>b>c>0, it implies a+b+c=0. So we can divide both sides by (a+b+c): a(b−c)=c(a−b) ab−ac=ac−bc ab+bc=2ac
To find the relationship between a, b, c, divide the entire equation by abc (which is non-zero since a,b,c>0): abcab+abcbc=abc2ac c1+a1=b2
This equation shows that the reciprocals a1,b1,c1 are in an Arithmetic Progression (A.P.). If the reciprocals of three numbers are in A.P., then the numbers themselves are in Harmonic Progression (H.P.). Therefore, a, b, c are in H.P.