Nonlinear ODE with Hint: Solving for x and y

  • Thread starter Thread starter Kranz
  • Start date Start date
  • Tags Tags
    Nonlinear Ode
Kranz
Messages
1
Reaction score
0
Hello everyone and thanks for looking at my thread,

I had some trouble solving this ODE which was in a textbook by Henry J. Ricardo:

x(e^y - y') = 2.

This problem is from a section dealing with linear equations, but there is a hint beside the problem which reads, "Hint: Think of y as the independent variable, x as the dependent variable, and rewrite the equation in terms of dx/dy."

I tried to solve it by doing the following:

e^y - y' = 2 / x
y' = e^y - 2 / x
y' = (xe^y - 2) / x
dx/dy = x / (xe^y - 2)
xe^y + e^y (dx/dy) = x
dx/dy + x = xe^{-y}
dx/dy = x(e^{-y} - 1)
(1 / x)dx = (e^{-y} - 1)dy
ln|x| + C = -e^{-y} - y

However, I know that this is not the correct solution; I'm guessing that I went wrong somewhere when I rewrote the equation in terms of dx/dy, but I don't know how else I would approach the problem. Where did I go wrong with my work, and how would I proceed to solve the problem correctly?

Thank you very much for your help!
 
Last edited:
Physics news on Phys.org
I think you made an error when going from line 4 to line 5?. Line 4 starting with dx/dy is ok. But the next line doesn't seem right? I haven't check in detail, only quickly in my head, so who knows...

Torquil
 
I didn't look at your solution, but if you want to solve it just substitute e^y = z and it becomes the Bernoulli equation.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top