Skip to main content
Back to Definite Integration
JEE Main 2021
Definite Integration
Definite Integration
Hard

Question

The value of 1203x23x+2dx12\int\limits_0^3 {\left| {{x^2} - 3x + 2} \right|dx} is ____________

Answer: 0

Solution

Key Concepts and Formulas

  • Absolute Value Function: The definition of the absolute value function is crucial for integrating expressions involving absolute values: u={uif u0uif u<0|u| = \begin{cases} u & \text{if } u \ge 0 \\ -u & \text{if } u < 0 \end{cases}
  • Definite Integration of Absolute Value Functions: To evaluate abf(x)dx\int_a^b |f(x)| dx, we first find the roots of f(x)f(x) within the interval [a,b][a, b]. These roots divide the interval into subintervals. Within each subinterval, f(x)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)f(x) by 1-1 where f(x)<0f(x) < 0 and leaving f(x)f(x) as is where f(x)0f(x) \ge 0.
  • Properties of Definite Integrals: If cc is a point between aa and bb, then abf(x)dx=acf(x)dx+cbf(x)dx\int_a^b f(x) dx = \int_a^c f(x) dx + \int_c^b f(x) dx.

Step-by-Step Solution

Step 1: Analyze the integrand and find its roots. We need to evaluate 1203x23x+2dx12\int\limits_0^3 {\left| {{x^2} - 3x + 2} \right|dx}. Let f(x)=x23x+2f(x) = x^2 - 3x + 2. To remove the absolute value, we first find the roots of f(x)=0f(x) = 0. x23x+2=0x^2 - 3x + 2 = 0 Factoring the quadratic equation, we get: (x1)(x2)=0(x - 1)(x - 2) = 0 The roots are x=1x = 1 and x=2x = 2.

