Calculus Derivatives, Tangent Line Equations, and Basic Differentiation Rules

Fundamental Concepts of the Derivative

  • Geometric Interpretation and Tangent Lines:

    • Zooming in continuously on a smooth function curve at a specific point causes the curve to appear increasingly linear.
    • A straight line plotted alongside this zoomed-in section represents the tangent line to the curve at that point.
    • The slope of this tangent line defines the slope of the curve at a given point.
    • The slope of the tangent line represents an instantaneous rate of change.
  • Definition of Derivative:

    • The derivative is a function that gives the slope of the tangent line to a curve f(x)f(x) at any given point x=ax = a.
    • The derivative of f(x)f(x) evaluated at x=ax = a is denoted as f(a)f'(a).
  • Notation Systems:

    • Prime notation: f(x)f'(x), yy'
    • Leibniz / Differential notation: ddx\frac{d}{dx}, dydx\frac{dy}{dx}
    • Prime notation and differential notation are used interchangeably.
  • Derivatives of Elementary Functions:

    • Linear functions: The derivative of a linear function is constant and always equals its slope.
    • Constant functions: The derivative of any constant function is 00.

The Power Rule for Differentiation

  • Definition and Formula:

    • The Power Rule allows direct computation of the derivative for functions in the form xrx^r, where rr is any real number exponent.
    • Formula: ddx[xr]=rxr1\frac{d}{dx}[x^r] = r x^{r-1}
    • Procedure:
      1. Bring the original exponent rr out in front as a coefficient.
      2. Decrease the exponent of xx by 11.
  • Basic Application Example:

    • For y=x3y = x^3:
      • Bring exponent 33 to the front and subtract 11 from the power.
      • ddx[x3]=3x31=3x2\frac{d}{dx}[x^3] = 3 x^{3-1} = 3 x^2
  • Algebraic Rewriting Techniques for the Power Rule:

    • Handling Reciprocals / Fractions:
      • Use the exponent rule 1xn=xn\frac{1}{x^n} = x^{-n} to rewrite fractional expressions before applying the Power Rule.
      • Example: f(x)=1x3f(x) = \frac{1}{x^3}
        • Rewrite as a negative power: f(x)=x3f(x) = x^{-3}
        • Apply the Power Rule: f(x)=3x31=3x4f'(x) = -3 x^{-3-1} = -3 x^{-4}
    • Handling Radical Fractions:
      • Use radical and exponent identities: \root n \bar{x} = x^{\frac{1}{n}} and 1xn=xn\frac{1}{x^n} = x^{-n}.
      • Example: f(x) = \frac{1}{\root 3 \bar{x^5}}
        • Convert root to rational exponent: \root 3 \bar{x^5} = (x^5)^{\frac{1}{3}} = x^{\frac{5}{3}}
        • Rewrite fraction with negative exponent: f(x)=x53f(x) = x^{-\frac{5}{3}}
        • Apply the Power Rule: f(x)=53x531f'(x) = -\frac{5}{3} x^{-\frac{5}{3} - 1}
        • Simplify exponent: 531=83-\frac{5}{3} - 1 = -\frac{8}{3}
        • Final Derivative: f(x)=53x83f'(x) = -\frac{5}{3} x^{-\frac{8}{3}}
        • Note on unsimplified forms: Writing the exponent unsimplified as 531-\frac{5}{3} - 1 is acceptable in non-simplified evaluation contexts.

