BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeCalculus I: Single-Variable Differential CalculusCalculus I: Derivatives Exam Cram Sheet
Exam Cram Sheet685 words

Calculus I: Derivatives Exam Cram Sheet

Derivatives

Calculus I: Derivatives Exam Cram Sheet

This document serves as a high-intensity review for Differential Calculus, focusing on the mechanics, rules, and conceptual applications of derivatives.

## Topic Weighting

Based on standard Calculus I curricula, the distribution of derivative-related questions is typically:

TopicExam Weighting (%)
Basic Rules (Power, Product, Quotient)20%
The Chain Rule25%
Implicit & Related Rates20%
Transcendental Functions (Trig, Exp, Log)15%
Definition of Derivative & Tangent Lines20%

## Key Concepts Summary

1. The Formal Definition

The derivative represents the instantaneous rate of change or the slope of the tangent line at a specific point.

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)​

2. Differentiability and Continuity

  • Differentiability   ⟹  \implies⟹ Continuity: If f′(x)f'(x)f′(x) exists at aaa, fff is continuous at aaa.
  • **Continuity ̸  ⟹  Differentiability∗∗:Afunctioncanbecontinuousbutnotdifferentiable(e.g.,f(x)=∣x∣\not\implies Differentiability**: A function can be continuous but not differentiable (e.g., f(x) = |x|⟹Differentiability∗∗:Afunctioncanbecontinuousbutnotdifferentiable(e.g.,f(x)=∣x∣ at x=0x=0x=0 due to a sharp corner).

3. Differentiation Strategy Flowchart

Loading Diagram...

## Common Pitfalls

[!WARNING] Avoid these frequent exam errors:

  • Constant Rule Confusion: Remember that ddx[C]=0\frac{d}{dx}[C] = 0dxd​[C]=0, not CCC.
  • The Forgotten Chain: Always check if the inner function has a derivative other than 1. ddx[sin⁡(2x)]=2cos⁡(2x)\frac{d}{dx}[\sin(2x)] = 2\cos(2x)dxd​[sin(2x)]=2cos(2x), not just cos⁡(2x)\cos(2x)cos(2x).
  • Implicit Differentiation: Forgetting to attach dydxwhendifferentiatingtermsinvolvingy\frac{dy}{dx} when differentiating terms involving ydxdy​whendifferentiatingtermsinvolvingy.
  • Quotient Rule Signs: Mixing up the order of the numerator (u′v−uv′u'v - uv'u′v−uv′). The derivative of the top comes first!

## Mnemonics / Memory Triggers

  • The Quotient Rule: "Low d-High minus High d-Low, square the bottom and away we go."
    • Formula: v⋅du−u⋅dvv2\frac{v \cdot du - u \cdot dv}{v^2}v2v⋅du−u⋅dv​
  • The Product Rule: "Left d-Right plus Right d-Left."
    • Formula: f(x)g′(x)+g(x)f′(x)f(x)g'(x) + g(x)f'(x)f(x)g′(x)+g(x)f′(x)
  • Trig Sign Flip:
    • Functions starting with 'C' (Cosine, Cotangent, Cosecant) always have a negative derivative.

## Formula / Equation Sheet

General Rules

RuleFunction f(x)f(x)f(x)Derivative f′(x)f'(x)f′(x)
Power Rulexnx^nxnnxn−1nx^{n-1}nxn−1
Exponentialexe^xexexe^xex
Natural Logln⁡(x)\ln(x)ln(x)1x\frac{1}{x}x1​
Chain Rulef(g(x))f(g(x))f(g(x))f′(g(x))⋅g′(x)f'(g(x)) \cdot g'(x)f′(g(x))⋅g′(x)

Trigonometric Derivatives

Compiling TikZ diagram…
⏳
Running TeX engine…
This may take a few seconds
FunctionDerivative
sin⁡(x)\sin(x)sin(x)cos⁡(x)\cos(x)cos(x)
cos⁡(x)\cos(x)cos(x)−sin⁡(x)-\sin(x)−sin(x)
tan⁡(x)\tan(x)tan(x)sec⁡2(x)\sec^2(x)sec2(x)
sec⁡(x)\sec(x)sec(x)sec⁡(x)tan⁡(x)\sec(x)\tan(x)sec(x)tan(x)

## Practice Set

  1. Basic Power Rule: Differentiate f(x)=4x5−3x2+10f(x) = 4x^5 - 3x^2 + 10f(x)=4x5−3x2+10.
    • Answer: f′(x)=20x4−6xf'(x) = 20x^4 - 6xf′(x)=20x4−6x
  2. Product Rule: Find dydx\frac{dy}{dx}dxdy​ for y=x2sin⁡(x)y = x^2 \sin(x)y=x2sin(x).
    • Answer: y′=2xsin⁡(x)+x2cos⁡(x)y' = 2x\sin(x) + x^2\cos(x)y′=2xsin(x)+x2cos(x)
  3. The Chain Rule: Differentiate y=(3x2+1)4y = (3x^2 + 1)^4y=(3x2+1)4.
    • Answer: y′=4(3x2+1)3⋅(6x)=24x(3x2+1)3y' = 4(3x^2 + 1)^3 \cdot (6x) = 24x(3x^2 + 1)^3y′=4(3x2+1)3⋅(6x)=24x(3x2+1)3
  4. Implicit Differentiation: Find y′y'y′ if x2+y2=25x^2 + y^2 = 25x2+y2=25.
    • Answer: 2x+2yy′=0  ⟹  y′=−xy2x + 2yy' = 0 \implies y' = -\frac{x}{y}2x+2yy′=0⟹y′=−yx​
  5. Tangent Line Equation: Find the equation of the line tangent to f(x)=exf(x) = e^xf(x)=ex at x=0x=0x=0.
    • Step 1: f(0)=e0=1f(0) = e^0 = 1f(0)=e0=1. Point is (0,1)(0,1)(0,1).
    • Step 2: f′(x)=ex  ⟹  f′(0)=1f'(x) = e^x \implies f'(0) = 1f′(x)=ex⟹f′(0)=1. Slope is 1.
    • Answer: y−1=1(x−0)  ⟹  y=x+1y - 1 = 1(x - 0) \implies y = x + 1y−1=1(x−0)⟹y=x+1

[!TIP] Always simplify your exponents before differentiating! f(x)=xshouldbeviewedasx1/2f(x) = \sqrt{x} should be viewed as x^{1/2}f(x)=x​shouldbeviewedasx1/2 to use the power rule easily.

All Calculus I: Single-Variable Differential Calculus Study Resources

Related Notes

  • Curriculum Overview: Derivatives and the Shape of a Graph845 words
  • Curriculum Overview: Derivatives as Rates of Change642 words
  • Curriculum Overview: Derivatives of Exponential and Logarithmic Functions624 words
  • Curriculum Overview: Mastery of Derivatives for Inverse Functions742 words
  • Curriculum Overview: Derivatives of Trigonometric Functions680 words
  • Curriculum Overview: Mastering Antiderivatives685 words
  • Exam Cram: Application of Derivatives685 words
  • Exam Cram: Applications of Integration780 words
  • Curriculum Overview: Applied Optimization Problems745 words
  • Curriculum Overview: Approximating Areas685 words
  • A Preview of Calculus: Curriculum Overview685 words
  • Curriculum Overview: Arc Length of a Curve and Surface Area685 words

Ready to study Calculus I: Single-Variable Differential Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Calculus I: Single-Variable Differential Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Calculus I: Single-Variable Differential Calculus ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.