System of Implicit Non-Linear First Order ODEs

CSteiner
Messages
31
Reaction score
0
I have an extremely messy system of differential equations. Can anyone offer any ideas for a general solution?

%5Ccos%20%5Cleft%20%5B%5Carctan%20%5Cfrac%7B%5Cdot%7By%7D%7D%7B%5Cdot%7Bx%7D%7D%20%5Cright%20%5D.gif

sin%20%5Cleft%20%5B%5Carctan%20%5Cfrac%7B%5Cdot%7By%7D%7D%7B%5Cdot%7Bx%7D%7D%20%5Cright%20%5D-At.gif


p(t) is a function of t, and A is a constant.
 
Physics news on Phys.org
CSteiner said:
I have an extremely messy system of differential equations. Can anyone offer any ideas for a general solution?

%5Ccos%20%5Cleft%20%5B%5Carctan%20%5Cfrac%7B%5Cdot%7By%7D%7D%7B%5Cdot%7Bx%7D%7D%20%5Cright%20%5D.gif

sin%20%5Cleft%20%5B%5Carctan%20%5Cfrac%7B%5Cdot%7By%7D%7D%7B%5Cdot%7Bx%7D%7D%20%5Cright%20%5D-At.gif


p(t) is a function of t, and A is a constant.
An idea would be to rewrite ##\cos \arctan \frac{\dot{y}}{\dot{x}}## as ##\frac{\dot x}{\sqrt{\dot x^2+\dot y^2}}##, and similar for the other equation. Then try to simplify it a bit.
 
Didn't think of that, thanks! I'll keep working on it.
 
CSteiner said:
I have an extremely messy system of differential equations. Can anyone offer any ideas for a general solution?

%5Ccos%20%5Cleft%20%5B%5Carctan%20%5Cfrac%7B%5Cdot%7By%7D%7D%7B%5Cdot%7Bx%7D%7D%20%5Cright%20%5D.gif

gif.gif


p(t) is a function of t, and A is a constant.

You may be best served by switching to intrinsic coordinates (s, \psi) where <br /> \dot x = \dot s \cos\psi, \\<br /> \dot y = \dot s \sin \psi. Your system is then <br /> (\dot s - p) \cos \psi = 0 \\<br /> (\dot s - p) \sin \psi = -At. Now either \dot s = p or \cos \psi = 0. The first is impossible unless A = 0. The second requires that \dot x = 0 and \dot y = \pm p - At.

If A = 0 then \dot s = p and \psi can be an arbitrary function of t.
 
pasmith said:
You may be best served by switching to intrinsic coordinates (s, \psi) where <br /> \dot x = \dot s \cos\psi, \\<br /> \dot y = \dot s \sin \psi. Your system is then <br /> (\dot s - p) \cos \psi = 0 \\<br /> (\dot s - p) \sin \psi = -At. Now either \dot s = p or \cos \psi = 0. The first is impossible unless A = 0. The second requires that \dot x = 0 and \dot y = \pm p - At.

If A = 0 then \dot s = p and \psi can be an arbitrary function of t.

Sorry, but it looks like something went wacky with your latex code. Could you retype it? It's hard to understand what your saying.
 
CSteiner said:
Sorry, but it looks like something went wacky with your latex code. Could you retype it? It's hard to understand what your saying.
It takes time before equations render correctly but eventually they do. What are you seeing? Try a different browser or device.
Basically he says to substitute ##\dot x = \dot s \cos\psi##, ##\dot y = \dot s \sin \psi##. Then it's very simple to arrive at a solution.

BTW, perhaps the first solution should have been ##\dot x=0##, ##\dot y=p\pm At##.
 
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