a pencil and a paper with printed math equation

This calculus cheat sheet summarizes all the key formulas, rules, and concepts for quick reference. Keep it handy while studying or solving problems.


1. Limits (Foundation of Calculus)

Definition: lim?x?af(x)\lim_{x \to a} f(x)limx?a?f(x) is the value f(x)f(x)f(x) approaches as xxx approaches aaa.

Key Rules:

  1. Limit of a constant: lim?x?ac=c\lim_{x \to a} c = climx?a?c=c
  2. Limit of x: lim?x?ax=a\lim_{x \to a} x = alimx?a?x=a
  3. Sum/Difference: lim?x?a[f(x)±g(x)]=lim?x?af(x)±lim?x?ag(x)\lim_{x \to a} [f(x) \pm g(x)] = \lim_{x \to a} f(x) \pm \lim_{x \to a} g(x)limx?a?[f(x)±g(x)]=limx?a?f(x)±limx?a?g(x)
  4. Product: lim?x?a[f(x)?g(x)]=lim?x?af(x)?lim?x?ag(x)\lim_{x \to a} [f(x) \cdot g(x)] = \lim_{x \to a} f(x) \cdot \lim_{x \to a} g(x)limx?a?[f(x)?g(x)]=limx?a?f(x)?limx?a?g(x)
  5. Quotient: lim?x?af(x)g(x)=lim?f(x)lim?g(x)\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{\lim f(x)}{\lim g(x)}limx?a?g(x)f(x)?=limg(x)limf(x)?, g(a)?0g(a) \neq 0g(a)?=0

Special Cases:

  • Indeterminate forms: 0/0,?/?0/0, \infty/\infty0/0,?/? ? use algebraic simplification or L’Hôpital’s Rule

2. Derivatives (Rates of Change)

Definition: The derivative f?(x)=lim?h?0f(x+h)?f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) – f(x)}{h}f?(x)=limh?0?hf(x+h)?f(x)? measures instantaneous rate of change.

Basic Rules

  1. Power Rule: ddx[xn]=nxn?1\frac{d}{dx} [x^n] = n x^{n-1}dxd?[xn]=nxn?1
  2. Constant Rule: ddx[c]=0\frac{d}{dx}[c] = 0dxd?[c]=0
  3. Sum/Difference Rule: (f±g)?=f?±g?(f \pm g)’ = f’ \pm g’(f±g)?=f?±g?
  4. Constant Multiple Rule: ddx[c?f(x)]=c?f?(x)\frac{d}{dx}[c \cdot f(x)] = c \cdot f'(x)dxd?[c?f(x)]=c?f?(x)

Product and Quotient Rules

  • Product: (f?g)?=f?g+fg?(f \cdot g)’ = f’g + fg’(f?g)?=f?g+fg?
  • Quotient: (fg)?=f?g?fg?g2\left(\frac{f}{g}\right)’ = \frac{f’g – fg’}{g^2}(gf?)?=g2f?g?fg??

Chain Rule (Composite Functions)

  • ddxf(g(x))=f?(g(x))?g?(x)\frac{d}{dx} f(g(x)) = f'(g(x)) \cdot g'(x)dxd?f(g(x))=f?(g(x))?g?(x)

Derivatives of Common Functions

FunctionDerivative
xnx^nxnnxn?1n x^{n-1}nxn?1
exe^xexexe^xex
axa^xaxaxln?aa^x \ln aaxlna
ln?x\ln xlnx1/x1/x1/x
sin?x\sin xsinxcos?x\cos xcosx
cos?x\cos xcosx?sin?x-\sin x?sinx
tan?x\tan xtanxsec?2x\sec^2 xsec2x
cot?x\cot xcotx?csc?2x-\csc^2 x?csc2x
sec?x\sec xsecxsec?xtan?x\sec x \tan xsecxtanx
csc?x\csc xcscx?csc?xcot?x-\csc x \cot x?cscxcotx

3. Applications of Derivatives

  • Slope of tangent line: y?y1=f?(x1)(x?x1)y – y_1 = f'(x_1)(x – x_1)y?y1?=f?(x1?)(x?x1?)
  • Critical points: Solve f?(x)=0f'(x) = 0f?(x)=0
  • Maxima/Minima: Use f??(x)f”(x)f??(x):
    • f??(x)>0f”(x) > 0f??(x)>0 ? local minimum
    • f??(x)<0f”(x) < 0f??(x)<0 ? local maximum
  • Concavity:
    • f??(x)>0f”(x) > 0f??(x)>0 ? concave up
    • f??(x)<0f”(x) < 0f??(x)<0 ? concave down
  • Inflection points: Solve f??(x)=0f”(x) = 0f??(x)=0

