Derivatives & Differentiation Rules cheat sheet - grade 11-12

Click image to open full size

Calculus Grade 11-12

Derivatives & Differentiation Rules Cheat Sheet

A printable reference covering derivative definitions, power, product, quotient, chain, trigonometric, exponential, logarithmic, implicit differentiation, and tangent lines for grades 11-12.

Download PNG

Derivatives measure how a function changes at an instant, making them essential for slopes, rates, motion, optimization, and graph analysis. This cheat sheet organizes the main differentiation rules students use in first calculus courses. It is designed as a fast binder reference for Grade 11-12 practice, homework, and review. Knowing these rules helps students move from long limit calculations to efficient symbolic differentiation. The core idea is that the derivative f(x)f'(x) gives the slope of the tangent line to y=f(x)y=f(x) at a point. Basic rules such as the power rule, product rule, quotient rule, and chain rule handle most algebraic functions. Special formulas cover trigonometric, exponential, and logarithmic functions. Implicit differentiation and tangent line equations connect derivatives to curves that are not solved directly for yy.

Key Facts

  • The derivative definition is f(x)=limh0f(x+h)f(x)hf'(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h} when the limit exists.
  • The power rule is ddxxn=nxn1\frac{d}{dx}x^n=nx^{n-1} for any real number nn where the derivative is defined.
  • Constant and sum rules are ddx[cf(x)]=cf(x)\frac{d}{dx}[cf(x)]=cf'(x) and ddx[f(x)+g(x)]=f(x)+g(x)\frac{d}{dx}[f(x)+g(x)]=f'(x)+g'(x).
  • The product rule is ddx[f(x)g(x)]=f(x)g(x)+f(x)g(x)\frac{d}{dx}[f(x)g(x)]=f'(x)g(x)+f(x)g'(x).
  • The quotient rule is ddx[f(x)g(x)]=g(x)f(x)f(x)g(x)[g(x)]2\frac{d}{dx}\left[\frac{f(x)}{g(x)}\right]=\frac{g(x)f'(x)-f(x)g'(x)}{[g(x)]^2}, where g(x)0g(x)\ne 0.
  • The chain rule is ddxf(g(x))=f(g(x))g(x)\frac{d}{dx}f(g(x))=f'(g(x))g'(x), so the outer derivative is multiplied by the inner derivative.
  • Common trigonometric derivatives include ddxsinx=cosx\frac{d}{dx}\sin x=\cos x, ddxcosx=sinx\frac{d}{dx}\cos x=-\sin x, and ddxtanx=sec2x\frac{d}{dx}\tan x=\sec^2 x.
  • Common exponential and logarithmic derivatives include ddxex=ex\frac{d}{dx}e^x=e^x, ddxax=axlna\frac{d}{dx}a^x=a^x\ln a, and ddxlnx=1x\frac{d}{dx}\ln x=\frac{1}{x} for x>0x>0.

Vocabulary

Derivative
The derivative f(x)f'(x) is the instantaneous rate of change of f(x)f(x) with respect to xx.
Differentiable
A function is differentiable at x=ax=a if f(a)f'(a) exists, which means the graph has a well-defined tangent slope there.
Tangent Line
A tangent line at x=ax=a is the line with slope f(a)f'(a) passing through (a,f(a))(a,f(a)), written yf(a)=f(a)(xa)y-f(a)=f'(a)(x-a).
Chain Rule
The chain rule differentiates a composite function using ddxf(g(x))=f(g(x))g(x)\frac{d}{dx}f(g(x))=f'(g(x))g'(x).
Implicit Differentiation
Implicit differentiation finds dydx\frac{dy}{dx} from an equation involving both xx and yy by treating yy as a function of xx.
Critical Number
A critical number is a value x=cx=c in the domain of ff where f(c)=0f'(c)=0 or f(c)f'(c) does not exist.

Common Mistakes to Avoid

  • Forgetting the inner derivative in the chain rule, which makes derivatives of composites incomplete. For example, ddx(3x+1)5=5(3x+1)43\frac{d}{dx}(3x+1)^5=5(3x+1)^4\cdot 3, not just 5(3x+1)45(3x+1)^4.
  • Using the product rule as fgf'g' instead of fg+fgf'g+fg', which ignores how both factors change. The correct rule is ddx[f(x)g(x)]=f(x)g(x)+f(x)g(x)\frac{d}{dx}[f(x)g(x)]=f'(x)g(x)+f(x)g'(x).
  • Reversing the quotient rule numerator, which changes the sign of the answer. The correct order is g(x)f(x)f(x)g(x)[g(x)]2\frac{g(x)f'(x)-f(x)g'(x)}{[g(x)]^2}.
  • Dropping negative signs in trigonometric derivatives, which leads to wrong slopes. Remember ddxcosx=sinx\frac{d}{dx}\cos x=-\sin x and ddxcotx=csc2x\frac{d}{dx}\cot x=-\csc^2 x.
  • Treating yy as a constant during implicit differentiation, which misses the factor dydx\frac{dy}{dx}. For example, ddxy2=2ydydx\frac{d}{dx}y^2=2y\frac{dy}{dx}.

Practice Questions

  1. 1 Differentiate f(x)=4x53x2+7x9f(x)=4x^5-3x^2+7x-9.
  2. 2 Find dydx\frac{dy}{dx} for y=(2x35x)4y=(2x^3-5x)^4.
  3. 3 Find the equation of the tangent line to f(x)=x2+3xf(x)=x^2+3x at x=2x=2.
  4. 4 Explain why the chain rule is needed to differentiate sin(5x2)\sin(5x^2) instead of using only ddxsinx=cosx\frac{d}{dx}\sin x=\cos x.