AP Calculus AB Practice
 AP Calculus Multiple Choice 1
 AP Calculus Multiple Choice 2
 AP Calculus Free Response 1
 AP Calculus Free Response 2


 Calculus Problems
 Areas and Volumes
 Tangent to Curves
 Slope Field
 Riemann Sums
 Rates of Change
 Limits
 Implicit Differentiation
 Derivatives


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.



  • 1. Some of the problems ask to find the line that is tangent to a function f(x) at point (x0, y0).
    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].
  • Example.

  • 2. A slightly different case is when you are given the equation of a curve in the plane (x, y), f(x, y) = 0, and you are asked to find the line of the tangent in (x0,y0).
    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].
  • Example.

  • 3. Another type of question may ask the coordinates of the points where the tangent to a specific curve are vertical.
    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.
  • Example.

  • 4. In some cases the derivative of the function x is given, f '(x). The problem also specifies that f(x0) = y0 and asks for the equation of the line tangent to f(x) in x1.
    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:
    ap, calculus,
    The equation of the line is y - f(x1) = f '(x1)[x - x1]


  • Examples of problems with lines tangent to a function

    1.Write an equation for the line tangent to the curve x2 + 4x + y3 = 4 at the point (1, -1).

  • Solution: Treating y as an implicitly defined function of x and differentiating both sides of the equation with respect to x, we obtain:
    2x + 4 + 3y2y' = 0
    y' = -(2x + 4)/(3y2)
    At point (1,-1), y'(1) = -2
    y = -1 - 2·(x-1)

  • 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?

  • Solution: f '(1) = (1 + 1)21 = 4
    The tangent equation is y = 1 + 4(x - 1), or
    y = 4x - 3.

  • 3. Let f be the function given by f(x) = (2x2 + 5x -1)7.
    Write the equation for the line tangent to f(x) in x = 0.

  • Solution: Let u(x) = (2x2 + 5x -1)
    Then, f '(x) = (du7/du)d(2x2 + 5x -1)/dx = 7u6(4x + 5) = 7(4x + 5)(2x2 + 5x -1)6
    f '(0) = 35 and f(0) = -1.
    The line of slope 35 that passes through (0,-1) is y = 35x - 1

  • 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.

  • Solution: Treating y as an implicitly defined function of x and differentiating both sides of the equation with respect to y, we obtain:

    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