Line intersects hyperbola H1, given by the equation y=1/x at points A and B, and hyperbola H2, given by the equation y=−1/x at points C and D. Tangents to hyperbola H1 at points A and B intersect at point M, and tangents to hyperbola H2 at points C and D intersect at point N. Prove that points M and N are symmetric about the origin.
This one wants a proof. Work it on paper, then read the official solution and mark
yourself. Be honest about it: the record is only any use to you if it is.
Official solution
1. Equation of the Line: The equation of the line is given by y=mx+q.
2. **Intersection with Hyperbola H1:** The hyperbola H1 is given by y=x1. To find the points of intersection, we solve: mx+q=x1 Multiplying through by x, we get: mx2+qx−1=0 Solving this quadratic equation using the quadratic formula x=2a−b±b2−4ac, where a=m, b=q, and c=−1, we get: x=2m−q±q2+4m Let w=q2+4m. Then the solutions are: x1=2m−q−w,x2=2m−q+w The corresponding points of intersection are: A(2m−q−w,−q−w2m),B(2m−q+w,−q+w2m)
3. **Intersection with Hyperbola H2:** The hyperbola H2 is given by y=−x1. To find the points of intersection, we solve: mx+q=−x1 Multiplying through by x, we get: mx2+qx+1=0 Solving this quadratic equation using the quadratic formula x=2a−b±b2−4ac, where a=m, b=q, and c=1, we get: x=2m−q±q2−4m Let v=q2−4m. Then the solutions are: x1=2m−q−v,x2=2m−q+v The corresponding points of intersection are: C(2m−q−v,q+v2m),D(2m−q+v,q−v2m)
4. **Tangents to Hyperbola H1:** The tangent to H1 at a point (x0,y0) is given by: y−y0=−x021(x−x0) For point A(2m−q−w,−q−w2m): y+−q−w2m=−(q+w)24m2(x+2mq+w) For point B(2m−q+w,−q+w2m): y+−q+w2m=−(q−w)24m2(x+2mq−w) Solving these two equations simultaneously, we find the intersection point M: M(q2m,−q2)
5. **Tangents to Hyperbola H2:** The tangent to H2 at a point (x0,y0) is given by: y−y0=x021(x−x0) For point C(2m−q−v,q+v2m): y−q+v2m=(q+v)24m2(x+2mq+v) For point D(2m−q+v,q−v2m): y−q−v2m=(q−v)24m2(x+2mq−v) Solving these two equations simultaneously, we find the intersection point N: N(−q2m,q2)
6. Symmetry about the Origin: To prove that points M and N are symmetric about the origin, we need to show that M and N are reflections of each other across the origin. The coordinates of M are (q2m,−q2) and the coordinates of N are (−q2m,q2). Clearly, N is the reflection of M across the origin.
■
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.