Master calculating derivatives at specific points with 10 comprehensive problems using limit definition and derivative rules.
Use when: Function is simple or you need to demonstrate understanding.
Steps:
Use when: Function is complex but differentiable.
Methods:
1 Limit definition:
f'(2) = limh→0 [f(2+h) - f(2)]/h
2 Compute f(2+h):
f(2+h) = (2+h)² + 3(2+h) - 2
= (4 + 4h + h²) + (6 + 3h) - 2
= h² + 7h + 8
3 Compute f(2):
f(2) = 2² + 3(2) - 2 = 4 + 6 - 2 = 8
4 Difference quotient:
[f(2+h) - f(2)]/h = [(h² + 7h + 8) - 8]/h
= (h² + 7h)/h = h + 7
5 Take limit as h→0:
limh→0 (h + 7) = 7
6 Final answer:
f'(2) = 7
1 Limit definition:
f'(4) = limx→4 [f(x) - f(4)]/(x-4)
= limx→4 [√x - 2]/(x-4)
2 Rationalize numerator:
Multiply numerator and denominator by conjugate (√x + 2):
= limx→4 [(√x - 2)(√x + 2)]/[(x-4)(√x + 2)]
3 Simplify:
= limx→4 [(x - 4)]/[(x-4)(√x + 2)]
= limx→4 1/(√x + 2)
4 Evaluate limit:
= 1/(√4 + 2) = 1/(2 + 2) = 1/4
5 Final answer:
f'(4) = 1/4 = 0.25
1 Derivative rule for sin(x):
f'(x) = cos(x)
2 Evaluate at x = π/3:
f'(π/3) = cos(π/3)
3 Use known value:
cos(π/3) = 1/2
4 Final answer:
f'(π/3) = 1/2 = 0.5
1 Check continuity at x = 1:
Left limit: limx→1⁻ f(x) = 1² = 1
Right limit: limx→1⁺ f(x) = 2(1) - 1 = 1
f(1) = 1² = 1
All equal ⇒ f is continuous at x = 1
2 Check differentiability (left derivative):
f'_-(1) = limh→0⁻ [f(1+h) - f(1)]/h
For h<0, f(1+h) = (1+h)² = 1 + 2h + h²
[f(1+h) - f(1)]/h = [(1+2h+h²) - 1]/h = (2h + h²)/h = 2 + h
limh→0⁻ (2 + h) = 2
3 Right derivative:
f'_+(1) = limh→0⁺ [f(1+h) - f(1)]/h
For h>0, f(1+h) = 2(1+h) - 1 = 1 + 2h
[f(1+h) - f(1)]/h = [(1+2h) - 1]/h = 2h/h = 2
limh→0⁺ 2 = 2
4 Compare:
f'_-(1) = 2, f'_+(1) = 2 ⇒ equal
5 Conclusion:
f'(1) exists and f'(1) = 2
1 Derivative represents instantaneous growth rate:
P'(t) = d/dt[1000·e^(0.05t)]
2 Apply chain rule:
P'(t) = 1000·0.05·e^(0.05t) = 50·e^(0.05t)
3 Evaluate at t = 10:
P'(10) = 50·e^(0.05·10) = 50·e^(0.5)
4 Calculate:
e^(0.5) ≈ 1.64872
P'(10) ≈ 50 × 1.64872 ≈ 82.436
5 Interpretation:
At t = 10 years, the population is growing at approximately 82.44 individuals per year.
| Function | f'(x) | f'(0) | f'(1) |
|---|---|---|---|
| x² | 2x | 0 | 2 |
| √x | 1/(2√x) | ∞ (undefined) | 1/2 |
| eˣ | eˣ | 1 | e ≈ 2.718 |
| ln(x) | 1/x | undefined | 1 |
| sin(x) | cos(x) | 1 | cos(1) ≈ 0.540 |