270 likes | 374 Vues
Get ready for your VC.01 homework with this tutorial on plotting vectors for particle paths, velocity, and acceleration. Learn how to define lines parametrically and check if lines are perpendicular or parallel. Make sure to read the Tutorials and Basics for a complete understanding.
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]