How Do You Solve These Coupled Differential Equations?

plasmoid
Messages
14
Reaction score
0
I have the equations

\frac{l}{u^{2}} \frac{du}{dx}=constant

and

\frac{1}{u} \frac{dl}{dx}=constant.

By "eyeball", I can say the solution is
l \propto x^{n} \ and \ u \propto x^{n-1}.

I can't see how I could arrive at these solutions 'properly', if you know what I mean
 
Physics news on Phys.org
Substract the first equation from the second, and observe that what you got on the left hand side is just the derivative of (l/u).
 
Alternatively, divide one equation by the other

\frac{l}{u} \frac{du}{dl} = c

which has the general solution

u = l^p[/itex]<br /> <br /> Substitute that in the second equation ...
 
Those equations are, in fact, "partially uncoupled"- the first equation, for u, does not depend on l. What I would do is just go ahead and solve the first equation for u, without regard for the second equation.
\frac{1}{u^2}\frac{du}{dx}= C
so
\frac{du}{u^2}= Cdx
integrating,
-\frac{1}{u}= Cx+ D
so that
u= -\frac{1}{Cx+ D}[/tex]<br /> <br /> Now put that into the second equation:<br /> \frac{1}{u}\frac{dl}{dx}= -(Cx+ D}\frac{dl}{dx}= E<br /> -dl= -E(Cx+ D)dx<br /> so<br /> -l(x)= -\frac{EC}{2}x^2- EDx+ F
 
Thanks guys ... I had started on the "divide one equation by the other" path, but for some reason did not carry it to it's conclusion.

@HallsofIvy, the first equation actually does depend on l; I guess you mistook the l in the numerator for 1. Thanks anyway :)
 
You are right about that- sorry.
 
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