How Do You Solve These Coupled Differential Equations?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
plasmoid
Messages
14
Reaction score
0
I have the equations

[tex]\frac{l}{u^{2}} \frac{du}{dx}=constant[/tex]

and

[tex]\frac{1}{u} \frac{dl}{dx}=constant[/tex].

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

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

[tex]\frac{l}{u} \frac{du}{dl} = c[/tex]

which has the general solution

[tex]u = l^p[/itex]<br /> <br /> Substitute that in the second equation ...[/tex]
 
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.
[tex]\frac{1}{u^2}\frac{du}{dx}= C[/tex]
so
[tex]\frac{du}{u^2}= Cdx[/tex]
integrating,
[tex]-\frac{1}{u}= Cx+ D[/tex]
so that
[itex]u= -\frac{1}{Cx+ D}[/tex]<br /> <br /> Now put that into the second equation:<br /> [tex]\frac{1}{u}\frac{dl}{dx}= -(Cx+ D}\frac{dl}{dx}= E[/tex]<br /> [tex]-dl= -E(Cx+ D)dx[/tex]<br /> so<br /> [tex]-l(x)= -\frac{EC}{2}x^2- EDx+ F[/tex][/itex]
 
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 [tex]l[/tex]; I guess you mistook the [tex]l[/tex] in the numerator for [tex]1[/tex]. Thanks anyway :)