Solving Trivial Second Order ODEs

  • Context: Undergrad 
  • Thread starter Thread starter terryphi
  • Start date Start date
  • Tags Tags
    Odes Second order
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
4 replies · 2K views
terryphi
Messages
57
Reaction score
0
Hey,

I feel kind of stupid for asking this, but how does one solve an ODE of the form y'' = 0

I know it's Ax+B=0 but I forgot how I got there.

Cheers,
 
Physics news on Phys.org
terryphi said:
Hey,

I feel kind of stupid for asking this, but how does one solve an ODE of the form y'' = 0

I know it's Ax+B=0 but I forgot how I got there.

Cheers,

I believe the answer is by integrating twice:

y'' = d2y/dx2 = 0
[tex] \int y'' dx = \int 0 dx = A[/tex]
(A is a const)

and again:

[tex] \int A dx = Ax +B[/tex]
(B is a const)

Get two constants as it is second order and find the constants using the boundary conditions...
Hope that helps
 
Heh, thanks..forgot the integral of 0 was C

rfwebster said:
I believe the answer is by integrating twice:

y'' = d2y/dx2 = 0
[tex] \int y'' dx = \int 0 dx = A[/tex]
(A is a const)

and again:

[tex] \int A dx = Ax +B[/tex]
(B is a const)

Get two constants as it is second order and find the constants using the boundary conditions...
Hope that helps
 
easy thing to forget!