Let the line x = -1 divide the area of the region left\(x,y):1+x^2leq yleq3-xright\ in the ratio m:n, gcd (m,n)=1. Then m+n is equal to

Solution & Explanation

### Related Formula textArea = int_a^b (y_textupper - y_textlower) \,dx ### Core Logic First, find the points of intersection for the curves y = 1 + x^2 and y = 3 - x: 1 + x^2 = 3 - x x^2 + x - 2 = 0 (x + 2)(x - 1) = 0 implies x = -2, x = 1 So the total region is bounded between x = -2 and x = 1. The line x = -1 divides this region into two parts.
Area Between Two Curves diagram for Q3 - JEE Main 2026 Morning
Area Between Two Curves diagram for Q3 - JEE Main 2026 Morning
### Step 1: Setting up the Areas Let the area to the left of x = -1 be proportional to m and the area to the right be proportional to n. A_m = int_-2^-1 [(3 - x) - (1 + x^2)] \,dx A_n = int_-1^1 [(3 - x) - (1 + x^2)] \,dx The integrand simplifies to 2 - x - x^2.
Area Between Two Curves diagram for Q3 - JEE Main 2026 Morning
Area Between Two Curves diagram for Q3 - JEE Main 2026 Morning
### Step 2: Integration int (2 - x - x^2) \,dx = 2x - fracx^22 - fracx^33 Evaluate A_m: A_m = left[2x - fracx^22 - fracx^33right]_-2^-1 A_m = left(-2 - frac12 + frac13right) - left(-4 - 2 + frac83right) = left(-frac136right) - left(-frac103right) = frac76 Evaluate A_n: A_n = left[2x - fracx^22 - fracx^33right]_-1^1 A_n = left(2 - frac12 - frac13right) - left(-2 - frac12 + frac13right) = left(frac76right) - left(-frac136right) = frac206 ### Step 3: Finding the Ratio The ratio of the areas m:n is: fracmn = fracA_nA_m text or fracA_mA_n Wait, the solution designates fracmn = fracint_-1^1int_-2^-1 = frac20/67/6 = frac207. (Since gcd(20,7)=1, m=20 and n=7). Therefore, m+n = 20 + 7 = 27. ### Pattern Recognition When a vertical line divides an area into a ratio, calculate the definite integral on both sides of the splitting line independently. Keep fractions with a common denominator until the final ratio step. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Applications of Integrals

Reference Study Guides

More Applications of Integrals Previous-Year Questions

Q2 jee_main_2026_21_jan_morning Area Bounded by Ellipse and Modulus Functions
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:
  • A. 2(pi - 1)
  • B. 2pi - frac12
  • C. 3(pi - 1)
  • D. 2pi - 1

Solution

### 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
Q11 jee_main_2026_21_jan_evening Area Under Curve
If the area of the region \(x, y) : 1 - 2x leq y leq 4 - x^2, x geq 0, y geq 0\ is fracalphabeta, alpha, beta, in N, gcd(alpha, beta) = 1, then the value of (alpha + beta) is :
  • A. 73
  • B. 85
  • C. 91
  • D. 67

Solution

### Related Formula textArea = int_x_1^x_2 (f(x) - g(x)) dx textArea of Parabola piece: int_0^2 (4-x^2) dx ### Core Logic
Area under curve diagram for Q11 - JEE Main 2026 Evening
Area under curve diagram for Q11 - JEE Main 2026 Evening
The region is bounded above by y = 4 - x^2, below by y = 1 - 2x, and constrained to x geq 0, y geq 0. The parabola intersects the x-axis at x=2 (since 4-x^2=0, xgeq 0). The line intersects the x-axis at x=frac12 (since 1-2x=0) and y-axis at y=1. The required area is the area under the parabola in the first quadrant minus the small triangular region bounded by y = 1-2x, x=0, y=0. ### Step 1: Calculate the Area textTotal area under parabola in 1st quadrant = int_0^2 (4 - x^2) dx = left[ 4x - fracx^33 right]_0^2 = 8 - frac83 = frac163 Area of the small right triangle formed by the line y=1-2x in the first quadrant: Vertices are (0,0), (1/2,0), (0,1). textArea of triangle = frac12 times textbase times textheight = frac12 times frac12 times 1 = frac14 ### Step 2: Subtraction and Format Match textRequired Area = frac163 - frac14 = frac64 - 312 = frac6112 Here, alpha = 61, beta = 12. Check gcd(61, 12) = 1. This matches. So, alpha + beta = 61 + 12 = 73. ### Pattern Recognition For areas defined by y geq g(x) when g(x) forms a simple geometric shape (like a line), subtract the geometric area directly rather than splitting the integral algebraically. It eliminates integration errors. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Maths: Application of Integrals
Q73 jee_main_2025_02_april_morning Area Between Curves
If the area of the region left\(x, y): left| 4 - x ^ 2 right| le y le x ^ 2, y le 4, x ge 0 right\ is left(frac80sqrt2alpha - betaright), alpha, beta in mathbbN, then alpha + beta is equal to ________.
Numerical Answer. Answer: 22 to 22

