Peter K. answered 02/22/20
Math / Statistics / Data Analytics
Every point on the curve has the format (x, x^3-10x), we are given another point (1,-10) The slope of the curve is y'(x) = 3x^2 - 10 and that slope of the tangent line is [delta y / delta x] = (-10 - x^3 + 10x)/(1-x) and we know that the slope of the line through those two points, one on the line and one not, (-10 - x^3 + 10x)/(1-x), must be equal to 3x^2 - 10.
Let's see if there are particular x's that make this work.
(-10 - x^3 + 10x)/(1-x) = 3x^2 - 10 =>
x^3 - 10x +10 = (3x^2 -10)(x-1) = 3x^3 - 10x - 3x^2 +10
or 2x^3 - 3 x^2 = 0
x^2(2x - 3) = 0
So our conditions work when x is 0 and 3/2, in those cases we can evaluate y at each of those values and we find that the other points on the curve where the lines through (1,-10) are tangent are (0,0) and (3/2,-53/8).
From there we can calculate two linear equations that would go through each of the two pairs of points, one on the line, one not on the line. [y = -10x, and y = -(13/4)x - (27/4)]
This is the methodology; you should check for yourself that the lines go through the points and are tangent to the y curve in the right places! Also you should be sure that you understand the steps and can work out the equations from the points to the lines by yourself.