270 likes | 360 Views
VC.01 Part B. Vectors and Parametric Plotting. VC.01 Part B. G4, G5, G7, G8 are all due by 7:30 AM on Friday Quiz on Friday, cumulative over all of VC.01 Make sure you read the Tutorials AND the Basics for this homework assignment. Example 1: Particle Path, Velocity, and Acceleration.
E N D
VC.01 Part B Vectors and Parametric Plotting
VC.01 Part B • G4, G5, G7, G8 are all due by • 7:30 AM on Friday • Quiz on Friday, cumulative over all • of VC.01 • Make sure you read the Tutorials • AND the Basics for this homework assignment
Example 1: Particle Path, Velocity, and Acceleration Copy and Paste into Mathematica: Animate[ParametricPlot[{8*Cos[x], 3*Sin[x]}, {x, 0, a}, AspectRatio -> Automatic, PlotStyle -> Thickness[0.015], PlotRange -> {{-10, 10}, {-4, 4}}], {a, 0, 2*Pi}, DefaultDuration -> 10, AnimationRunning -> False]