Solving Trivial Second Order ODEs

  • Thread starter Thread starter terryphi
  • Start date Start date
  • Tags Tags
    Odes Second order
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
The integral of 0 is 0, plus an arbitrary constant (call it A).
The integral of A is Ax, plus another arbitrary constant (call it B).
 
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
<br /> \int y&#039;&#039; dx = \int 0 dx = A<br />
(A is a const)

and again:

<br /> \int A dx = Ax +B<br />
(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
<br /> \int y&#039;&#039; dx = \int 0 dx = A<br />
(A is a const)

and again:

<br /> \int A dx = Ax +B<br />
(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!
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top