Key Concepts and Formulas
- Fundamental Theorem of Calculus (Part 1): If F(x)=∫axf(t)dt, then F′(x)=f(x). This theorem is crucial for finding the derivative of the given function f(x).
- Finding the Range of a Continuous Function on a Closed Interval: For a continuous function f(x) on a closed interval [a,b], the absolute maximum and minimum values occur either at the critical points (where f′(x)=0 or f′(x) is undefined) within the interval or at the endpoints of the interval.
- Integration of Polynomials: The power rule for integration, ∫xndx=n+1xn+1+C (where n=−1), is used to evaluate the definite integral.
Step-by-Step Solution
Step 1: Understand the function and the goal.
We are given a function f(x) defined as a definite integral: f(x)=0∫xt(t2−9t+20)dt for 1≤x≤5. We need to find the range of this function, denoted by [α,β], and then calculate 4(α+β). The range [α,β] means α is the minimum value of f(x) and β is the maximum value of f(x) on the interval [1,5].
Step 2: Find the derivative of f(x) using the Fundamental Theorem of Calculus.
According to the Fundamental Theorem of Calculus (Part 1), if f(x)=∫axg(t)dt, then f′(x)=g(x). In our case, g(t)=t(t2−9t+20).
Let's expand g(t):
g(t)=t3−9t2+20t
Therefore, the derivative of f(x) is:
f′(x)=x(x2−9x+20)=x3−9x2+20x
Step 3: Find the critical points of f(x) by setting f′(x)=0.
Critical points are where the function's rate of change is zero or undefined. Since f′(x) is a polynomial, it is defined everywhere. So, we only need to find where f′(x)=0.
x3−9x2+20x=0
Factor out x:
x(x2−9x+20)=0
Now, factor the quadratic term: x2−9x+20. We need two numbers that multiply to 20 and add to -9. These numbers are -4 and -5.
So, the equation becomes:
x(x−4)(x−5)=0
The solutions are x=0, x=4, and x=5.
Step 4: Identify the critical points that lie within the given interval [1,5].
The given interval is 1≤x≤5.
From the critical points found in Step 3 (0,4,5), the points that lie within [1,5] are x=4 and x=5. Note that x=0 is outside the interval.
Step 5: Evaluate f(x) at the critical points within the interval and at the endpoints of the interval.
The endpoints of the interval are x=1 and x=5. The critical points within the interval are x=4 and x=5. So we need to evaluate f(x) at x=1, x=4, and x=5.
First, let's find the indefinite integral of t(t2−9t+20)=t3−9t2+20t.
∫(t3−9t2+20t)dt=4t4−39t3+220t2+C=4t4−3t3+10t2+C
Now, let's evaluate the definite integral f(x)=∫0x(t3−9t2+20t)dt.
f(x)=[4t4−3t3+10t2]0x
f(x)=(4x4−3x3+10x2)−(404−3(0)3+10(0)2)
f(x)=4x4−3x3+10x2
Now, evaluate f(x) at x=1, x=4, and x=5:
-
At x=1 (endpoint):
f(1)=414−3(1)3+10(1)2=41−3+10=41+7=41+28=429
-
At x=4 (critical point):
f(4)=444−3(4)3+10(4)2=43−3(64)+10(16)=64−192+160=224−192=32
-
At x=5 (critical point and endpoint):
f(5)=454−3(5)3+10(5)2=4625−3(125)+10(25)=4625−375+250=4625−125=4625−500=4125
Step 6: Determine the minimum and maximum values of f(x) on the interval [1,5].
We have the following values:
f(1)=429=7.25
f(4)=32
f(5)=4125=31.25
Comparing these values:
The minimum value is 429.
The maximum value is 32.
Therefore, the range of f(x) on the interval 1≤x≤5 is [α,β]=[429,32].
So, α=429 and β=32.
Step 7: Calculate 4(α+β).
We need to find 4(α+β).
α+β=429+32=429+432×4=429+4128=429+128=4157
Now, multiply by 4:
4(α+β)=4×4157=157
Common Mistakes & Tips
- Forgetting to check endpoints: Always evaluate the function at the endpoints of the given interval, not just the critical points.
- Incorrectly factoring or solving the derivative: Double-check your algebra when solving f′(x)=0. A small error can lead to the wrong critical points.
- Not considering the interval: Ensure that the critical points you identify are actually within the specified interval [1,5]. Points outside this interval are irrelevant for determining the range on that specific interval.
- Calculation errors in evaluation: Be careful when substituting values into f(x), especially with fractions and powers.
Summary
To find the range of the given function f(x) on the interval [1,5], we first found its derivative f′(x) using the Fundamental Theorem of Calculus. We then found the critical points by setting f′(x)=0 and identified which of these critical points lay within the interval [1,5]. Finally, we evaluated f(x) at these critical points and at the endpoints of the interval. The smallest of these values gave us α (the minimum), and the largest gave us β (the maximum). We then computed 4(α+β).
The final answer is 157.