Step 2: Determine the sign of the integrand in the given interval. The roots x=1x=1 and x=2x=2 divide the interval of integration [0,3][0, 3] into three subintervals: [0,1][0, 1], [1,2][1, 2], and [2,3][2, 3]. We need to determine the sign of x23x+2x^2 - 3x + 2 in each of these subintervals.

  • Interval [0, 1]: Choose a test value, e.g., x=0.5x = 0.5. f(0.5)=(0.5)23(0.5)+2=0.251.5+2=0.75>0f(0.5) = (0.5)^2 - 3(0.5) + 2 = 0.25 - 1.5 + 2 = 0.75 > 0. So, x23x+2=x23x+2|x^2 - 3x + 2| = x^2 - 3x + 2 for x[0,1]x \in [0, 1].

  • Interval [1, 2]: Choose a test value, e.g., x=1.5x = 1.5. f(1.5)=(1.5)23(1.5)+2=2.254.5+2=0.25<0f(1.5) = (1.5)^2 - 3(1.5) + 2 = 2.25 - 4.5 + 2 = -0.25 < 0. So, x23x+2=(x23x+2)=x2+3x2|x^2 - 3x + 2| = -(x^2 - 3x + 2) = -x^2 + 3x - 2 for x[1,2]x \in [1, 2].

  • Interval [2, 3]: Choose a test value, e.g., x=2.5x = 2.5. f(2.5)=(2.5)23(2.5)+2=6.257.5+2=0.75>0f(2.5) = (2.5)^2 - 3(2.5) + 2 = 6.25 - 7.5 + 2 = 0.75 > 0. So, x23x+2=x23x+2|x^2 - 3x + 2| = x^2 - 3x + 2 for x[2,3]x \in [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: 03x23x+2dx=01(x23x+2)dx+12(x2+3x2)dx+23(x23x+2)dx\int_0^3 |x^2 - 3x + 2| dx = \int_0^1 (x^2 - 3x + 2) dx + \int_1^2 (-x^2 + 3x - 2) dx + \int_2^3 (x^2 - 3x + 2) dx

Step 4: Evaluate each definite integral. We will find the antiderivative of x23x+2x^2 - 3x + 2, which is x333x22+2x\frac{x^3}{3} - \frac{3x^2}{2} + 2x.

  • First integral: 01(x23x+2)dx=[x333x22+2x]01\int_0^1 (x^2 - 3x + 2) dx = \left[ \frac{x^3}{3} - \frac{3x^2}{2} + 2x \right]_0^1 =(1333(1)22+2(1))(0333(0)22+2(0))= \left( \frac{1^3}{3} - \frac{3(1)^2}{2} + 2(1) \right) - \left( \frac{0^3}{3} - \frac{3(0)^2}{2} + 2(0) \right) =(1332+2)0=29+126=56= \left( \frac{1}{3} - \frac{3}{2} + 2 \right) - 0 = \frac{2 - 9 + 12}{6} = \frac{5}{6}

  • Second integral: 12(x2+3x2)dx=[x33+3x222x]12\int_1^2 (-x^2 + 3x - 2) dx = \left[ -\frac{x^3}{3} + \frac{3x^2}{2} - 2x \right]_1^2 =(233+3(2)222(2))(133+3(1)222(1))= \left( -\frac{2^3}{3} + \frac{3(2)^2}{2} - 2(2) \right) - \left( -\frac{1^3}{3} + \frac{3(1)^2}{2} - 2(1) \right) =(83+64)(13+322)= \left( -\frac{8}{3} + 6 - 4 \right) - \left( -\frac{1}{3} + \frac{3}{2} - 2 \right) =(83+2)(13+322)= \left( -\frac{8}{3} + 2 \right) - \left( -\frac{1}{3} + \frac{3}{2} - 2 \right) =(8+63)(2+9126)= \left( \frac{-8 + 6}{3} \right) - \left( \frac{-2 + 9 - 12}{6} \right) =23(56)=23+56=4+56=16= -\frac{2}{3} - \left( -\frac{5}{6} \right) = -\frac{2}{3} + \frac{5}{6} = \frac{-4 + 5}{6} = \frac{1}{6}

  • Third integral: 23(x23x+2)dx=[x333x22+2x]23\int_2^3 (x^2 - 3x + 2) dx = \left[ \frac{x^3}{3} - \frac{3x^2}{2} + 2x \right]_2^3 =(3333(3)22+2(3))(2333(2)22+2(2))= \left( \frac{3^3}{3} - \frac{3(3)^2}{2} + 2(3) \right) - \left( \frac{2^3}{3} - \frac{3(2)^2}{2} + 2(2) \right) =(9272+6)(836+4)= \left( 9 - \frac{27}{2} + 6 \right) - \left( \frac{8}{3} - 6 + 4 \right) =(15272)(832)= \left( 15 - \frac{27}{2} \right) - \left( \frac{8}{3} - 2 \right) =(30272)(863)= \left( \frac{30 - 27}{2} \right) - \left( \frac{8 - 6}{3} \right) =3223=946=56= \frac{3}{2} - \frac{2}{3} = \frac{9 - 4}{6} = \frac{5}{6}

Step 5: Sum the results of the sub-integrals. 03x23x+2dx=56+16+56=5+1+56=116\int_0^3 |x^2 - 3x + 2| dx = \frac{5}{6} + \frac{1}{6} + \frac{5}{6} = \frac{5 + 1 + 5}{6} = \frac{11}{6}

Step 6: Multiply by the constant factor. The original question asks for the value of 1203x23x+2dx12\int\limits_0^3 {\left| {{x^2} - 3x + 2} \right|dx}. 12×116=2×11=2212 \times \frac{11}{6} = 2 \times 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 x23x+2x^2 - 3x + 2 are 1 and 2, dividing the interval [0,3][0, 3] into [0,1][0, 1], [1,2][1, 2], and [2,3][2, 3]. The integral was split and evaluated over these intervals, yielding a total value of 116\frac{11}{6} for the integral. Multiplying by 12 gives the final answer.

The final answer is \boxed{22}.

Practice More Definite Integration Questions

View All Questions