Question involving the solution to a Lagrange Differential Equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
jbowers9
Messages
85
Reaction score
1

Homework Statement



y = xf(y') + g(y')

Let y' = P
taking d/dx and rearranging gives

dx/dP - xf'(P)/{P - f(P)} = g'(P)/(P - f(P))

a 1st order linear differential equation in standard form.

Homework Equations



When I attempt to solve by the suggested standard method, I end up with the following integral:

[tex]\int f'(P)dp/(P - f(P))[/tex]

The Attempt at a Solution


I'm at a loss as how to go about integrating it.
 
Physics news on Phys.org
Try the substitution [itex]u(p)=p-f(p)[/itex]
 
I did and I got

[tex]\int dP/u(P) - ln|u(P)|[/tex]
What do I do with the 1st term?
 
I don't think you can simplify it any further without knowing what [itex]f[/itex] is. At least your integral no longer involves [itex]f'[/itex] though.
 
P = y' ; y' = dy/dx I believe.

The following site lays it out: http://www.newcircuits.com/articles.php
under Lagrange differential equation.

I was lead to this site after setting up the Euler-Lagrange equations in r,phi,theta, and became curious as to how to solve them or what kind of solutions they have. ie exact, series. Thanks.