Skip to main content
Back to Area Under Curves
JEE Main 2023
Area Under Curves
Area Under The Curves
Medium

Question

Three points O(0,0),P(a,a2),Q(b,b2),a>0, b>0\mathrm{O}(0,0), \mathrm{P}\left(\mathrm{a}, \mathrm{a}^2\right), \mathrm{Q}\left(-\mathrm{b}, \mathrm{b}^2\right), \mathrm{a}>0, \mathrm{~b}>0, are on the parabola y=x2y=x^2. Let S1\mathrm{S}_1 be the area of the region bounded by the line PQ\mathrm{PQ} and the parabola, and S2\mathrm{S}_2 be the area of the triangle OPQ\mathrm{OPQ}. If the minimum value of S1 S2\frac{\mathrm{S}_1}{\mathrm{~S}_2} is mn,gcd(m,n)=1\frac{\mathrm{m}}{\mathrm{n}}, \operatorname{gcd}(\mathrm{m}, \mathrm{n})=1, then m+n\mathrm{m}+\mathrm{n} is equal to __________.

Answer: 2

Solution

Key Concepts and Formulas

  • Equation of a Line: The equation of a line passing through points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is yy1=y2y1x2x1(xx1)y - y_1 = \frac{y_2 - y_1}{x_2 - x_1}(x - x_1).
  • Area under a curve: The area between two curves f(x)f(x) and g(x)g(x) from x=ax=a to x=bx=b, where f(x)g(x)f(x) \ge g(x), is given by ab(f(x)g(x))dx\int_a^b (f(x) - g(x))\, dx.
  • Area of a triangle: The area of a triangle with vertices (0,0)(0,0), (x1,y1)(x_1, y_1), and (x2,y2)(x_2, y_2) is 12x1y2x2y1\frac{1}{2} |x_1y_2 - x_2y_1|.
  • AM-GM Inequality: For non-negative numbers xx and yy, x+y2xy\frac{x+y}{2} \ge \sqrt{xy}.

Step-by-Step Solution

Step 1: Find the equation of the line PQ. We are given the points P(a,a2)P(a, a^2) and Q(b,b2)Q(-b, b^2). The equation of the line passing through these points is given by: ya2=b2a2ba(xa)y - a^2 = \frac{b^2 - a^2}{-b - a}(x - a) ya2=(ba)(b+a)(b+a)(xa)y - a^2 = \frac{(b-a)(b+a)}{-(b+a)}(x - a) Since a>0a > 0 and b>0b > 0, a+b0a+b \neq 0, so we can cancel a+ba+b. ya2=(ab)(xa)y - a^2 = (a-b)(x - a) y=(ab)xa2+ab+a2y = (a-b)x - a^2 + ab + a^2 y=(ab)x+aby = (a-b)x + ab

Step 2: Calculate the area S1S_1 between the line PQ and the parabola y=x2y = x^2. S1=ba((ab)x+abx2)dxS_1 = \int_{-b}^{a} ((a-b)x + ab - x^2) \, dx S1=[(ab)x22+abxx33]baS_1 = \left[ \frac{(a-b)x^2}{2} + abx - \frac{x^3}{3} \right]_{-b}^{a} S1=((ab)a22+a2ba33)((ab)b22ab2+b33(1))S_1 = \left( \frac{(a-b)a^2}{2} + a^2b - \frac{a^3}{3} \right) - \left( \frac{(a-b)b^2}{2} - ab^2 + \frac{b^3}{3}(-1) \right) S1=a3a2b2+a2ba33ab2b32+ab2+b33S_1 = \frac{a^3 - a^2b}{2} + a^2b - \frac{a^3}{3} - \frac{ab^2 - b^3}{2} + ab^2 + \frac{b^3}{3} S1=3a33a2b+6a2b2a33ab2+3b3+6ab2+2b36S_1 = \frac{3a^3 - 3a^2b + 6a^2b - 2a^3 - 3ab^2 + 3b^3 + 6ab^2 + 2b^3}{6} S1=a3+3a2b+3ab2+b36S_1 = \frac{a^3 + 3a^2b + 3ab^2 + b^3}{6} S1=(a+b)36S_1 = \frac{(a+b)^3}{6}

Step 3: Calculate the area S2S_2 of the triangle OPQ. The vertices are O(0,0)O(0,0), P(a,a2)P(a, a^2), and Q(b,b2)Q(-b, b^2). S2=12ab2(b)a2S_2 = \frac{1}{2} |a \cdot b^2 - (-b) \cdot a^2| S2=12ab2+a2bS_2 = \frac{1}{2} |ab^2 + a^2b| S2=12ab(a+b)S_2 = \frac{1}{2} |ab(a+b)| Since a>0a > 0 and b>0b > 0, S2=12ab(a+b)S_2 = \frac{1}{2} ab(a+b)

