(*^ ::[ frontEndVersion = "Microsoft Windows Mathematica Notebook Front End Version 2.2"; microsoftWindowsStandardFontEncoding; fontset = title, "Arial", 24, L0, center, nohscroll, bold; fontset = subtitle, "Arial", 18, L0, center, nohscroll, bold; fontset = subsubtitle, "Arial", 14, L0, center, nohscroll, bold; fontset = section, "Arial", 14, L0, bold, grayBox; fontset = subsection, "Arial", 12, L0, bold, blackBox; fontset = subsubsection, "Arial", 10, L0, bold, whiteBox; fontset = text, "Arial", 12, L0; fontset = smalltext, "Arial", 10, L0; fontset = input, "Courier New", 12, L0, nowordwrap, bold; fontset = output, "Courier New", 12, L0, nowordwrap; fontset = message, "Courier New", 10, L0, nowordwrap, R65280; fontset = print, "Courier New", 10, L0, nowordwrap; fontset = info, "Courier New", 10, L0, nowordwrap; fontset = postscript, "Courier New", 8, L0, nowordwrap; fontset = name, "Arial", 10, L0, nohscroll, italic, B65280; fontset = header, "Times New Roman", 10, L0, right, nohscroll; fontset = footer, "Times New Roman", 10, L0, right, nohscroll; fontset = help, "Arial", 10, L0, nohscroll; fontset = clipboard, "Arial", 12, L0, nohscroll; fontset = completions, "Arial", 12, L0, nowordwrap, nohscroll; fontset = graphics, "Courier New", 10, L0, nowordwrap, nohscroll; fontset = special1, "Arial", 12, L0, nowordwrap, nohscroll; fontset = special2, "Arial", 12, L0, center, nowordwrap, nohscroll; fontset = special3, "Arial", 12, L0, right, nowordwrap, nohscroll; fontset = special4, "Arial", 12, L0, nowordwrap, nohscroll; fontset = special5, "Arial", 12, L0, nowordwrap, nohscroll; fontset = leftheader, "Arial", 12, L0, nowordwrap, nohscroll; fontset = leftfooter, "Arial", 12, L0, nowordwrap, nohscroll; fontset = reserved1, "Courier New", 10, L0, nowordwrap, nohscroll;] :[font = subtitle; inactive; nohscroll; center; ] Kinematics 1: Velocity and Acceleration in One Dimension :[font = subsubtitle; inactive; nohscroll; center; ] by George E. Hrabovsky :[font = subsection; inactive; startGroup; ] Position Vector :[font = smalltext; inactive; ] We begin our discussion of the geometry of motion with a presentation of the concept of a position vector. The position vector locates an object relative to the origin of the coordiante system. In Mathematica we will denote the position vector in the following way, :[font = input; nowordwrap; ] r = Table[x[i], {i, 3}] (1) :[font = smalltext; inactive; ] which produces the following output, :[font = output; inactive; formatted; output; nowordwrap; ] {x[1], x[2], x[3]} ;[o] {x[1], x[2], x[3]} :[font = smalltext; inactive; ] where x[1], x[2], and x[3] are the distances from the origin in each of the three coordinate axes, where the command Table[] is used to build the vector. A second important concept is that of displacement, which is the change in the position vector. In Mathematica we denote displacement as follows, :[font = input; nowordwrap; ] delta_r = r1 - r0 (2) :[font = smalltext; inactive; ] where r1 is the final value of r, and r0 is the intiial-value of r. Redefining (1) for r0, :[font = input; nowordwrap; ] r0 = Table[x0[i], {i, 3}]; :[font = smalltext; inactive; ] and for r1, :[font = input; nowordwrap; ] r1 = Table[x1[i], {i, 3}]; :[font = smalltext; inactive; ] thus we get the following output. :[font = input; startGroup; nowordwrap; ] delta_r = r1 - r0 :[font = output; inactive; formatted; output; endGroup; nowordwrap; ] {-x0[1] + x1[1], -x0[2] + x1[2], -x0[3] + x1[3]} ;[o] {-x0[1] + x1[1], -x0[2] + x1[2], -x0[3] + x1[3]} :[font = smalltext; inactive; ] Putting this into practice, we look at an example of motion in one dimension, the principle works the same for an arbitrary number of dimensions, it is simpler to see how it works when using one. Let us assume that some motion can be represented by a position vector of x(t) = 52mm Sin[(0.44 rad/s) t]. We can write this in Mathematica as, :[font = input; nowordwrap; ] x[t_] := 52 Sin[0.44 t] :[font = smalltext; inactive; ] We can plot a graph of this function quite easily, and we will choose an interval of time, 0 <= t <= 15. In Mathematica we perform this task by using the Plot[] command, with t being the horizontal axis and x being the vertical. :[font = input; startGroup; nowordwrap; ] Plot[x[t], {t, 0, 15}, PlotLabel -> "Position Vector", AxesLabel -> {"t", "x[t]"}]; :[font = postscript; inactive; output; endGroup; BITMAP; PostScript; pictureLeft = 100; pictureTop = 0; pictureWidth = 299; pictureHeight = 185; nowordwrap; ] %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.0634921 0.309017 0.00565967 [ [(2)] .15079 .30902 0 2 Msboxa [(4)] .27778 .30902 0 2 Msboxa [(6)] .40476 .30902 0 2 Msboxa [(8)] .53175 .30902 0 2 Msboxa [(10)] .65873 .30902 0 2 Msboxa [(12)] .78571 .30902 0 2 Msboxa [(14)] .9127 .30902 0 2 Msboxa [(t)] 1.025 .30902 -1 0 Msboxa [(Position Vector)] .5 .61803 0 -2 0 0 1 Mouter Mrotsboxa [(-40)] .01131 .08263 1 0 Msboxa [(-20)] .01131 .19582 1 0 Msboxa [(20)] .01131 .42221 1 0 Msboxa [(40)] .01131 .5354 1 0 Msboxa [(x[t])] .02381 .61803 0 -4 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 .61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .15079 .30902 m .15079 .31527 L s P [(2)] .15079 .30902 0 2 Mshowa p .002 w .27778 .30902 m .27778 .31527 L s P [(4)] .27778 .30902 0 2 Mshowa p .002 w .40476 .30902 m .40476 .31527 L s P [(6)] .40476 .30902 0 2 Mshowa p .002 w .53175 .30902 m .53175 .31527 L s P [(8)] .53175 .30902 0 2 Mshowa p .002 w .65873 .30902 m .65873 .31527 L s P [(10)] .65873 .30902 0 2 Mshowa p .002 w .78571 .30902 m .78571 .31527 L s P [(12)] .78571 .30902 0 2 Mshowa p .002 w .9127 .30902 m .9127 .31527 L s P [(14)] .9127 .30902 0 2 Mshowa p .001 w .04921 .30902 m .04921 .31277 L s P p .001 w .0746 .30902 m .0746 .31277 L s P p .001 w .1 .30902 m .1 .31277 L s P p .001 w .1254 .30902 m .1254 .31277 L s P p .001 w .17619 .30902 m .17619 .31277 L s P p .001 w .20159 .30902 m .20159 .31277 L s P p .001 w .22698 .30902 m .22698 .31277 L s P p .001 w .25238 .30902 m .25238 .31277 L s P p .001 w .30317 .30902 m .30317 .31277 L s P p .001 w .32857 .30902 m .32857 .31277 L s P p .001 w .35397 .30902 m .35397 .31277 L s P p .001 w .37937 .30902 m .37937 .31277 L s P p .001 w .43016 .30902 m .43016 .31277 L s P p .001 w .45556 .30902 m .45556 .31277 L s P p .001 w .48095 .30902 m .48095 .31277 L s P p .001 w .50635 .30902 m .50635 .31277 L s P p .001 w .55714 .30902 m .55714 .31277 L s P p .001 w .58254 .30902 m .58254 .31277 L s P p .001 w .60794 .30902 m .60794 .31277 L s P p .001 w .63333 .30902 m .63333 .31277 L s P p .001 w .68413 .30902 m .68413 .31277 L s P p .001 w .70952 .30902 m .70952 .31277 L s P p .001 w .73492 .30902 m .73492 .31277 L s P p .001 w .76032 .30902 m .76032 .31277 L s P p .001 w .81111 .30902 m .81111 .31277 L s P p .001 w .83651 .30902 m .83651 .31277 L s P p .001 w .8619 .30902 m .8619 .31277 L s P p .001 w .8873 .30902 m .8873 .31277 L s P p .001 w .9381 .30902 m .9381 .31277 L s P p .001 w .96349 .30902 m .96349 .31277 L s P p .001 w .98889 .30902 m .98889 .31277 L s P [(t)] 1.025 .30902 -1 0 Mshowa p .002 w 0 .30902 m 1 .30902 L s P [(Position Vector)] .5 .61803 0 -2 0 0 1 Mouter Mrotshowa p .002 w .02381 .08263 m .03006 .08263 L s P [(-40)] .01131 .08263 1 0 Mshowa p .002 w .02381 .19582 m .03006 .19582 L s P [(-20)] .01131 .19582 1 0 Mshowa p .002 w .02381 .42221 m .03006 .42221 L s P [(20)] .01131 .42221 1 0 Mshowa p .002 w .02381 .5354 m .03006 .5354 L s P [(40)] .01131 .5354 1 0 Mshowa p .001 w .02381 .10527 m .02756 .10527 L s P p .001 w .02381 .12791 m .02756 .12791 L s P p .001 w .02381 .15055 m .02756 .15055 L s P p .001 w .02381 .17318 m .02756 .17318 L s P p .001 w .02381 .21846 m .02756 .21846 L s P p .001 w .02381 .2411 m .02756 .2411 L s P p .001 w .02381 .26374 m .02756 .26374 L s P p .001 w .02381 .28638 m .02756 .28638 L s P p .001 w .02381 .33166 m .02756 .33166 L s P p .001 w .02381 .35429 m .02756 .35429 L s P p .001 w .02381 .37693 m .02756 .37693 L s P p .001 w .02381 .39957 m .02756 .39957 L s P p .001 w .02381 .44485 m .02756 .44485 L s P p .001 w .02381 .46749 m .02756 .46749 L s P p .001 w .02381 .49013 m .02756 .49013 L s P p .001 w .02381 .51276 m .02756 .51276 L s P p .001 w .02381 .05999 m .02756 .05999 L s P p .001 w .02381 .03735 m .02756 .03735 L s P p .001 w .02381 .01471 m .02756 .01471 L s P p .001 w .02381 .55804 m .02756 .55804 L s P p .001 w .02381 .58068 m .02756 .58068 L s P p .001 w .02381 .60332 m .02756 .60332 L s P [(x[t])] .02381 .61803 0 -4 Mshowa p .002 w .02381 0 m .02381 .61803 L s P P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath p p .004 w .02381 .30902 m .06349 .38893 L .10317 .46284 L .14286 .5252 L .1627 .55053 L .18254 .5713 L .19246 .57985 L .20238 .58712 L .2123 .59308 L .22222 .5977 L .22718 .59949 L .23214 .60095 L .23462 .60155 L .2371 .60206 L .23958 .60248 L .24206 .60282 L .2433 .60296 L .24454 .60307 L .24578 .60316 L .24702 .60324 L .24826 .60328 L .2495 .60331 L .25074 .60332 L .25198 .6033 L .25322 .60327 L .25446 .60321 L .2557 .60313 L .25694 .60302 L .25942 .60275 L .2619 .6024 L .26687 .60142 L .27183 .6001 L .28175 .59644 L .29167 .59141 L .30159 .58505 L .32143 .56845 L .34127 .54696 L .38095 .49099 L .42063 .42134 L .46032 .34325 L .5 .26259 L .53968 .18542 L .57937 .11754 L .59921 .08871 L .61905 .06404 L .63889 .044 L .64881 .03583 L .65873 .02896 L .66865 .02341 L .67361 .02113 L Mistroke .67857 .0192 L .68353 .01761 L .68849 .01637 L .69097 .01588 L .69345 .01547 L .69593 .01515 L .69717 .01502 L .69841 .01492 L .69965 .01484 L .70089 .01477 L .70213 .01473 L .70337 .01472 L .70461 .01472 L .70585 .01474 L .70709 .01479 L .70833 .01486 L .70957 .01495 L .71081 .01506 L .71329 .01535 L .71577 .01573 L .71825 .01619 L .72321 .01737 L .72817 .0189 L .7381 .02298 L .74802 .02842 L .75794 .03518 L .77778 .05254 L .81746 .10137 L .85714 .16581 L .89683 .24101 L .93651 .32132 L .97619 .4007 L Mfstroke P P % End of Graphics MathPictureEnd :[font = smalltext; inactive; ] In order to determine the distance travelled by the object we note from the graph that x(t) increased until approximately 50mm. Beginning at t=0 x(t) increased until approximately t=4, which turns out to be, :[font = input; startGroup; nowordwrap; ] x[4] :[font = output; inactive; formatted; output; endGroup; nowordwrap; ] 51.07202449115617 ;[o] 51.072 :[font = smalltext; inactive; ] which gives us a distance of approximately 51mm, and then it began decreasing until approximately t=11, or, :[font = input; startGroup; nowordwrap; ] x[11] :[font = output; inactive; formatted; output; endGroup; nowordwrap; ] -51.57717538016746 ;[o] -51.5772 :[font = smalltext; inactive; ] which gives us a total distance travelled of about 103mm, where the objects motion again until t=14, or :[font = input; startGroup; nowordwrap; ] x[15] :[font = output; inactive; formatted; output; endGroup; nowordwrap; ] 16.20015090269565 ;[o] 16.2002 :[font = smalltext; inactive; endGroup; ] which gives a distance travelled of about 68mm. The total distance travelled is the total of all three intervals, or approximately 222mm. Finding the displacement we need to find the final position, which is 16.2002 mm, and the initial position which is 0. The displacement is x1 - x0, or 16.2002 - 0 = 16.2002 mm. :[font = subsection; inactive; startGroup; ] Velocity and Speed :[font = smalltext; inactive; ] Now that we know how to use the concept of the position vector, we can define the average velocity as the rate of change of the position vector with respect to time. In Mathematica terms we define the interval of time as, :[font = input; nowordwrap; ] delta_t = t1 - t0 :[font = input; nowordwrap; backColorRed = 65280; backColorGreen = 65280; backColorBlue = 65280; fontColorRed = 0; fontColorGreen = 0; fontColorBlue = 0; bold; fontName = "Courier New"; fontSize = 12; ] v_bar = delta_r/delta_t :[font = smalltext; inactive; ] This is nothing more than the displacement over the time interval. As will be seen in the next example, this is not too useful. Returning to our example above, we have a displacement of 16.2002mm, and the time interval is t1 - t0 = 15 - 0 = 15 s. So the average velocity, which is also a vector, is, :[font = input; startGroup; nowordwrap; ] 16.2002/15 :[font = output; inactive; formatted; output; endGroup; nowordwrap; ] 1.080013333333333 ;[o] 1.08001 :[font = smalltext; inactive; ] in units of mm/sec. But we know that the object has crossed more distance than indicated by the average velocity, so we need a better measure of velocity. We need to find the instantaneous velocity for any point along the path of the particle. To accomplish this we need to turn to the technique of differential calculus. The nature of the problem is this: we must find the rate of change of position with respect to time. The way we do this is rather involved, so follow carefully. 1) Since we will be looking for the velocity over a very small time interval we need to express the position interval as x[t + delta_t] where delta_t is very small. In our example this becomes, :[font = input; startGroup; nowordwrap; ] x[t + delta_t] :[font = output; inactive; formatted; output; endGroup; nowordwrap; ] 52*Sin[0.4400000000000001*(t + (delta_t))] ;[o] 52 Sin[0.44 (t + (delta_t))] :[font = smalltext; inactive; ] 2) We now apply the definition of the derivative in the following way, dx/dt =Limit[ (x[t + delta_t] - x[t])/delta_t, delta_t -> 0]. For our example we adopt a dummy variable which we will call rr and we will change our delta_t to simply dt and get, :[font = input; startGroup; nowordwrap; ] rr = (x[t + dt] - x[t])/dt :[font = output; inactive; formatted; output; endGroup; nowordwrap; ] (-52*Sin[0.4400000000000001*t] + 52*Sin[0.4400000000000001*(dt + t)])/dt ;[o] -52 Sin[0.44 t] + 52 Sin[0.44 (dt + t)] --------------------------------------- dt :[font = smalltext; inactive; ] we now take the limit of this, :[font = input; startGroup; nowordwrap; ] Limit[rr, dt -> 0] :[font = output; inactive; formatted; output; endGroup; nowordwrap; ] 22.88*Cos[0.4400000000000001*t] ;[o] 22.88 Cos[0.44 t] :[font = smalltext; inactive; ] this takes nearly 30 seconds on a 386DX33, so we will try the built-in differentiation operator, :[font = input; startGroup; nowordwrap; ] v = D[x[t], t] :[font = output; inactive; formatted; output; endGroup; nowordwrap; ] 22.88*Cos[0.4400000000000001*t] ;[o] 22.88 Cos[0.44 t] :[font = smalltext; inactive; ] Which is not only the correct answer, but only took 0.88 seconds. Using this result we can determine the velocity at any point in time for the position vector. Here is a plot of the velocity over the interval given in our example, :[font = input; startGroup; nowordwrap; ] Plot[v, {t, 0, 15}, PlotLabel -> "Velocity", AxesLabel -> {"t", "v"}]; :[font = postscript; inactive; output; endGroup; BITMAP; PostScript; pictureLeft = 100; pictureTop = 0; pictureWidth = 299; pictureHeight = 185; nowordwrap; ] %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.0634921 0.309016 0.0128629 [ [(2)] .15079 .30902 0 2 Msboxa [(4)] .27778 .30902 0 2 Msboxa [(6)] .40476 .30902 0 2 Msboxa [(8)] .53175 .30902 0 2 Msboxa [(10)] .65873 .30902 0 2 Msboxa [(12)] .78571 .30902 0 2 Msboxa [(14)] .9127 .30902 0 2 Msboxa [(t)] 1.025 .30902 -1 0 Msboxa [(Velocity)] .5 .61803 0 -2 0 0 1 Mouter Mrotsboxa [(-20)] .01131 .05176 1 0 Msboxa [(-10)] .01131 .18039 1 0 Msboxa [(10)] .01131 .43764 1 0 Msboxa [(20)] .01131 .56627 1 0 Msboxa [(v)] .02381 .61803 0 -4 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 .61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .15079 .30902 m .15079 .31527 L s P [(2)] .15079 .30902 0 2 Mshowa p .002 w .27778 .30902 m .27778 .31527 L s P [(4)] .27778 .30902 0 2 Mshowa p .002 w .40476 .30902 m .40476 .31527 L s P [(6)] .40476 .30902 0 2 Mshowa p .002 w .53175 .30902 m .53175 .31527 L s P [(8)] .53175 .30902 0 2 Mshowa p .002 w .65873 .30902 m .65873 .31527 L s P [(10)] .65873 .30902 0 2 Mshowa p .002 w .78571 .30902 m .78571 .31527 L s P [(12)] .78571 .30902 0 2 Mshowa p .002 w .9127 .30902 m .9127 .31527 L s P [(14)] .9127 .30902 0 2 Mshowa p .001 w .04921 .30902 m .04921 .31277 L s P p .001 w .0746 .30902 m .0746 .31277 L s P p .001 w .1 .30902 m .1 .31277 L s P p .001 w .1254 .30902 m .1254 .31277 L s P p .001 w .17619 .30902 m .17619 .31277 L s P p .001 w .20159 .30902 m .20159 .31277 L s P p .001 w .22698 .30902 m .22698 .31277 L s P p .001 w .25238 .30902 m .25238 .31277 L s P p .001 w .30317 .30902 m .30317 .31277 L s P p .001 w .32857 .30902 m .32857 .31277 L s P p .001 w .35397 .30902 m .35397 .31277 L s P p .001 w .37937 .30902 m .37937 .31277 L s P p .001 w .43016 .30902 m .43016 .31277 L s P p .001 w .45556 .30902 m .45556 .31277 L s P p .001 w .48095 .30902 m .48095 .31277 L s P p .001 w .50635 .30902 m .50635 .31277 L s P p .001 w .55714 .30902 m .55714 .31277 L s P p .001 w .58254 .30902 m .58254 .31277 L s P p .001 w .60794 .30902 m .60794 .31277 L s P p .001 w .63333 .30902 m .63333 .31277 L s P p .001 w .68413 .30902 m .68413 .31277 L s P p .001 w .70952 .30902 m .70952 .31277 L s P p .001 w .73492 .30902 m .73492 .31277 L s P p .001 w .76032 .30902 m .76032 .31277 L s P p .001 w .81111 .30902 m .81111 .31277 L s P p .001 w .83651 .30902 m .83651 .31277 L s P p .001 w .8619 .30902 m .8619 .31277 L s P p .001 w .8873 .30902 m .8873 .31277 L s P p .001 w .9381 .30902 m .9381 .31277 L s P p .001 w .96349 .30902 m .96349 .31277 L s P p .001 w .98889 .30902 m .98889 .31277 L s P [(t)] 1.025 .30902 -1 0 Mshowa p .002 w 0 .30902 m 1 .30902 L s P [(Velocity)] .5 .61803 0 -2 0 0 1 Mouter Mrotshowa p .002 w .02381 .05176 m .03006 .05176 L s P [(-20)] .01131 .05176 1 0 Mshowa p .002 w .02381 .18039 m .03006 .18039 L s P [(-10)] .01131 .18039 1 0 Mshowa p .002 w .02381 .43764 m .03006 .43764 L s P [(10)] .01131 .43764 1 0 Mshowa p .002 w .02381 .56627 m .03006 .56627 L s P [(20)] .01131 .56627 1 0 Mshowa p .001 w .02381 .07748 m .02756 .07748 L s P p .001 w .02381 .10321 m .02756 .10321 L s P p .001 w .02381 .12894 m .02756 .12894 L s P p .001 w .02381 .15466 m .02756 .15466 L s P p .001 w .02381 .20611 m .02756 .20611 L s P p .001 w .02381 .23184 m .02756 .23184 L s P p .001 w .02381 .25756 m .02756 .25756 L s P p .001 w .02381 .28329 m .02756 .28329 L s P p .001 w .02381 .33474 m .02756 .33474 L s P p .001 w .02381 .36047 m .02756 .36047 L s P p .001 w .02381 .38619 m .02756 .38619 L s P p .001 w .02381 .41192 m .02756 .41192 L s P p .001 w .02381 .46337 m .02756 .46337 L s P p .001 w .02381 .4891 m .02756 .4891 L s P p .001 w .02381 .51482 m .02756 .51482 L s P p .001 w .02381 .54055 m .02756 .54055 L s P p .001 w .02381 .02603 m .02756 .02603 L s P p .001 w .02381 .00031 m .02756 .00031 L s P p .001 w .02381 .592 m .02756 .592 L s P p .001 w .02381 .61773 m .02756 .61773 L s P [(v)] .02381 .61803 0 -4 Mshowa p .002 w .02381 0 m .02381 .61803 L s P P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath p p .004 w .02381 .60332 m .02505 .60331 L .02629 .60328 L .02753 .60322 L .02877 .60315 L .03125 .60293 L .03373 .60262 L .03621 .60223 L .03869 .60176 L .04365 .60054 L .04861 .59898 L .05357 .59708 L .06349 .59226 L .08333 .57863 L .10317 .55992 L .14286 .50872 L .18254 .44251 L .22222 .36627 L .2619 .28573 L .30159 .20694 L .34127 .13582 L .36111 .10484 L .38095 .07771 L .40079 .05495 L .42063 .03699 L .43056 .02992 L .44048 .02416 L .44544 .02179 L .4504 .01975 L .45536 .01806 L .46032 .01671 L .4628 .01617 L .46528 .01571 L .46776 .01534 L .469 .01518 L .47024 .01505 L .47148 .01494 L .47272 .01485 L .47396 .01478 L .4752 .01474 L .47644 .01472 L .47768 .01472 L .47892 .01474 L .48016 .01478 L .4814 .01484 L .48264 .01493 L .48512 .01516 L .4876 .01549 L .49008 .0159 L .49504 .01697 L Mistroke .5 .0184 L .50992 .02227 L .51984 .0275 L .53968 .04192 L .55952 .06139 L .57937 .08552 L .61905 .14592 L .65873 .21857 L .69841 .29801 L .7381 .37829 L .77778 .45336 L .81746 .51758 L .8373 .54407 L .85714 .56613 L .86706 .57536 L .87698 .58333 L .8869 .59001 L .89683 .59535 L .90179 .59752 L .90675 .59935 L .91171 .60083 L .91419 .60145 L .91667 .60197 L .91915 .60241 L .92163 .60277 L .92287 .60291 L .92411 .60303 L .92535 .60313 L .92659 .60321 L .92783 .60327 L .92907 .6033 L .93031 .60332 L .93155 .60331 L .93279 .60328 L .93403 .60323 L .93527 .60316 L .93651 .60306 L .93899 .60281 L .94147 .60247 L .94643 .60152 L .95139 .60023 L .95635 .5986 L .96627 .59431 L .97619 .58867 L Mfstroke P P % End of Graphics MathPictureEnd :[font = smalltext; inactive; ] We can also produce a table, :[font = input; startGroup; nowordwrap; ] TableForm[Table[v, {t, 0, 15}]] :[font = output; inactive; formatted; output; endGroup; nowordwrap; ] TableForm[{22.88, 20.70071805447276, 14.57801817926351, 5.678254333806292, -4.303198073869097, -13.46490556280231, -20.06159333222116, -22.83661430553693, -21.26133621827354, -15.63584430598673, -7.031776065106235, 2.911822125396325, 12.30072788701228, 19.34638590378475, 22.70662176047675, 21.74132170401116}] ;[o] 22.88 20.7007 14.578 5.67825 -4.3032 -13.4649 -20.0616 -22.8366 -21.2613 -15.6358 -7.03178 2.91182 12.3007 19.3464 22.7066 21.7413 :[font = smalltext; inactive; endGroup; ] We now know how to find the velocity for any position vector which is defined. It is important to remember that velocity is also a vector even though here it is portrayed in only one dimension. A velocity vector for Euclidean 3-Space in Mathematica would look like this, :[font = input; startGroup; nowordwrap; ] vel = Table[v[i], {i, 3}] :[font = output; inactive; formatted; output; endGroup; nowordwrap; ] {v[1], v[2], v[3]} ;[o] {v[1], v[2], v[3]} :[font = smalltext; inactive; ] where each component is the velocity in a particular direction. Another way to represent this is, :[font = input; nowordwrap; ] vel = Table[D[x[i], t], {i, 3}] (3) :[font = smalltext; inactive; ] where the components in this case are the derivatives of the components of the position vector. :[font = subsection; inactive; ] Acceleration :[font = smalltext; inactive; ] Acceleration is the vector quantity which represents the time rate of change of velocity, that is the derivative of velocity with respect to time. It is also the second derivative of the position vector. Here we take the derivative of the velocity from our example, :[font = input; startGroup; nowordwrap; ] a = D[v, t] :[font = output; inactive; formatted; output; endGroup; nowordwrap; ] -10.0672*Sin[0.4400000000000001*t] ;[o] -10.0672 Sin[0.44 t] :[font = smalltext; inactive; ] Compare this with the second derivative of the position vector, :[font = input; startGroup; nowordwrap; ] a = D[x[t], {t, 2}] :[font = output; inactive; formatted; output; endGroup; nowordwrap; ] -10.0672*Sin[0.4400000000000001*t] ;[o] -10.0672 Sin[0.44 t] :[font = smalltext; inactive; ] as you can see they are the same. Here is a plot of the acceleration for our example, :[font = input; startGroup; nowordwrap; ] Plot[a, {t, 0, 15}, PlotLabel -> "Acceleration", AxesLabel -> {"t", "a"}]; :[font = postscript; inactive; output; endGroup; BITMAP; PostScript; pictureLeft = 100; pictureTop = 0; pictureWidth = 299; pictureHeight = 185; nowordwrap; ] %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.0634921 0.309017 0.0292338 [ [(2)] .15079 .30902 0 2 Msboxa [(4)] .27778 .30902 0 2 Msboxa [(6)] .40476 .30902 0 2 Msboxa [(8)] .53175 .30902 0 2 Msboxa [(10)] .65873 .30902 0 2 Msboxa [(12)] .78571 .30902 0 2 Msboxa [(14)] .9127 .30902 0 2 Msboxa [(t)] 1.025 .30902 -1 0 Msboxa [(Acceleration)] .5 .61803 0 -2 0 0 1 Mouter Mrotsboxa [(-10)] .01131 .01668 1 0 Msboxa [(-5)] .01131 .16285 1 0 Msboxa [(5)] .01131 .45519 1 0 Msboxa [(10)] .01131 .60136 1 0 Msboxa [(a)] .02381 .61803 0 -4 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 .61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .15079 .30902 m .15079 .31527 L s P [(2)] .15079 .30902 0 2 Mshowa p .002 w .27778 .30902 m .27778 .31527 L s P [(4)] .27778 .30902 0 2 Mshowa p .002 w .40476 .30902 m .40476 .31527 L s P [(6)] .40476 .30902 0 2 Mshowa p .002 w .53175 .30902 m .53175 .31527 L s P [(8)] .53175 .30902 0 2 Mshowa p .002 w .65873 .30902 m .65873 .31527 L s P [(10)] .65873 .30902 0 2 Mshowa p .002 w .78571 .30902 m .78571 .31527 L s P [(12)] .78571 .30902 0 2 Mshowa p .002 w .9127 .30902 m .9127 .31527 L s P [(14)] .9127 .30902 0 2 Mshowa p .001 w .04921 .30902 m .04921 .31277 L s P p .001 w .0746 .30902 m .0746 .31277 L s P p .001 w .1 .30902 m .1 .31277 L s P p .001 w .1254 .30902 m .1254 .31277 L s P p .001 w .17619 .30902 m .17619 .31277 L s P p .001 w .20159 .30902 m .20159 .31277 L s P p .001 w .22698 .30902 m .22698 .31277 L s P p .001 w .25238 .30902 m .25238 .31277 L s P p .001 w .30317 .30902 m .30317 .31277 L s P p .001 w .32857 .30902 m .32857 .31277 L s P p .001 w .35397 .30902 m .35397 .31277 L s P p .001 w .37937 .30902 m .37937 .31277 L s P p .001 w .43016 .30902 m .43016 .31277 L s P p .001 w .45556 .30902 m .45556 .31277 L s P p .001 w .48095 .30902 m .48095 .31277 L s P p .001 w .50635 .30902 m .50635 .31277 L s P p .001 w .55714 .30902 m .55714 .31277 L s P p .001 w .58254 .30902 m .58254 .31277 L s P p .001 w .60794 .30902 m .60794 .31277 L s P p .001 w .63333 .30902 m .63333 .31277 L s P p .001 w .68413 .30902 m .68413 .31277 L s P p .001 w .70952 .30902 m .70952 .31277 L s P p .001 w .73492 .30902 m .73492 .31277 L s P p .001 w .76032 .30902 m .76032 .31277 L s P p .001 w .81111 .30902 m .81111 .31277 L s P p .001 w .83651 .30902 m .83651 .31277 L s P p .001 w .8619 .30902 m .8619 .31277 L s P p .001 w .8873 .30902 m .8873 .31277 L s P p .001 w .9381 .30902 m .9381 .31277 L s P p .001 w .96349 .30902 m .96349 .31277 L s P p .001 w .98889 .30902 m .98889 .31277 L s P [(t)] 1.025 .30902 -1 0 Mshowa p .002 w 0 .30902 m 1 .30902 L s P [(Acceleration)] .5 .61803 0 -2 0 0 1 Mouter Mrotshowa p .002 w .02381 .01668 m .03006 .01668 L s P [(-10)] .01131 .01668 1 0 Mshowa p .002 w .02381 .16285 m .03006 .16285 L s P [(-5)] .01131 .16285 1 0 Mshowa p .002 w .02381 .45519 m .03006 .45519 L s P [(5)] .01131 .45519 1 0 Mshowa p .002 w .02381 .60136 m .03006 .60136 L s P [(10)] .01131 .60136 1 0 Mshowa p .001 w .02381 .04591 m .02756 .04591 L s P p .001 w .02381 .07515 m .02756 .07515 L s P p .001 w .02381 .10438 m .02756 .10438 L s P p .001 w .02381 .13361 m .02756 .13361 L s P p .001 w .02381 .19208 m .02756 .19208 L s P p .001 w .02381 .22132 m .02756 .22132 L s P p .001 w .02381 .25055 m .02756 .25055 L s P p .001 w .02381 .27978 m .02756 .27978 L s P p .001 w .02381 .33825 m .02756 .33825 L s P p .001 w .02381 .36749 m .02756 .36749 L s P p .001 w .02381 .39672 m .02756 .39672 L s P p .001 w .02381 .42595 m .02756 .42595 L s P p .001 w .02381 .48442 m .02756 .48442 L s P p .001 w .02381 .51365 m .02756 .51365 L s P p .001 w .02381 .54289 m .02756 .54289 L s P p .001 w .02381 .57212 m .02756 .57212 L s P [(a)] .02381 .61803 0 -4 Mshowa p .002 w .02381 0 m .02381 .61803 L s P P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath p p .004 w .02381 .30902 m .06349 .2291 L .10317 .15519 L .14286 .09284 L .1627 .06751 L .18254 .04673 L .19246 .03818 L .20238 .03091 L .2123 .02495 L .22222 .02034 L .22718 .01854 L .23214 .01709 L .23462 .01649 L .2371 .01598 L .23958 .01555 L .24206 .01521 L .2433 .01508 L .24454 .01496 L .24578 .01487 L .24702 .0148 L .24826 .01475 L .2495 .01472 L .25074 .01472 L .25198 .01473 L .25322 .01477 L .25446 .01483 L .2557 .01491 L .25694 .01501 L .25942 .01528 L .2619 .01564 L .26687 .01661 L .27183 .01793 L .28175 .0216 L .29167 .02662 L .30159 .03298 L .32143 .04958 L .34127 .07107 L .38095 .12705 L .42063 .19669 L .46032 .27478 L .5 .35544 L .53968 .43261 L .57937 .5005 L .59921 .52932 L .61905 .55399 L .63889 .57404 L .64881 .5822 L .65873 .58908 L .66865 .59463 L .67361 .5969 L Mistroke .67857 .59883 L .68353 .60042 L .68849 .60166 L .69097 .60216 L .69345 .60256 L .69593 .60288 L .69717 .60301 L .69841 .60311 L .69965 .6032 L .70089 .60326 L .70213 .6033 L .70337 .60332 L .70461 .60332 L .70585 .60329 L .70709 .60324 L .70833 .60318 L .70957 .60309 L .71081 .60297 L .71329 .60268 L .71577 .60231 L .71825 .60185 L .72321 .60066 L .72817 .59913 L .7381 .59505 L .74802 .58962 L .75794 .58286 L .77778 .56549 L .81746 .51666 L .85714 .45222 L .89683 .37702 L .93651 .29671 L .97619 .21733 L Mfstroke P P % End of Graphics MathPictureEnd :[font = smalltext; inactive; ] Now let's compare each of the plots so that we can see the relationship between them visually, :[font = postscript; inactive; output; BITMAP; PostScript; pictureLeft = 100; pictureTop = 0; pictureWidth = 299; pictureHeight = 185; nowordwrap; backColorRed = 65280; backColorGreen = 65280; backColorBlue = 65280; fontColorRed = 0; fontColorGreen = 0; fontColorBlue = 0; plain; fontName = "Courier New"; fontSize = 8; ] %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.0634921 0.309017 0.00565967 [ [(2)] .15079 .30902 0 2 Msboxa [(4)] .27778 .30902 0 2 Msboxa [(6)] .40476 .30902 0 2 Msboxa [(8)] .53175 .30902 0 2 Msboxa [(10)] .65873 .30902 0 2 Msboxa [(12)] .78571 .30902 0 2 Msboxa [(14)] .9127 .30902 0 2 Msboxa [(t)] 1.025 .30902 -1 0 Msboxa [(Position Vector)] .5 .61803 0 -2 0 0 1 Mouter Mrotsboxa [(-40)] .01131 .08263 1 0 Msboxa [(-20)] .01131 .19582 1 0 Msboxa [(20)] .01131 .42221 1 0 Msboxa [(40)] .01131 .5354 1 0 Msboxa [(x[t])] .02381 .61803 0 -4 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 .61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .15079 .30902 m .15079 .31527 L s P [(2)] .15079 .30902 0 2 Mshowa p .002 w .27778 .30902 m .27778 .31527 L s P [(4)] .27778 .30902 0 2 Mshowa p .002 w .40476 .30902 m .40476 .31527 L s P [(6)] .40476 .30902 0 2 Mshowa p .002 w .53175 .30902 m .53175 .31527 L s P [(8)] .53175 .30902 0 2 Mshowa p .002 w .65873 .30902 m .65873 .31527 L s P [(10)] .65873 .30902 0 2 Mshowa p .002 w .78571 .30902 m .78571 .31527 L s P [(12)] .78571 .30902 0 2 Mshowa p .002 w .9127 .30902 m .9127 .31527 L s P [(14)] .9127 .30902 0 2 Mshowa p .001 w .04921 .30902 m .04921 .31277 L s P p .001 w .0746 .30902 m .0746 .31277 L s P p .001 w .1 .30902 m .1 .31277 L s P p .001 w .1254 .30902 m .1254 .31277 L s P p .001 w .17619 .30902 m .17619 .31277 L s P p .001 w .20159 .30902 m .20159 .31277 L s P p .001 w .22698 .30902 m .22698 .31277 L s P p .001 w .25238 .30902 m .25238 .31277 L s P p .001 w .30317 .30902 m .30317 .31277 L s P p .001 w .32857 .30902 m .32857 .31277 L s P p .001 w .35397 .30902 m .35397 .31277 L s P p .001 w .37937 .30902 m .37937 .31277 L s P p .001 w .43016 .30902 m .43016 .31277 L s P p .001 w .45556 .30902 m .45556 .31277 L s P p .001 w .48095 .30902 m .48095 .31277 L s P p .001 w .50635 .30902 m .50635 .31277 L s P p .001 w .55714 .30902 m .55714 .31277 L s P p .001 w .58254 .30902 m .58254 .31277 L s P p .001 w .60794 .30902 m .60794 .31277 L s P p .001 w .63333 .30902 m .63333 .31277 L s P p .001 w .68413 .30902 m .68413 .31277 L s P p .001 w .70952 .30902 m .70952 .31277 L s P p .001 w .73492 .30902 m .73492 .31277 L s P p .001 w .76032 .30902 m .76032 .31277 L s P p .001 w .81111 .30902 m .81111 .31277 L s P p .001 w .83651 .30902 m .83651 .31277 L s P p .001 w .8619 .30902 m .8619 .31277 L s P p .001 w .8873 .30902 m .8873 .31277 L s P p .001 w .9381 .30902 m .9381 .31277 L s P p .001 w .96349 .30902 m .96349 .31277 L s P p .001 w .98889 .30902 m .98889 .31277 L s P [(t)] 1.025 .30902 -1 0 Mshowa p .002 w 0 .30902 m 1 .30902 L s P [(Position Vector)] .5 .61803 0 -2 0 0 1 Mouter Mrotshowa p .002 w .02381 .08263 m .03006 .08263 L s P [(-40)] .01131 .08263 1 0 Mshowa p .002 w .02381 .19582 m .03006 .19582 L s P [(-20)] .01131 .19582 1 0 Mshowa p .002 w .02381 .42221 m .03006 .42221 L s P [(20)] .01131 .42221 1 0 Mshowa p .002 w .02381 .5354 m .03006 .5354 L s P [(40)] .01131 .5354 1 0 Mshowa p .001 w .02381 .10527 m .02756 .10527 L s P p .001 w .02381 .12791 m .02756 .12791 L s P p .001 w .02381 .15055 m .02756 .15055 L s P p .001 w .02381 .17318 m .02756 .17318 L s P p .001 w .02381 .21846 m .02756 .21846 L s P p .001 w .02381 .2411 m .02756 .2411 L s P p .001 w .02381 .26374 m .02756 .26374 L s P p .001 w .02381 .28638 m .02756 .28638 L s P p .001 w .02381 .33166 m .02756 .33166 L s P p .001 w .02381 .35429 m .02756 .35429 L s P p .001 w .02381 .37693 m .02756 .37693 L s P p .001 w .02381 .39957 m .02756 .39957 L s P p .001 w .02381 .44485 m .02756 .44485 L s P p .001 w .02381 .46749 m .02756 .46749 L s P p .001 w .02381 .49013 m .02756 .49013 L s P p .001 w .02381 .51276 m .02756 .51276 L s P p .001 w .02381 .05999 m .02756 .05999 L s P p .001 w .02381 .03735 m .02756 .03735 L s P p .001 w .02381 .01471 m .02756 .01471 L s P p .001 w .02381 .55804 m .02756 .55804 L s P p .001 w .02381 .58068 m .02756 .58068 L s P p .001 w .02381 .60332 m .02756 .60332 L s P [(x[t])] .02381 .61803 0 -4 Mshowa p .002 w .02381 0 m .02381 .61803 L s P P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath p p .004 w .02381 .30902 m .06349 .38893 L .10317 .46284 L .14286 .5252 L .1627 .55053 L .18254 .5713 L .19246 .57985 L .20238 .58712 L .2123 .59308 L .22222 .5977 L .22718 .59949 L .23214 .60095 L .23462 .60155 L .2371 .60206 L .23958 .60248 L .24206 .60282 L .2433 .60296 L .24454 .60307 L .24578 .60316 L .24702 .60324 L .24826 .60328 L .2495 .60331 L .25074 .60332 L .25198 .6033 L .25322 .60327 L .25446 .60321 L .2557 .60313 L .25694 .60302 L .25942 .60275 L .2619 .6024 L .26687 .60142 L .27183 .6001 L .28175 .59644 L .29167 .59141 L .30159 .58505 L .32143 .56845 L .34127 .54696 L .38095 .49099 L .42063 .42134 L .46032 .34325 L .5 .26259 L .53968 .18542 L .57937 .11754 L .59921 .08871 L .61905 .06404 L .63889 .044 L .64881 .03583 L .65873 .02896 L .66865 .02341 L .67361 .02113 L Mistroke .67857 .0192 L .68353 .01761 L .68849 .01637 L .69097 .01588 L .69345 .01547 L .69593 .01515 L .69717 .01502 L .69841 .01492 L .69965 .01484 L .70089 .01477 L .70213 .01473 L .70337 .01472 L .70461 .01472 L .70585 .01474 L .70709 .01479 L .70833 .01486 L .70957 .01495 L .71081 .01506 L .71329 .01535 L .71577 .01573 L .71825 .01619 L .72321 .01737 L .72817 .0189 L .7381 .02298 L .74802 .02842 L .75794 .03518 L .77778 .05254 L .81746 .10137 L .85714 .16581 L .89683 .24101 L .93651 .32132 L .97619 .4007 L Mfstroke P P % End of Graphics MathPictureEnd :[font = postscript; inactive; output; BITMAP; PostScript; pictureLeft = 100; pictureTop = 0; pictureWidth = 299; pictureHeight = 185; nowordwrap; backColorRed = 65280; backColorGreen = 65280; backColorBlue = 65280; fontColorRed = 0; fontColorGreen = 0; fontColorBlue = 0; plain; fontName = "Courier New"; fontSize = 8; ] %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.0634921 0.309016 0.0128629 [ [(2)] .15079 .30902 0 2 Msboxa [(4)] .27778 .30902 0 2 Msboxa [(6)] .40476 .30902 0 2 Msboxa [(8)] .53175 .30902 0 2 Msboxa [(10)] .65873 .30902 0 2 Msboxa [(12)] .78571 .30902 0 2 Msboxa [(14)] .9127 .30902 0 2 Msboxa [(t)] 1.025 .30902 -1 0 Msboxa [(Velocity)] .5 .61803 0 -2 0 0 1 Mouter Mrotsboxa [(-20)] .01131 .05176 1 0 Msboxa [(-10)] .01131 .18039 1 0 Msboxa [(10)] .01131 .43764 1 0 Msboxa [(20)] .01131 .56627 1 0 Msboxa [(v)] .02381 .61803 0 -4 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 .61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .15079 .30902 m .15079 .31527 L s P [(2)] .15079 .30902 0 2 Mshowa p .002 w .27778 .30902 m .27778 .31527 L s P [(4)] .27778 .30902 0 2 Mshowa p .002 w .40476 .30902 m .40476 .31527 L s P [(6)] .40476 .30902 0 2 Mshowa p .002 w .53175 .30902 m .53175 .31527 L s P [(8)] .53175 .30902 0 2 Mshowa p .002 w .65873 .30902 m .65873 .31527 L s P [(10)] .65873 .30902 0 2 Mshowa p .002 w .78571 .30902 m .78571 .31527 L s P [(12)] .78571 .30902 0 2 Mshowa p .002 w .9127 .30902 m .9127 .31527 L s P [(14)] .9127 .30902 0 2 Mshowa p .001 w .04921 .30902 m .04921 .31277 L s P p .001 w .0746 .30902 m .0746 .31277 L s P p .001 w .1 .30902 m .1 .31277 L s P p .001 w .1254 .30902 m .1254 .31277 L s P p .001 w .17619 .30902 m .17619 .31277 L s P p .001 w .20159 .30902 m .20159 .31277 L s P p .001 w .22698 .30902 m .22698 .31277 L s P p .001 w .25238 .30902 m .25238 .31277 L s P p .001 w .30317 .30902 m .30317 .31277 L s P p .001 w .32857 .30902 m .32857 .31277 L s P p .001 w .35397 .30902 m .35397 .31277 L s P p .001 w .37937 .30902 m .37937 .31277 L s P p .001 w .43016 .30902 m .43016 .31277 L s P p .001 w .45556 .30902 m .45556 .31277 L s P p .001 w .48095 .30902 m .48095 .31277 L s P p .001 w .50635 .30902 m .50635 .31277 L s P p .001 w .55714 .30902 m .55714 .31277 L s P p .001 w .58254 .30902 m .58254 .31277 L s P p .001 w .60794 .30902 m .60794 .31277 L s P p .001 w .63333 .30902 m .63333 .31277 L s P p .001 w .68413 .30902 m .68413 .31277 L s P p .001 w .70952 .30902 m .70952 .31277 L s P p .001 w .73492 .30902 m .73492 .31277 L s P p .001 w .76032 .30902 m .76032 .31277 L s P p .001 w .81111 .30902 m .81111 .31277 L s P p .001 w .83651 .30902 m .83651 .31277 L s P p .001 w .8619 .30902 m .8619 .31277 L s P p .001 w .8873 .30902 m .8873 .31277 L s P p .001 w .9381 .30902 m .9381 .31277 L s P p .001 w .96349 .30902 m .96349 .31277 L s P p .001 w .98889 .30902 m .98889 .31277 L s P [(t)] 1.025 .30902 -1 0 Mshowa p .002 w 0 .30902 m 1 .30902 L s P [(Velocity)] .5 .61803 0 -2 0 0 1 Mouter Mrotshowa p .002 w .02381 .05176 m .03006 .05176 L s P [(-20)] .01131 .05176 1 0 Mshowa p .002 w .02381 .18039 m .03006 .18039 L s P [(-10)] .01131 .18039 1 0 Mshowa p .002 w .02381 .43764 m .03006 .43764 L s P [(10)] .01131 .43764 1 0 Mshowa p .002 w .02381 .56627 m .03006 .56627 L s P [(20)] .01131 .56627 1 0 Mshowa p .001 w .02381 .07748 m .02756 .07748 L s P p .001 w .02381 .10321 m .02756 .10321 L s P p .001 w .02381 .12894 m .02756 .12894 L s P p .001 w .02381 .15466 m .02756 .15466 L s P p .001 w .02381 .20611 m .02756 .20611 L s P p .001 w .02381 .23184 m .02756 .23184 L s P p .001 w .02381 .25756 m .02756 .25756 L s P p .001 w .02381 .28329 m .02756 .28329 L s P p .001 w .02381 .33474 m .02756 .33474 L s P p .001 w .02381 .36047 m .02756 .36047 L s P p .001 w .02381 .38619 m .02756 .38619 L s P p .001 w .02381 .41192 m .02756 .41192 L s P p .001 w .02381 .46337 m .02756 .46337 L s P p .001 w .02381 .4891 m .02756 .4891 L s P p .001 w .02381 .51482 m .02756 .51482 L s P p .001 w .02381 .54055 m .02756 .54055 L s P p .001 w .02381 .02603 m .02756 .02603 L s P p .001 w .02381 .00031 m .02756 .00031 L s P p .001 w .02381 .592 m .02756 .592 L s P p .001 w .02381 .61773 m .02756 .61773 L s P [(v)] .02381 .61803 0 -4 Mshowa p .002 w .02381 0 m .02381 .61803 L s P P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath p p .004 w .02381 .60332 m .02505 .60331 L .02629 .60328 L .02753 .60322 L .02877 .60315 L .03125 .60293 L .03373 .60262 L .03621 .60223 L .03869 .60176 L .04365 .60054 L .04861 .59898 L .05357 .59708 L .06349 .59226 L .08333 .57863 L .10317 .55992 L .14286 .50872 L .18254 .44251 L .22222 .36627 L .2619 .28573 L .30159 .20694 L .34127 .13582 L .36111 .10484 L .38095 .07771 L .40079 .05495 L .42063 .03699 L .43056 .02992 L .44048 .02416 L .44544 .02179 L .4504 .01975 L .45536 .01806 L .46032 .01671 L .4628 .01617 L .46528 .01571 L .46776 .01534 L .469 .01518 L .47024 .01505 L .47148 .01494 L .47272 .01485 L .47396 .01478 L .4752 .01474 L .47644 .01472 L .47768 .01472 L .47892 .01474 L .48016 .01478 L .4814 .01484 L .48264 .01493 L .48512 .01516 L .4876 .01549 L .49008 .0159 L .49504 .01697 L Mistroke .5 .0184 L .50992 .02227 L .51984 .0275 L .53968 .04192 L .55952 .06139 L .57937 .08552 L .61905 .14592 L .65873 .21857 L .69841 .29801 L .7381 .37829 L .77778 .45336 L .81746 .51758 L .8373 .54407 L .85714 .56613 L .86706 .57536 L .87698 .58333 L .8869 .59001 L .89683 .59535 L .90179 .59752 L .90675 .59935 L .91171 .60083 L .91419 .60145 L .91667 .60197 L .91915 .60241 L .92163 .60277 L .92287 .60291 L .92411 .60303 L .92535 .60313 L .92659 .60321 L .92783 .60327 L .92907 .6033 L .93031 .60332 L .93155 .60331 L .93279 .60328 L .93403 .60323 L .93527 .60316 L .93651 .60306 L .93899 .60281 L .94147 .60247 L .94643 .60152 L .95139 .60023 L .95635 .5986 L .96627 .59431 L .97619 .58867 L Mfstroke P P % End of Graphics MathPictureEnd :[font = postscript; inactive; output; BITMAP; PostScript; pictureLeft = 100; pictureTop = 0; pictureWidth = 299; pictureHeight = 185; nowordwrap; backColorRed = 65280; backColorGreen = 65280; backColorBlue = 65280; fontColorRed = 0; fontColorGreen = 0; fontColorBlue = 0; plain; fontName = "Courier New"; fontSize = 8; ] %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.0634921 0.309017 0.0292338 [ [(2)] .15079 .30902 0 2 Msboxa [(4)] .27778 .30902 0 2 Msboxa [(6)] .40476 .30902 0 2 Msboxa [(8)] .53175 .30902 0 2 Msboxa [(10)] .65873 .30902 0 2 Msboxa [(12)] .78571 .30902 0 2 Msboxa [(14)] .9127 .30902 0 2 Msboxa [(t)] 1.025 .30902 -1 0 Msboxa [(Acceleration)] .5 .61803 0 -2 0 0 1 Mouter Mrotsboxa [(-10)] .01131 .01668 1 0 Msboxa [(-5)] .01131 .16285 1 0 Msboxa [(5)] .01131 .45519 1 0 Msboxa [(10)] .01131 .60136 1 0 Msboxa [(a)] .02381 .61803 0 -4 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 .61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .15079 .30902 m .15079 .31527 L s P [(2)] .15079 .30902 0 2 Mshowa p .002 w .27778 .30902 m .27778 .31527 L s P [(4)] .27778 .30902 0 2 Mshowa p .002 w .40476 .30902 m .40476 .31527 L s P [(6)] .40476 .30902 0 2 Mshowa p .002 w .53175 .30902 m .53175 .31527 L s P [(8)] .53175 .30902 0 2 Mshowa p .002 w .65873 .30902 m .65873 .31527 L s P [(10)] .65873 .30902 0 2 Mshowa p .002 w .78571 .30902 m .78571 .31527 L s P [(12)] .78571 .30902 0 2 Mshowa p .002 w .9127 .30902 m .9127 .31527 L s P [(14)] .9127 .30902 0 2 Mshowa p .001 w .04921 .30902 m .04921 .31277 L s P p .001 w .0746 .30902 m .0746 .31277 L s P p .001 w .1 .30902 m .1 .31277 L s P p .001 w .1254 .30902 m .1254 .31277 L s P p .001 w .17619 .30902 m .17619 .31277 L s P p .001 w .20159 .30902 m .20159 .31277 L s P p .001 w .22698 .30902 m .22698 .31277 L s P p .001 w .25238 .30902 m .25238 .31277 L s P p .001 w .30317 .30902 m .30317 .31277 L s P p .001 w .32857 .30902 m .32857 .31277 L s P p .001 w .35397 .30902 m .35397 .31277 L s P p .001 w .37937 .30902 m .37937 .31277 L s P p .001 w .43016 .30902 m .43016 .31277 L s P p .001 w .45556 .30902 m .45556 .31277 L s P p .001 w .48095 .30902 m .48095 .31277 L s P p .001 w .50635 .30902 m .50635 .31277 L s P p .001 w .55714 .30902 m .55714 .31277 L s P p .001 w .58254 .30902 m .58254 .31277 L s P p .001 w .60794 .30902 m .60794 .31277 L s P p .001 w .63333 .30902 m .63333 .31277 L s P p .001 w .68413 .30902 m .68413 .31277 L s P p .001 w .70952 .30902 m .70952 .31277 L s P p .001 w .73492 .30902 m .73492 .31277 L s P p .001 w .76032 .30902 m .76032 .31277 L s P p .001 w .81111 .30902 m .81111 .31277 L s P p .001 w .83651 .30902 m .83651 .31277 L s P p .001 w .8619 .30902 m .8619 .31277 L s P p .001 w .8873 .30902 m .8873 .31277 L s P p .001 w .9381 .30902 m .9381 .31277 L s P p .001 w .96349 .30902 m .96349 .31277 L s P p .001 w .98889 .30902 m .98889 .31277 L s P [(t)] 1.025 .30902 -1 0 Mshowa p .002 w 0 .30902 m 1 .30902 L s P [(Acceleration)] .5 .61803 0 -2 0 0 1 Mouter Mrotshowa p .002 w .02381 .01668 m .03006 .01668 L s P [(-10)] .01131 .01668 1 0 Mshowa p .002 w .02381 .16285 m .03006 .16285 L s P [(-5)] .01131 .16285 1 0 Mshowa p .002 w .02381 .45519 m .03006 .45519 L s P [(5)] .01131 .45519 1 0 Mshowa p .002 w .02381 .60136 m .03006 .60136 L s P [(10)] .01131 .60136 1 0 Mshowa p .001 w .02381 .04591 m .02756 .04591 L s P p .001 w .02381 .07515 m .02756 .07515 L s P p .001 w .02381 .10438 m .02756 .10438 L s P p .001 w .02381 .13361 m .02756 .13361 L s P p .001 w .02381 .19208 m .02756 .19208 L s P p .001 w .02381 .22132 m .02756 .22132 L s P p .001 w .02381 .25055 m .02756 .25055 L s P p .001 w .02381 .27978 m .02756 .27978 L s P p .001 w .02381 .33825 m .02756 .33825 L s P p .001 w .02381 .36749 m .02756 .36749 L s P p .001 w .02381 .39672 m .02756 .39672 L s P p .001 w .02381 .42595 m .02756 .42595 L s P p .001 w .02381 .48442 m .02756 .48442 L s P p .001 w .02381 .51365 m .02756 .51365 L s P p .001 w .02381 .54289 m .02756 .54289 L s P p .001 w .02381 .57212 m .02756 .57212 L s P [(a)] .02381 .61803 0 -4 Mshowa p .002 w .02381 0 m .02381 .61803 L s P P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath p p .004 w .02381 .30902 m .06349 .2291 L .10317 .15519 L .14286 .09284 L .1627 .06751 L .18254 .04673 L .19246 .03818 L .20238 .03091 L .2123 .02495 L .22222 .02034 L .22718 .01854 L .23214 .01709 L .23462 .01649 L .2371 .01598 L .23958 .01555 L .24206 .01521 L .2433 .01508 L .24454 .01496 L .24578 .01487 L .24702 .0148 L .24826 .01475 L .2495 .01472 L .25074 .01472 L .25198 .01473 L .25322 .01477 L .25446 .01483 L .2557 .01491 L .25694 .01501 L .25942 .01528 L .2619 .01564 L .26687 .01661 L .27183 .01793 L .28175 .0216 L .29167 .02662 L .30159 .03298 L .32143 .04958 L .34127 .07107 L .38095 .12705 L .42063 .19669 L .46032 .27478 L .5 .35544 L .53968 .43261 L .57937 .5005 L .59921 .52932 L .61905 .55399 L .63889 .57404 L .64881 .5822 L .65873 .58908 L .66865 .59463 L .67361 .5969 L Mistroke .67857 .59883 L .68353 .60042 L .68849 .60166 L .69097 .60216 L .69345 .60256 L .69593 .60288 L .69717 .60301 L .69841 .60311 L .69965 .6032 L .70089 .60326 L .70213 .6033 L .70337 .60332 L .70461 .60332 L .70585 .60329 L .70709 .60324 L .70833 .60318 L .70957 .60309 L .71081 .60297 L .71329 .60268 L .71577 .60231 L .71825 .60185 L .72321 .60066 L .72817 .59913 L .7381 .59505 L .74802 .58962 L .75794 .58286 L .77778 .56549 L .81746 .51666 L .85714 .45222 L .89683 .37702 L .93651 .29671 L .97619 .21733 L Mfstroke P P % End of Graphics MathPictureEnd :[font = smalltext; inactive; ] Notice that the acceleration vector is exactly the reverse of the original position vector. Also note that velocity is half-way beteen the other two. As you study physics you will find few types of motion with this property. Any kind of motion which repeats itself continuously (as this does) is called PERIODIC MOTION. This will be discussed at greater length in another notebook. ^*)