Core Formulas for Area Calculation

This chapter is built on one central idea: area is obtained by integrating the positive distance between boundaries.

  • Area under a curve and the x-axis: If a curve is defined by y=f(x)y = f(x), then the geometrical area bounded by the curve, the x-axis, and the ordinates x=ax = a and x=bx = b is Area=abydx=abf(x)dx.\text{Area} = \int_a^b |y|\,dx = \int_a^b |f(x)|\,dx. If f(x)0f(x) \ge 0 throughout [a,b][a,b], the modulus is not needed and the formula reduces to Area=abf(x)dx.\text{Area} = \int_a^b f(x)\,dx. If f(x)<0f(x) < 0 on some part of the interval, the definite integral gives negative contribution there, so the modulus is necessary for true geometrical area.

  • Area under a curve and the y-axis: If the curve is given by x=g(y)x = g(y), then the area bounded by the curve, the y-axis, and the horizontal lines y=cy = c and y=dy = d is Area=cdxdy=cdg(y)dy.\text{Area} = \int_c^d |x|\,dy = \int_c^d |g(y)|\,dy. If the curve stays to the right of the y-axis, then x0x \ge 0 and we simply use Area=cdg(y)dy.\text{Area} = \int_c^d g(y)\,dy.

  • Area between two curves: If two curves are given by y=f(x)y=f(x) and y=g(x)y=g(x), and f(x)g(x)f(x) \ge g(x) on [a,b][a,b], then the enclosed area is Area=ab[f(x)g(x)]dx.\text{Area} = \int_a^b [f(x)-g(x)]\,dx. This is often remembered as Area=(upper curvelower curve)dx.\text{Area} = \int (\text{upper curve} - \text{lower curve})\,dx. Similarly, if integration with respect to yy is easier and the curves are written as x=f(y)x=f(y) and x=g(y)x=g(y) with f(y)g(y)f(y) \ge g(y), then Area=cd[f(y)g(y)]dy.\text{Area} = \int_c^d [f(y)-g(y)]\,dy.

Standard Area Results (Memorization List)

These results are extremely useful for quick verification and for saving time in objective exams.

  • Circle: For the circle x2+y2=a2,x^2 + y^2 = a^2, its radius is aa, so the total area is πa2.\pi a^2.

  • Ellipse: For the ellipse x2a2+y2b2=1,\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1, its semi-major and semi-minor axes are aa and bb, so the total area is πab.\pi ab.

  • Parabola and Latus Rectum: For the parabola y2=4ax,y^2 = 4ax, its latus rectum is the vertical line x=ax=a. The area bounded by the parabola and its latus rectum is 8a23.\frac{8a^2}{3}.

  • Parabola and Oblique Line: For the parabola y2=4axy^2 = 4ax and the line y=mx,y = mx, the bounded area is 8a23m3.\frac{8a^2}{3m^3}. This is a very important result in JEE-type questions.

  • Two Parabolas: For the pair of intersecting parabolas y2=4axandx2=4by,y^2 = 4ax \quad \text{and} \quad x^2 = 4by, the enclosed area is 16ab3.\frac{16ab}{3}. This standard formula is frequently used directly in multiple-choice problems.

These results are not substitutes for understanding. You should still know how they are derived from integration, especially for subjective exams.

Crucial Conceptual Principles

