Question: Physics: Puck On a Frictionless Table

Hello, I am new to maple and trying to teach myself as i go along. I am trying to plot a paramteric for a puck on a fristion less table that spins for differnt vo values. Here is my code: puckontable.mw

x := (x[0]+v[x0]*t)*cos(Omega*t)+(v[y0]+Omega*x[0])*t*sin(Omega*t)

cos(t)+2*t*sin(t)

(1)

y := -(x[0]+v[x0]*t)*sin(Omega*t)+(v[y0]+Omega*x[0])*t*cos(Omega*t)

-sin(t)+2*t*cos(t)

(2)

x[0] := 1;

1

 

1

 

0

 

1

(3)

plot(x, y, 0 .. 10*Pi)

Error, (in plot) unexpected options: [-sin(t)+2*t*cos(t), 0 .. 10*Pi]

 

``


I cant seem to get the ploty to work. Also xo and Ω are always 1.

Please help!

thank you


Download puckontable.mw

Please Wait...