Absolute Value Function: The definition of the absolute value function is crucial for integrating expressions involving absolute values:
∣u∣={u−uif u≥0if u<0
Definite Integration of Absolute Value Functions: To evaluate ∫ab∣f(x)∣dx, we first find the roots of f(x) within the interval [a,b]. These roots divide the interval into subintervals. Within each subinterval, f(x) has a constant sign. We then rewrite the integral as a sum of integrals over these subintervals, removing the absolute value by multiplying f(x) by −1 where f(x)<0 and leaving f(x) as is where f(x)≥0.
Properties of Definite Integrals: If c is a point between a and b, then ∫abf(x)dx=∫acf(x)dx+∫cbf(x)dx.
Step-by-Step Solution
Step 1: Analyze the integrand and find its roots.
We need to evaluate 120∫3x2−3x+2dx. Let f(x)=x2−3x+2. To remove the absolute value, we first find the roots of f(x)=0.
x2−3x+2=0
Factoring the quadratic equation, we get:
(x−1)(x−2)=0
The roots are x=1 and x=2.
Step 2: Determine the sign of the integrand in the given interval.
The roots x=1 and x=2 divide the interval of integration [0,3] into three subintervals: [0,1], [1,2], and [2,3]. We need to determine the sign of x2−3x+2 in each of these subintervals.
Interval [0, 1]: Choose a test value, e.g., x=0.5.
f(0.5)=(0.5)2−3(0.5)+2=0.25−1.5+2=0.75>0.
So, ∣x2−3x+2∣=x2−3x+2 for x∈[0,1].
Interval [1, 2]: Choose a test value, e.g., x=1.5.
f(1.5)=(1.5)2−3(1.5)+2=2.25−4.5+2=−0.25<0.
So, ∣x2−3x+2∣=−(x2−3x+2)=−x2+3x−2 for x∈[1,2].
Interval [2, 3]: Choose a test value, e.g., x=2.5.
f(2.5)=(2.5)2−3(2.5)+2=6.25−7.5+2=0.75>0.
So, ∣x2−3x+2∣=x2−3x+2 for x∈[2,3].
Step 3: Split the integral into sub-integrals based on the sign changes.
Using the property of definite integrals, we can rewrite the integral as:
∫03∣x2−3x+2∣dx=∫01(x2−3x+2)dx+∫12(−x2+3x−2)dx+∫23(x2−3x+2)dx
Step 4: Evaluate each definite integral.
We will find the antiderivative of x2−3x+2, which is 3x3−23x2+2x.
First integral:∫01(x2−3x+2)dx=[3x3−23x2+2x]01=(313−23(1)2+2(1))−(303−23(0)2+2(0))=(31−23+2)−0=62−9+12=65
Second integral:∫12(−x2+3x−2)dx=[−3x3+23x2−2x]12=(−323+23(2)2−2(2))−(−313+23(1)2−2(1))=(−38+6−4)−(−31+23−2)=(−38+2)−(−31+23−2)=(3−8+6)−(6−2+9−12)=−32−(−65)=−32+65=6−4+5=61
Third integral:∫23(x2−3x+2)dx=[3x3−23x2+2x]23=(333−23(3)2+2(3))−(323−23(2)2+2(2))=(9−227+6)−(38−6+4)=(15−227)−(38−2)=(230−27)−(38−6)=23−32=69−4=65
Step 5: Sum the results of the sub-integrals.∫03∣x2−3x+2∣dx=65+61+65=65+1+5=611
Step 6: Multiply by the constant factor.
The original question asks for the value of 120∫3x2−3x+2dx.
12×611=2×11=22
Common Mistakes & Tips
Incorrectly identifying roots: Always double-check the factorization or the quadratic formula when finding roots. Even a small error in roots can lead to incorrect intervals.
Sign errors in sub-integrals: When negating the quadratic in the interval where it's negative, be careful with the signs of each term. A common mistake is to forget to negate all terms.
Calculation errors: Definite integration involves arithmetic with fractions. It's advisable to perform these calculations carefully, perhaps by finding a common denominator for all terms at once.
Summary
To evaluate the definite integral of an absolute value function, we first find the roots of the expression inside the absolute value. These roots divide the integration interval into subintervals. We then determine the sign of the expression in each subinterval and remove the absolute value accordingly. The integral is then split into a sum of integrals over these subintervals. After evaluating each sub-integral, we sum their results and multiply by any constant factor present in the original problem. In this case, the roots of x2−3x+2 are 1 and 2, dividing the interval [0,3] into [0,1], [1,2], and [2,3]. The integral was split and evaluated over these intervals, yielding a total value of 611 for the integral. Multiplying by 12 gives the final answer.