Question Statement
Find the absolute extrema of the function on the indicated interval:
(i) f(x)=−x2+6x on [1,4]
(ii) f(x)=(x−1)2 on [2,5]
(iii) f(x)=x32 on [−1,8]
(iv) f(x)=x3−6x2+2 on [−3,2]
(v) f(x)=1+5sin3x on [0,2π]
(vi) f(x)=2cos2x−4cosx on [0,2π]
Background and Explanation
To find absolute extrema on a closed interval [a,b], we apply the Closed Interval Method: identify all critical points (where f′(x)=0 or f′(x) is undefined) that lie within the interval, then evaluate the function at these critical points and at both endpoints. The largest resulting value is the absolute maximum, and the smallest is the absolute minimum.
Solution
Given f(x)=−x2+6x, we differentiate with respect to x:
f′(x)=−2x+6
For critical values, we set f′(x)=0:
−2x+6−2xx=0=−6=3
Since x=3 lies within the interval [1,4], we evaluate the function at this critical point and at both endpoints:
f(1)f(3)f(4)=−(1)2+6(1)=−1+6=5=−(3)2+6(3)=−9+18=9=−(4)2+6(4)=−16+24=8
Comparing these values: 5<8<9.
Absolute minimum =5 at x=1
Absolute maximum =9 at x=3
Given f(x)=(x−1)2, we differentiate using the chain rule:
f′(x)f′(x)=2(x−1)2−1⋅dxd(x−1)=2(x−1)⋅(1−0)=2(x−1)
For critical values, set f′(x)=0:
2(x−1)x−1x=0=0=1
Since x=1 is not in the interval [2,5], we only evaluate at the endpoints:
f(2)f(5)=(2−1)2=(1)2=1=(5−1)2=(4)2=16
Absolute Minimum =1 at x=2
Absolute Maximum =16 at x=5
Given f(x)=x32, we differentiate using the power rule:
f′(x)=32x32−1=32x3−1=3x1/32
The derivative f′(x) is undefined at x=0, which lies within [−1,8]. Therefore, x=0 is a critical point.
Evaluating at the critical point and endpoints:
f(−1)f(0)f(8)=(−1)2/3=((−1)2)1/3=(1)1/3=1=(0)2/3=0=(8)2/3=(23)2/3=22=4
Absolute Minimum =0 at x=0
Absolute Maximum =4 at x=8
Given f(x)=x3−6x2+2, we differentiate:
f′(x)f′(x)=3x2−12x+0=3x2−12x
For critical values, set f′(x)=0:
3x2−12x=03x(x−4)=03x=0x=0x−4=0x=4∈/[−3,2]
Since x=4 is not in the interval [−3,2], we only consider x=0.
Evaluating at the critical point and endpoints:
f(−3)f(0)f(2)=(−3)3−6(−3)2+2=−27−54+2=−79=(0)3−6(0)2+2=0−0+2=2=(2)3−6(2)2+2=8−24+2=−14
Absolute Minimum =−79 at x=−3
Absolute Maximum =2 at x=0
Given f(x)=1+5sin3x, we differentiate using the chain rule:
f′(x)f′(x)=0+5cos3x⋅dxd(3x)=5cos3x⋅3=15cos3x
For critical values, set f′(x)=0:
15cos3xcos3x3x=0=0=2π,23π
Solving for x within [0,2π]:
3x=2πx=6π3x=23πx=2π
Both values are in the interval. Evaluating at the critical points and endpoints:
f(0)f(6π)f(2π)=1+5sin0=1+0=1=1+5sin(2π)=1+5(1)=6=1+5sin(23π)=1+5(−1)=−4
Absolute Minimum =−4 at x=2π
Absolute Maximum =6 at x=6π
Given f(x)=2cos2x−4cosx, we differentiate:
f′(x)f′(x)=2dxd(cos2x)−4dxd(cosx)=2(−sin2x)⋅2−4(−sinx)=−4sin2x+4sinx=−4(2sinxcosx)+4sinx=−8sinxcosx+4sinx=4sinx(−2cosx+1)=4sinx(1−2cosx)
For critical values, set f′(x)=0:
4sinx(1−2cosx)=0
This yields two cases:
- 4sinx=0⇒sinx=0⇒x=0,π,2π
- −2cosx+1=0⇒cosx=21⇒x=3π,35π
Evaluating at all critical points and endpoints:
f(0)f(3π)f(π)f(35π)f(2π)=2cos0−4cos0=2(1)−4(1)=−2=2cos(32π)−4cos(3π)=2(−21)−4(21)=−1−2=−3=2cos2π−4cosπ=2(1)−4(−1)=2+4=6=2cos(310π)−4cos(35π)=2cos(34π)−4(21)=2(−21)−2=−3=2cos4π−4cos2π=2(1)−4(1)=−2
Absolute minimum =−3 at x=3π and x=35π
Absolute maximum =6 at x=π
- Closed Interval Method: Evaluating function at critical points and endpoints to determine absolute extrema
- Power Rule: dxd[xn]=nxn−1 for differentiation
- Chain Rule: dxd[f(g(x))]=f′(g(x))⋅g′(x)
- Trigonometric Derivatives: dxd[sin(ax)]=acos(ax) and dxd[cos(ax)]=−asin(ax)
- Double Angle Identity: sin(2x)=2sin(x)cos(x) (used to simplify the derivative in part vi)
- Critical Points: Values in the domain where f′(x)=0 or f′(x) is undefined
Summary of Steps
- Differentiate the function f(x) to obtain f′(x)
- Find critical points by solving f′(x)=0 and identifying where f′(x) is undefined
- Filter critical points to keep only those within the given closed interval [a,b]
- Evaluate the function f(x) at all valid critical points and at both endpoints x=a and x=b
- Compare all calculated values: the largest is the absolute maximum, the smallest is the absolute minimum
- State the final answer clearly, specifying both the extreme value and the specific x-value(s) where it occurs