Why Can't I Solve y''=3/y²+5? Explained

  • Context: Undergrad 
  • Thread starter Thread starter Teacame
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
Teacame
Messages
2
Reaction score
0
If I have a DE like this:
[tex]y''=\frac{3}{y^{2}}+5[/tex]
Why can't I just integrate both sides to get:
[tex]y'=-\frac{3}{y^{1}}+5y[/tex]?
And then integrate again to solve for y?
 
Physics news on Phys.org
Teacame said:
If I have a DE like this:
[tex]y''=\frac{3}{y^{2}}+5[/tex]
Why can't I just integrate both sides to get:
[tex]y'=-\frac{3}{y^{1}}+5y[/tex]?
And then integrate again to solve for y?

Because ##y''## means ##\frac{d^2y}{dt^2}##

So, you would need to integrate both sides wrt ##t##.

If you let ##\frac{d^2f}{dy^2} = \frac{3}{y^{2}}+5##

Where ##f## is a function of ##y##, then you can simply integrate both sides wrt ##y##.
 
  • Like
Likes   Reactions: Teacame
PeroK said:
Because ##y''## means ##\frac{d^2y}{dt^2}##

So, you would need to integrate both sides wrt ##t##.

If you let ##\frac{d^2f}{dy^2} = \frac{3}{y^{2}}+5##

Where ##f## is a function of ##y##, then you can simply integrate both sides wrt ##y##.
Oh that was really dumb of me, didn't think about the notation enough. I'm not supposed to actually solve this, I was just wondering. It looks like the solution is extremely complicated so I probably can't anyway: http://www.wolframalpha.com/input/?i=y''=3/y^2+5

In fact, the solution for just y''=1/y looks complicated: http://www.wolframalpha.com/input/?i=y''=1/y

I haven't actually studied non-linear DEs yet.
 
ODEs of the form [itex]y''(x) = f(y(x))[/itex] can in principle be solved by multiplying by [itex]y'[/itex] and integrating with respect to [itex]x[/itex] to obtain [tex] \frac12(y')^2 = F(y)[/tex] where [itex]F(y) = \frac12 y'(0)^2 + \int_{y(0)}^{y} f(s)\,ds[/itex] is an antiderivative of [itex]f[/itex]. The resulting first-order ODE is separable: [tex] y' = \pm\sqrt{2F(y)}[/tex] where some care is needed in determining the sign.
 
  • Like
Likes   Reactions: Teacame