Step-by-Step Procedure for Finding Tangent Line Equations

  • Step 1: Determine the Slope of the Tangent Line (mm):

    • Sub-step 1a: Compute the derivative function f(x)f'(x) of the given curve.
    • Sub-step 1b: Evaluate the derivative at the given xx-coordinate x=ax = a to yield the numerical slope: m=f(a)m = f'(a).
  • Step 2: Determine the Point of Contact and Formulate Equation:

    • Sub-step 2a: Evaluate the original function at x=ax = a to determine the yy-coordinate: y=f(a)y = f(a). The point of contact is (a,f(a))(a, f(a)).
    • Caution: Plug x=ax = a into the derivative f(x)f'(x) to get slope, but into the original function f(x)f(x) to get the yy-coordinate.
    • Sub-step 2b: Substitute slope m=f(a)m = f'(a) and point (x1,y1)=(a,f(a))(x_1, y_1) = (a, f(a)) into the point-slope form:
      • Point-slope formula: yy1=m(xx1)y - y_1 = m(x - x_1)
      • Tangent line formula: yf(a)=f(a)(xa)y - f(a) = f'(a)(x - a)

Tangent Line Worked Examples

  • Example 1: Rational Function y=1xy = \frac{1}{x} at x=2x = 2:

    • Step 1 (Find derivative and slope):
      • Rewrite function: y=x1y = x^{-1}
      • Find derivative: y=1x11=x2y' = -1 x^{-1-1} = -x^{-2}
      • Evaluate slope at x=2x = 2: m=y(2)=(2)2=122=14m = y'(2) = -(2)^{-2} = -\frac{1}{2^2} = -\frac{1}{4}
    • Step 2 (Find point and equation):
      • Evaluate original function at x=2x = 2: y(2)=12y(2) = \frac{1}{2}
      • Point of contact: \root \bar{\right( 2, \frac{1}{2} \right)}
      • Point-slope equation: y12=14(x2)y - \frac{1}{2} = -\frac{1}{4}(x - 2)
    • Graphing & Visualization:
      • Function points for y=1xy = \frac{1}{x}: (1,1)(1, 1), \right( 2, \frac{1}{2} \right), \right( 4, \frac{1}{4} \right).
      • Tangent line construction: Line passes through \right( 2, \frac{1}{2} \right). Using slope m=14m = -\frac{1}{4}, moving down 12\frac{1}{2} units vertically and over 22 units horizontally identifies point (4,0)(4, 0) on the tangent line.
      • Graphical profile: The red curve represents y=1xy = \frac{1}{x}, and the dotted blue line represents the tangent line touching at x=2x = 2. High zoom at (2,12)(2, \frac{1}{2}) confirms overlap between curve and tangent line.
  • Example 2: Radical Function f(x) = \root \bar{x} at x=1x = 1:

    • Step 1 (Find derivative and slope):
      • Rewrite function: f(x)=x12f(x) = x^{\frac{1}{2}}
      • Find derivative: f(x)=12x121=12x12f'(x) = \frac{1}{2} x^{\frac{1}{2} - 1} = \frac{1}{2} x^{-\frac{1}{2}}
      • Evaluate slope at x=1x = 1: m=f(1)=12(1)12=12m = f'(1) = \frac{1}{2}(1)^{-\frac{1}{2}} = \frac{1}{2}
    • Step 2 (Find point and equation):
      • Evaluate original function at x=1x = 1: f(1) = \root \bar{1} = 1
      • Point of contact: (1,1)(1, 1)
      • Point-slope equation: y1=12(x1)y - 1 = \frac{1}{2}(x - 1)
    • Graphical Profile:
      • f(x) = \root \bar{x} forms the upper half of a right-opening horizontal parabola (green curve).
      • The tangent line (purple dotted line) intersects the curve precisely at (1,1)(1, 1).

