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

Question

The integral 132(π2xsin(πx))dx\int\limits_{-1}^{\frac{3}{2}} \left(| \pi^2 x \sin(\pi x) \right|) dx is equal to:

Options

Solution

1. Key Concepts and Formulas

  • Absolute Value Function: f(x)|f(x)| is equal to f(x)f(x) when f(x)0f(x) \ge 0 and f(x)-f(x) when f(x)<0f(x) < 0. To evaluate integrals involving absolute values, we must determine the intervals where the expression inside the absolute value is positive or negative.
  • Integration by Parts: The formula for integration by parts is udv=uvvdu\int u \, dv = uv - \int v \, du. This is used to integrate products of functions, particularly when one function becomes simpler upon differentiation and the other is easily integrable.
  • Definite Integral Properties: The definite integral abf(x)dx\int_a^b f(x) \, dx represents the signed area under the curve y=f(x)y = f(x) from x=ax=a to x=bx=b. When dealing with absolute values, we split the integral into sub-intervals where the integrand's sign is constant.

2. Step-by-Step Solution

Step 1: Analyze the integrand and the interval of integration. We need to evaluate 132(π2xsin(πx))dx\int\limits_{-1}^{\frac{3}{2}} \left(| \pi^2 x \sin(\pi x) \right|) dx. The integrand is π2xsin(πx)|\pi^2 x \sin(\pi x)|. Since π2\pi^2 is a positive constant, the sign of xsin(πx)x \sin(\pi x) determines the sign of the integrand. We need to find the intervals where xsin(πx)0x \sin(\pi x) \ge 0 and xsin(πx)<0x \sin(\pi x) < 0 within [1,32][-1, \frac{3}{2}].

Step 2: Determine the sign of xsin(πx)x \sin(\pi x) in the interval [1,32][-1, \frac{3}{2}]. The zeros of sin(πx)\sin(\pi x) occur when πx=nπ\pi x = n\pi, which means x=nx = n for integer nn. In our interval, these zeros are x=1,0,1x = -1, 0, 1. The function xx changes sign at x=0x=0.

Let's analyze the sign of xsin(πx)x \sin(\pi x) in the sub-intervals:

  • Interval [1,0][-1, 0]:

    • For x(1,0)x \in (-1, 0), xx is negative.
    • For x(1,0)x \in (-1, 0), πx(π,0)\pi x \in (-\pi, 0). In this range, sin(πx)\sin(\pi x) is negative.
    • Therefore, for x(1,0)x \in (-1, 0), xsin(πx)=(negative)×(negative)=positivex \sin(\pi x) = (\text{negative}) \times (\text{negative}) = \text{positive}.
    • At x=1x=-1 and x=0x=0, xsin(πx)=0x \sin(\pi x) = 0.
    • So, on [1,0][-1, 0], xsin(πx)0x \sin(\pi x) \ge 0.
  • Interval [0,1][0, 1]:

    • For x(0,1)x \in (0, 1), xx is positive.
    • For x(0,1)x \in (0, 1), πx(0,π)\pi x \in (0, \pi). In this range, sin(πx)\sin(\pi x) is positive.
    • Therefore, for x(0,1)x \in (0, 1), xsin(πx)=(positive)×(positive)=positivex \sin(\pi x) = (\text{positive}) \times (\text{positive}) = \text{positive}.
    • At x=0x=0 and x=1x=1, xsin(πx)=0x \sin(\pi x) = 0.
    • So, on [0,1][0, 1], xsin(πx)0x \sin(\pi x) \ge 0.
  • Interval [1,32][1, \frac{3}{2}]:

    • For x(1,32)x \in (1, \frac{3}{2}), xx is positive.
    • For x(1,32)x \in (1, \frac{3}{2}), πx(π,3π2)\pi x \in (\pi, \frac{3\pi}{2}). In this range, sin(πx)\sin(\pi x) is negative.
    • Therefore, for x(1,32)x \in (1, \frac{3}{2}), xsin(πx)=(positive)×(negative)=negativex \sin(\pi x) = (\text{positive}) \times (\text{negative}) = \text{negative}.
    • At x=1x=1, xsin(πx)=0x \sin(\pi x) = 0.
    • So, on [1,32][1, \frac{3}{2}], xsin(πx)0x \sin(\pi x) \le 0.

Step 3: Split the integral based on the sign analysis. From Step 2, we have:

  • xsin(πx)=xsin(πx)|x \sin(\pi x)| = x \sin(\pi x) for x[1,1]x \in [-1, 1].
  • xsin(πx)=xsin(πx)|x \sin(\pi x)| = -x \sin(\pi x) for x[1,32]x \in [1, \frac{3}{2}].

So, the integral becomes: 132(π2xsin(πx))dx=π2(11xsin(πx)dx+132(xsin(πx))dx)\int_{-1}^{\frac{3}{2}} \left(| \pi^2 x \sin(\pi x) \right|) dx = \pi^2 \left( \int_{-1}^{1} x \sin(\pi x) \, dx + \int_{1}^{\frac{3}{2}} (-x \sin(\pi x)) \, dx \right) =π2(11xsin(πx)dx132xsin(πx)dx)= \pi^2 \left( \int_{-1}^{1} x \sin(\pi x) \, dx - \int_{1}^{\frac{3}{2}} x \sin(\pi x) \, dx \right)

Step 4: Evaluate the indefinite integral xsin(πx)dx\int x \sin(\pi x) \, dx using integration by parts. Let u=xu = x and dv=sin(πx)dxdv = \sin(\pi x) \, dx. Then du=dxdu = dx and v=sin(πx)dx=1πcos(πx)v = \int \sin(\pi x) \, dx = -\frac{1}{\pi} \cos(\pi x).

