Integral Calculus: JEE Main Mathematics Question with Solution
The area of the region enclosed by the parabola y=4x−x2 and 3y=(x−4)2 is equal to
Your answer stays private
What feels right?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Step-by-step solutionView
Correct answer
The area enclosed by the two parabolas is 6 square units, found by integrating the difference between the upper and lower curves between their points of intersection at x=1 and x=4.
Option analysis
Why each option works or fails
A · 932
Integrating with an incorrect denominator or missing the factor of 3 on the quadratic coefficient leads to an incorrect fractional area. Ensure you correctly express y=31(x−4)2 before subtracting it from the upper curve y=4x−x2.
B · 4
Incorrectly simplifying the quadratic difference (4x−x2)−31(x2−8x+16) leads to wrong coefficients in the integrand. Combine like terms carefully: −x2−31x2=−34x2, and 4x+38x=320x.
C · 6
None. This is the correct calculation of the enclosed area. Correctly find the intersection points x=1 and x=4, then evaluate ∫14((4x−x2)−31(x−4)2)dx=6.
D · 314
Using incorrect integration limits (such as [0,4] instead of the actual intersection bounds [1,4]). Always solve for the intersection points by equating 4x−x2=31(x−4)2 to find the exact integration interval.
Reviewed route
Solution
StepWorking
01given
Two parabolic curves: y=4x−x2 (downward-opening parabola) and y=3(x−4)2 (upward-opening parabola).
02goal
Find the area of the bounded region between the two parabolas.
03approach
Find the x-coordinates of the intersection points by equating y1=y2. Then integrate (yupper−ylower)dx between these limits.
04execute
Equating the equations of the curves:
4x−x2=3(x−4)23(4x−x2)=x2−8x+1612x−3x2=x2−8x+164x2−20x+16=0⟹x2−5x+4=0⟹(x−1)(x−4)=0
So, the limits of integration are x=1 to x=4.
In this interval [1,4], y=4x−x2≥3(x−4)2.
Area=∫14(4x−x2−3(x−4)2)dxArea=[2x2−3x3−9(x−4)3]14
Evaluating at the upper limit x=4:
2(16)−364−0=32−364=332
Evaluating at the lower limit x=1:
2(1)−31−9(1−4)3=2−31−9−27=2−31+3=5−31=314Area=332−314=318=6
✓verify
Using Archimedes' formula for parabolic segment area: Area=6∣a∣(x2−x1)3. Here, the difference equation is 34(x2−5x+4)=0, so ∣a∣=34. Thus, Area=64/3(4−1)3=184×27=92×27=6. Matches exactly.
How do we know which curve is on top in the interval [1,4]?
Pick any test point inside (1,4), say x=2. For the first curve, y=4(2)−22=4. For the second curve, y=(2−4)2/3=4/3. Since 4>4/3, the curve y=4x−x2 lies above 3y=(x−4)2 on (1,4).