Comprehensive Study Notes on Derivatives

Overview of Derivatives and Related Concepts

  • Discussing connections among three main concepts:
    • Instantaneous Rate of Change (e.g., velocity, speed)
    • Slope of the Tangent Line
    • Derivatives
  • Introducing an alternative method for calculating derivatives.

Notation and Representation

  • Common notations used for derivatives include:
    • f(x)f' (x)
    • yy'
    • dydx\frac{dy}{dx}
    • ddx\frac{d}{dx} with the function.

Basic Rules of Derivatives

1. Constant Rule

  • Statement of the Rule: If f(x)=kf(x) = k (where kk is any real number), then:
    • f(x)=0f' (x) = 0
  • Explanation: The derivative of a constant function is always zero.
  • Examples:
    • If y=πy = \pi, then y=0y' = 0 because π\pi is a constant.
    • If y=4y = 4 (a constant), then y=0y' = 0 as well.
  • Key Reminder: The derivative of any constant is zero regardless of whether it is positive, negative, or a specific numerical value.

2. Power Rule

  • Statement of the Rule: If f(x)=xnf (x) = x^n (where nn is any real number), then:
    • f(x)=nxn1f' (x) = n \cdot x^{n-1}
  • Explanation: The exponent is multiplied by the base (x), and then the exponent is decreased by one.
  • Example:
    • To find the derivative of y=x8y = x^8:
    • Bring down the exponent 88: y=8x81=8x7y' = 8x^{8-1} = 8x^7.
    • For y=xy = x (noting that the exponent is understood to be 11):
    • Apply the rule: y=1x11=1x0=1y' = 1 \cdot x^{1-1} = 1 \cdot x^0 = 1.
    • Reminder: The derivative of variable xx is always 11 regardless of complex calculations.
  • Additional Example:
    • For y=t32y = t^{\frac{3}{2}}:
    • Bring down the exponent 32\frac{3}{2}: y=32t321=32t12y' = \frac{3}{2}t^{\frac{3}{2}-1} = \frac{3}{2}t^{\frac{1}{2}}.

Handling Fractions in Derivatives

  • When encountering a fraction such as y=1x3y = \frac{1}{x^3}:
    • Convert it to y=x3y = x^{-3} before using the power rule:
    • Derivative: y=3x31=3x4y' = -3x^{-3-1} = -3x^{-4}.

Constant Multiplication Rule

  • Statement of the Rule: If f(x)=kg(x)f(x) = k \cdot g(x), then:
    • f(x)=kg(x)f' (x) = k \cdot g' (x).
  • Example:
    • If f(x)=8x4f (x) = 8x^4, then:
    • f(x)=84x41=32x3f' (x) = 8 \cdot 4x^{4-1} = 32x^3.

Derivatives of Functions with Constants and Square Roots

1. Functions with Constant Multipliers

  • For y=6x2y = 6x^2:
    • y=62x21=12xy' = 6 \cdot 2x^{2-1} = 12x.

2. Square Roots as Rational Exponents

  • Convert square roots into exponent form:
    • For example, x=x12\sqrt{x} = x^{\frac{1}{2}}.
    • For y=5xy = 5\sqrt{x}:
    • Change to y=5x12y = 5x^{\frac{1}{2}}.
    • Derivative: y=512x121=52x12y' = 5 \cdot \frac{1}{2}x^{\frac{1}{2}-1} = \frac{5}{2}x^{-\frac{1}{2}}.
  • Reminder: The derivative of x12x^{\frac{1}{2}} will lead to terms involving negative fractions.

The Sum and Difference Rule

  • Statement of the Rule: When dealing with addition or subtraction of functions, the derivative can be taken term by term:
    • For two functions f(x)f(x) and g(x)g(x):
    • If the operation is addition: f(x)+g(x)f' (x) + g' (x).
    • If the operation is subtraction: f(x)g(x)f' (x) - g' (x).
  • Example:
    • For finding the derivative of f(x)=18x2+30xf(x) = 18x^2 + 30x:
    • Apply the derivative to each term: f(x)=36x+30f' (x) = 36x + 30.

Homework and Practice

  • Students are encouraged to practice exercises related to the above rules and concepts to solidify their understanding of derivatives before the next class.