Solving System of 2 ODEs: Analytical Solution

trentar
Messages
2
Reaction score
0
hallo I ams earching analytical solution for system of two ODE in next form

x*(dy/dr) - (y*y/r) = constant1*r*r*x*x*x
x*(dy/dr)+(x*y/r)=constant2*r*r*x*x*(r*constant3-y)

where x(r) and y(r). conditions are x=constant4 at r=constant5 and y=0 at r=constant5

thnx

r.
 
Physics news on Phys.org
(r^2x^3 is simpler than r*r*x*x*x)

Do both equations have "dy/dr"? If neither equation involves dx/dr, you can treat x as a constant. In fact, if we write the two equations as x(dy/dr)= y^2/r+ C1r^2x^3 and x(dy/dr)= -xy/r+ C2r^2x^2(C3- y) and, because the two left sides are equal, equate the two right sides: y^2/r+ C1r^2x^3= -xy/r+ C2r^2x^2(C3- y). You can solve that for y as a function of both x and r and then put that back into the equation to get a single equation for y.
 
hallo like this:
x*(dy/dr) - (y*y/r) = constant1*r*r*x*x*x
x*(dx/dr)+(x*y/r)=constant2*r*r*x*x*(r*constant3-y)

where x(r) and y(r). conditions are x=constant4 at r=constant5 and y=0 at r=constant5
 
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