Step 4: Calculate the ratio S1S2\frac{S_1}{S_2}. S1S2=(a+b)36ab(a+b)2=(a+b)362ab(a+b)=(a+b)23ab\frac{S_1}{S_2} = \frac{\frac{(a+b)^3}{6}}{\frac{ab(a+b)}{2}} = \frac{(a+b)^3}{6} \cdot \frac{2}{ab(a+b)} = \frac{(a+b)^2}{3ab} S1S2=a2+2ab+b23ab=a23ab+2ab3ab+b23ab=a3b+23+b3a\frac{S_1}{S_2} = \frac{a^2 + 2ab + b^2}{3ab} = \frac{a^2}{3ab} + \frac{2ab}{3ab} + \frac{b^2}{3ab} = \frac{a}{3b} + \frac{2}{3} + \frac{b}{3a} S1S2=13(ab+ba)+23\frac{S_1}{S_2} = \frac{1}{3} \left( \frac{a}{b} + \frac{b}{a} \right) + \frac{2}{3}

Step 5: Minimize the ratio using AM-GM. By AM-GM inequality, ab+ba2abba=1=1\frac{\frac{a}{b} + \frac{b}{a}}{2} \ge \sqrt{\frac{a}{b} \cdot \frac{b}{a}} = \sqrt{1} = 1 ab+ba2\frac{a}{b} + \frac{b}{a} \ge 2 Therefore, S1S2=13(ab+ba)+2313(2)+23=23+23=43\frac{S_1}{S_2} = \frac{1}{3} \left( \frac{a}{b} + \frac{b}{a} \right) + \frac{2}{3} \ge \frac{1}{3}(2) + \frac{2}{3} = \frac{2}{3} + \frac{2}{3} = \frac{4}{3} The minimum value of S1S2\frac{S_1}{S_2} is 43\frac{4}{3}. So, m=4m = 4 and n=3n = 3. Then m+n=4+3=7m+n = 4+3 = 7.

Step 6: Re-evaluating the solution The result is incorrect. Going back to Step 4, we got S1S2=a2+2ab+b23ab=13(ab+2+ba)\frac{S_1}{S_2} = \frac{a^2 + 2ab + b^2}{3ab} = \frac{1}{3} \left( \frac{a}{b} + 2 + \frac{b}{a} \right) Let x=a/bx = a/b. Then S1S2=13(x+1x+2)\frac{S_1}{S_2} = \frac{1}{3} \left( x + \frac{1}{x} + 2 \right). We know x+1x2x + \frac{1}{x} \ge 2. So S1S213(2+2)=43\frac{S_1}{S_2} \ge \frac{1}{3} (2 + 2) = \frac{4}{3} when x=1x=1 or a=ba = b. If a=ba = b, then P=(a,a2)P = (a, a^2) and Q=(a,a2)Q = (-a, a^2). The points become O(0,0)O(0, 0), P(a,a2)P(a, a^2), Q(a,a2)Q(-a, a^2). The minimum value of S1S2\frac{S_1}{S_2} is 43\frac{4}{3}, so m=4m = 4 and n=3n = 3. Then m+n=4+3=7m+n = 4+3 = 7.

Step 7: Correcting the Error

There was an error in the problem statement. The correct answer should be 7 and not 2. Let's re-evaluate with the correct answer being 7.

The minimum value of S1S2\frac{S_1}{S_2} is mn=43\frac{m}{n} = \frac{4}{3}. Since gcd(4,3)=1\gcd(4, 3) = 1, we have m=4m = 4 and n=3n = 3. Thus, m+n=4+3=7m + n = 4 + 3 = 7.

Common Mistakes & Tips

  • Be careful with signs when evaluating definite integrals.
  • Remember the AM-GM inequality and when it applies.
  • Double-check algebraic manipulations to avoid errors.
  • Memorizing the shortcut for the area of a parabolic segment can save time.

Summary

We found the equation of the line PQ, calculated the areas S1S_1 and S2S_2, and then minimized the ratio S1S2\frac{S_1}{S_2} using the AM-GM inequality. The minimum value of the ratio is 43\frac{4}{3}, so m=4m=4 and n=3n=3, and m+n=7m+n=7.

Final Answer

The final answer is \boxed{7}.

Practice More Area Under Curves Questions

View All Questions