Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Could you tell me how to solve a differential equation of the form:
(y^2)''+A*y=0,
A=const.
but isn't:
(y^2)''+A*y=0
Just
A*y + 2 = 0
because (y^2)'' = 2
misterT,
No, (y(x)^2)'' = 2y(x)'^2+2y(x)*y(x)''
Ratch
A function of the following form would be a good place to start thinking about this.
[latex] y=B\cdot x^2[/latex]
You can observe that functions with x^2 will be squared to give something to x^4, and then the second derivative will bring it back down to an x^2 again, hence looking like the original function again.
Of course, it's a nonlinear problem, so you need to keep looking at other possible solutions, but I haven't thought about it much further than this observation.
I think B=-A/12 works.
Hi,
Yes that is a problem. That's almost like saying we have a two capacitor circuit but we can only solve it if the voltage on the second capacitor is N times the voltage of the first capacitor. Obviously that's not general enough.
Yes, absolutely. So, my conclusion is that (unless someone finds a more general solution) the solution I showed is only for special cases where there is a particular relationship between the initial conditions for y and dy/dx. In other cases, my guess is that we need a numerical solution.
misterT:
Your solution for the first derivative in post #10 was:
dy/dx = sqrt( A*y^(3/2) + C)
and we can get the second derivative from this, but how do you intend to get y itself?
Did you look at my (partial) solution (post #10)?
dy/dx = sqrt( A*y^(3/2) + C)
That is a separable differential equation, but the integral is difficult..