Classifying a Diff Eq: Linear vs. Non-Linear Techniques

  • Thread starter Thread starter formulajoe
  • Start date Start date
  • Tags Tags
    Diff eq
formulajoe
Messages
177
Reaction score
0
x(dy/dx) = y*e^(x/y) - x

its either separable, linear, homogeneous, bernoulli or exact. only thing i can figure is that its linear.

how do i break it down to figure it out? the e^x/y is what's throwing me off.
 
Physics news on Phys.org
It's not linear!
Divide by x.
Note that your right-hand side can now be written as some function g(y/x).
 
if i break it apart i get dy/dx = (y*e^(x/y) / x) - 1. i can see how it could be separable, but the e^x/y would still be there when i integrate. and that integral would be fairly impossible. i don't see what else it can be.
 
Introduce the variable:
v(x)=\frac{y(x)}{x}
We have then:
v'(x)=\frac{y'(x)}{x}-\frac{v}{x}
Or:
y'(x)=xv'(x)+v(x)
Hence, inserting this into your diff. eq., you have:
xv'(x)=ve^{\frac{1}{v}}-(1+v)
This is a separable equation (I wouldn't try solving it, though..)
 
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