The area of the region \(x,y): |x-y| le y le 4sqrtx\ is

Solution & Explanation

### Related Formula The area between two continuous curves y_1(x) and y_2(x) from x=a to x=b is: textArea = int_a^b (y_upper - y_lower) \, dx ### Core Logic Let's crack the inequalities: 1. |x - y| le y implies -y le x - y le y - From x - y le y implies y ge fracx2 - From -y le x - y implies x ge 0 2. y le 4sqrtx implies y^2 le 16x Thus, the region is bounded between y = 4sqrtx and y = fracx2. ### Step 1: Finding points of intersection Equating the two curves: 4sqrtx = fracx2 implies 16x = fracx^24 implies x^2 - 64x = 0 implies x = 0 quad textand quad x = 64 Corresponding y-values: y = 0 to y = 32.
Area Under Curve diagram for Q61 - JEE Main 2025 Evening Shift
Area Under Curve diagram for Q61 - JEE Main 2025 Evening Shift
### Step 2: Area Integration Integrating from x = 0 to x = 64: textArea = int_0^64 left( 4sqrtx - fracx2 right) \, dx textArea = left[ frac83 x^3/2 - fracx^24 right]_0^64 textArea = frac83 (64)^3/2 - frac64^24 Since 64^3/2 = 512: textArea = frac8 times 5123 - 1024 = frac40963 - 1024 = frac4096 - 30723 = frac10243 ### Pattern Recognition To verify area of parabola and line intersecting at origin: textArea = frac8a^23m^3 or similar formulas. Simply computing the standard integral int (ksqrtx - mx)dx is extremely clean when coordinates are powers of 2. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Applications of Integrals Class 11 Mathematics: Conic Sections

Reference Study Guides

More Applications of Integrals 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
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%)