Second order ODE solution for this system?

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
3 replies · 3K views
karamustafa
Messages
2
Reaction score
0
second order ODE solution for this system??

hello guys,
I am wondering if what is the analytical solution for this system?
can we solve it as a mass-spring-damper system?
thanks for your helps.
the rectangular part is removed from the disk.

[URL=http://img3.imageshack.us/my.php?image=odev.jpg][PLAIN]http://img3.imageshack.us/img3/3610/odev.th.jpg[/URL][/PLAIN]
 

Attachments

  • odev.jpg
    odev.jpg
    17.3 KB · Views: 623
Physics news on Phys.org


So the DE is

ax'' + bx' + cx = 0

Write the characteristic equation...

an^2 + bn + c = 0

Solve for n using the quadratic formula...

n = [-b +- sqrt(b^2 - 4ac)] / 2a

This will give you two (possibly non-unique) exponents. if the exponents are different, say n1 and n2, then the solution is

x(t) = Aexp(n1 t) + Bexp(n2 t)

If the exponents are the same, then

x(t) = Aexp(n t) + B t exp(n t)

Am I missing something, or does this answer your question?
 


thanks a lot, that is the answer if the motion is linear, how about the angular motion?
how can i modify this equation.??
 


To make it angular, rewrite it using "theta" instead of "x".