All solutions
MathsJEE Main

Area Between Two Parabolas Using Definite Integration

Learn how to find the area enclosed between two parabolas using definite integration. This guide covers finding intersection points and setting up the integral.

3 min readPublished 4 June 2026
Integral Calculus (Applications)∫(upper − lower) dx

Concept Overview

This problem tests the application of definite integration to find the area of a region bounded by two curves. Specifically, it focuses on the scenario where both curves are parabolas. The key steps involve finding the points of intersection of the parabolas, which will serve as the limits of integration, and then integrating the difference between the 'upper' and 'lower' curves with respect to xx.

Solution:

Step 1: Identify the equations of the two parabolas. Let the equations of the two parabolas be y=f(x)y = f(x) and y=g(x)y = g(x). For example, we might have y=ax2+bx+cy = ax^2 + bx + c and y=px2+qx+ry = px^2 + qx + r.

Step 2: Find the points of intersection of the two parabolas. To find the points where the parabolas intersect, we set their equations equal to each other: f(x)=g(x)f(x) = g(x) This will result in a quadratic equation in xx. Solving this equation will give us the xx-coordinates of the intersection points. Let these xx-coordinates be x=αx = \alpha and x=βx = \beta, where α<β\alpha < \beta. These will be our limits of integration.

Step 3: Determine which parabola is 'upper' and which is 'lower' in the interval [α,β][\alpha, \beta]. In the interval between the intersection points, one parabola will lie above the other. To determine this, we can pick a test value of xx between α\alpha and β\beta (e.g., x=(α+β)/2x = (\alpha + \beta)/2) and substitute it into both equations. The equation that yields a larger yy-value corresponds to the 'upper' parabola, and the one yielding a smaller yy-value corresponds to the 'lower' parabola. Alternatively, by sketching the graphs or analyzing the leading coefficients of the parabolas, we can often determine which is upper and which is lower. Let's assume f(x)g(x)f(x) \ge g(x) for all xx in [α,β][\alpha, \beta].

Step 4: Set up the definite integral for the area. The area AA enclosed between the two parabolas from x=αx = \alpha to x=βx = \beta is given by the integral of the difference between the upper curve and the lower curve: A=αβ[f(x)g(x)]dxA = \int_{\alpha}^{\beta} [f(x) - g(x)] dx This formula represents the sum of infinitesimal vertical strips of height (f(x)g(x))(f(x) - g(x)) and width dxdx, integrated over the interval [α,β][\alpha, \beta].

Step 5: Evaluate the definite integral. Calculate the indefinite integral of [f(x)g(x)][f(x) - g(x)]. Let this be F(x)F(x). Then, apply the Fundamental Theorem of Calculus: A=F(β)F(α)A = F(\beta) - F(\alpha) This step involves standard integration techniques for polynomials.

Example: Find the area enclosed between the parabolas y=x2y = x^2 and y=2xx2y = 2x - x^2.

Step 1: The equations are y=x2y = x^2 and y=2xx2y = 2x - x^2.

Step 2: Find intersection points: x2=2xx2x^2 = 2x - x^2 2x22x=02x^2 - 2x = 0 2x(x1)=02x(x - 1) = 0 So, x=0x = 0 and x=1x = 1. Thus, α=0\alpha = 0 and β=1\beta = 1.

Step 3: Determine upper and lower curves. Let's test x=0.5x = 0.5: For y=x2y = x^2, y=(0.5)2=0.25y = (0.5)^2 = 0.25. For y=2xx2y = 2x - x^2, y=2(0.5)(0.5)2=10.25=0.75y = 2(0.5) - (0.5)^2 = 1 - 0.25 = 0.75. Since 0.75>0.250.75 > 0.25, y=2xx2y = 2x - x^2 is the upper curve and y=x2y = x^2 is the lower curve in the interval [0,1][0, 1]. So, f(x)=2xx2f(x) = 2x - x^2 and g(x)=x2g(x) = x^2.

Step 4: Set up the integral: A=01[(2xx2)x2]dxA = \int_{0}^{1} [(2x - x^2) - x^2] dx A=01(2x2x2)dxA = \int_{0}^{1} (2x - 2x^2) dx

Step 5: Evaluate the integral: A=[x22x33]01A = \left[ x^2 - \frac{2x^3}{3} \right]_{0}^{1} A=((1)22(1)33)((0)22(0)33)A = \left( (1)^2 - \frac{2(1)^3}{3} \right) - \left( (0)^2 - \frac{2(0)^3}{3} \right) A=(123)(0)A = \left( 1 - \frac{2}{3} \right) - (0) A=13A = \frac{1}{3}

Key Takeaways:

  • The area between two curves y=f(x)y=f(x) and y=g(x)y=g(x) from x=ax=a to x=bx=b is given by abf(x)g(x)dx\int_a^b |f(x) - g(x)| dx.
  • For enclosed areas, the limits of integration (aa and bb) are the xx-coordinates of the intersection points of the curves.
  • It is crucial to identify which function is greater (the 'upper' curve) over the interval of integration to correctly set up the integrand as (upper function - lower function).

Answer: 13\boxed{\frac{1}{3}}

More Maths solutions

Still stuck after reading this?

Ask JEE Genius — the AI tutor walks through every step and cites the exact past-paper source.

Open the chat →