Can This Complex Differential Equation Be Simplified for Easier Solving?

LFCFAN
Messages
22
Reaction score
0

Homework Statement


Solve the following differential equation:


Homework Equations



2 y (y'')^2 + 2 y y''' y' -2 (y')^2 y'' = - (y')^2



The Attempt at a Solution



I don't know if the following is useful, but if you divide both sides by y^2, the LHS of the above becomes:

(2 y (y'')^2 + 2 y y''' y' -2 (y')^2 y'')/y^2 = ( (2 y' y'')/y )'

Which means the equation to solve is;

( (2 y' y'')/y )' = - (y')^2
 
Physics news on Phys.org
If you divide both sides of your original DE by y^2, it's not obvious how that turns into the equations in section 3. above.
 
@SteamKing

Reverse quotient rule. All I know is that what I wrote is definitely correct. I just have no idea how to solve it.
 
LFCFAN said:
@SteamKing

Reverse quotient rule. All I know is that what I wrote is definitely correct. I just have no idea how to solve it.

Steam king is right, you didn't divide through properly at all.

If this is your equation : ##2(y'')^2y + 2 y'''y'y - 2y''(y')^2 = -(y')^2##

Then dividing through by ##y^2## would yield : ##\frac{2(y'')^2}{y} + \frac{2y'''y'}{y} + 2y'' {(\frac{y'}{y})}^2 = -{(\frac{y'}{y})}^2##
 
Why are you guys so fixated on that line??

That's not even the crux of the question I'm asking!

lol


I obtained this differential equation from applying the Euler-Lagrange equation to the following function:

f(y,y') = (y')^2/y


That's how I know my reverse quotient rule is correct.



So how do I solve the original ODE?



Thanks!
 
Because it's pointless to answer the question if you messed up in the first place, and despite your claim that you know it's right, there's an obvious algebra mistake in the third line. It's probably just a typo, but you should recognize why the helpers want to make sure you aren't wasting their time with the wrong question.
 
6 replies and all of them useless.

Fixated on something frivolous. I gave you guys the correct differential equation in the first line anyway, so there's absolutely no problem imo.
 
Well, half of those six replies are from you, so... nyuk, nyuk, nyuk...

How did you manage to get that differential equation from ##f(y,y') = \frac{y'^2}{y}##? In particular, how'd you manage to end up with a third derivative?
 
By plugging (y')^2/y into the Euler-Lagrange Equation
 
  • #10
You must have done it wrong.
 
  • #11
I've done it wrong because you can't solve the equation... right...
 
  • #12
partial derivative of (y')^2/y wrt y = - (y')^2/y^2

partial derivative of (y')^2/y wrt y' = (2 y' y'')/y

derivative of (2 y' y'')/y wrt x = (2 y (y'')^2 + 2 y y''' y' -2 (y')^2 y'')/y^2 finsihed. everything I've done is correct
 
  • #13
Are you claiming you calculated
$$\frac{d}{dt} \left(\frac{\partial f}{\partial y'}\right) = \frac{\partial f}{\partial y}?$$ Because if you are, you did it wrong.
 
Last edited:
  • #14
Yes that's the equation, just swop t for x.How have I done it wrong? I cross-checked with peers...
 
  • #15
Your mistake is when you took the partial with respect to y'. It should be
$$\frac{\partial f}{\partial y'} = \frac{2y'}{y}.$$ You seem to have applied the chain rule when you shouldn't have. You're not differentiating with respect to t.

You'll end up with a differential equation that you'll easily be able to solve.
 
  • Like
Likes 1 person
Back
Top