Using the integration by parts formula: xsin(πx)dx=x(1πcos(πx))(1πcos(πx))dx\int x \sin(\pi x) \, dx = x \left(-\frac{1}{\pi} \cos(\pi x)\right) - \int \left(-\frac{1}{\pi} \cos(\pi x)\right) \, dx =xπcos(πx)+1πcos(πx)dx= -\frac{x}{\pi} \cos(\pi x) + \frac{1}{\pi} \int \cos(\pi x) \, dx =xπcos(πx)+1π(1πsin(πx))+C= -\frac{x}{\pi} \cos(\pi x) + \frac{1}{\pi} \left(\frac{1}{\pi} \sin(\pi x)\right) + C =xπcos(πx)+1π2sin(πx)+C= -\frac{x}{\pi} \cos(\pi x) + \frac{1}{\pi^2} \sin(\pi x) + C

Step 5: Evaluate the definite integrals.

First integral: 11xsin(πx)dx\int_{-1}^{1} x \sin(\pi x) \, dx Let F(x)=xπcos(πx)+1π2sin(πx)F(x) = -\frac{x}{\pi} \cos(\pi x) + \frac{1}{\pi^2} \sin(\pi x). 11xsin(πx)dx=F(1)F(1)\int_{-1}^{1} x \sin(\pi x) \, dx = F(1) - F(-1) F(1)=1πcos(π)+1π2sin(π)=1π(1)+1π2(0)=1πF(1) = -\frac{1}{\pi} \cos(\pi) + \frac{1}{\pi^2} \sin(\pi) = -\frac{1}{\pi}(-1) + \frac{1}{\pi^2}(0) = \frac{1}{\pi} F(1)=1πcos(π)+1π2sin(π)=1π(1)+1π2(0)=1πF(-1) = -\frac{-1}{\pi} \cos(-\pi) + \frac{1}{\pi^2} \sin(-\pi) = \frac{1}{\pi}(-1) + \frac{1}{\pi^2}(0) = -\frac{1}{\pi} 11xsin(πx)dx=1π(1π)=2π\int_{-1}^{1} x \sin(\pi x) \, dx = \frac{1}{\pi} - \left(-\frac{1}{\pi}\right) = \frac{2}{\pi}

Second integral: 132xsin(πx)dx\int_{1}^{\frac{3}{2}} x \sin(\pi x) \, dx 132xsin(πx)dx=F(32)F(1)\int_{1}^{\frac{3}{2}} x \sin(\pi x) \, dx = F\left(\frac{3}{2}\right) - F(1) F(32)=32πcos(3π2)+1π2sin(3π2)=32π(0)+1π2(1)=1π2F\left(\frac{3}{2}\right) = -\frac{\frac{3}{2}}{\pi} \cos\left(\frac{3\pi}{2}\right) + \frac{1}{\pi^2} \sin\left(\frac{3\pi}{2}\right) = -\frac{3}{2\pi}(0) + \frac{1}{\pi^2}(-1) = -\frac{1}{\pi^2} We already found F(1)=1πF(1) = \frac{1}{\pi}. 132xsin(πx)dx=1π21π\int_{1}^{\frac{3}{2}} x \sin(\pi x) \, dx = -\frac{1}{\pi^2} - \frac{1}{\pi}

Step 6: Substitute the definite integral values back into the main expression. 132(π2xsin(πx))dx=π2(11xsin(πx)dx132xsin(πx)dx)\int_{-1}^{\frac{3}{2}} \left(| \pi^2 x \sin(\pi x) \right|) dx = \pi^2 \left( \int_{-1}^{1} x \sin(\pi x) \, dx - \int_{1}^{\frac{3}{2}} x \sin(\pi x) \, dx \right) =π2(2π(1π21π))= \pi^2 \left( \frac{2}{\pi} - \left(-\frac{1}{\pi^2} - \frac{1}{\pi}\right) \right) =π2(2π+1π2+1π)= \pi^2 \left( \frac{2}{\pi} + \frac{1}{\pi^2} + \frac{1}{\pi} \right) =π2(3π+1π2)= \pi^2 \left( \frac{3}{\pi} + \frac{1}{\pi^2} \right) =π2(3π+1π2)= \pi^2 \left(\frac{3\pi + 1}{\pi^2}\right) =3π+1= 3\pi + 1

3. Common Mistakes & Tips

  • Sign Errors with Absolute Value: Carefully determine the sign of the expression inside the absolute value over each sub-interval. A common mistake is to assume the sign is constant or to incorrectly identify the intervals.
  • Integration by Parts Application: Ensure the correct choice of uu and dvdv. Differentiating xx simplifies it to a constant, which is generally a good strategy. Also, be meticulous with the signs and constants during integration by parts.
  • Evaluating Trigonometric Functions: Accurately recall or calculate the values of trigonometric functions at the limits of integration, especially for angles like π,π,3π2\pi, -\pi, \frac{3\pi}{2}.

4. Summary

The problem involved integrating a function with an absolute value. We first analyzed the sign of xsin(πx)x \sin(\pi x) over the given interval [1,32][-1, \frac{3}{2}]. We found that xsin(πx)x \sin(\pi x) is non-negative on [1,1][-1, 1] and non-positive on [1,32][1, \frac{3}{2}]. This allowed us to split the integral into two parts, removing the absolute value by either keeping the original expression or negating it. We then used integration by parts to find the indefinite integral of xsin(πx)x \sin(\pi x). Finally, we evaluated the definite integrals over the respective sub-intervals and combined the results, multiplying by π2\pi^2 at the end, to arrive at the final answer.

5. Final Answer

The final answer is 1+3π\boxed{1 + 3\pi}. This corresponds to option (C).

Practice More Definite Integration Questions

View All Questions