Most mistakes in this chapter happen not in integration, but in identifying the correct region. Keep these principles in mind:

  • Curves Crossing the Axis: If a curve crosses the x-axis or y-axis within the interval, then a direct definite integral gives only the algebraic sum of areas, not the total geometrical area. For example, if f(x)f(x) changes sign at x=cx=c, then the correct area is obtained by splitting the interval: Area=acf(x)dx+cbf(x)dx.\text{Area} = \left|\int_a^c f(x)\,dx\right| + \left|\int_c^b f(x)\,dx\right|. Equivalently, Area=abf(x)dx.\text{Area} = \int_a^b |f(x)|\,dx.

  • Intersecting Curves: If two curves cross each other at an interior point x=cx=c, then the upper and lower functions interchange after that point. In that case, the area must be split: Area=ac[f(x)g(x)]dx+cb[g(x)f(x)]dx,\text{Area} = \int_a^c [f(x)-g(x)]\,dx + \int_c^b [g(x)-f(x)]\,dx, where f(x)g(x)f(x) \ge g(x) on [a,c][a,c] and g(x)f(x)g(x) \ge f(x) on [c,b][c,b]. A compact equivalent form is Area=abf(x)g(x)dx.\text{Area} = \int_a^b |f(x)-g(x)|\,dx.

  • Symmetry: Always check whether the figure is symmetric about the x-axis, y-axis, or origin. If the bounded region is symmetric, compute one part and multiply appropriately.

  • Symmetry about the y-axis often lets you compute the right half and multiply by 2.

  • Symmetry about the x-axis often lets you compute the upper half and multiply by 2.

  • Symmetry about both axes often lets you compute the first quadrant area and multiply by 4.

  • Choice of Variable: Many problems look long with respect to xx but become simple with respect to yy. If the curves are naturally written as x=f(y)x=f(y), or if one vertical strip intersects the region in multiple pieces, then integrating with respect to yy is often the better method.

So the chapter is not just about formulas. It is about asking three questions first:

  1. What are the intersection points?
  2. Which boundary is upper/lower or right/left?
  3. Should I integrate with respect to xx or with respect to yy?

Important Exam Tips for Board Exams

Board exam answers are judged not only by the final value, but also by the clarity of mathematical setup.

  • Draw a Rough Sketch: This is essential. Even a simple sketch helps you identify the interval, the intersection points, and the correct upper/lower curve. It also earns presentation marks and reduces sign mistakes.

  • Show Intersection Calculations: Do not jump directly to limits. Solve the equations simultaneously and show the algebra clearly. For example, if two curves meet where x2=4xx^2 = 4-x, write the equation, solve it, and then state the limits.

  • Explicitly State Boundaries: Before integrating, write sentences like:

  • "In the interval [a,b][a,b], the line lies above the parabola."

  • "The right boundary is x=3y2x = 3-y^2 and the left boundary is x=y2x = y^2." This makes your integral setup fully justified.

  • Use Proper Formula Language: In a board answer, write the area formula explicitly, such as Area=ab(upperlower)dx.\text{Area} = \int_a^b (\text{upper} - \text{lower})\,dx. This makes the logic of the solution easy to follow.

  • Split Whenever Required: If the graph crosses the axis or if the upper/lower curve changes at an intersection point, split the integral. Not splitting is one of the most common exam mistakes.

  • Write Units in the Final Answer: Since this chapter is about area, the final result should be written in square units or sq. units.

In short, for board exams, presentation matters almost as much as calculation.

Important Exam Tips for JEE Main & Advanced

In JEE, speed and recognition are critical. The following habits save a lot of time:

  • Recognize Standard Regions Instantly: If the question involves y2=4ax,x2=4by,x2a2+y2b2=1,y^2 = 4ax, \quad x^2 = 4by, \quad \frac{x^2}{a^2}+\frac{y^2}{b^2}=1, then recall the standard area results immediately instead of integrating from scratch unless the problem specifically demands derivation.

  • Check Symmetry First: Before doing any integration, ask whether the region is symmetric. Many JEE questions become half or quarter as long once symmetry is used.

  • Master Graph Transformations: Questions involving modulus, translated conics, or mixed boundaries become manageable only when you can sketch quickly. For example, x|x|, y|y|, exe^{|x|}, and shifted parabolas often appear in area questions.

  • Shift the Origin When Useful: For a translated curve like (yk)2=4a(xh),(y-k)^2 = 4a(x-h), you can think in shifted coordinates to visualize the standard parabola more easily. Since translation does not change area, this is a powerful shortcut.

  • Choose dxdx or dydy Smartly: JEE problems often test whether you can avoid a complicated split. If integrating with respect to xx needs multiple pieces, check whether integrating with respect to yy gives a single clean integral.

  • Use Geometry When Faster: Some areas are more quickly found as combinations of familiar shapes such as triangles, sectors, or segments rather than long integrals.

  • Modulus Means Sign Analysis: Never remove modulus mechanically. First determine where the inside expression is positive or negative.

The best JEE strategy is: sketch, identify symmetry, choose the simpler variable, and only then integrate.