The area of the region, inside the ellipse x^2 + 4y^2 = 4 and outside the region bounded by the curves y = |x| - 1 and y = 1 - |x| , is:

Solution & Explanation

### Related Formula Area of an ellipse fracx^2a^2 + fracy^2b^2 = 1 is given by: textArea = pi a b Area of a rhombus bounded by |x| + |y| = a is 2a^2. ### Core Logic The given curves form a bounded geometric area. Ellipse: x^2 + 4y^2 = 4 Rightarrow fracx^24 + fracy^21 = 1. Here, a = 2, b = 1. The region to be excluded is bounded by y = |x| - 1 and y = 1 - |x|, which rearranges to |x| + |y| = 1. This forms a square/rhombus centered at the origin with vertices at (1, 0), (0, 1), (-1, 0), (0, -1). ### Step 1: Calculate Total and Excluded Areas Total Area of the Ellipse: textArea = pi (2)(1) = 2pi Excluded Area (Rhombus |x| + |y| = 1): The rhombus consists of 4 identical right-angled triangles in each quadrant. Area of one triangle = frac12 times textbase times textheight = frac12 times 1 times 1 = frac12. Total excluded area = 4 times frac12 = 2. ### Step 2: Calculate Required Area
Ellipse and Modulus area diagram for Q2 - JEE Main 2026 Morning
Ellipse and Modulus area diagram for Q2 - JEE Main 2026 Morning
Required Area = Area of ellipse - Shaded Area = 2pi - 2 = 2(pi - 1) ### Pattern Recognition Transform absolute value equations y = pm(|x| - a) into |x| + |y| = a to instantly recognize a standard rhombus, allowing direct geometry formulas instead of integration. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Area Under Curves Class 11 Maths: Conic Sections

Reference Study Guides

More Area Under Curves Previous-Year Questions — Page 4

Q28 jee_main_2024_29_jan_morning Area Under Curves
The area (in sq. units) of the part of circle x^2+y^2=169 which is below the line 5x-y=13 is fracpialpha2beta-frac652+fracalphabetasin^-1(frac1213) where alpha,beta are coprime numbers. Then alpha+beta is equal to
Numerical Answer. Answer: 171 to 171

Solution

### Related Formula textStandard Integral: int sqrta^2-y^2 dy = fracy2sqrta^2-y^2 + fraca^22sin^-1left(fracyaright) + C textArea of right triangle = frac12 times textbase times textheight ### Core Logic First, find the points of intersection between the circle x^2+y^2=169 and the line 5x-y=13 Rightarrow y = 5x-13. Substitute y into the circle equation: x^2 + (5x-13)^2 = 169 x^2 + 25x^2 - 130x + 169 = 169 26x^2 - 130x = 0 Rightarrow 26x(x - 5) = 0 The solutions are x=0 and x=5. When x=0, y=-13. Point is (0, -13). When x=5, y=12. Point is (5, 12). The required area is bounded below the line x = fracy+135 and above the right-hand boundary of the circle x = sqrt169-y^2 across the y-axis boundaries [-13, 12].
Area Under Curves
Area Under Curves
### Step 1: Setup Area Integral Integrate with respect to y (from left to right curves, bounded horizontally): Area = int_-13^12 left( sqrt169-y^2 - fracy+135 right) dy Split the integral into two parts: Part A (Circle): int_-13^12 sqrt169-y^2 dy Part B (Line): int_-13^12 fracy+135 dy ### Step 2: Evaluate Integrals Part A (Circle Integral): = left[ fracy2sqrt169-y^2 + frac1692sin^-1left(fracy13right) right]_-13^12 Evaluate at upper limit 12: = frac122sqrt169-144 + frac1692sin^-1left(frac1213right) = 6(5) + frac1692sin^-1left(frac1213right) = 30 + frac1692sin^-1left(frac1213right) Evaluate at lower limit -13: = 0 + frac1692sin^-1(-1) = -frac169pi4 Value of Part A = 30 + frac169pi4 + frac1692sin^-1left(frac1213right) Part B (Line Integral - matches the area of the bounded triangle geometric region): = frac110 left[ (y+13)^2 right]_-13^12 = frac110(12+13)^2 - 0 = frac25^210 = frac62510 = frac1252 = 62.5 ### Step 3: Map to Requested Format Subtract Part B from Part A: Area = frac169pi4 + 30 - frac1252 + frac1692sin^-1left(frac1213right) Area = frac169pi4 - frac652 + frac1692sin^-1left(frac1213right) Comparing this exactly with the given format fracpialpha2beta - frac652 + fracalphabetasin^-1(frac1213): We see that fracalphabeta = frac1692. Since 169 and 2 are coprime, alpha = 169 and beta = 2. Calculate alpha + beta: 169 + 2 = 171 ### Pattern Recognition When evaluating line integrals forming a triangle with horizontal bounds, bypass algebraic integration and visually calculate frac12 cdot b cdot h. Here, base=25 along y-axis, height=5 along x-axis, area = 125/2. Instantly saves integration time. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Application of Integrals Class 11 Mathematics: Straight Lines
Q8 jee_main_2024_30_jan_morning Area under Curves
The area (in square units) of the region bounded by the parabola y^2 = 4(x - 2) and the line y = 2x - 8
  • A. 8
  • B. 9
  • C. 6
  • D. 7

Solution

