Maths Olympiad Prep

Track / Stage 3 / 215 of 260 #215 of 1964

Problem 215

AMC 10/12, early questions
Geometry Difficulty 3.8 Find the answer

The common foci of the ellipse x26+y22=1\frac{x^{2}}{6} + \frac{y^{2}}{2} = 1 and the hyperbola x23y2=1\frac{x^{2}}{3} - y^2 = 1 are F1F_1 and F2F_2. If P is a point of intersection of the two curves, then the value of cosF1PF2\cos\angle F_1PF_2 is ______.

A number or a short expression. Spacing and $ signs are ignored.

Official solution

Given the ellipse and hyperbola equations, we can find the focal points F1F_1 and F2F_2. For the ellipse given by x26+y22=1\frac{x^{2}}{6} + \frac{y^{2}}{2} = 1, the standard form is x2a2+y2b2=1\frac{x^{2}}{a^2} + \frac{y^{2}}{b^2} = 1 where a2=6a^2 = 6 and b2=2b^2 = 2. The focal distance cc is found using c2=a2b2=62=4c^2 = a^2 - b^2 = 6 - 2 = 4, so c=2c = 2. Because the ellipse is centered at the origin and its major axis is along the x-axis, the foci are at F1(2,0)F_1(-2,0) and F2(2,0)F_2(2,0).

To find the point of intersection P(x,y)P(x, y), we need to solve the system of equations:
{x26+y22=1x23y2=1 \begin{cases} \frac{x^{2}}{6} + \frac{y^{2}}{2} = 1 \\ \frac{x^{2}}{3} - y^{2} = 1 \end{cases}

Multiplying the second equation by 2, we get:
{x2+3y2=62x26y2=6 \begin{cases} x^{2} + 3y^{2} = 6 \\ 2x^{2} - 6y^{2} = 6 \end{cases}

Adding them up yields:
3x23y2+x2+3y2=6+64x2=12x2=3 3x^{2} - 3y^{2} + x^{2} + 3y^{2} = 6 + 6 \Rightarrow 4x^{2} = 12 \Rightarrow x^{2} = 3

Thus, x=±3x = \pm\sqrt{3}. Back substituting this into one of the original equations, we find that y2=12y^{2} = \frac{1}{2}, and thus y=±22y = \pm\frac{\sqrt{2}}{2}.

Out of the four possible points given by the pair of coordinates (±3\pm\sqrt{3}, ±22\pm\frac{\sqrt{2}}{2}), we can select PP as (322,22)\left(\frac{3\sqrt{2}}{2}, \frac{\sqrt{2}}{2}\right) without any loss of generality.

Now, we find the vectors PF1\overrightarrow{PF_1} and PF2\overrightarrow{PF_2} as follows:
PF1=(2322,22),PF2=(2322,22) \overrightarrow{PF_1} = \left(-2 - \frac{3\sqrt{2}}{2}, -\frac{\sqrt{2}}{2}\right), \quad \overrightarrow{PF_2} = \left(2 - \frac{3\sqrt{2}}{2}, -\frac{\sqrt{2}}{2}\right)

The cosine of the angle between the vectors is given by:
cosF1PF2=PF1PF2PF1PF2=(2322)(2322)+(22)(22)(2322)2+(22)2(2322)2+(22)2 \cos\angle F_1PF_2 = \frac{\overrightarrow{PF_1} \cdot \overrightarrow{PF_2}}{\left\|\overrightarrow{PF_1}\right\| \cdot \left\|\overrightarrow{PF_2}\right\|} = \frac{\left(-2 - \frac{3\sqrt{2}}{2}\right)\left(2 - \frac{3\sqrt{2}}{2}\right) + \left(-\frac{\sqrt{2}}{2}\right)\left(-\frac{\sqrt{2}}{2}\right)}{\sqrt{\left(-2 - \frac{3\sqrt{2}}{2}\right)^2 + \left(-\frac{\sqrt{2}}{2}\right)^2} \cdot \sqrt{\left(2 - \frac{3\sqrt{2}}{2}\right)^2 + \left(-\frac{\sqrt{2}}{2}\right)^2}}

Simplifying the above expression, we get:
cosF1PF2=13 \cos\angle F_1PF_2 = \frac{1}{3}

Therefore, the solution is 13\boxed{\frac{1}{3}}.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.