Let a , b , c be 3 distinct numbers. Find a b + b c + c a such that the 3 points ( a 3 + 2 a 2 , a 2 ) , ( b 3 + 2 b 2 , b 2 ) , ( c 3 + 2 c 2 , c 2 ) are colinear.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the equation of line be A x + B y + C = 0 , then by satisfying the given points in line give us the equation,
A x 3 + ( 2 A + B ) x 2 + C = 0 , x = a , b , c
By the above equation we can say that a b + b c + c a = 0 .
Its been a while since I have a written a solution, especially using such detailed LaTeX. :)
I cannot say that. Would you explain further? Thanks!
Log in to reply
Placing x = a 3 + 2 a 2 and y = a 2 we get the equation as I stated above having roots as a , b and c .
Log in to reply
Well, I must say that it is not what I miss. Would u believe it, I miss the Vieta!
PLOTTING MAKE IT MORE EASY TO REALIZE.
Have a look at my solution!
Problem Loading...
Note Loading...
Set Loading...
We know that 3 points are colinear then are of triangle formed by them must be zero.
2 1 ∣ ∣ ∣ ∣ ∣ ∣ a 3 + 2 a 2 b 3 + 2 b 2 c 3 + 2 c 2 a 2 b 2 c 2 1 1 1 ∣ ∣ ∣ ∣ ∣ ∣ = 0
⟹ ∣ ∣ ∣ ∣ ∣ ∣ a 3 b 3 c 3 a 2 b 2 c 2 1 1 1 ∣ ∣ ∣ ∣ ∣ ∣ = 0
⟺ ∣ ∣ ∣ ∣ ∣ ∣ a 3 b 3 − a 3 c 3 − a 3 a 2 b 2 − a 2 c 2 − a 2 1 0 0 ∣ ∣ ∣ ∣ ∣ ∣ = 0
We can expand the determinant from here and get the result a b + b c + c a = 0 . Note that while expanding or solving the determinant, we must keep in mind that a = b = c .