Fiveable

โˆฌDifferential Calculus Unit 4 Review

QR code for Differential Calculus practice questions

4.1 The tangent line problem and slope

4.1 The tangent line problem and slope

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โˆฌDifferential Calculus
Unit & Topic Study Guides

Tangent lines are crucial in calculus, representing the instantaneous direction of a curve at a specific point. They help us understand how functions change at any given moment, providing insight into rates of change and slopes.

Calculating tangent line slopes using limits is a fundamental skill in differential calculus. This process leads to the concept of derivatives, which allow us to find slopes at any point on a function without repeatedly using the limit definition.

The Tangent Line and Slope

Concept of tangent lines

  • A tangent line touches a curve at a single point called the point of tangency without crossing the curve at that point
  • Represents the instantaneous direction of the curve at the point of tangency
  • The slope of the tangent line indicates the rate of change of the curve at the point of tangency
    • Positive slope means the curve is increasing at that point (uphill)
    • Negative slope means the curve is decreasing at that point (downhill)
    • Zero slope means the curve has a horizontal tangent line at that point (flat)

Slope calculation using limits

  • The slope of a tangent line can be found using the limit definition of the derivative: limโกhโ†’0f(x+h)โˆ’f(x)h\lim_{h \to 0} \frac{f(x+h) - f(x)}{h}, where f(x)f(x) is the function and xx is the point of tangency
  • To find the slope, evaluate the limit as hh approaches zero:
    1. Substitute x+hx+h for xx in the function
    2. Simplify the numerator by combining like terms and factoring out hh
    3. Cancel hh from the numerator and denominator, if possible
    4. Evaluate the limit as hh approaches zero
  • Example: Find the slope of the tangent line to f(x)=x2f(x) = x^2 at x=3x = 3
    1. limโกhโ†’0f(3+h)โˆ’f(3)h=limโกhโ†’0(3+h)2โˆ’32h\lim_{h \to 0} \frac{f(3+h) - f(3)}{h} = \lim_{h \to 0} \frac{(3+h)^2 - 3^2}{h}
    2. limโกhโ†’09+6h+h2โˆ’9h=limโกhโ†’06h+h2h\lim_{h \to 0} \frac{9+6h+h^2 - 9}{h} = \lim_{h \to 0} \frac{6h+h^2}{h}
    3. limโกhโ†’0h(6+h)h=limโกhโ†’0(6+h)\lim_{h \to 0} \frac{h(6+h)}{h} = \lim_{h \to 0} (6+h)
    4. 6+0=66+0 = 6, so the slope of the tangent line at x=3x = 3 is 6
Concept of tangent lines, Differential calculus - Wikiquote

Applications of tangent lines

  • Instantaneous velocity is the speed of an object at a specific moment in time
    • Found by calculating the slope of the tangent line to the position function at that time
    • Example: If an object's position is given by s(t)=t2+2ts(t) = t^2 + 2t, the instantaneous velocity at t=3t = 3 is the slope of the tangent line at that point
  • Marginal cost is the change in total cost when producing one additional unit
    • Found by calculating the slope of the tangent line to the total cost function at a specific quantity
    • Example: If the total cost function is C(x)=100+5x+0.2x2C(x) = 100 + 5x + 0.2x^2, the marginal cost at a production level of 30 units is the slope of the tangent line at x=30x = 30

Tangent lines vs derivatives

  • The derivative of a function at a point equals the slope of the tangent line to the function at that point: fโ€ฒ(x)=limโกhโ†’0f(x+h)โˆ’f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}, where fโ€ฒ(x)f'(x) is the derivative of f(x)f(x)
  • The derivative is a function that gives the slope of the tangent line at any point on the original function
    • Used to find the slope of the tangent line at any point without using the limit definition each time
    • Example: If f(x)=x2f(x) = x^2, the derivative fโ€ฒ(x)=2xf'(x) = 2x gives the slope of the tangent line at any point xx on the original function