Nonhomogeneous: Undetermined coefficients

andrewdavid
Messages
10
Reaction score
0
(d^2x/dt^2)+(w^2)x=Fsin(wt), x(0)=0,x'(0)=0

Hope that's readable. First part is second derivative of x with respect to t. w is a constant and F is a constant. I need to find a solution to this using method of undetermined coeffecients and I'm confused with all the different variables. Anyone get me started at least?
 
Physics news on Phys.org
Well, first off start by solving the homogenous equation to find the fundamental solution.

\ddot{x} + \omega^{2}x = 0

After that try a Particular solution of the type

y_{p} = A x \sin(\omega t) + B x\cos(\omega t)

Remember that if the fundamental solution has already sin and cos, you will need to try a xsin and xcos, like this case.
 
Last edited:
I got my homogenous equation x''+(w^2)x=0 but I can't find my roots with that w^2 in there.
 
What seems to be the problem? Show me your work.
 
Here, i will start you off

\ddot{x} + \omega^{2}x = 0

we assume a as a solution

x(t) = e^{rt}

So we substitute in our ODE

r^{2}e^{rt} + \omega^{2}e^{rt} = 0

so

e^{rt}(r^{2} + \omega^{2}) = 0

because e^{rt} cannot be equal to 0

r^{2} + \omega^{2} = 0

which ends up as

r = \pm \omega i
 
Last edited:
I figured it out, thanks a lot for your help, I was just being dumb.
 
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