Question:

The area of the region (in sq. units) enclosed between the curves \( y = |x| \), \( y = [x] \) and the ordinates \( x = -1, x = 0, x = 1 \) is

Show Hint

Break the area into intervals according to the definition of floor and modulus functions. Also, use symmetry where applicable.
Updated On: Jun 4, 2025
  • \(2\)
  • \(\frac{3}{2}\)
  • \(3\)
  • \(\frac{5}{2}\)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

We are given the region bounded by \( y = |x| \) and \( y = [x] \) from \( x = -1 \) to \( x = 1 \). Let's evaluate in two intervals: For \( x \in [-1, 0) \): \( |x| = -x \), \( [x] = -1 \), so area = \(\int_{-1}^{0} (-x - (-1))\, dx = \int_{-1}^{0} (1 - x)\, dx = [x - \frac{x^2}{2}]_{-1}^{0} = (0 - 0) - (-1 + \frac{1}{2}) = \frac{1}{2} \)
For \( x \in [0, 1) \): \( |x| = x \), \( [x] = 0 \), so area = \(\int_{0}^{1} (x - 0)\, dx = \int_{0}^{1} x\, dx = \frac{1}{2}x^2\big|_0^1 = \frac{1}{2} \)
Add both areas: \( \frac{1}{2} + \frac{1}{2} = 1 \).
However, between \( x = -1 \) and \( x = 1 \), area from symmetry on both sides (as it's repeated on left and right), total = \(1 + 1 = 2\).
Was this answer helpful?
0
0