Let the line x = -1 divide the area of the region {(x,y): 1 + x² ≤ y ≤ 3 – x} in the ratio m:n, gcd(m,n) = 1. Then m + n is equal to

Let the line x = -1 divide the area of the region {(x,y): 1 + x² ≤ y ≤ 3 – x} in the ratio m:n, gcd(m,n) = 1. Then m + n is equal to | JEE Main Mathematics
Q MCQ Area Ratio
Let the line x = -1 divide the area of the region {(x,y): 1 + x² ≤ y ≤ 3 – x} in the ratio m:n, gcd(m,n) = 1. Then m + n is equal to
✅ Correct Answer
27
Solution Steps
1
Find intersection points of curves

Parabola: $y = 1 + x^2$

Line: $y = 3 – x$

At intersection: $1 + x^2 = 3 – x$

$x^2 + x – 2 = 0$

$(x + 2)(x – 1) = 0$

$x = -2$ or $x = 1$

Region exists from $x = -2$ to $x = 1$

2
Identify upper and lower curves

Test at $x = 0$:

Parabola: $y = 1 + 0^2 = 1$

Line: $y = 3 – 0 = 3$

Since $3 > 1$, line is upper curve

Area element: $(3 – x) – (1 + x^2) = 2 – x – x^2$

3
Calculate left area (from x = -2 to x = -1)

$A_{\text{left}} = \displaystyle\int_{-2}^{-1} (2 – x – x^2) \, dx$

$= \left[2x – \dfrac{x^2}{2} – \dfrac{x^3}{3}\right]_{-2}^{-1}$

At $x = -1$:

$= 2(-1) – \dfrac{(-1)^2}{2} – \dfrac{(-1)^3}{3}$

$= -2 – \dfrac{1}{2} – \dfrac{-1}{3}$

$= -2 – \dfrac{1}{2} + \dfrac{1}{3} = \dfrac{-12 – 3 + 2}{6} = \dfrac{-13}{6}$

At $x = -2$:

$= 2(-2) – \dfrac{(-2)^2}{2} – \dfrac{(-2)^3}{3}$

$= -4 – \dfrac{4}{2} – \dfrac{-8}{3}$

$= -4 – 2 + \dfrac{8}{3} = \dfrac{-12 – 6 + 8}{3} = \dfrac{-10}{3} = \dfrac{-20}{6}$

$A_{\text{left}} = \dfrac{-13}{6} – \dfrac{-20}{6} = \dfrac{7}{6}$

4
Calculate right area (from x = -1 to x = 1)

$A_{\text{right}} = \displaystyle\int_{-1}^{1} (2 – x – x^2) \, dx$

$= \left[2x – \dfrac{x^2}{2} – \dfrac{x^3}{3}\right]_{-1}^{1}$

At $x = 1$:

$= 2(1) – \dfrac{1^2}{2} – \dfrac{1^3}{3}$

$= 2 – \dfrac{1}{2} – \dfrac{1}{3} = \dfrac{12 – 3 – 2}{6} = \dfrac{7}{6}$

At $x = -1$: (already calculated) $= \dfrac{-13}{6}$

$A_{\text{right}} = \dfrac{7}{6} – \left(\dfrac{-13}{6}\right) = \dfrac{7 + 13}{6} = \dfrac{20}{6} = \dfrac{10}{3}$

5
Find the ratio m:n

Ratio = $A_{\text{left}} : A_{\text{right}}$

$= \dfrac{7}{6} : \dfrac{10}{3}$

$= \dfrac{7}{6} : \dfrac{20}{6}$

$= 7 : 20$

Check: $\gcd(7, 20) = 1$ ✓ (coprime)

So $m = 7$ and $n = 20$

6
Calculate m + n

$m + n = 7 + 20 = 27$ ✓

🎯

Final Answer

m + n = 27 (where m:n = 7:20)

📚
Related Theory
📌 Area Between Two Curves
To find area between curves y = f(x) and y = g(x) from x = a to x = b where f(x) ≥ g(x), use formula: Area = ∫[a to b] (f(x) – g(x)) dx. Steps: First find intersection points by solving f(x) = g(x) to get integration limits. Second determine which function is upper by testing a point in the interval. Third set up integral of (upper – lower). Fourth evaluate using antiderivatives. For vertical line division, calculate left and right areas separately then find their ratio.
📌 Definite Integration Process
Definite integral ∫[a to b] f(x) dx = F(b) – F(a) where F is antiderivative of f. Common antiderivatives: ∫x^n dx = x^(n+1)/(n+1) for n ≠ -1, ∫constant dx = constant × x. Properties include linearity and additivity over intervals. Always evaluate upper limit value minus lower limit value. Be careful with negative signs when substituting negative numbers.
📌 GCD and Coprime Numbers
Greatest Common Divisor (GCD) of two integers is the largest positive integer that divides both. Two numbers are coprime if gcd = 1 meaning they share no common factors except 1. To simplify ratio divide both parts by their GCD. For example 14:21 becomes 2:3 after dividing by gcd(14,21) = 7. When problem states gcd(m,n) = 1 the ratio is already in simplest form.
📌 Parabola and Line Intersection
When parabola y = ax² + bx + c intersects line y = mx + n set equations equal and rearrange to standard quadratic form. Solve for x-coordinates which become integration limits. For our problem: 1 + x² = 3 – x gives x² + x – 2 = 0 which factors as (x+2)(x-1) = 0 yielding x = -2 and x = 1. Always verify solutions by substituting back into both original equations.
FAQs
Q
How to find area between curves?
Integrate (upper function – lower function) between intersection points. Find intersections by setting equations equal and solving.
Q
What if integral gives negative?
Take absolute value. Negative means you subtracted in wrong order (lower – upper) or limits are reversed.
Q
How to divide area by vertical line?
Calculate left area (from left boundary to dividing line) and right area (from dividing line to right boundary) separately. Find ratio.
Q
What does gcd(m,n) = 1 mean?
Numbers m and n are coprime – they share no common factors. Ratio is already in simplest form.
Q
How to find intersection points?
Set equations equal. For 1 + x² = 3 – x: rearrange to x² + x – 2 = 0, factor to get x = -2, 1.
Q
Which curve is upper?
Test a point. At x = 0: parabola gives y = 1, line gives y = 3. Since 3 > 1, line is upper.
Q
How to evaluate definite integral?
Find antiderivative F(x). Calculate F(upper limit) – F(lower limit). Be careful with negative numbers.
Q
Can ratio be simplified further?
Divide both by GCD. For 7:20, check gcd(7,20) = 1 already, so it’s in simplest form.
Q
Why 7:20 not 20:7?
Convention: left area first. But both give same sum m + n = 27. Problem asks for sum not specific order.
Q
How to verify answer?
Check: (1) gcd(7,20) = 1 ✓, (2) 7 + 20 = 27 ✓, (3) left area + right area = 7/6 + 10/3 = 27/6 total area ✓
📤 Share with friends!
Scroll to Top