Tangent to Curves Problems
Problems that require students to determine the equation of a line tangent to a function in a specific point are frequent in AP Calculus AB tests. We have created a few examples to help exam takers improve their scores. Examples.
You have to determine the derivative f '(x) and then the slope of the line, f '(x0).
The equation ot the line is y - y0 = f '(x0)[x - x0].
You can find the slope f '(x0) by treating y as an implicitly defined function of x and differentiating the equation with respect to x.
The equation ot the line is y - y0 = f '(x0)[x - x0].
By treating y as an implicitly defined function of x and differentiating the equation of the curve with respect to y, you can obtain an expression for dx/dy.
The solution of the equation dx/dy = 0 gives the coordinates of the points where the tangent to the curve are vertical.
As long as we have f '(x), we can easily fing the slope of the line, f '(x1).
We also need to find the value of the function at x1:

The equation of the line is y - f(x1) = f '(x1)[x - x1]
Examples of problems with lines tangent to a function
2. dy/dx = (x + 1)2y
Let y = f(x) be the solution of this equation with the initial condition f(1) = 1. What is the equation of the tangent to the graph of f at x = 1?
The tangent equation is y = 1 + 4(x - 1), or
y = 4x - 3.
4. Find the coordinates of the two points on the x2 - 2x + 4y2 + 16y + 1 = 0 closed curve where the line tangent to the curve is vertical.
2xx' - 2x' + 8y + 16 = 0
x'(2x - 2) = -8(y + 2)
x' = -4(y + 2)/(x - 1) and x' should be 0 if the line tangent is vertical.
y = -2
At the points with vertical tangents, x2 - 2x + 16 - 32 + 1 = 0
x2 - 2x - 15 = 0
The solutions are x1 = 5 and x2 = -3