I'm trying to find the orthogonal trajectories of the family of circles through the points $(1,1)$ and $(-1, -1)$. Now such a family can be given by an equation of the form $$ x^2 + y^2 + 2g(x-y) - 2 = 0, $$ where $g$ is a parameter.
Now upon differentiation with respect to x, we obtain $$ 2x + 2y y^\prime + 2g (1 - y^\prime ) = 0, $$ where $y^\prime$ denotes the derivative of $y$ with respect to $x$. Upon dividing out by $2$, we arrive at $$ x + y y^\prime + g(1 - y^\prime ) = 0, $$ from which we get $$ g = \frac{x + y y^\prime}{y^\prime - 1}. $$ Putting this value of $g$ into the equation of the family of circles, we get $$ x^2 + y^2 +2 \frac{x + y y^\prime}{y^\prime - 1} ( x - y ) - 2 = 0, $$ so $$ (x^2 + y^2 -2 ) (y^\prime - 1 ) + 2 (x + y y^\prime ) (x - y) = 0$$ or $$ (x^2 + y^2 - 2 + 2xy - 2y^2 ) y^\prime + (2x^2 - 2xy - x^2 - y^2 + 2) = 0 $$ or $$ ( x^2 + 2xy - y^2 - 2) y^\prime + (x^2 - 2xy - y^2 + 2) = 0, $$ from which we get $$ y^\prime = - \frac{ x^2 - 2xy - y^2 + 2}{ x^2 + 2xy - y^2 - 2}. $$ Now for the orthogonal trajectories, we get $$ y^\prime = \frac{x^2 + 2xy - y^2 - 2}{x^2 - 2xy - y^2 + 2}. $$ How to solve this differential equation?
$$\begin{align} u' = y'+1 = & \frac{2x^2-2y^2}{x^2 - 2xy - y^2+2} = \frac{-2uv}{x^2-2xy-y^2+2}\ v' = y'-1 = & \frac{4xy-4}{x^2 -2xy- y^2+22} = \frac{u^2 - v^2-4}{x^2-2xy-y^2+2}\ \end{align}$$
to this:
$$u^2 \left( \frac{v^2}{u} + u +\frac{4}{u} \right)' = u^2\left(\frac{v^2}{u}\right)' + (u^2 - 4)u' = 2uvv' + (u^2 - v^2 - 4)u' = 0$$
Sorry, but someone needs to explain this a little more. (PS I get the substitutions, I just don't see the next step!)
– emjay Oct 28 '15 at 02:18