Question
Question: The common tangents to the circle 2x² + 2y² = 1 and the parabola y² = 4x touch the circle at points ...
The common tangents to the circle 2x² + 2y² = 1 and the parabola y² = 4x touch the circle at points P and Q and the parabola at points R and S. The area of the quadrilateral PQRS is βα, then α+β is equal to (where α and β are coprime positive integers) _______.

19
Solution
1. Standardize the Equations of the Curves: The given circle equation is 2x2+2y2=1. Dividing by 2, we get x2+y2=21. This is a circle centered at the origin (0,0) with radius r=21. The given parabola equation is y2=4x. This is a parabola opening to the right, with vertex at (0,0) and parameter a=1 (from y2=4ax).
2. Find the Equation of the Common Tangents: The general equation of a tangent to the parabola y2=4ax is y=mx+ma. For y2=4x, we have a=1, so the tangent equation is y=mx+m1. Rearranging this into the standard form Ax+By+C=0, we get m2x−my+1=0.
For this line to be tangent to the circle x2+y2=r2, the perpendicular distance from the center (0,0) to the line must be equal to the radius r. Here, r=21. The distance formula is A2+B2∣Ax0+By0+C∣. (m2)2+(−m)2∣m2(0)−m(0)+1∣=21 m4+m21=21 Squaring both sides: m4+m2=2 m4+m2−2=0 This is a quadratic equation in m2. Let k=m2. k2+k−2=0 Factoring, we get (k+2)(k−1)=0. So, k=−2 or k=1. Since k=m2, m2 must be non-negative. Thus, m2=1, which gives m=±1.
The two common tangents are: For m=1: y=x+1 (Tangent T1) For m=−1: y=−x−1 (Tangent T2)
3. Find the Points of Contact on the Parabola (R and S): For a parabola y2=4ax, the point of contact for the tangent y=mx+ma is (m2a,m2a). Here a=1. For m=1: R=(121,12(1))=(1,2). For m=−1: S=((−1)21,−12(1))=(1,−2).
4. Find the Points of Contact on the Circle (P and Q): For a circle x2+y2=r2, the point of contact (xc,yc) for a tangent line y=mx+c can be found by using the fact that the normal to the tangent at (xc,yc) passes through the center (0,0). The slope of the normal is xcyc, and it is perpendicular to the tangent, so its slope is −m1. Thus, xcyc=−m1. Also, xc2+yc2=r2.
For T1:y=x+1⇒m=1. xcyc=−11=−1⇒yc=−xc. Substitute into x2+y2=21: xc2+(−xc)2=21⇒2xc2=21⇒xc2=41⇒xc=±21. If xc=21, then yc=−21. Point (21,−21). Check on y=x+1: −21=21+1=23 (False). If xc=−21, then yc=21. Point (−21,21). Check on y=x+1: 21=−21+1=21 (True). So, P=(−21,21).
For T2:y=−x−1⇒m=−1. xcyc=−−11=1⇒yc=xc. Substitute into x2+y2=21: xc2+xc2=21⇒2xc2=21⇒xc2=41⇒xc=±21. If xc=21, then yc=21. Point (21,21). Check on y=−x−1: 21=−21−1=−23 (False). If xc=−21, then yc=−21. Point (−21,−21). Check on y=−x−1: −21=−(−21)−1=21−1=−21 (True). So, Q=(−21,−21).
5. Calculate the Area of Quadrilateral PQRS: The vertices are P(−21,21), Q(−21,−21), R(1,2), S(1,−2). Notice that points P and Q share the same x-coordinate (x=−21), forming a vertical line segment. Points R and S also share the same x-coordinate (x=1), forming another vertical line segment. Since PQ and RS are both vertical segments, they are parallel to each other. Therefore, PQRS is a trapezium.
Length of parallel side PQ = ∣21−(−21)∣=∣1∣=1. Length of parallel side RS = ∣2−(−2)∣=∣4∣=4. The height h of the trapezium is the perpendicular distance between the lines x=−21 and x=1. Height h=∣1−(−21)∣=∣1+21∣=23.
Area of trapezium = 21×(sum of parallel sides)×height Area = 21×(PQ+RS)×h Area = 21×(1+4)×23 Area = 21×5×23 Area = 415.
6. Find α+β: The area is given as βα. So α=15 and β=4. α and β are coprime positive integers (15 and 4 share no common factors other than 1). We need to find α+β=15+4=19.