Generating Graphs with Maple: Calculating F_o, w_o and w

  • Context: Maple 
  • Thread starter Thread starter viciado123
  • Start date Start date
  • Tags Tags
    Graphs Maple
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
2 replies · 2K views
viciado123
Messages
53
Reaction score
0
I find the equation of beat:

[tex]x(t) = [\frac{2F_o}{m(w_o^2 - w^2)}sin(\frac{(w_o - w)t}{2})]sin(\frac{(w_o + w)t}{2})[/tex]


What values do I get to [tex]F_o[/tex], [tex]w_o[/tex] and [tex]w[/tex] to generate the graph ?

I use program maple to plot graph.
 
Physics news on Phys.org
LCKurtz said:
Well, you want the frequencies to be sort of close. Try F0= 5, m = 1,w=2pi, w0=2pi-1/2 and plot it from 0 to 20pi.

Thank you