y=arctan(x3−1) Using the chain rule: y′=1+(x3−1)21⋅(3x2) y′=1+(x3−1)23x2
5. Product and Chain Rule
y=x2tan(x1) Using the product rule and chain rule: y′=2xtan(x1)+x2sec2(x1)⋅(−x21) y′=2xtan(x1)−sec2(x1)
6. Implicit Differentiation
Find dxdy by implicit differentiation and then evaluate the derivative at the point (0,0).
sin(x2+y)=x2+2x+3y Differentiating both sides with respect to x: cos(x2+y)⋅(2x+dxdy)=2x+2+3dxdy At the point (0,0), cos(0)⋅(0+dxdy)=0+2+3dxdy 1⋅dxdy=2+3dxdy −2=2dxdy dxdy=−1
7. Local and Absolute Extrema
Let f(x)=xex. Find the local minimum value(s), local maximum value(s), absolute minimum value, and absolute maximum value.
First, find the derivative: f′(x)=ex+xex=ex(1+x) Set f′(x)=0 to find critical points: ex(1+x)=0 Since ex is never zero, 1+x=0 which means x=−1 Now, find the second derivative: f′′(x)=ex(1+x)+ex=ex(2+x) Evaluate f''(-1) = e^{-1}(2-1) = e^{-1} > 0, so x=−1 is a local minimum. The local minimum value is f(−1)=−1⋅e−1=−e1. As x→−∞, f(x)→0, and as x→∞, f(x)→∞. Thus, there is no absolute maximum. The absolute minimum is −e1 at x=−1.
8. Limit at Infinity
lim<em>x→∞9x2+1x+2 Divide by the highest power of x in the denominator, which is x2: lim</em>x→∞x29x2+x21x2x+x22=lim<em>x→∞9+x21x1+x22 As x→∞, x1→0 and x21→0. lim</em>x→∞9+00+0=90=0
9. Limit with a Radical
lim<em>x→0x3+x−3 Multiply by the conjugate: lim</em>x→0x3+x−3⋅3+x+33+x+3=lim<em>x→0x(3+x+3)(3+x)−3=lim</em>x→0x(3+x+3)x limx→03+x+31=3+0+31=231
10. Limit by Factoring
lim<em>x→4x2−2x−8x2−5x+4 Factor the numerator and denominator: lim</em>x→4(x−4)(x+2)(x−4)(x−1)=limx→4x+2x−1=4+24−1=63=21
Part I Problem Set 2
1. Limits and Function Values from a Graph
Given a graph of a function f(x), find the following values or state if they are undefined or do not exist.
a) limx→−2−f(x)
b) limx→−2+f(x)
c) limx→−2f(x)
d) f(−2)
e) limx→1−f(x)
f) limx→1+f(x)
g) limx→1f(1)
h) f(1)
i) f(−4)
2. Limit of Absolute Value Function
Find lim<em>x→0x∣x∣. lim</em>x→0−x∣x∣=lim<em>x→0−x−x=−1lim</em>x→0+x∣x∣=limx→0+xx=1 Since the left-hand limit and right-hand limit are not equal, the limit does not exist.
3. Derivative of a Polynomial and Exponential Function
Find f′(x) for f(x)=x7−2x3+e2. Do not simplify.
f′(x)=7x6−6x2+0 f′(x)=7x6−6x2
4. Derivative of a Complex Function
Find f′(x) for f(x)=cos4+sin5(6x)x+eπ. Do not simplify.
Use logarithmic differentiation to find f′(x) for f(x)=(sin(x))x. Do not simplify.
Take the natural logarithm of both sides: ln(f(x))=ln((sin(x))x)=xln(sin(x)) Differentiate both sides with respect to x: f(x)f′(x)=ln(sin(x))+x⋅sin(x)cos(x)=ln(sin(x))+xcot(x) Multiply both sides by f(x) f′(x)=(sin(x))x(ln(sin(x))+xcot(x))
6. Related Rates
A stone dropped in a pond sends out a circular ripple whose radius increases at a constant rate of 4 ft/s. After 12 seconds, how rapidly is the area enclosed by the ripple increasing?
The area of a circle is A=πr2. Differentiating with respect to time t: dtdA=2πrdtdr Given dtdr=4 ft/s. After 12 seconds, r=4⋅12=48 ft. dtdA=2π(48)(4)=384π ft2/s
7. Applications of Calculus
Given f(x)=3x4−4x3+2012. Use calculus to answer parts a – d.
a) Find the intervals where f is increasing and decreasing.
First, find the derivative:
f′(x)=12x3−12x2=12x2(x−1) Set f′(x)=0: 12x2(x−1)=0 x=0,1 Test intervals: (−∞,0), (0,1), (1,∞) For (−∞,0), let x=−1: f'(-1) = 12(-1)^2(-1-1) = -24 < 0 (decreasing) For (0,1), let x=0.5: f'(0.5) = 12(0.5)^2(0.5-1) = -1.5 < 0 (decreasing) For (1,∞), let x=2: f'(2) = 12(2)^2(2-1) = 48 > 0 (increasing)
Decreasing: (−∞,1) Increasing: (1,∞)
b) Find all local and absolute minimum and maximum values and the values of x at which they occur. Local minimum at x=1: f(1)=3(1)4−4(1)3+2012=3−4+2012=2011 Since f(x)→∞ as x→±∞, there is no local or absolute maximum. Absolute minimum at x=1: f(1)=2011
c) Find the intervals where f is concave up and concave down.
Find the second derivative:
f′′(x)=36x2−24x=12x(3x−2) Set f′′(x)=0: 12x(3x−2)=0 x=0,32 Test intervals: (−∞,0), (0,32), (32,∞) For (−∞,0), let x=−1: f''(-1) = 12(-1)(3(-1) - 2) = 60 > 0 (concave up) For (0,32), let x=21: f''(\frac{1}{2}) = 12(\frac{1}{2})(3(\frac{1}{2}) - 2) = -3 < 0 (concave down) For (32,∞), let x=1: f''(1) = 12(1)(3(1) - 2) = 12 > 0 (concave up)
Concave Up: (−∞,0)∪(32,∞) Concave Down: (0,32)
d) Find all points of inflection. (Round to thousandths) Points of inflection occur where the concavity changes, which is at x=0 and x=32. At x=0, f(0)=3(0)4−4(0)3+2012=2012 At x=32, f(32)=3(32)4−4(32)3+2012=3(8116)−4(278)+2012=2716−2732+2012=−2716+2012≈2011.407