- #1
farleyknight
- 146
- 0
Homework Statement
Anyone familiar with orthogonal families of curves? They're not that difficult to understand. If you have a differential equation
[itex]\frac{dy}{dx} = F(x, y)[/itex]
you can find it's orthogonal family of curves by solving for
[itex]\frac{dy}{dx} = \frac{-1}{F(x, y)}[/itex]
Homework Equations
The problem I'm given is to find the orthogonal family for
[itex]y = x - 1 + c e^{-x}[/itex]
The Attempt at a Solution
It's fairly easy to see that
[itex]y' = 1 - c e^{-x}[/itex]
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
[itex]c = \frac{y - x + 1}{e^{-x}}[/itex] or similarly [itex]-c e^{-x} = x - y - 1[/itex]
and then we'd have
[itex]y' = 1 + x - y - 1 = x - y[/itex]
so taking the negative reciprocal, to solve for the orthogonal family
[itex]y' = \frac{1}{y - x}[/itex]
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.