Question
Question: P and Q are two points on the hyperbola $xy=c^2$ such that abscissa of P is equal to the ordinate of...
P and Q are two points on the hyperbola xy=c2 such that abscissa of P is equal to the ordinate of Q. Prove that the normals to the hyperbola at P and Q intersect on a straight line. (ct,c/t)→P.

y=x
Solution
Let the equation of the hyperbola be xy=c2. Let P and Q be two points on the hyperbola. Let the coordinates of P be (x1,y1) and the coordinates of Q be (x2,y2). Since P and Q lie on the hyperbola, we have x1y1=c2 and x2y2=c2. We are given that the abscissa of P is equal to the ordinate of Q, i.e., x1=y2.
We can use the parametric form for points on the hyperbola xy=c2. A point on this hyperbola can be represented as (ct,c/t) for some parameter t. Let the coordinates of P be (ct1,c/t1). So, x1=ct1 and y1=c/t1. Let the coordinates of Q be (ct2,c/t2). So, x2=ct2 and y2=c/t2. The condition x1=y2 gives ct1=c/t2, which implies t1t2=1. If we take the parameter for P as t, i.e., P is (ct,c/t), then the parameter for Q must be 1/t, so Q is (c/t,c/(1/t))=(c/t,ct).
Now, we find the equation of the normal to the hyperbola xy=c2 at a point (x0,y0). Differentiating xy=c2 implicitly with respect to x, we get y+xdxdy=0. The slope of the tangent at (x0,y0) is mt=dxdy(x0,y0)=−x0y0. The slope of the normal at (x0,y0) is mn=−mt1=−(−y0/x0)1=y0x0. The equation of the normal at (x0,y0) is y−y0=y0x0(x−x0). Multiplying by y0, we get yy0−y02=xx0−x02, which can be rearranged as xx0−yy0=x02−y02.
Now, we write the equation of the normal at P (ct,c/t). Here x0=ct and y0=c/t. The equation of the normal at P is: x(ct)−y(c/t)=(ct)2−(c/t)2 ctx−tcy=c2t2−t2c2 Dividing by c (assuming c=0), we get: tx−t1y=ct2−t2c Multiplying by t, we get: t2x−y=ct3−tc (Equation of Normal at P)
Next, we write the equation of the normal at Q (c/t,ct). Here x0=c/t and y0=ct. The equation of the normal at Q is: x(c/t)−y(ct)=(c/t)2−(ct)2 tcx−cty=t2c2−c2t2 Dividing by c, we get: t1x−ty=t2c−ct2 Multiplying by t, we get: x−t2y=tc−ct3 (Equation of Normal at Q)
Let (X,Y) be the point of intersection of the two normals. The coordinates (X,Y) must satisfy both normal equations:
- t2X−Y=ct3−tc
- X−t2Y=tc−ct3
We want to find the locus of (X,Y) by eliminating the parameter t. Notice the right-hand sides of the two equations are opposite in sign: (ct3−c/t)=−(c/t−ct3). Let RHS1=ct3−c/t and RHS2=c/t−ct3. So RHS1=−RHS2. The equations are:
- t2X−Y=RHS1
- X−t2Y=RHS2=−RHS1
Add the two equations: (t2X−Y)+(X−t2Y)=RHS1+(−RHS1) t2X+X−Y−t2Y=0 X(t2+1)−Y(t2+1)=0 (X−Y)(t2+1)=0
Since t is a real parameter, t2≥0, which means t2+1≥1. Thus, t2+1 is never zero. Therefore, for the product (X−Y)(t2+1) to be zero, we must have X−Y=0.
The equation X−Y=0 is the relationship between the coordinates of the intersection point (X,Y). This equation represents a straight line y=x. Thus, the normals to the hyperbola at P and Q intersect on the straight line y=x.
The final answer is y=x.
Explanation of the solution:
- Represent points P and Q on the hyperbola xy=c2 parametrically as P(ct,c/t) and Q(c/t,ct) using the given condition.
- Find the general equation of the normal to xy=c2 at a point (x0,y0), which is xx0−yy0=x02−y02.
- Write the equations of the normal at P and Q using their parametric coordinates. Normal at P: t2x−y=ct3−c/t. Normal at Q: x−t2y=c/t−ct3.
- Let (X,Y) be the intersection point. The coordinates (X,Y) satisfy both normal equations.
- Add the two equations for (X,Y): (t2X−Y)+(X−t2Y)=(ct3−c/t)+(c/t−ct3).
- Simplify the sum: X(t2+1)−Y(t2+1)=0, which leads to (X−Y)(t2+1)=0.
- Since t2+1=0 for real t, we must have X−Y=0.
- The locus of the intersection point (X,Y) is the straight line x−y=0 or y=x.
Answer: The normals to the hyperbola at P and Q intersect on the straight line $y=x.