Three points O(0,0),P(a,a2),Q(−b,b2),a>0,b>0, are on the parabola y=x2. Let S1 be the area of the region bounded by the line PQ and the parabola, and S2 be the area of the triangle OPQ. If the minimum value of S2S1 is nm,gcd(m,n)=1, then m+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) and (x2,y2) is y−y1=x2−x1y2−y1(x−x1).
Area under a curve: The area between two curves f(x) and g(x) from x=a to x=b, where f(x)≥g(x), is given by ∫ab(f(x)−g(x))dx.
Area of a triangle: The area of a triangle with vertices (0,0), (x1,y1), and (x2,y2) is 21∣x1y2−x2y1∣.
AM-GM Inequality: For non-negative numbers x and y, 2x+y≥xy.
Step-by-Step Solution
Step 1: Find the equation of the line PQ.
We are given the points P(a,a2) and Q(−b,b2).
The equation of the line passing through these points is given by:
y−a2=−b−ab2−a2(x−a)y−a2=−(b+a)(b−a)(b+a)(x−a)
Since a>0 and b>0, a+b=0, so we can cancel a+b.
y−a2=(a−b)(x−a)y=(a−b)x−a2+ab+a2y=(a−b)x+ab
Step 2: Calculate the area S1 between the line PQ and the parabola y=x2.
S1=∫−ba((a−b)x+ab−x2)dxS1=[2(a−b)x2+abx−3x3]−baS1=(2(a−b)a2+a2b−3a3)−(2(a−b)b2−ab2+3b3(−1))S1=2a3−a2b+a2b−3a3−2ab2−b3+ab2+3b3S1=63a3−3a2b+6a2b−2a3−3ab2+3b3+6ab2+2b3S1=6a3+3a2b+3ab2+b3S1=6(a+b)3
Step 3: Calculate the area S2 of the triangle OPQ.
The vertices are O(0,0), P(a,a2), and Q(−b,b2).
S2=21∣a⋅b2−(−b)⋅a2∣S2=21∣ab2+a2b∣S2=21∣ab(a+b)∣
Since a>0 and b>0, S2=21ab(a+b)
Step 4: Calculate the ratio S2S1.
S2S1=2ab(a+b)6(a+b)3=6(a+b)3⋅ab(a+b)2=3ab(a+b)2S2S1=3aba2+2ab+b2=3aba2+3ab2ab+3abb2=3ba+32+3abS2S1=31(ba+ab)+32
Step 5: Minimize the ratio using AM-GM.
By AM-GM inequality, 2ba+ab≥ba⋅ab=1=1ba+ab≥2
Therefore, S2S1=31(ba+ab)+32≥31(2)+32=32+32=34
The minimum value of S2S1 is 34.
So, m=4 and n=3. Then m+n=4+3=7.
Step 6: Re-evaluating the solution
The result is incorrect. Going back to Step 4, we got
S2S1=3aba2+2ab+b2=31(ba+2+ab)
Let x=a/b. Then
S2S1=31(x+x1+2). We know x+x1≥2. So
S2S1≥31(2+2)=34 when x=1 or a=b.
If a=b, then P=(a,a2) and Q=(−a,a2).
The points become O(0,0), P(a,a2), Q(−a,a2).
The minimum value of S2S1 is 34, so m=4 and n=3. Then m+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 S2S1 is nm=34. Since gcd(4,3)=1, we have m=4 and n=3.
Thus, m+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 S1 and S2, and then minimized the ratio S2S1 using the AM-GM inequality. The minimum value of the ratio is 34, so m=4 and n=3, and m+n=7.