This topic covers how to resolve indeterminate forms using L’Hospital’s Rule and introduces higher-order derivatives, which appear in motion problems, Taylor series, and curvature analysis. Both expand your calculus toolkit beyond the basics.
\lim_{x \to a} \frac{f(x)}{g(x)}
gives 0/0
or ∞/∞
, then\lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)}
(if the latter limit exists)0/0
or ∞/∞
indeterminate forms\ln(x)/x
, \sin(x)/x
, e^x/x^n
f''(x)
is the second derivative — rate of change of f'(x)
f^{(n)}(x)
denotes the n
th derivative\lim_{x \to 0} \frac{\sin x}{x}
Step 1: Direct substitution gives 0/0
Step 2: Apply L’Hospital’s Rule: derivative of top is \cos x
, of bottom is 1
Step 3: Limit becomes \lim_{x \to 0} \cos x = 1
Final Answer: 1
f(x) = x^4
f'(x) = 4x^3
f''(x) = 12x^2
f^{(3)}(x) = 24x
Final Answer: f^{(3)}(x) = 24x