4. Integrals (Accumulation & Area)

Definition: ?f(x)dx\int f(x) dx?f(x)dx is the antiderivative; ?abf(x)dx\int_a^b f(x) dx?ab?f(x)dx is the area under f(x)f(x)f(x).

Basic Rules

  1. ?xndx=xn+1n+1+C\int x^n dx = \frac{x^{n+1}}{n+1} + C?xndx=n+1xn+1?+C (n??1n \neq -1n?=?1)
  2. ?cdx=cx+C\int c dx = cx + C?cdx=cx+C
  3. ?[f(x)±g(x)]dx=?f(x)dx±?g(x)dx\int [f(x) \pm g(x)] dx = \int f(x) dx \pm \int g(x) dx?[f(x)±g(x)]dx=?f(x)dx±?g(x)dx
  4. Constant multiple: ?cf(x)dx=c?f(x)dx\int c f(x) dx = c \int f(x) dx?cf(x)dx=c?f(x)dx

Substitution Rule

  • ?f(g(x))g?(x)dx=?f(u)du\int f(g(x)) g'(x) dx = \int f(u) du?f(g(x))g?(x)dx=?f(u)du, where u=g(x)u = g(x)u=g(x)

Integration by Parts

  • ?udv=uv??vdu\int u dv = uv – \int v du?udv=uv??vdu

Definite Integrals

  • ?abf(x)dx=F(b)?F(a)\int_a^b f(x) dx = F(b) – F(a)?ab?f(x)dx=F(b)?F(a), where F(x)F(x)F(x) is antiderivative of f(x)f(x)f(x)

5. Common Integral Formulas

FunctionIntegral
xnx^nxnxn+1n+1+C\frac{x^{n+1}}{n+1} + Cn+1xn+1?+C
exe^xexex+Ce^x + Cex+C
axa^xaxaxln?a+C\frac{a^x}{\ln a} + Clnaax?+C
sin?x\sin xsinx?cos?x+C-\cos x + C?cosx+C
cos?x\cos xcosxsin?x+C\sin x + Csinx+C
sec?2x\sec^2 xsec2xtan?x+C\tan x + Ctanx+C
csc?2x\csc^2 xcsc2x?cot?x+C-\cot x + C?cotx+C
sec?xtan?x\sec x \tan xsecxtanxsec?x+C\sec x + Csecx+C
csc?xcot?x\csc x \cot xcscxcotx?csc?x+C-\csc x + C?cscx+C

6. Trigonometric Identities for Calculus

  • sin?2x+cos?2x=1\sin^2 x + \cos^2 x = 1sin2x+cos2x=1
  • 1+tan?2x=sec?2x1 + \tan^2 x = \sec^2 x1+tan2x=sec2x
  • 1+cot?2x=csc?2x1 + \cot^2 x = \csc^2 x1+cot2x=csc2x
  • sin?(2x)=2sin?xcos?x\sin(2x) = 2 \sin x \cos xsin(2x)=2sinxcosx
  • cos?(2x)=cos?2x?sin?2x\cos(2x) = \cos^2 x – \sin^2 xcos(2x)=cos2x?sin2x

? Tip: These are essential for derivatives and integrals of trig functions.


7. Quick Problem-Solving Tips

  1. Derivatives: Always check for chain rule, product rule, quotient rule
  2. Integrals: Factor out constants first, look for substitution opportunities
  3. Visualization: Sketch curves for slope, concavity, and area
  4. Units & Real-life context: Helps verify answers in applied problems
  5. Check with derivatives: For integrals, take derivative to verify

8. Mindset & Study Tricks

  • Understand first, memorize second
  • Teach someone else to reinforce concepts
  • Mix practice problems: polynomials, trig, exponentials, word problems
  • Use spaced repetition: review formulas every 2–3 days

? Summary of Essentials

  1. Limits ? foundation of derivatives
  2. Derivatives ? slopes, rates of change, applications
  3. Integrals ? areas, accumulation, real-life problems
  4. Tricks: Chain rule, product/quotient, substitution, integration by parts
  5. Visualization + Practice ? key to mastering calculus fast

With this cheat sheet, you can study daily, review quickly, and apply concepts without flipping through textbooks. Pair it with your 30-day plan, and you’ll be able to understand and solve calculus problems confidently.