Suppose a smooth, connected curve $C$ in $R^2$ is orthogonal to all hyperbolae $xy = a$ whenever they coincide. I'd like to find the point(s) of intersection of $C$ with the hyperbola $xy = 16$ given that $C$ contains the point (1,1).
I figure that I should write the curve $C$ as some general parametrization $C(t) = (p(t),q(t))$ and use the fact that, if $C(t)$ intersects the hyperbola $H_a(t) = (t,a/t)$ at $t = t_0$, then $$C'(t_0) \cdot H'_a(t_0) = tp(t_0) + (a/t_0)q(t_0) = 0.$$
Also, since both $C(t)$ and $H_1(t)$ contain the point (1,1), this gives me some specific information about where $C(t)$ is orthogonal to the particular hyperbola $H_1(t)$.
This question is from a practice exam and does not seem very advanced, but I keep getting stuck. If someone could give me a nudge in the right direction, I'd be grateful. Thanks.
Nudge: Look at some of the graphs of $xy=a$ for various $a$. Do you notice a symmetry about some sort of axis? Algebraically, $x$ and $y$ can be switched in any point on a given such hyperbola, and we end up with another point on the very same curve. There is one curve in which all its individual points stay fixed under this 'coordinate-switching' action. The point $(1,1)$ is on it.
Where does it intersect $xy=16$?
General solution: For $(x,y)$ on the parametrized family of curves $xy=a$ we differentiate to obtain
$$y \dot{x}+x\dot{y}=0=(y,x)\cdot(\dot{x},\dot{y}).$$
(Each curve is itself parametrized by $t$ in some arbitrary fashion; the resulting implicit differential equation however does not depend on $a$ i.e. on which curve in the family we're talking about.)
Geometrically, this says $(y,x)\perp(\dot{x},\dot{y})$ (they are perpendicular vectors). Suppose we want $(u,v)$ to make up a curve perpendicular to these curves. Then we want $(v,u)\|(\dot u,\dot v)$ - that is we want them to be parallel rather than perpendicular. In two dimensions, each vector has a unique perpendicular vector up to magnitude, and two vectors being parallel is equivalent to each being perpendicular to the other's perpendicular vector. Thus $(v,u)\|(\dot u,\dot v)\iff (-u,v)\perp(\dot u,\dot v)$ (we applied a $90^\circ$ rotation matrix to obtain $(-u,v)$ as a perpendicular vector to $(v,u)$). In dot product notation, this is
$$0=(-u,v)\cdot(\dot u,\dot v)=-u\dot u+v\dot v.$$
Implicitly integrating both sides yields $v^2-u^2=C$, where $C$ is an arbitrary constant.