This review guide covers the fundamental concepts from the first half of Math 161 (Calculus I) for Fall 2014. It includes limits, derivatives, and their applications. Use this guide to refresh your understanding before exams.
The limit of a function f(x) as x approaches a, denoted as lim(xa) f(x), is the value that f(x) approaches as x gets arbitrarily close to a.
| Property | Rule |
|---|---|
| Limit of a Sum | lim(xa) [f(x) + g(x)] = lim(xa) f(x) + lim(xa) g(x) |
| Limit of a Product | lim(xa) [f(x) g(x)] = lim(xa) f(x) lim(xa) g(x) |
| Limit of a Quotient | lim(xa) [f(x)/g(x)] = lim(xa) f(x)/lim(xa) g(x), provided lim(xa) g(x) 0 |
| Limit of a Power | lim(xa) [f(x)]^n = [lim(xa) f(x)]^n, for n a positive integer |
Evaluate lim(x2) (3x - 4x + 1)
Solution: Direct substitution gives 3(2) - 4(2) + 1 = 12 - 8 + 1 = 5
Evaluate lim(x3) (x - 9)/(x - 3)
Solution: Factor the numerator to get lim(x3) (x - 3)(x + 3)/(x - 3) = lim(x3) (x + 3) = 6
Evaluate lim(x0) ((x+1) - 1)/x
Solution: Multiply by the conjugate: lim(x0) (((x+1) - 1)((x+1) + 1))/[x((x+1) + 1)] = lim(x0) (x+1-1)/[x((x+1) + 1)] = lim(x0) 1/((x+1) + 1) = 1/2
A function f is continuous at a point a if:
Find the discontinuities of f(x) = (x - 4)/(x - 2)
Solution: f(x) = (x - 2)(x + 2)/(x - 2) = x + 2 for x 2. This function has a removable discontinuity at x = 2 because the limit exists (4) but the function is not defined there.
| Rule | Formula |
|---|---|
| Power Rule | d/dx(x^n) = nx^(n-1) |
| Constant Rule | d/dx(c) = 0 |
| Constant Multiple | d/dx[cf(x)] = cf'(x) |
| Sum Rule | d/dx[f(x) + g(x)] = f'(x) + g'(x) |
| Product Rule | d/dx[f(x)g(x)] = f'(x)g(x) + f(x)g'(x) |
| Quotient Rule | d/dx[f(x)/g(x)] = [f'(x)g(x) - f(x)g'(x)]/[g(x)] |
| Chain Rule | d/dx[f(g(x))] = f'(g(x))g'(x) |
| Function | Derivative |
|---|---|
| sin(x) | cos(x) |
| cos(x) | -sin(x) |
| tan(x) | sec(x) |
| e^x | e^x |
| ln(x) | 1/x |
| a^x (a > 0, a 1) | a^x ln(a) |
Find f'(x) for f(x) = 3x - 2x + 5x - 7
Solution: f'(x) = 12x - 6x + 5
Find f'(x) for f(x) = x sin(x)
Solution: f'(x) = (x)' sin(x) + x (sin(x))' = 2x sin(x) + x cos(x)
Implicit differentiation is used when a function is not given in the form y = f(x) but instead is given implicitly, such as x + y = 25.
Find dy/dx for the equation x + y = 25
Solution: Differentiating both sides: 2x + 2y(dy/dx) = 0
Solving for dy/dx: dy/dx = -x/y
Related rates problems involve finding the rate at which one quantity changes given the rate at which another related quantity changes.
A ladder 10 feet long rests against a wall. If the bottom of the ladder slides away from the wall at a rate of 1 ft/s, how fast is the top of the ladder sliding down the wall when the bottom is 6 feet from the wall?
Solution: Let x be the distance from the wall to the bottom of the ladder and y be the height of the top of the ladder. By the Pythagorean theorem, x + y = 100.
Differentiating: 2x(dx/dt) + 2y(dy/dt) = 0
We know dx/dt = 1 ft/s and x = 6 ft. From the Pythagorean theorem, y = (100 - 36) = 8 ft.
Substituting: 2(6)(1) + 2(8)(dy/dt) = 0, so dy/dt = -12/16 = -3/4 ft/s (negative because y is decreasing)
The equation of the tangent line to the graph of y = f(x) at x = a is:
A function has a local maximum at c if f(c) f(x) for all x in some open interval containing c.
A function has a local minimum at c if f(c) f(x) for all x in some open interval containing c.
Suppose f is continuous at c and differentiable on an open interval containing c (except possibly at c). If f'(x) changes from positive to negative at c, then f has a local maximum at c. If f'(x) changes from negative to positive at c, then f has a local minimum at c.
Suppose f'' is continuous near c. If f'(c) = 0 and f''(c) > 0, then f has a local minimum at c. If f'(c) = 0 and f''(c) < 0, then f has a local maximum at c.
Optimization problems involve finding maximum or minimum values of a function.
Find two numbers whose product is 100 and whose sum is a minimum.
Solution: Let x and y be the numbers. We know xy = 100, so y = 100/x. The sum is S = x + y = x + 100/x. To minimize S, we find S' = 1 - 100/x = 0. Solving gives x = 100, so x = 10. Since x = -10 gives y = -10 and S = -20, while x = 10 gives y = 10 and S = 20, the minimum sum is -20 (achieved with both numbers being -10).
The Mean Value Theorem states that if f is continuous on [a,b] and differentiable on (a,b), then there exists a number c in (a,b) such that:
Verify that the function f(x) = x - 3x + 2x satisfies the Mean Value Theorem on the interval [0,2] and find all values of c that satisfy its conclusion.
Solution: f is continuous everywhere and differentiable everywhere, so it satisfies the hypotheses. We need to find c such that f'(c) = [f(2) - f(0)]/2 = [(8 - 12 + 4) - 0]/2 = 0.
f'(x) = 3x - 6x + 2 = 0. Using the quadratic formula, x = [6 (36 - 24)]/6 = [6 12]/6 = 1 3/3.
Both c = 1 + 3/3 1.58 and c = 1 - 3/3 0.42 lie in the interval [0,2], so they satisfy the Mean Value Theorem.
