Circle Γ intersects the hyperbola y=1x at (1,1),(3,13), and two other points. What is the product of the y coordinates of the other two points?
I'm not seeing any simple way of doing this though the answer is simple enough it makes me suspect there is one.
Idk either
I found that the centre of the circle is (a,9a−163) where a is int the set ot reals
and the radius sqared iis r2=10a2−40a+3709
so the equation of the circle is
(x−a)2+(y−9a−163)2=10a2−40a+3709
I know that is right becasue I have graphed it but when i take it further I get in a mess. :/
It isn't necessary to calculate the equation of the circle, nor even the co-ordinates of its centre.
Melody calculated the co-ordinates of the centre as (a, (9a - 16)/3), but to save on the typing I'll use (a, A).
All we need do is to find two other points on the hyperbola that are the same distance from the centre as the two given points.
Let the co-ordinates of a general point on the hyperbola be (p, 1/p), then we need, (using the point (1, 1) as one of the given points),
(p - a)^2 + (1/p - A)^2 = (1 - a)^2 + (1 - A)^2,
multiplying that out,
p^2 + a^2 -2ap + (1/p)^2 + A^2 - 2A/p = 1 + a^2 -2a + 1 + A^2 - 2A,
cancelling the a^2 and the A^2 and then multiplying throughout by p^2 gets you
p^4 - 2ap^3 + 2(a + A - 1)p^2 - 2Ap + 1 = 0.
Suppose that the roots of this are r, s, t, u, so that
(p - r)(p - s)(p - t)(p - u) = 0,
then, after expanding (which you don't need to do !) and equating constants with the actual equation, rstu = 1.
However, two of the roots are known, they're 1 and 3, so the product of the other two must be 1/3.
That means that the product of the other two y co-ordinates will be 3.
Tiggsy
(Sorry, I couldn't get LaTeX to work for some reason.)