### Related Formula textArea = int_y_1^y_2 (x_R - x_L) dy ### Core Logic
Area under Curves diagram for Q8 - JEE Main 2024 Morning
Area under Curves diagram for Q8 - JEE Main 2024 Morning
To simplify calculations, shift the origin. Let X = x - 2. The equations become: Parabola: y^2 = 4X Rightarrow X = fracy^24 Line: y = 2(X + 2) - 8 Rightarrow y = 2X - 4 Rightarrow X = fracy + 42 ### Step 1: Finding points of intersection Set the X values equal to find intersection points in terms of y: fracy^24 = fracy + 42 y^2 = 2y + 8 y^2 - 2y - 8 = 0 (y - 4)(y + 2) = 0 The intersection points are at y = -2 and y = 4. ### Step 2: Area Integration Integrate with respect to y from -2 to 4: A = int_-2^4 left( x_R - x_L right) dy A = int_-2^4 left( fracy + 42 - fracy^24 right) dy A = left[ fracy^24 + 2y - fracy^312 right]_-2^4 Upper limit (y=4): frac164 + 8 - frac6412 = 4 + 8 - frac163 = 12 - frac163 = frac203 Lower limit (y=-2): frac44 - 4 - frac-812 = 1 - 4 + frac23 = -3 + frac23 = -frac73 A = frac203 - left(-frac73right) = frac273 = 9 The solution simplifies it directly to 9 square units. ### Pattern Recognition For a horizontal parabola interacting with a line, integrating along the y-axis is always cleaner than splitting it into multiple integrals along the x-axis. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Application of Integrals
Q11 jee_main_2024_31_jan_evening Area Under Curves
The area of the region enclosed by the parabola y = 4x - x^2 and 3y = (x - 4)^2 is equal to
  • A. frac329
  • B. 4
  • C. 6
  • D. frac143

Solution

### Related Formula textArea = int_a^b (y_textupper - y_textlower) dx ### Core Logic
Area Under Curves diagram for Q11 - JEE Main 2024 Evening
Area Under Curves diagram for Q11 - JEE Main 2024 Evening
Find intersection points of y = 4x - x^2 and 3y = (x - 4)^2: 3(4x - x^2) = x^2 - 8x + 16 12x - 3x^2 = x^2 - 8x + 16 4x^2 - 20x + 16 = 0 implies x^2 - 5x + 4 = 0 Roots are x = 1, 4. Area integral: textArea = int_1^4 left[ (4x - x^2) - frac(x - 4)^23 right] dx = left[ frac4x^22 - fracx^33 - frac(x - 4)^39 right]_1^4 = left[ 2(16) - frac643 - 0 right] - left[ 2(1) - frac13 - frac(-3)^39 right] = left( 32 - frac643 right) - left( 2 - frac13 + 3 right) = frac323 - left( 5 - frac13 right) = frac323 - frac143 = frac183 = 6 ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Applications of the Integrals
Q5 jee_main_2024_31_jan_morning Area bounded by Parabolas and Inequalities
The area of the region left\(x,y): y^2 le 4x, x < 4, fracxy(x - 1)(x - 2)(x - 3)(x - 4) > 0, x neq 3right\ is
  • A. frac163
  • B. frac643
  • C. frac83
  • D. frac323

Solution

### Core Logic Given y^2 le 4x and x < 4. Analyze the inequality fracxy(x-1)(x-2)(x-3)(x-4) > 0 considering y > 0 and y < 0 separately.
Area bounded by Parabolas and Inequalities diagram for Q5 - JEE Main 2024 Morning
Area bounded by Parabolas and Inequalities diagram for Q5 - JEE Main 2024 Morning
### Step 1: Case I (y > 0) If y > 0, the inequality reduces to fracx(x-1)(x-2)(x-3)(x-4) > 0. Using wavy curve method and given x in (0, 4): x in (0, 1) cup (2, 3). ### Step 2: Case II (y < 0) If y < 0, the inequality reduces to fracx(x-1)(x-2)(x-3)(x-4) < 0. Using wavy curve method and given x in (0, 4): x in (1, 2) cup (3, 4). ### Step 3: Area Computation Because the regions map perfectly without overlap in opposite quadrants relative to the x-axis, they form complete parabolic strips when combined: Area = 2 int_0^4 sqrtx dx = 2 cdot frac23[x^3/2]_0^4 = frac43 cdot 8 = frac323. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Area Under Curves Class 11 Maths: Linear Inequalities

More Area Under Curves Questions — jee_main_2026_21_jan_morning

Practice all Area Under Curves previous-year questions →

Rankbit System
JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%) | JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%)
YOUR FIRST PREP STEP STARTS HERE

We Map Every Repeating Question in Competitive Exams.

Say goodbye to generic mock test fatigue. RankBit uses smart analysis to group past exam questions into their foundational Repeating Question Types. Find chapter weightage, track repeating questions, and score higher with targeted practice.

Select Your Target Exam

Choose an exam track below to find formulas per chapter and patterns.

Syncing Exam Intelligence

Mapping formulas and patterns across all tracks…

PATH A — FULL LENGTH PRACTICE

Full Mock Test Hub

Simulate real NTA exam conditions with fully tracked mocks. Time yourself against past papers.

Now Live Open
PATH B — TARGETED PRACTICE

Topic-wise Practice Hub

Practice past-year questions one chapter at a time. Pick an exam → subject → chapter and get every PYQ for that topic — pulled together from all past papers — with the chapter's key formulas alongside.

Loading Questions... Browse Topics
Latest from the Blog
View all →

Loading articles...