Solution

### Related Formula Area bounded by functions integrated with respect to y axis: textArea = int_c^d (x_textright - x_textleft) \, mathrmdy ### Core Logic Identify the bounding graphs and intersection coordinates in the first quadrant, then construct standard definite integrals along the vertical axis.
Area Between Curves diagram for Q73 - JEE Main 2025 Morning
Area Between Curves diagram for Q73 - JEE Main 2025 Morning
### Step 1: Unpack Bounding Curves The condition |4-x^2| le y splits into two sections at x=2: 1. For 0 le x le 2 implies 4 - x^2 le y implies x^2 ge 4 - y implies x = sqrt4-y 2. For x ge 2 implies x^2 - 4 le y implies x^2 le 4 + y implies x = sqrt4+y Also bounded by y le x^2 implies x ge sqrty, and the outer cap constraint y le 4. ### Step 2: Construct the Integral Area Formula Integrating with respect to y covers the region bounded on the left by sqrty and sqrt4-y, and on the right by sqrt4+y: A = int_0^4 sqrt4+y \, mathrmdy - int_0^2 sqrt4-y \, mathrmdy - int_2^4 sqrty \, mathrmdy ### Step 3: Evaluate the Definite Integrals A = left[ frac(4+y)^3/23/2 right]_0^4 + left[ frac(4-y)^3/23/2 right]_0^2 - left[ fracy^3/23/2 right]_2^4 Evaluating these values precisely: A = frac23left(8^3/2 - 4^3/2right) + frac23left(2^3/2 - 4^3/2right) - frac23left(4^3/2 - 2^3/2right) A = frac80sqrt23 - 16 ### Step 4: Solve for Constants Compare the final value expression to left(frac80sqrt2alpha - betaright): alpha = 3, quad beta = 16 implies alpha + beta = 3 + 16 = 22 ### Pattern Recognition Integrating along the vertical axis (y-direction) is significantly faster here because it avoids splitting the domain across multiple vertical segments on the horizontal x-axis. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 12 Mathematics: Application of Integrals
Q jee_main_2025_03_april_evening Area Under Curves
The area of the region \(x,y): |x-y| le y le 4sqrtx\ is
  • A. 512
  • B. frac10243
  • C. frac5123
  • D. frac20483

Solution

### Related Formula The area between two continuous curves y_textupper(x) and y_textlower(x) from x=a to x=b is given by: textArea = int_a^b left( y_textupper - y_textlower right) \, dx ### Core Logic Analyze the given inequality condition |x - y| le y le 4sqrtx: 1. **Left Inequality:** |x - y| le y iff -y le x - y le y Adding y across all terms: 0 le x le 2y This yields two conditions: * x ge 0 * y ge fracx2 (lower bounding line) 2. **Right Inequality:** y le 4sqrtx implies y^2 le 16x quad (y ge 0) This gives the upper bounding parabolic curve y = 4sqrtx. Thus, the enclosed region lies in the first quadrant bounded between the upper curve y = 4sqrtx and the lower line y = fracx2. ### Step 1: Finding Points of Intersection Equating the two boundary curves: 4sqrtx = fracx2 implies 8sqrtx = x implies x^2 - 64x = 0 implies x = 0 quad textor quad x = 64 Corresponding y-values: * At x = 0 implies y = 0 * At x = 64 implies y = 32 The curves intersect at (0, 0) and (64, 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 with respect to x from x = 0 to x = 64: beginaligned textArea &= int_0^64 left( 4sqrtx - fracx2 right) \, dx \\ &= left[ frac83x^3/2 - fracx^24 right]_0^64 \\ &= frac83(64)^3/2 - frac(64)^24 \\ &= frac83(512) - frac40964 \\ &= frac40963 - 1024 \\ &= frac4096 - 30723 \\ &= frac10243 endaligned ### Pattern Recognition (Alternative Verification) For the area enclosed between a parabola y^2 = 4ax and a line y = mx: textArea = frac8a^23m^3 Given y^2 = 16x implies 4a = 16 implies a = 4, and y = frac12x implies m = frac12: textArea = frac8(4)^23left(frac12right)^3 = frac8 times 163 times frac18 = frac128 times 83 = frac10243 ### Evaluation Rubric / Model Answer **Correct Answer:** Option B (frac10243) ### Chapter Mix * Class 12 Mathematics: Applications of Integrals * Class 11 Mathematics: Conic Sections
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%)