This MCQ module is based on: Area Under Curves – Lines, Parabolas, Circles, Ellipses
Area Under Curves – Lines, Parabolas, Circles, Ellipses
This mathematics assessment will be based on: Area Under Curves – Lines, Parabolas, Circles, Ellipses
Targeting Class 12 level in Calculus, with Advanced difficulty.
Upload images, PDFs, or Word documents to include their content in assessment generation.
8.1 Introduction
In geometry, we have learnt formulae to calculate areas of various geometrical figures including triangles, rectangles, trapezias and circles. Such formulae are fundamental in many real-life applications. However, these formulae are inadequate for calculating the areas enclosed by curves. For that, we shall need some concepts of Integral Calculus?.
In the previous chapter, we have studied how to find the area bounded by the curve \(y = f(x)\), the ordinates \(x = a\), \(x = b\), and the \(x\)-axis, while calculating the definite integral as the limit of a sum. Here, in this chapter, we shall study a specific application of integrals to find the area under simple curves, area between lines and arcs of circles, parabolas, and ellipses (standard forms only).
8.2 Area under Simple Curves
We have studied in the previous chapter that the definite integral is the limit of a sum, and we now consider the easy and intuitive way of finding the area bounded by the curve \(y = f(x)\), the \(x\)-axis, and the ordinates \(x = a\) and \(x = b\).
Worked Examples
Example 1: Area Enclosed by a Circle
Find the area enclosed by the circle \(x^2 + y^2 = a^2\).
From the equation: \(y = \pm\sqrt{a^2 - x^2}\). In the first quadrant, \(y = \sqrt{a^2 - x^2} \geq 0\).
Since the circle is symmetrical about both axes, total area = 4 × area in the first quadrant:
\[\text{Area} = 4\int_0^a \sqrt{a^2 - x^2}\,dx\]Using the standard formula \(\int \sqrt{a^2 - x^2}\,dx = \frac{x}{2}\sqrt{a^2 - x^2} + \frac{a^2}{2}\sin^{-1}\frac{x}{a} + C\):
\[\text{Area} = 4\left[\frac{x}{2}\sqrt{a^2-x^2} + \frac{a^2}{2}\sin^{-1}\frac{x}{a}\right]_0^a = 4\left[0 + \frac{a^2}{2}\cdot\frac{\pi}{2} - 0\right] = 4\cdot\frac{\pi a^2}{4} = \pi a^2\]Example 2: Area Enclosed by an Ellipse
Find the area enclosed by the ellipse \(\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1\).
From the equation: \(y = \frac{b}{a}\sqrt{a^2 - x^2}\) (first quadrant).
Area = 4 × (area in first quadrant):
\[\text{Area} = 4\int_0^a \frac{b}{a}\sqrt{a^2 - x^2}\,dx = \frac{4b}{a}\left[\frac{x}{2}\sqrt{a^2-x^2} + \frac{a^2}{2}\sin^{-1}\frac{x}{a}\right]_0^a\] \[= \frac{4b}{a}\cdot\frac{a^2}{2}\cdot\frac{\pi}{2} = \pi ab\]8.3 Area Between Two Curves
Example 3: Area Between a Line and a Parabola
Find the area of the region bounded by the line \(y = 3x + 2\), the \(x\)-axis, and the ordinates \(x = -1\) and \(x = 1\).
For \(x \in [-1, -\frac{2}{3}]\): the line is below the \(x\)-axis (\(y < 0\)).
For \(x \in [-\frac{2}{3}, 1]\): the line is above the \(x\)-axis (\(y > 0\)).
Area of the region ACBA (below \(x\)-axis): \[\left|\int_{-1}^{-2/3}(3x+2)\,dx\right| = \left|\left[\frac{3x^2}{2}+2x\right]_{-1}^{-2/3}\right| = \left|\left(\frac{2}{3} - \frac{4}{3}\right) - \left(\frac{3}{2} - 2\right)\right| = \left|-\frac{2}{3} + \frac{1}{2}\right| = \frac{1}{6}\] Area of the region ADEA (above \(x\)-axis): \[\int_{-2/3}^1(3x+2)\,dx = \left[\frac{3x^2}{2}+2x\right]_{-2/3}^1 = \left(\frac{3}{2}+2\right) - \left(\frac{2}{3}-\frac{4}{3}\right) = \frac{7}{2} + \frac{2}{3} = \frac{25}{6}\] Total area = \(\frac{1}{6} + \frac{25}{6} = \frac{26}{6} = \frac{13}{3}\) sq. units.
Example 4: Area Between a Parabola and a Line
Find the area bounded by the curve \(y = \cos x\) between \(x = 0\) and \(x = 2\pi\).
- Draw a 1 × 1 square on graph paper. Plot \(y = x^2\) from \(x = 0\) to \(x = 1\).
- Count the number of small grid squares below the curve and compare to the total (100 if using a 10 × 10 grid).
- Calculate exactly: \(\int_0^1 x^2\,dx = \frac{1}{3}\). So the area is \(\frac{1}{3}\) of the unit square.
- Repeat for \(y = x^3\). The area is \(\frac{1}{4}\). Notice the pattern: for \(y = x^n\), area = \(\frac{1}{n+1}\).
Observation: As \(n\) increases, the curve \(y = x^n\) becomes flatter near \(x = 0\) and steeper near \(x = 1\). The area under the curve from 0 to 1 is \(\frac{1}{n+1}\), which approaches 0 as \(n \to \infty\). This makes geometric sense: for very large \(n\), \(x^n \approx 0\) for most of \([0, 1)\).
Competency-Based Questions
\(A_{\max} = 2\cdot\frac{2}{\sqrt{3}}\left(4 - \frac{4}{3}\right) = \frac{4}{\sqrt{3}}\cdot\frac{8}{3} = \frac{32}{3\sqrt{3}} = \frac{32\sqrt{3}}{9} \approx 6.16\) m².
Area = \(\int_{-\sqrt{2}}^{\sqrt{2}}[(4-x^2) - x^2]\,dx = \int_{-\sqrt{2}}^{\sqrt{2}}(4 - 2x^2)\,dx = 2\int_0^{\sqrt{2}}(4 - 2x^2)\,dx\) \[= 2\left[4x - \frac{2x^3}{3}\right]_0^{\sqrt{2}} = 2\left(4\sqrt{2} - \frac{4\sqrt{2}}{3}\right) = 2\cdot\frac{8\sqrt{2}}{3} = \frac{16\sqrt{2}}{3} \approx 7.54\] m².
Assertion–Reason Questions
Reason (R): The area enclosed by the circle \(x^2 + y^2 = r^2\) is \(\pi r^2\).
Reason (R): When a curve lies partly above and partly below the \(x\)-axis, the definite integral gives the net signed area, not the total area.
Reason (R): The area of the ellipse \(\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1\) is \(\pi ab\).
Frequently Asked Questions
How to find area under a curve using integration?
The area under y = f(x) from a to b is the definite integral. If the curve is below the x-axis, take absolute value. Split at x-intercepts if the curve crosses the axis.
How to find area between two curves?
Area = integral of |f(x) - g(x)| from a to b. Find intersection points, determine which curve is above, then integrate the difference.
What is the area bounded by a parabola?
For y^2 = 4ax bounded by latus rectum x = a, the area is 8a^2/3. This is a standard NCERT application solved using integration.
How to calculate area of a circle using integration?
For x^2 + y^2 = r^2, area = 4 * integral from 0 to r of sqrt(r^2-x^2)dx = pi*r^2. Use the substitution x = r*sin(theta).
How to find area of an ellipse using integration?
For x^2/a^2 + y^2/b^2 = 1, area = 4 * integral from 0 to a of (b/a)*sqrt(a^2-x^2)dx = pi*a*b. Same substitution as circle.
Frequently Asked Questions — Application of Integrals
What is Area Under Curves - Lines, Parabolas, Circles, Ellipses in NCERT Class 12 Mathematics?
Area Under Curves - Lines, Parabolas, Circles, Ellipses is a key concept covered in NCERT Class 12 Mathematics, Chapter 8: Application of Integrals. This lesson builds the student's foundation in the chapter by explaining the core ideas with worked examples, definitions, and step-by-step methods aligned to the CBSE curriculum.
How do I solve problems on Area Under Curves - Lines, Parabolas, Circles, Ellipses step by step?
To solve problems on Area Under Curves - Lines, Parabolas, Circles, Ellipses, follow the NCERT method: identify the given quantities, choose the relevant formula or theorem, substitute values carefully, and simplify. Class 12 exercises gradually increase in difficulty — start with solved NCERT examples before attempting exercise questions, and always verify your answer by substitution or diagram.
What are the most important formulas for Chapter 8: Application of Integrals?
The essential formulas of Chapter 8 (Application of Integrals) are listed in the chapter summary and highlighted throughout the lesson in formula boxes. Memorise them and practise at least 2–3 problems per formula. CBSE board exams frequently test direct application as well as combined use of multiple formulas from this chapter.
Is Area Under Curves - Lines, Parabolas, Circles, Ellipses important for the Class 12 board exam?
Area Under Curves - Lines, Parabolas, Circles, Ellipses is part of the NCERT Class 12 Mathematics syllabus and appears in CBSE board exams. Questions typically include short-answer, long-answer, and competency-based items. Review the NCERT examples, exercise questions, and previous-year board problems on this topic to prepare confidently.
What mistakes should students avoid in Area Under Curves - Lines, Parabolas, Circles, Ellipses?
Common mistakes in Area Under Curves - Lines, Parabolas, Circles, Ellipses include skipping steps, misapplying formulas, sign errors, and losing track of units. Write each step clearly, double-check algebraic manipulations, and re-read the question after solving to verify that your answer matches what was asked.
Where can I find more NCERT practice questions on Area Under Curves - Lines, Parabolas, Circles, Ellipses?
End-of-chapter NCERT exercises for Area Under Curves - Lines, Parabolas, Circles, Ellipses cover all difficulty levels tested in CBSE exams. After completing them, try the examples again without looking at the solutions, attempt the NCERT Exemplar questions for Chapter 8, and solve at least one previous-year board paper to consolidate your understanding.