Can This Complex Differential Equation Be Simplified for Easier Solving?

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
14 replies · 3K views
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
@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
 
I've done it wrong because you can't solve the equation... right...
 
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
 
Yes that's the equation, just swop t for x.How have I done it wrong? I cross-checked with peers...
 
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   Reactions: 1 person