Solve y²d²y/dx² + ay = b(cx-d) for y(x)

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

Homework Statement



[tex]y^{2}\frac{d^{2}y}{dx^2}[/tex] + ay = b(cx-d)

Find y as a function of x,a,b,c & d (a,b,c & d are all constant(!))

Homework Equations



-

The Attempt at a Solution



Not a clue, this is actually how far I got with my own take on an orbital mechanics problem I made up. Not my homework (I swear!). My guess would be some kind of substitution, but I don't know how to go about it.

P.S. Sorry about the alignment, but my mastery of LaTeX is minimal :wink:. As is probably obvious, the unformatted bit should be on a level with the y^2 at the start.
 
Physics news on Phys.org
Nothing immediately screams out at me, the think I might be tempted to try is write $u=dy/dx$ and then treat it as a dynamical system. Other than that, solve it numerically?
 
That is a very non-linear equation and, like all non-linear equations, will be very difficult to solve, even for specified initial conditions. In fact, there might not be a single formula that will give all solutions and, even if there is, I would not expect it to be in terms of elementary functions. You say this came from "an orbital mechanics problem". Those tend to give elliptic function solutions.
 
HallsofIvy said:
Those tend to give elliptic function solutions.

Yes, I think that's probably the case, although this was to do with radius/time, rather than cartesian. I was just wondering if there was a standard method for solving 2nd order differentials involving powers of y as a coefficient?
 
No, there isn't. As I said before, non-linear equations tend to be very difficult. There is no general way of solving even the simplest non-linear equations.

Sometimes it helps, not so much to "solve" the equation, but to get information about the solution, to write the single equation as a system of equations. If you let v= dy/dx, then [itex]d^2y/dx^2= dv/dx[/itex] so your equation becomes [itex]y^2 dv/dt= -y+ bcx- bd[/itex] so you have the system of equations
[tex]\begin{pmatrix} \frac{dy}{dx}= v \\ \frac{dv}{dx}= -\frac{1}{y}+ \frac{bcx- bd}{y^2}\end{pmatrix}[/tex]