process91
- 105
- 0
Homework Statement
Find the orthogonal trajectories of the given family of curves:
All circles through the points (1,1) and (-1,-1)
I have reduced the problem to finding solutions to the following differential equation:
y'=\frac{y^2-2xy-x^2+2}{y^2+2xy-x^2-2}
Homework Equations
The Attempt at a Solution
I believe the equation for all circles which pass through the given points is:
(x+C)^2+(y-C)^2=2+2C^2
Solving for C:
C = \frac{-x^2-y^2+2}{2 (x-y)}
Implicit Differentiation of the original equation:
2(x+C) + 2(y-C)y'=0
y'=\frac{x+C}{y-C}
So, substituting C and taking the negative reciprocal, orthogonal trajectories must satisfy:
y'=\frac{y^2-2xy-x^2+2}{y^2+2xy-x^2-2}
And now I'm stuck. The answer in the book agrees with the steps I've taken so far, but I have no idea how to get there from here aside from guessing the answer out of thin air.