Question:medium

If $f(a)$ is the area bounded in the first quadrant by $x=0$, $x=1$, $y=x^2$ and $y=|ax-5|-|1-ax|+ax^2$, then find $f(0)+f(1)$.

Show Hint

Always simplify modulus expressions interval-wise before integrating.
Updated On: Feb 5, 2026
Show Solution

Correct Answer: 8

Solution and Explanation

Step 1: Compute f(0)

Substitute a = 0 in the given expression:

y = |−5| − |1| + 0

y = 5 − 1 = 4

Thus, the curves considered are y = 4 and y = x2 on the interval [0, 1].

Area enclosed between them:

f(0) = ∫01 (4 − x2) dx

f(0) = [4x − x3/3]01

f(0) = 11/3


Step 2: Compute f(1)

Put a = 1 in the given expression:

y = |x − 5| − |1 − x| + x2

For 0 ≤ x ≤ 1:

|x − 5| = 5 − x,   |1 − x| = 1 − x

Hence,

y = (5 − x) − (1 − x) + x2

y = 4 + x2

Now the curves are y = x2 and y = 4 + x2.

Vertical separation between them is constant and equal to 4.

So,

f(1) = ∫01 4 dx

f(1) = 4


Step 3: Required sum

f(0) + f(1) = 11/3 + 4

= 23/3


Final Answer:

The required value is
23/3

Was this answer helpful?
0