Solveeit Logo

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=2x34x+2y = 2x^3 - 4x + 2 and y=x3+2x1y = x^3 + 2x - 1 intersect in exactly 3 distinct points. The slope of the line passing through two of these points is

A

2

B

4

C

6

D

8

Answer

8

Explanation

Solution

Let the two curves be C1:y=2x34x+2C_1: y = 2x^3 - 4x + 2 and C2:y=x3+2x1C_2: y = x^3 + 2x - 1. The points of intersection are found by setting the y-values equal: 2x34x+2=x3+2x12x^3 - 4x + 2 = x^3 + 2x - 1 x36x+3=0x^3 - 6x + 3 = 0

Let the roots of this cubic equation be x1,x2,x3x_1, x_2, x_3. 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)P_1(x_1, y_1), P2(x2,y2)P_2(x_2, y_2), and P3(x3,y3)P_3(x_3, y_3). The y-coordinates can be found using either equation. Let's use C2C_2: yi=xi3+2xi1y_i = x_i^3 + 2x_i - 1.

The slope of the line passing through two points Pi(xi,yi)P_i(x_i, y_i) and Pj(xj,yj)P_j(x_j, y_j) is given by m=yjyixjxim = \frac{y_j - y_i}{x_j - x_i}. Let's calculate the slope for P1P_1 and P2P_2: m12=y2y1x2x1=(x23+2x21)(x13+2x11)x2x1m_{12} = \frac{y_2 - y_1}{x_2 - x_1} = \frac{(x_2^3 + 2x_2 - 1) - (x_1^3 + 2x_1 - 1)}{x_2 - x_1} m12=x23x13+2x22x1x2x1=(x23x13)+2(x2x1)x2x1m_{12} = \frac{x_2^3 - x_1^3 + 2x_2 - 2x_1}{x_2 - x_1} = \frac{(x_2^3 - x_1^3) + 2(x_2 - x_1)}{x_2 - x_1} Using the difference of cubes formula a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a-b)(a^2 + ab + b^2): m12=(x2x1)(x22+x1x2+x12)+2(x2x1)x2x1m_{12} = \frac{(x_2 - x_1)(x_2^2 + x_1x_2 + x_1^2) + 2(x_2 - x_1)}{x_2 - x_1} Since x1x2x_1 \neq x_2, we can cancel the term (x2x1)(x_2 - x_1): m12=x12+x1x2+x22+2m_{12} = x_1^2 + x_1x_2 + x_2^2 + 2.

Similarly, the slope for P2P_2 and P3P_3 is m23=x22+x2x3+x32+2m_{23} = x_2^2 + x_2x_3 + x_3^2 + 2, and for P1P_1 and P3P_3 is m13=x12+x1x3+x32+2m_{13} = x_1^2 + x_1x_3 + x_3^2 + 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=m13m_{12} = m_{23} = m_{13}.

Let's check the condition for collinearity using the slope formula m12=m23m_{12} = m_{23}: x12+x1x2+x22+2=x22+x2x3+x32+2x_1^2 + x_1x_2 + x_2^2 + 2 = x_2^2 + x_2x_3 + x_3^2 + 2 x12+x1x2=x2x3+x32x_1^2 + x_1x_2 = x_2x_3 + x_3^2 x12x32+x1x2x2x3=0x_1^2 - x_3^2 + x_1x_2 - x_2x_3 = 0 (x1x3)(x1+x3)+x2(x1x3)=0(x_1 - x_3)(x_1 + x_3) + x_2(x_1 - x_3) = 0 (x1x3)(x1+x3+x2)=0(x_1 - x_3)(x_1 + x_3 + x_2) = 0. Since the roots x1,x2,x3x_1, x_2, x_3 are distinct, x1x3x_1 \neq x_3. Therefore, we must have x1+x2+x3=0x_1 + x_2 + x_3 = 0.

Let's check Vieta's formulas for the cubic equation x36x+3=0x^3 - 6x + 3 = 0. The sum of the roots is x1+x2+x3=coefficient of x2coefficient of x3=01=0x_1 + x_2 + x_3 = -\frac{\text{coefficient of } x^2}{\text{coefficient of } x^3} = -\frac{0}{1} = 0. The sum of the products of roots taken two at a time is x1x2+x2x3+x3x1=coefficient of xcoefficient of x3=61=6x_1x_2 + x_2x_3 + x_3x_1 = \frac{\text{coefficient of } x}{\text{coefficient of } x^3} = \frac{-6}{1} = -6. The product of the roots is x1x2x3=constant termcoefficient of x3=31=3x_1x_2x_3 = -\frac{\text{constant term}}{\text{coefficient of } x^3} = -\frac{3}{1} = -3.

