Saturday, December 4, 2010

Reflection

Since exams are coming up, I’ll just do some problems from pervious sections and review.

Section 2.3
Product Rule:
f(x)g(x) = f(x)g’(x) + g(x)f’(x)
(recopy 1st)(derivative 2nd) + (recopy 2nd)(derivative 1st)
Example: g(x) = (x^2 + 3)(x^2 – 4x)
g’(x) = (x^2 + 3)(2x – 4) + (x^2 – 4x)(2x)
= 2x^3 – 12 +2x^3 – 8x^2
= 4x^3 – 8x^2 – 12 / 4
= x^3 -2x^2 -3
Quotient Rule:
f(x)/g(x) = g(x)f’(x) – [f(x)g’(x)] / (g(x))^2
(recopy bottom)(derivative top) – [(recopy top)(derivative bottom)] / (bottom)^2
Example: f(x) = x / x^2 + 1
f’(x) = (x^2 + 1)(1) – [(x)(2x)] / (x^2+1)^2
= x^2 + 1 – 2x^2 / (x^2 + 1)^2
= -x^2 + 1 / (x^2 + 1)^2

Word Problems
+ Example:
1) Air is being pumped into a spherical balloon at a rate of 4.5 cubic feet per
minute. Find the rate of change of the radius when the radius is 2 ft.
(*word problem taken from notes)
1. dv/dt = 4.5 ft^3/min dr/dt = ? r = 2 ft.
2. V = 4/3pir^3
3. dv/dt = 4/3pi[3r^2dr/dt]
= 4pir^2dr/dt
4. 4.5 = 4pi(2)^2dr/dt
4.5 = 16pidr/dt
dr/dt = 9/32pi ft/min.

Example: Find an equation of the tangent line to the graph of f at the given point
f(x) = x/x+4, (-5, 5)
= (x+4)(1) -[(x)(1)] / (x+4)^2
= x+4-x / (x+4)^2
= 4/(x+4)^2
m = 4/(-5+4)^2 = 4/1^2 = 4
point slope: y - 5 = 4(x + 5)

No comments:

Post a Comment