Friday, October 22, 2010

Taylor Blog #9

This week we covered a few major lessons. These lessons included Rolle’s Theorem, the Mean Value theorem and the first derivative test. So I suppose I’ll briefly describe how to work with each and Ill provide an example problem for each.
Rolle’s Thorem:
Rolle’s Thorem is used to discover whether there is a max or a min on the given interval.
Steps:
Check differentiability
Check for continuity
If the problem is not differentiable or if the problem is not continuous Rolle’s thorem cannot be applied.
If the problem is differentiable and is continuous then you will continue to work the problem by:
Test that the y values match by plugging interval numbers into the original problem
Take the derivative and set equal to zero
Solve for x
**Remember f’(c)= 0 must be read as max or min and therefore you must use rolle’s thorem
Example:
Let F(x)=x^4-2x^2 find all values of c in the interval [-2,2] such that f’(c)=0
Check differentiability
Differentiable? Yes.
Check for continuity
Continuous? Yes
Test that the y values match by plugging interval numbers into the original problem
F(-2)= -2^4-2(-2)^2
16-2(4)
16-8
=8
F(2)= 2^4-2(2)^2
16-2(4)
16-8
=8
Therefore, yes
Take the derivative and set equal to zero
4x^3-4x=0

Solve for x
4x(x^2-1)=0
X=0 X=-1 X=1
Therefore by Rolle’s thorem c= 0, -1, 1
By Rolle’s theorm the function is continuous, differentiable, and f(1)=f(2) thus there must be one max or min on the interval [-2, 2] at f’(x)=0

Mean Value Thorem: The mean value theorem is used to prove that on the interval there must be some x value where the derivative equals the slope between the points of the interval
Steps:
Check Differentiability
Check Continuity
If the problem is not differentiable or if the problem is not continuous the Mean Value theorem cannot be applied.
If the problem is differentiable and is continuous then you will continue to work the problem by:
Check Slope (((( f’ (C)= f(b)-f(a)/b-a))))
Take the derivative and set equal to zero
Solve for x
Example: Given f(x)= 5-(4/x) find all values of c in the open interval (1,4) such that f’(c)= f(4)-f(1)/ 4-1
Check Differentiability
Differentiable? Yes
Check Continuity
Continuous? Yes
Check Slope (((( f’ (C)= f(b)-f(a)/b-a))))
4-1/4-1 = 1

Take the derivative and set equal to slope
-4(-1)x^-2
4x^-2
4/x^2= 1
Solve for x
X=+/- 2
Therefore by the mean value theorem, the function is continuous and differentiable on the interval therefore there is a value c=2 where the derivative = slope on the interval (1,4)
The first derivative test:
Used to determine whether it is specifically a max or a min on the interval
KEY WORDS TO RECOGNIZE WHEN TO USE THE FIRST DERIVATIVE TEST
Increasing, decreasing, max, min, horizontal tangent, change direction
Steps:
Take derivative and set equal to zero
Solve for x
Set up intervals (-infinity, pt)U(pt, infinity)
Plug in value on the interval into the derivative ((if you get a positive number the function is increasing, If you get a negative number the function is decreasing)) (( A max is increasing then decreasing, A min is decreasing then increasing))
Example:
Find the open intervals on which f(x)= x^3-3/2x^2 is increasing or decreasing
Take derivative and set equal to zero
3x^2-3x=0
Solve for x
3x(x-1)=0
X=0,1
Set up intervals (-infinity, pt)U(pt, infinity)
(negative infinity,0)U(0,1)U(1,infinity)
Plug in value on the interval into the derivative
F’(-1)= 3(-1)^2-3(-1)=6
Positive therefore increasing
F’(1/2)= 3(1/2)^2-3(1/2)= -3/4
Negative therefore decreasing
F’(2)= 3(2)^2-3(2)= 6
Positive therefore increasing
Therefore increasing: (negative infinity, 0) U (1, infinity)
Decreasing: (0,1)
Max: at 0
Min: at 1

No comments:

Post a Comment