Given points (x1,y1), (x2,y2), and (x3,y3) lie on a straight line and on the curve y2=x3. We need to show that y1x1+y2x2+y3x3=0.
1. Express the points in terms of parameters:
Since the points lie on the curve y2=x3, we can write:
(x1,y1)=(a2,a3),(x2,y2)=(b2,b3),(x3,y3)=(c2,c3)
where a, b, and c are distinct and non-zero.
2. Collinearity condition:
The points are collinear if the slope between any two pairs of points is the same. Using the points (a2,a3), (b2,b3), and (c2,c3), the collinearity condition can be written as:
b2−c2b3−c3=a2−b2a3−b3
3. Simplify the collinearity condition:
Using the identity for the difference of cubes and squares, we get:
(b−c)(b+c)(b−c)(b2+bc+c2)=(a−b)(a+b)(a−b)(a2+ab+b2)
Simplifying, we obtain:
b+cb2+bc+c2=a+ba2+ab+b2
4. Cross-multiply and expand:
Cross-multiplying both sides, we get:
(b2+bc+c2)(a+b)=(a2+ab+b2)(b+c)
Expanding both sides:
b2a+b3+abc+b2c+c2a+c2b=a2b+a2c+ab2+abc+b3+b2c
5. Simplify the equation:
Canceling common terms on both sides, we get:
c2a+c2b=a2b+a2c
Rearranging terms, we have:
c2(a+b)=a2(b+c)
6. Factor and solve:
Factoring out common terms, we get:
(a−c)(ab+bc+ca)=0
Since a, b, and c are distinct, a=c. Therefore, we must have:
ab+bc+ca=0
7. Show the required result:
We need to show that y1x1+y2x2+y3x3=0. Substituting the parameterized points:
y1x1+y2x2+y3x3=a3a2+b3b2+c3c2=a1+b1+c1
Since ab+bc+ca=0, we have:
a1+b1+c1=abcab+bc+ca=abc0=0
Thus, we have shown that y1x1+y2x2+y3x3=0.
■