How Do You Solve This Tricky Differential Equation?

amix
Messages
4
Reaction score
0
Hello :smile:

I have a differential equations, which I don't know how to solve. Maybe somebody has a tip or two

The equation is:
d^2 m / d x^2 = -3x
 
Physics news on Phys.org
So m is a function of x and its second derivative with respect to x is -3x? What function gives ax when differentiated? And then what function gives THAT function when differentiated? Do you have any initial conditions?
 
Well, I need to find the complete solution. All I know is that I have a function m(x) and that the interval of x is from 0 to 4.
 
what selfadjoint was getting at was that this is a very easy separable solution, though you've not met those words yet perhaps.

suppose y' = 2x, ( ' means diff wrt x)
then

y= x^2+c

suppose z'' = y' in the above,
then z' = x^2+c,

so what is z?
 
I haven't taken diff. eq. in a while, so I might be wrong, but isn't that like saying:

m" = -3x ?

then just integrate: (I'm using | as the symbol for integral)

|(m" dm) = |(-3x dx)
m' = -3/2 x^2 + C

integrate again, gives:
|(m' dm) = | (-3/2 x^2 + C dx)
m = -1/2 x^3 + Cx + D

That's it!

I don't know what the interval from 0 to 4 falls-in though...
 
Well, wouldn't the interval be just a definite integral from 0 to 4? I may be wrong, if I misread your question. [b(]
 
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