Advanced Derivative Rules

  • Constant Multiple Rule:

    • Statement: The derivative of a constant multiplied by a function is equal to the constant multiplied by the derivative of that function.
    • Formula: \frac{d}{dx}[k \root \bar{} f(x)] = k \root \bar{} \frac{d}{dx}[f(x)]
    • Example: \frac{d}{dx}[5 x^2] = 5 \root \bar{} \frac{d}{dx}[x^2] = 5 \root \bar{} (2x) = 10x
  • Sum Rule:

    • Statement: The derivative of the sum of two functions is equal to the sum of their individual derivatives.
    • Formula: ddx[f(x)+g(x)]=ddx[f(x)]+ddx[g(x)]\frac{d}{dx}[f(x) + g(x)] = \frac{d}{dx}[f(x)] + \frac{d}{dx}[g(x)]
    • Example: ddx[x2+x3]=ddx[x2]+ddx[x3]=2x+3x2\frac{d}{dx}[x^2 + x^3] = \frac{d}{dx}[x^2] + \frac{d}{dx}[x^3] = 2x + 3 x^2
  • General Power Rule:

    • Statement: Applies when an entire function expression g(x)g(x) (rather than just xx) is raised to a power rr.
    • Formula: \frac{d}{dx}\right[ (g(x))^r \right] = r (g(x))^{r-1} \root \bar{} g'(x)
    • Procedure:
      1. Bring down power rr in front of the expression.
      2. Keep the inner function g(x)g(x) unchanged and decrease its exponent by 1$.\n 3. Multiply the entire result by the derivative of the inner function, g'(x).\n\n# Worked Examples for Combination Differentiation Rules\n\n* **Example A: Constant Multiple with Positive Integer Power y = 4 x^7**:\n * Rule used: Constant Multiple Rule combined with Power Rule.\n * Calculation: y' = 4 oot ar{} rac{d}{dx}[x^7] = 4 oot ar{} (7 x^6) = 28 x^6\n\n* **Example B: Constant Multiple with Radical y = 5 oot ar{x}**:\n * Algebraic rewrite: y = 5 x^{ rac{1}{2}}\n * Rule used: Constant Multiple Rule combined with Power Rule.\n * Calculation: y' = 5 oot ar{} rac{d}{dx} ight[ x^{ rac{1}{2}} ight] = 5 oot ar{} ight( rac{1}{2} x^{- rac{1}{2}} ight) = rac{5}{2} x^{- rac{1}{2}}\n\n* **Example C: Sum/Difference of Fractional Functions y = rac{x^3}{3} - rac{3}{x^3}**:\n * Algebraic rewrite:\n * First term: rac{x^3}{3} = rac{1}{3} x^3\n * Second term: rac{3}{x^3} = 3 x^{-3}\n * Rewritten function: y = rac{1}{3} x^3 - 3 x^{-3}\n * Application of Sum/Difference Rule:\n * rac{d}{dx}[y] = rac{d}{dx} ight[ rac{1}{3} x^3 ight] - rac{d}{dx} ight[ 3 x^{-3} ight]\n * Application of Constant Multiple Rule:\n * y' = rac{1}{3} oot ar{} rac{d}{dx}[x^3] - 3 oot ar{} rac{d}{dx}[x^{-3}]\n * Application of Power Rule:\n * y' = rac{1}{3} (3 x^2) - 3 (-3 x^{-4})\n * Simplification:\n * rac{1}{3} oot ar{} 3 x^2 = x^2\n * -3 oot ar{} (-3 x^{-4}) = +9 x^{-4}\n * Final derivative: y' = x^2 + 9 x^{-4}\n\n* **Example D: Composite Expression Power f(x) = (x^2 + 1)^4**:\n * Rule used: General Power Rule.\n * Identify inner function: g(x) = x^2 + 1\n * Derivative of inner function:\n * rac{d}{dx}[x^2 + 1] = rac{d}{dx}[x^2] + rac{d}{dx}[1] = 2x + 0 = 2x\n * Apply General Power Rule formula:\n * f'(x) = 4 (x^2 + 1)^{4-1} oot ar{} rac{d}{dx}[x^2 + 1]\n * f'(x) = 4 (x^2 + 1)^3 oot ar{} (2x)\n * Simplification:\n * Multiply coefficients: 4 oot ar{} 2x = 8x\n * Final derivative: f'(x) = 8x (x^2 + 1)^3$$