Given the equation f(x) = 2x^2, let's first think about how to find the equation of the tangent line.
To find the slope of the tangent line, we have to take the derivative of the function. Since f'(x) = 4x, that means that the slope of the tangent line at ANY point (x, y) on the graph of f(x) will have the slope of 4x.
So the general form of ANY tangent line of this function (using the point-slope form of a line) will be:
y - y1 = 4x (x - x1)
Let's do one more thing before we use the other information we have. Since we know that for the given function, every "y" value can be calculated as 2x^2, we can substitute that in the equation.
So that gives us: 2x^2 - y1 = 4x (x - x1). (you'll see why this is helpful in the next step)
Now, what we want is for this line to pass through (2, 0). Therefore, we substitute that in the (x1, y1) values of our line:
2x^2 - 0 = 4x (x - 2). [See how now we have an equation that is all in one variable, so we can solve for x]
And now, we solve for x:
2x^2 = 4x^2 - 8x
0 = 2x^2 - 8x
0 = 2x(x - 4)
x = 0, 4
We substitute these x values back into our original function to find the coordinates (x, y):
x = 0 --> f(0) = 2(0)^2 = 0 --> (0, 0)
x = 4 --> f(4) = 2(4)^2 = 32 --> (4, 32)
So your two points are (0, 0) and (4, 32)