Since x1+x2+x3=0x_1 + x_2 + x_3 = 0, the condition for collinearity derived from the slopes is satisfied. Thus, the three intersection points P1,P2,P3P_1, P_2, P_3 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+cy = mx + c. If the three intersection points lie on this line, then their coordinates (xi,yi)(x_i, y_i) must satisfy yi=mxi+cy_i = mx_i + c. Since yi=xi3+2xi1y_i = x_i^3 + 2x_i - 1, we have xi3+2xi1=mxi+cx_i^3 + 2x_i - 1 = mx_i + c for i=1,2,3i=1, 2, 3. This means xix_i are the roots of the equation x3+2x1mxc=0x^3 + 2x - 1 - mx - c = 0, or x3+(2m)x(1+c)=0x^3 + (2-m)x - (1+c) = 0. We know that xix_i are the roots of x36x+3=0x^3 - 6x + 3 = 0. For two cubic equations to have the same roots, their coefficients must be proportional. Since the coefficient of x3x^3 is 1 in both equations, the coefficients must be equal. Comparing the coefficients of xx: 2m=6    m=2+6=82 - m = -6 \implies m = 2 + 6 = 8. Comparing the constant terms: (1+c)=3    1+c=3    c=4-(1+c) = 3 \implies 1+c = -3 \implies c = -4. So, the line containing the three intersection points is y=8x4y = 8x - 4. The slope of this line is m=8m=8.

Alternatively, we can use the slope formula m=xi2+xixj+xj2+2m = x_i^2 + x_ix_j + x_j^2 + 2. Using Vieta's formulas, xi+xj+xk=0x_i + x_j + x_k = 0 (where i,j,ki, j, k are distinct). So xi+xj=xkx_i + x_j = -x_k. xi2+xj2=(xi+xj)22xixj=(xk)22xixj=xk22xixjx_i^2 + x_j^2 = (x_i + x_j)^2 - 2x_ix_j = (-x_k)^2 - 2x_ix_j = x_k^2 - 2x_ix_j. The slope is mij=(xi2+xj2)+xixj+2=(xk22xixj)+xixj+2=xk2xixj+2m_{ij} = (x_i^2 + x_j^2) + x_ix_j + 2 = (x_k^2 - 2x_ix_j) + x_ix_j + 2 = x_k^2 - x_ix_j + 2. This expression still involves specific roots.

Let's go back to mij=xi2+xixj+xj2+2m_{ij} = x_i^2 + x_ix_j + x_j^2 + 2. We know xi+xj+xk=0x_i+x_j+x_k=0 and xixj+xjxk+xkxi=6x_ix_j+x_jx_k+x_kx_i=-6. Consider m12=x12+x1x2+x22+2m_{12} = x_1^2 + x_1x_2 + x_2^2 + 2. We need to show this value is constant for any pair. x12+x22=(x1+x2)22x1x2=(x3)22x1x2=x322x1x2x_1^2 + x_2^2 = (x_1+x_2)^2 - 2x_1x_2 = (-x_3)^2 - 2x_1x_2 = x_3^2 - 2x_1x_2. m12=x322x1x2+x1x2+2=x32x1x2+2m_{12} = x_3^2 - 2x_1x_2 + x_1x_2 + 2 = x_3^2 - x_1x_2 + 2. This does not immediately show the value is constant.

Let's reconsider the equation x36x+3=0x^3 - 6x + 3 = 0. For any root xix_i, we have xi36xi+3=0x_i^3 - 6x_i + 3 = 0, so xi3=6xi3x_i^3 = 6x_i - 3. The y-coordinate is yi=xi3+2xi1y_i = x_i^3 + 2x_i - 1. Substitute xi3x_i^3: yi=(6xi3)+2xi1=8xi4y_i = (6x_i - 3) + 2x_i - 1 = 8x_i - 4. This equation yi=8xi4y_i = 8x_i - 4 holds for all three roots x1,x2,x3x_1, x_2, x_3. This means the three points (x1,y1),(x2,y2),(x3,y3)(x_1, y_1), (x_2, y_2), (x_3, y_3) all lie on the line y=8x4y = 8x - 4. The slope of this line is 8. The line passing through any two of these collinear points is this same line y=8x4y = 8x - 4, and its slope is 8.

The final answer is 8\boxed{8}.