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:
| Topic | Exam Weighting (%) |
|---|---|
| Basic Rules (Power, Product, Quotient) | 20% |
| The Chain Rule | 25% |
| Implicit & Related Rates | 20% |
| Transcendental Functions (Trig, Exp, Log) | 15% |
| Definition of Derivative & Tangent Lines | 20% |
## 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.
2. Differentiability and Continuity
- Differentiability Continuity: If exists at , is continuous at .
- **Continuity at due to a sharp corner).
3. Differentiation Strategy Flowchart
Loading Diagram...
## Common Pitfalls
[!WARNING] Avoid these frequent exam errors:
- Constant Rule Confusion: Remember that , not $C.
- The Forgotten Chain: Always check if the inner function has a derivative other than 1. \frac{d}{dx}[\sin(2x)] = 2\cos(2x)\cos(2x).
- Implicit Differentiation: Forgetting to attach \frac{dy}{dx} when differentiating terms involving y.
- Quotient Rule Signs: Mixing up the order of the numerator (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: \frac{v \cdot du - u \cdot dv}{v^2}
- The Product Rule: "Left d-Right plus Right d-Left."
- Formula: 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
| Rule | Function f(x)$ | Derivative $f'(x) |
|---|---|---|
| Power Rule | x^n$ | $nx^{n-1} |
| Exponential | e^x$ | $e^x |
| Natural Log | \ln(x)$ | $\frac{1}{x} |
| Chain Rule | f(g(x))$ |
Trigonometric Derivatives
Compiling TikZ diagram…
⏳
Running TeX engine…
This may take a few seconds
| Function | Derivative |
|---|---|
| $\sec(x)\tan(x) |
## Practice Set
- Basic Power Rule: Differentiate f(x) = 4x^5 - 3x^2 + 10$.
- Answer: $f'(x) = 20x^4 - 6x
- Product Rule: Find \frac{dy}{dx}y = x^2 \sin(x)$.
- Answer: $y' = 2x\sin(x) + x^2\cos(x)
- The Chain Rule: Differentiate y = (3x^2 + 1)^4$.
- Answer: $y' = 4(3x^2 + 1)^3 \cdot (6x) = 24x(3x^2 + 1)^3
- Implicit Differentiation: Find y'x^2 + y^2 = 25$.
- Answer: $2x + 2yy' = 0 \implies y' = -\frac{x}{y}
- Tangent Line Equation: Find the equation of the line tangent to f(x) = e^xx=0.
- Step 1: f(0) = e^0 = 1(0,1).
- Step 2: f'(x) = e^x \implies f'(0) = 1. Slope is 1.
- Answer: y - 1 = 1(x - 0) \implies y = x + 1
[!TIP] Always simplify your exponents before differentiating! f(x) = \sqrt{x} should be viewed as x^{1/2}$ to use the power rule easily.