SOLUTION: Please help me solve this: (last time i typed wrong) The quadratic equation {{ (b-c)x^2+(c-a)x+(a-b)=0 }}} has a repeated real solution. Prove that {{{ b=(a+c)/2 }}} Thanks!

Algebra ->  Equations -> SOLUTION: Please help me solve this: (last time i typed wrong) The quadratic equation {{ (b-c)x^2+(c-a)x+(a-b)=0 }}} has a repeated real solution. Prove that {{{ b=(a+c)/2 }}} Thanks!       Log On


   



Question 1161183: Please help me solve this:
(last time i typed wrong)
The quadratic equation {{ (b-c)x^2+(c-a)x+(a-b)=0 }}} has a repeated real solution. Prove that +b=%28a%2Bc%29%2F2+
Thanks!

Found 2 solutions by math_helper, ikleyn:
Answer by math_helper(2461) About Me  (Show Source):
You can put this solution on YOUR website!

Consider Ax%5E2+%2B+Bx+%2B+C+=+0+ (using capital letters to distinguish the coefficients from the given problem).
If one applies the quadratic formula, they get the roots:
+x+=+%28-B+%2B-+sqrt%28B%5E2+-+4AC%29%29%2F%282A%29+
The roots are real and repeated when +sqrt%28B%5E2-4AC%29+=+0+ or we can say when +B%5E2+-+4AC+=+0 (this is called the discriminant).

Compare A,B,C to the given problem:
A = b-c
B = c-a
C = a-b
Now use the right hand sides of these to get the discriminant:
+%28c-a%29%5E2+-+4%28b-c%29%28a-b%29+=+0+
This can be expanded, then simplified:
+c%5E2-2ac%2Ba%5E2++-4ab%2B4b%5E2%2B4ac-4bc+=+0+
+c%5E2%2B2ac%2Ba%5E2++%2B4b%5E2+-+4ab-4bc++=+0+
+4b%5E2+-+4%28a%2Bc%29b+%2B+%28a%2Bc%29%5E2+=+0+
divide thru by 4:
+b%5E2+-+%28a%2Bc%29b+%2B+%28a%2Bc%29%5E2%2F4+=+0+
+b%5E2+-+%28a%2Bc%29b+%2B+%28%28a%2Bc%29%2F2%29%5E2+=++0+
Notice this is a perfect square:
+%28b+-+%28a%2Bc%29%2F2%29%5E2+=+0+
Which has the solution:
+b+=+%28a%2Bc%29%2F2+
Recall:
It is this relationship between a,b,and c that must hold in order for the original descriminant to be zero. That in turn, implies repeated real roots.

Answer by ikleyn(52777) About Me  (Show Source):
You can put this solution on YOUR website!
.

            The solution by the tutor @math_helper is fine and correct.

            In my post,  I want to show you much shorter and more geometric solution to this problem.


Notice that  (b-c) + (c-a) + (a-b) = 0.    (It is obvious !)


It means that x= 1 is the root to this quadratic.



But the problem states that the root is REPEATED (!)

It means that the quadratic has the minimum (or the maximum) at the point  x= 1.


In any case, it means that  the point (1,0) in the coordinate plane is the VERTEX of the quadratic function/(parabola).



It implies that  

    1 = -B%2F%282A%29,    (1)    (well known formula for the parabola's symmetry axis)

where "A" is the coefficient at x^2 and "B" is the coefficient at x.



In our case  A = b-c  and  B = c-a;  hence, (1) means that 


    1 = -%28c-a%29%2F%282%2A%28b-c%29%29,    or

    2*(b-c) = -(c-a),

    2b - 2c = -c + a

    2b      = -c + a + 2c = a + c

     b                    = %28a%2Bc%29%2F2

I hope that after reading my solution, you will better understand, why this statement takes place.