Question
Question: The graphs $y = 2x^3 - 4x + 2$ and $y = x^3 + 2x - 1$ intersect in exactly 3 distinct points. The sl...
The graphs y=2x3−4x+2 and y=x3+2x−1 intersect in exactly 3 distinct points. The slope of the line passing through two of these points is

2
4
6
8
8
Solution
Let the two curves be C1:y=2x3−4x+2 and C2:y=x3+2x−1. The points of intersection are found by setting the y-values equal: 2x3−4x+2=x3+2x−1 x3−6x+3=0
Let the roots of this cubic equation be x1,x2,x3. Since the problem states there are exactly 3 distinct intersection points, these roots are distinct real numbers. Let the intersection points be P1(x1,y1), P2(x2,y2), and P3(x3,y3). The y-coordinates can be found using either equation. Let's use C2: yi=xi3+2xi−1.
The slope of the line passing through two points Pi(xi,yi) and Pj(xj,yj) is given by m=xj−xiyj−yi. Let's calculate the slope for P1 and P2: m12=x2−x1y2−y1=x2−x1(x23+2x2−1)−(x13+2x1−1) m12=x2−x1x23−x13+2x2−2x1=x2−x1(x23−x13)+2(x2−x1) Using the difference of cubes formula a3−b3=(a−b)(a2+ab+b2): m12=x2−x1(x2−x1)(x22+x1x2+x12)+2(x2−x1) Since x1=x2, we can cancel the term (x2−x1): m12=x12+x1x2+x22+2.
Similarly, the slope for P2 and P3 is m23=x22+x2x3+x32+2, and for P1 and P3 is m13=x12+x1x3+x32+2. The problem asks for "The slope", implying a unique value. This suggests that the three intersection points are collinear. If they are collinear, the slope between any two points must be the same, i.e., m12=m23=m13.
Let's check the condition for collinearity using the slope formula m12=m23: x12+x1x2+x22+2=x22+x2x3+x32+2 x12+x1x2=x2x3+x32 x12−x32+x1x2−x2x3=0 (x1−x3)(x1+x3)+x2(x1−x3)=0 (x1−x3)(x1+x3+x2)=0. Since the roots x1,x2,x3 are distinct, x1=x3. Therefore, we must have x1+x2+x3=0.
Let's check Vieta's formulas for the cubic equation x3−6x+3=0. The sum of the roots is x1+x2+x3=−coefficient of x3coefficient of x2=−10=0. The sum of the products of roots taken two at a time is x1x2+x2x3+x3x1=coefficient of x3coefficient of x=1−6=−6. The product of the roots is x1x2x3=−coefficient of x3constant term=−13=−3.
Since x1+x2+x3=0, the condition for collinearity derived from the slopes is satisfied. Thus, the three intersection points P1,P2,P3 are collinear. The line passing through any two of these points is the same line containing all three points. The slope of this line is unique.
We can also find the equation of the line containing these points directly. Suppose the line is y=mx+c. If the three intersection points lie on this line, then their coordinates (xi,yi) must satisfy yi=mxi+c. Since yi=xi3+2xi−1, we have xi3+2xi−1=mxi+c for i=1,2,3. This means xi are the roots of the equation x3+2x−1−mx−c=0, or x3+(2−m)x−(1+c)=0. We know that xi are the roots of x3−6x+3=0. For two cubic equations to have the same roots, their coefficients must be proportional. Since the coefficient of x3 is 1 in both equations, the coefficients must be equal. Comparing the coefficients of x: 2−m=−6⟹m=2+6=8. Comparing the constant terms: −(1+c)=3⟹1+c=−3⟹c=−4. So, the line containing the three intersection points is y=8x−4. The slope of this line is m=8.
Alternatively, we can use the slope formula m=xi2+xixj+xj2+2. Using Vieta's formulas, xi+xj+xk=0 (where i,j,k are distinct). So xi+xj=−xk. xi2+xj2=(xi+xj)2−2xixj=(−xk)2−2xixj=xk2−2xixj. The slope is mij=(xi2+xj2)+xixj+2=(xk2−2xixj)+xixj+2=xk2−xixj+2. This expression still involves specific roots.
Let's go back to mij=xi2+xixj+xj2+2. We know xi+xj+xk=0 and xixj+xjxk+xkxi=−6. Consider m12=x12+x1x2+x22+2. We need to show this value is constant for any pair. x12+x22=(x1+x2)2−2x1x2=(−x3)2−2x1x2=x32−2x1x2. m12=x32−2x1x2+x1x2+2=x32−x1x2+2. This does not immediately show the value is constant.
Let's reconsider the equation x3−6x+3=0. For any root xi, we have xi3−6xi+3=0, so xi3=6xi−3. The y-coordinate is yi=xi3+2xi−1. Substitute xi3: yi=(6xi−3)+2xi−1=8xi−4. This equation yi=8xi−4 holds for all three roots x1,x2,x3. This means the three points (x1,y1),(x2,y2),(x3,y3) all lie on the line y=8x−4. The slope of this line is 8. The line passing through any two of these collinear points is this same line y=8x−4, and its slope is 8.
The final answer is 8.