When functions are combined, we differentiate using three core rules.
Product rule
(uv)′=u′v+uv′
Quotient rule
(vu)′=v2u′v−uv′
Chain rule — for composed functions y=f(g(x)):
dxdy=f′(g(x))⋅g′(x)
Worked example
Differentiate h(x)=e3x2.
Outer: f(u)=eu, so f′(u)=eu.
Inner: g(x)=3x2, so g′(x)=6x.
Result: h′(x)=6xe3x2.
L'Hôpital's rule — When a limit gives 00 or ∞∞:
x→alimg(x)f(x)=x→alimg′(x)f′(x)
provided the right-hand limit exists.
Strategy: Always identify the inner and outer functions before applying the chain rule. Write them out explicitly to avoid sign and factor errors.
Common pitfall:(fg)′=f′g′ and (f/g)′=f′/g′. Test any tempting rule on a trivial example like f=g=x before trusting it — the fake product rule fails instantly.
Calculus: Differentiation rules and composition
Practise this lesson
The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.