Fundamentals of Mathematics: Unit 4
Study Guide
This guide covers the core concepts of limits, continuity, derivatives, and indeterminate forms
as presented in Unit 4.
1. Derivatives from Limits
The derivative of a function is a fundamental concept in calculus that represents its
instantaneous rate of change. It is defined using the concept of a limit. The derivative of a
function f(x), denoted as f′(x), is given by the following limit expression, also known as the
first principle:
f′(x)=limh→0hf(x+h)−f(x)
● This formula calculates the slope of the tangent line to the function at a single point.
● The term hf(x+h)−f(x)represents the average rate of change over a small interval h.
● Taking the limit as h approaches zero makes this rate of change instantaneous.
2. General Derivative Formulas
While the first principle defines the derivative, general formulas provide a quicker way to
calculate them.
● Power Rule: If f(x)=xn, then f′(x)=nxn−1.
● Constant Rule: If f(x)=c (a constant), then f′(x)=0.
● Sum/Difference Rule: The derivative of a sum or difference of functions is the sum or
difference of their individual derivatives.
○ Example: If f(x)=g(x)±h(x), then f′(x)=g′(x)±h′(x).
● Product Rule: The derivative of a product of two functions is given by:
○ If f(x)=g(x)⋅h(x), then f′(x)=g(x)h′(x)+g′(x)h(x).
● Quotient Rule: The derivative of a quotient of two functions is given by:
○ If f(x)=h(x)g(x), then f′(x)=[h(x)]2g′(x)h(x)−g(x)h′(x).
3. Indeterminate Forms
Indeterminate forms are expressions that do not yield a clear limit value when direct
substitution is used. They require further analysis or manipulation to find the limit.
● 00: Occurs when both the numerator and denominator approach zero.
○ Example: limx→1x−1x2−1.
● ∞∞: Occurs when both the numerator and denominator approach infinity.
○ Example: limx→∞exx3.
● ∞−∞: Occurs when two terms, both approaching infinity, are subtracted.
○ Example: limx→0(x21−x31).
These indeterminate forms can often be resolved using techniques like factoring, algebraic
manipulation, or L'Hôpital's Rule.