New Reply

differential equation y(x)''=f(y(x))

 
Share Thread Thread Tools
May21-12, 01:46 PM   #1
 

differential equation y(x)''=f(y(x))


Hi,
simple quetion, as you can see in the title.
How can I solve differential equation y(x)''=f(y(x))
I know I can write first derivative like dy/dx. But how can I write second derivative in such form?
If it would be y(x)'=y, then it can be writen dy/dx=y
=> (1/y)dy=(1)dx
=> I can integrate ln(y)+C=x
=> its clear from now on

I need some similar solution for situation when I have second derivative on the left side and some function consisting just y(x) (not x itself) on the right.
Thanks for helping
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
May21-12, 02:15 PM   #2
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Hi Holali!

Multiply both sides by y'

(or use the chain rule … y'' = dy'/dx = y' dy'/dy)
May22-12, 03:26 AM   #3
 
Hmm, chain rule.I found it at wikipedia,but cant understand it.
I understand equation y''=dy'/dx, but not y''=y' dy'/dy.
Could you show me some easy example, like y''=2y^2, or y''=y^2 -y ?
May22-12, 05:03 PM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

differential equation y(x)''=f(y(x))


What tiny-time is referring to is often called "quadrature"- you'll see why in a moment. The crucial point is that "x", the independent variable does not appear explicitely in the equation y''= f(7).

If you let u= y', you can write
[tex]\frac{d^2y}{dx^2}= \frac{d}{dx}\left(\frac{dy}{dx}\right)= \frac{du}{dx}[/tex]
We can then say , using the chain rule,
[tex]\frac{du}{dx}= \frac{du}{dy}\frac{dy}{dx}= u\frac{du}{dy}= f(y)[/tex]
which is a separable equation:
[tex]u du= f(y)dy[/tex]
The left side is, of course, [itex](1/2)u^2[/itex], the reason for the name "quadrature". we have
[tex](1/2)u^2= \int f(x)dx[/tex]
so
[tex]\frac{dy}{dx}= u= \sqrt{2\int f(x)dx}[/tex]
[tex]y= \int^x \sqrt{2\int^u f(t)dt} du[/tex]

Of course, if f(y) was not a "nice" function to begin with, those integrals may be difficult to do!
Jun20-12, 02:45 PM   #5
 
""
udu=f(y)dy

The left side is, of course, (1/2)u2, the reason for the name "quadrature". we have

(1/2)u2=∫f(x)dx

""
DIdn't you change y for x in this part?
Jun23-12, 02:01 AM   #6
 
Simple manipulation of left hand side of the equation will solve this

d(dy/dx)/dx= dy'/dy * dy/dx
Moving the 1/dy factor to the right hand side, we get

y' dy' = f(y) dy

Integrating this will give us

(1/2)y'^2=F(y) (F'(y)=f(y))

Rearranging, we get

dy/dx=[2F(y)]^1/2

And of course, the second order diff eq. is reduced to a simple ODE. Using the method of separation of variables, we obtain

x=integral{dy/[2F(y)]^1/2}
Nov24-12, 01:02 PM   #7
 
For the same general equation, how can i solve

y''(x)=a*sin(y(x)) ; a is a constant
I think it would be a numerical method.
Nov24-12, 06:27 PM   #8
 
Blog Entries: 27
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
hi etpatati1! welcome to pf!
Quote by etpatati1 View Post
For the same general equation, how can i solve

y''(x)=a*sin(y(x)) ; a is a constant
Multiply both sides by y'

(or use the chain rule … y'' = dy'/dx = y' dy'/dy)
Nov25-12, 01:46 AM   #9
 
Quote by etpatati1 View Post
For the same general equation, how can i solve
y''(x)=a*sin(y(x)) ; a is a constant
I think it would be a numerical method.
Thanks to the Jacobi am function, a closed form exists to express y(x).
New Reply

Tags
differential, equation, y''=f(y), y(x)''=f(y(x))
Thread Tools


Similar Threads for: differential equation y(x)''=f(y(x))
Thread Forum Replies
Use the differential operator to solve this differential equation Calculus & Beyond Homework 1
General equation for change of variable in a differential equation Differential Equations 4
Simple Differential Equation (Ordinary Differential Equation) Differential Equations 7
Expressing magnetostatic equation as a partial differential equation Classical Physics 0
Laplace's Equation and Seperation of Multivariable Differential Equation Introductory Physics Homework 2