How do you solve a nonhomogeneous second order ODE with a cosine function?

  • Thread starter Thread starter Stu165
  • Start date Start date
  • Tags Tags
    Ode
Stu165
Messages
10
Reaction score
0
Can anyone give me a hand with this, cause I'm stumped and can't remember exactly how to go about solving this.

here's the eqn

m[d^2x/dt^2 + wsubo^2 x] = F cos wt

I'm supposed to show that x(t) = xsubo cos wt

w is the incident freq
wsubo is the resonant freq
m is mass

it's from physics but the principles are just maths.
 
Physics news on Phys.org
Since you are given the solution, just plug it into the eqn. I get a solution only when x_0=\frac{w^2-F}{w^2}.
 
Last edited:
I would have thought you would have to work with undetermined coefficients or something
 
Stu165 said:
I would have thought you would have to work with undetermined coefficients or something

No, you were not asked to SOLVE the equation, only to show that
x(t) = x0 cos wt IS a solution.
 
I just found this out, by plugging in xsubocoswt, I got F = m (wsub0^2 - w^2) x

by then using undetermined coefficients I get a value of

y(t) = F / m (wsub0^2 - w^2) coswt

by substituting F in I get the xcos wt
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top