farleyknight
- 143
- 0
Homework Statement
Anyone familiar with orthogonal families of curves? They're not that difficult to understand. If you have a differential equation
\frac{dy}{dx} = F(x, y)
you can find it's orthogonal family of curves by solving for
\frac{dy}{dx} = \frac{-1}{F(x, y)}
Homework Equations
The problem I'm given is to find the orthogonal family for
y = x - 1 + c e^{-x}
The Attempt at a Solution
It's fairly easy to see that
y' = 1 - c e^{-x}
however, we must eliminate c from this equation. If anyone knows why, that'd be awesome, but that's just the steps that the book mention. So we have
c = \frac{y - x + 1}{e^{-x}} or similarly -c e^{-x} = x - y - 1
and then we'd have
y' = 1 + x - y - 1 = x - y
so taking the negative reciprocal, to solve for the orthogonal family
y' = \frac{1}{y - x}
Now, as far as I know, this equation cannot be solved with elementary functions. I tried a couple of different techniques, well the only ones I have with this course, separable variables, exact equation, linear.. Doesn't seem to fit any of them. When I turn it into a homogenous equation, I don't get a separable equation..
To top it off, to make sure I wasn't crazy, I tried it out in Mathematica and it tells me
DSolve[y'[x] == 1/(y[x] - x), y[x], x]
{{y[x] -> 1 + x + ProductLog[-E^(-1 - x) C[1]]}}
So I don't know WTF.. I'm waiting to look at the back of the book until someone gives me a hint.