(************** Content-type: application/mathematica ************** CreatedBy='Mathematica 5.2' Mathematica-Compatible Notebook This notebook can be used with any Mathematica-compatible application, such as Mathematica, MathReader or Publicon. The data for the notebook starts with the line containing stars above. To get the notebook into a Mathematica-compatible application, do one of the following: * Save the data starting with the line of stars above into a file with a name ending in .nb, then open the file inside the application; * Copy the data starting with the line of stars above to the clipboard, then use the Paste menu command inside the application. Data for notebooks contains only printable 7-bit ASCII and can be sent directly in email or through ftp in text mode. Newlines can be CR, LF or CRLF (Unix, Macintosh or MS-DOS style). NOTE: If you modify the data for this notebook not in a Mathematica- compatible application, you must delete the line below containing the word CacheID, otherwise Mathematica-compatible applications may try to use invalid cache data. For more information on notebooks and Mathematica-compatible applications, contact Wolfram Research: web: http://www.wolfram.com email: info@wolfram.com phone: +1-217-398-0700 (U.S.) Notebook reader applications are available free of charge from Wolfram Research. *******************************************************************) (*CacheID: 232*) (*NotebookFileLineBreakTest NotebookFileLineBreakTest*) (*NotebookOptionsPosition[ 25609, 708]*) (*NotebookOutlinePosition[ 26307, 732]*) (* CellTagsIndexPosition[ 26263, 728]*) (*WindowFrame->Normal*) Notebook[{ Cell[CellGroupData[{ Cell["Parametrizations of Curves", "Title", CellFrame->True, TextAlignment->Center, Background->RGBColor[0, 1, 0]], Cell["\<\ This notebook is by Steven Amgott. Please send any questions or comments to \ samgott1@swarthmore.edu. Feel free to use and distribute this notebook, but \ keep this author information in any copy you use or distribute.\ \>", "SmallText"], Cell[TextData[{ "In any input cell containing ", StyleBox["xxx", FontColor->RGBColor[1, 0, 1]], " , you must replace it with your input before evaluating the cell. In \ general, anything in ", StyleBox["magenta", FontColor->RGBColor[1, 0, 1]], " is something you can, and possibly should, change." }], "Text"], Cell[CellGroupData[{ Cell["\<\ Initialization. (Can be skipped, if you answer \"Yes\" to the initialization \ request.)\ \>", "Section"], Cell["\<\ The cells in this section (including the two subsections) are initialization \ cells, and will be automatically evaluated if you answer \"Yes\" to the \ initialization request. If you do not answer \"Yes\" to this request, you \ must evaluate them before creating the graphs in the sections below.\ \>", "Text"], Cell[BoxData[ \(Needs["\"]\)], "Input", InitializationCell->True], Cell[CellGroupData[{ Cell["Eliminating some unnecessary warning messages.", "Subsection"], Cell[BoxData[{ \(\(Off[General::"\"];\)\), "\n", \(\(Off[General::"\"];\)\)}], "Input", InitializationCell->True] }, Closed]], Cell[CellGroupData[{ Cell["Functions to create the graphs.", "Subsection"], Cell["\<\ The functions below create the t-y graphs, the x-t graphs, and the x-y graphs \ for all the 2-D figures below. \ \>", "Text"], Cell[BoxData[{\(Clear[t, s, tmin, tmax, tPlot, tyPlot, xtPlot, parPlot]\), "\n", RowBox[{ RowBox[{\(tPlot[t_]\), ":=", RowBox[{"ParametricPlot", "[", RowBox[{\({s, s}\), ",", \({s, tmin, tmax}\), ",", RowBox[{"AspectRatio", "\[Rule]", StyleBox["1", FontColor->RGBColor[1, 0, 1]]}], ",", \(DisplayFunction \[Rule] Identity\), ",", \(AxesLabel \[Rule] {"\", "\< t\>"}\), ",", RowBox[{"Epilog", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"PointSize", "[", StyleBox[".05", FontColor->RGBColor[1, 0, 1]], "]"}], ",", \(RGBColor[1, 0, 0]\), ",", \(Point[{t, t}]\)}], "}"}]}]}], "]"}]}], ";"}], "\n", RowBox[{ RowBox[{\(tyPlot[t_]\), ":=", RowBox[{"ParametricPlot", "[", RowBox[{\({s, y[s]}\), ",", \({s, tmin, tmax}\), ",", RowBox[{"AspectRatio", "\[Rule]", StyleBox["1", FontColor->RGBColor[1, 0, 1]]}], ",", \(DisplayFunction \[Rule] Identity\), ",", \(AxesLabel \[Rule] {"\", "\"}\), ",", RowBox[{"Epilog", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"PointSize", "[", StyleBox[".05", FontColor->RGBColor[1, 0, 1]], "]"}], ",", \(RGBColor[1, 0, 0]\), ",", \(Point[{t, y[t]}]\)}], "}"}]}]}], "]"}]}], ";"}], "\n", RowBox[{\(xtPlot[t_]\), ":=", RowBox[{"ParametricPlot", "[", RowBox[{\({x[s], s}\), ",", \({s, tmin, tmax}\), ",", RowBox[{"AspectRatio", "\[Rule]", StyleBox["1", FontColor->RGBColor[1, 0, 1]]}], ",", \(DisplayFunction \[Rule] Identity\), ",", \(AxesLabel \[Rule] {"\", "\"}\), ",", RowBox[{"Epilog", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"PointSize", "[", StyleBox[".05", FontColor->RGBColor[1, 0, 1]], "]"}], ",", \(RGBColor[1, 0, 0]\), ",", \(Point[{x[t], t}]\)}], "}"}]}]}], "]"}]}], "\n", RowBox[{\(parPlot[t_]\), ":=", RowBox[{"ParametricPlot", "[", RowBox[{\({x[s], y[s]}\), ",", \({s, tmin - .001, t}\), ",", \(PlotRange \[Rule] {\(PlotRange[ xtPlot[t]]\)[\([1]\)], \(PlotRange[tyPlot[t]]\)[\([2]\)]}\), ",", RowBox[{"AspectRatio", "\[Rule]", StyleBox["1", FontColor->RGBColor[1, 0, 1]]}], ",", \(DisplayFunction \[Rule] Identity\), ",", \(AxesLabel \[Rule] {"\", "\"}\), ",", RowBox[{"Epilog", "\[Rule]", RowBox[{"{", RowBox[{ RowBox[{"PointSize", "[", StyleBox[".05", FontColor->RGBColor[1, 0, 1]], "]"}], ",", \(RGBColor[1, 0, 0]\), ",", \(Point[{x[t], y[t]}]\)}], "}"}]}]}], "]"}]}]}], "Input", InitializationCell->True] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell["The unit circle.", "Section"], Cell[CellGroupData[{ Cell["A first parametrization.", "Subsection"], Cell["\<\ The cell below creates a plot of the unit circle using the parametrization x \ = cos(t), y = sin(t), and animates the parametric plot. The parametric plot \ is traced at the same time as the plots of x(t) and y(t), so you can see how \ the individual functions give rise to the final curve.\ \>", "Text"], Cell[TextData[{ "You can adjust the number of frames in the animation by changing the value \ of n. (You will need to reduce it if you are working on a slow computer.) \ ", "To see the animation, evaluate the cell, select the entire collection of \ output graphs, and choose ", StyleBox["Animate Selected Graphics", FontColor->RGBColor[0, 0, 1]], " from the ", StyleBox["Cell", FontColor->RGBColor[0, 0, 1]], " menu item. VCR like controls will appear at the bottom of the notebook \ window so that you can slow (or speed) the animation, pause it, and do other \ operations." }], "Text"], Cell[BoxData[{\(Clear[n, t, x, y, tmin, tmax]\), "\n", RowBox[{ RowBox[{"n", "=", StyleBox["50", FontColor->RGBColor[1, 0, 1]]}], ";", "\n", RowBox[{\(x[t_]\), ":=", StyleBox[\(Cos[t]\), FontColor->RGBColor[1, 0, 1]]}]}], "\n", RowBox[{\(y[t_]\), ":=", StyleBox[\(Sin[t]\), FontColor->RGBColor[1, 0, 1]]}], "\n", RowBox[{ RowBox[{"tmin", "=", StyleBox["0", FontColor->RGBColor[1, 0, 1]]}], ";", "\n", RowBox[{"tmax", "=", StyleBox[\(2\ \[Pi]\), FontColor->RGBColor[1, 0, 1]]}], ";", "\n", RowBox[{"Animate", "[", RowBox[{\(Show[ Graphics[\ {Rectangle[{0, 0}, \ {1, 1}, tPlot[t]], Rectangle[{0, 1}, \ {1, 2}, tyPlot[t]], Rectangle[{1, 1}, \ {2, 2}, parPlot[t]], \n\ \ \ \ \ \ \ \ Rectangle[{1, 0}, \ {2, 1}, xtPlot[t]]}]\ ]\), ",", \({t, tmin, tmax, \(tmax - tmin\)\/n}\), ",", RowBox[{"ImageSize", "\[Rule]", StyleBox["500", FontColor->RGBColor[1, 0, 1]]}]}], "]"}], ";"}]}], "Input"], Cell["\<\ To see just the final graph, evaluate the following cell (after having \ evaluated the cell above).\ \>", "Text"], Cell[BoxData[ \(\(parPlot[tmax]; \)\)], "Input"] }, Closed]], Cell[CellGroupData[{ Cell["Another parametrization.", "Subsection"], Cell[TextData[{ "The cell below creates a plot of the unit circle using the parametrization \ x = cos(", Cell[BoxData[ \(t\^2\)]], "), y = sin(", Cell[BoxData[ \(t\^2\)]], "), and animates the parametric plot. The parametric plot is traced at the \ same time as the plots of x(t) and y(t), so you can see how the individual \ functions give rise to the final curve." }], "Text"], Cell[TextData[{ "You can adjust the number of frames in the animation by changing the value \ of n. (You will need to reduce it if you are working on a slow computer.) \ ", "To see the animation, evaluate the cell, select the entire collection of \ output graphs, and choose ", StyleBox["Animate Selected Graphics", FontColor->RGBColor[0, 0, 1]], " from the ", StyleBox["Cell", FontColor->RGBColor[0, 0, 1]], " menu item. VCR like controls will appear at the bottom of the notebook \ window so that you can slow (or speed) the animation, pause it, and do other \ operations." }], "Text"], Cell[BoxData[{\(Clear[n, t, x, y, tmin, tmax]\), "\n", RowBox[{ RowBox[{"n", "=", StyleBox["50", FontColor->RGBColor[1, 0, 1]]}], ";", "\n", RowBox[{\(x[t_]\), ":=", StyleBox[\(Cos[t\^2]\), FontColor->RGBColor[1, 0, 1]]}]}], "\n", RowBox[{\(y[t_]\), ":=", StyleBox[\(Sin[t\^2]\), FontColor->RGBColor[1, 0, 1]]}], "\n", RowBox[{ RowBox[{"tmin", "=", StyleBox["0", FontColor->RGBColor[1, 0, 1]]}], ";", "\n", RowBox[{"tmax", "=", StyleBox[ SqrtBox[ StyleBox[\(2\ \[Pi]\), FontColor->RGBColor[1, 0, 1]]], FontColor->RGBColor[1, 0, 1]]}], ";", "\n", RowBox[{"Animate", "[", RowBox[{\(Show[ Graphics[\ {Rectangle[{0, 0}, \ {1, 1}, tPlot[t]], Rectangle[{0, 1}, \ {1, 2}, tyPlot[t]], Rectangle[{1, 1}, \ {2, 2}, parPlot[t]], \n\ \ \ \ \ \ \ \ Rectangle[{1, 0}, \ {2, 1}, xtPlot[t]]}]\ ]\), ",", \({t, tmin, tmax, \(tmax - tmin\)\/n}\), ",", RowBox[{"ImageSize", "\[Rule]", StyleBox["500", FontColor->RGBColor[1, 0, 1]]}]}], "]"}], ";"}]}], "Input"], Cell["\<\ To see just the final graph, evaluate the following cell (after having \ evaluated the cell above).\ \>", "Text"], Cell[BoxData[ \(\(parPlot[tmax]; \)\)], "Input"] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell["A Lissajous figure.", "Section"], Cell["\<\ This gives the parametrization for a Lissajous figure, and animates the \ parametric plot. The parametric plot is traced at the same time as the plots \ of x(t) and y(t), so you can see how the individual functions give rise to \ the final curve.\ \>", "Text"], Cell[TextData[{ "You can adjust the number of frames in the animation by changing the value \ of n. (You will need to reduce it if you are working on a slow computer.) \ ", "To see the animation, evaluate the cell, select the entire collection of \ output graphs, and choose ", StyleBox["Animate Selected Graphics", FontColor->RGBColor[0, 0, 1]], " from the ", StyleBox["Cell", FontColor->RGBColor[0, 0, 1]], " menu item. VCR like controls will appear at the bottom of the notebook \ window so that you can slow (or speed) the animation, pause it, and do other \ operations." }], "Text"], Cell[BoxData[{\(Clear[n, t, x, y, tmin, tmax]\), "\n", RowBox[{ RowBox[{"n", "=", StyleBox["50", FontColor->RGBColor[1, 0, 1]]}], ";", "\n", RowBox[{\(x[t_]\), ":=", StyleBox[\(Cos[3 t]\), FontColor->RGBColor[1, 0, 1]]}]}], "\n", RowBox[{\(y[t_]\), ":=", StyleBox[\(Sin[5 t]\), FontColor->RGBColor[1, 0, 1]]}], "\n", RowBox[{ RowBox[{"tmin", "=", StyleBox["0", FontColor->RGBColor[1, 0, 1]]}], ";", "\n", RowBox[{"tmax", "=", StyleBox[\(2\ \[Pi]\), FontColor->RGBColor[1, 0, 1]]}], ";", "\n", RowBox[{"Animate", "[", RowBox[{\(Show[ Graphics[\ {Rectangle[{0, 0}, \ {1, 1}, tPlot[t]], Rectangle[{0, 1}, \ {1, 2}, tyPlot[t]], Rectangle[{1, 1}, \ {2, 2}, parPlot[t]], \n\ \ \ \ \ \ \ \ Rectangle[{1, 0}, \ {2, 1}, xtPlot[t]]}]\ ]\), ",", \({t, tmin, tmax, \(tmax - tmin\)\/n}\), ",", RowBox[{"ImageSize", "\[Rule]", StyleBox["500", FontColor->RGBColor[1, 0, 1]]}]}], "]"}], ";"}]}], "Input"], Cell["\<\ To see just the final graph, evaluate the following cell (after having \ evaluated the cell above).\ \>", "Text"], Cell[BoxData[ \(\(parPlot[tmax];\)\)], "Input"] }, Closed]], Cell[CellGroupData[{ Cell["A helix (3D).", "Section"], Cell["\<\ This gives a parametrization for a helix, and animates the parametric plot. \ Since it would be difficult to display and follow all three individual \ functions together with the parametric plot, only the latter is drawn and a \ point tracing the curve is animated.\ \>", "Text"], Cell[TextData[{ "You can adjust the number of frames in the animation by changing the value \ of n. (You will need to reduce it if you are working on a slow computer.) \ You can also adjust the viewpoint using the ", StyleBox["3D Viewpoint Selector", FontColor->RGBColor[0, 0, 1]], " item in the ", StyleBox["Input", FontColor->RGBColor[0, 0, 1]], " menu. ", "To see the animation, evaluate the cell, select the entire collection of \ output graphs, and choose ", StyleBox["Animate Selected Graphics", FontColor->RGBColor[0, 0, 1]], " from the ", StyleBox["Cell", FontColor->RGBColor[0, 0, 1]], " menu item. VCR like controls will appear at the bottom of the notebook \ window so that you can slow (or speed) the animation, pause it, and do other \ operations." }], "Text"], Cell[BoxData[{\(Clear[n, t, s, x, y, tmin, tmax, parPlot3D]\), "\n", RowBox[{ RowBox[{"n", "=", StyleBox["50", FontColor->RGBColor[1, 0, 1]]}], ";", "\n", RowBox[{\(x[t_]\), ":=", StyleBox[\(Cos[t]\), FontColor->RGBColor[1, 0, 1]]}]}], "\n", RowBox[{\(y[t_]\), ":=", StyleBox[\(Sin[t]\), FontColor->RGBColor[1, 0, 1]]}], "\n", RowBox[{\(z[t_]\), ":=", StyleBox["t", FontColor->RGBColor[1, 0, 1]]}], "\n", RowBox[{ RowBox[{"tmin", "=", StyleBox["0", FontColor->RGBColor[1, 0, 1]]}], ";", "\n", RowBox[{"tmax", "=", StyleBox[\(8\ \[Pi]\), FontColor->RGBColor[1, 0, 1]]}], ";"}], "\n", RowBox[{ RowBox[{"parPlot3D", "=", RowBox[{"ParametricPlot3D", "[", RowBox[{\({x[t], y[t], z[t]}\), ",", RowBox[{"{", RowBox[{"t", ",", "tmin", StyleBox[",", FontColor->GrayLevel[0]], "tmax"}], "}"}], ",", \(DisplayFunction \[Rule] Identity\), ",", RowBox[{"AspectRatio", "\[Rule]", StyleBox["1", FontColor->RGBColor[1, 0, 1]]}], ",", RowBox[{ StyleBox["ViewPoint", FontColor->RGBColor[1, 0, 1]], StyleBox["->", FontColor->RGBColor[1, 0, 1]], RowBox[{ StyleBox["{", FontColor->RGBColor[1, 0, 1]], StyleBox[\(0.617, \ \(-0.861\), \ 3.214\), FontColor->RGBColor[1, 0, 1]], StyleBox["}", FontColor->RGBColor[1, 0, 1]]}]}]}], "]"}]}], ";"}], "\n", RowBox[{ RowBox[{"Animate", "[", RowBox[{ RowBox[{"Show", "[", RowBox[{"Graphics", "[", RowBox[{"{", RowBox[{\(Rectangle[{0, 0}, {2, .3}, tPlot[t]]\), ",", RowBox[{"Rectangle", "[", RowBox[{\({0, .3}\), ",", \({2, 1}\), ",", RowBox[{"Show", "[", RowBox[{"parPlot3D", ",", RowBox[{"Graphics3D", "[", RowBox[{"{", RowBox[{ RowBox[{"PointSize", "[", StyleBox[".03", FontColor->RGBColor[1, 0, 1]], "]"}], ",", \(RGBColor[1, 0, 0]\), ",", \(Point[{x[t], y[t], z[t]}]\)}], "}"}], "]"}]}], "]"}]}], "]"}]}], "}"}], "]"}], "]"}], ",", RowBox[{"{", RowBox[{"t", ",", "tmin", StyleBox[",", FontColor->GrayLevel[0]], "tmax", StyleBox[",", FontColor->GrayLevel[0]], FractionBox[\(tmax - tmin\), StyleBox["n", FontColor->GrayLevel[0]]]}], "}"}], ",", RowBox[{"ImageSize", "\[Rule]", StyleBox["600", FontColor->RGBColor[1, 0, 1]]}]}], "]"}], ";"}]}], "Input"] }, Closed]], Cell[CellGroupData[{ Cell["Other curves.", "Section"], Cell[CellGroupData[{ Cell["2D plots.", "Subsection"], Cell[TextData[{ "You can easily create graphs of curves by entering the parametrization in \ the cell below, and evaluating it. You may wish to change items in ", StyleBox["magenta", FontColor->RGBColor[1, 0, 1]], ". (If you don't change the parametrization, why is the result what it \ is?)" }], "Text"], Cell["\<\ The parametric plot is traced at the same time as the plots of x(t) and y(t), \ so you can see how the individual functions give rise to the final curve.\ \>", "Text"], Cell[TextData[{ "You can adjust the number of frames in the animation by changing the value \ of n. (You will need to reduce it if you are working on a slow computer.) \ ", "To see the animation, evaluate the cell, select the entire collection of \ output graphs, and choose ", StyleBox["Animate Selected Graphics", FontColor->RGBColor[0, 0, 1]], " from the ", StyleBox["Cell", FontColor->RGBColor[0, 0, 1]], " menu item. VCR like controls will appear at the bottom of the notebook \ window so that you can slow (or speed) the animation, pause it, and do other \ operations." }], "Text"], Cell[BoxData[{\(Clear[n, t, x, y, tmin, tmax]\), "\n", RowBox[{ RowBox[{"n", "=", StyleBox["50", FontColor->RGBColor[1, 0, 1]]}], ";", "\n", RowBox[{\(x[t_]\), ":=", StyleBox[\(Cos[t]\^2\), FontColor->RGBColor[1, 0, 1]]}]}], "\n", RowBox[{\(y[t_]\), ":=", StyleBox[\(Sin[t]\^2\), FontColor->RGBColor[1, 0, 1]]}], "\n", RowBox[{ RowBox[{"tmin", "=", StyleBox["0", FontColor->RGBColor[1, 0, 1]]}], ";", "\n", RowBox[{"tmax", "=", StyleBox[\(2\ \[Pi]\), FontColor->RGBColor[1, 0, 1]]}], ";", "\n", RowBox[{"Animate", "[", RowBox[{\(Show[ Graphics[\ {Rectangle[{0, 0}, \ {1, 1}, tPlot[t]], Rectangle[{0, 1}, \ {1, 2}, tyPlot[t]], Rectangle[{1, 1}, \ {2, 2}, parPlot[t]], \n\ \ \ \ \ \ \ \ Rectangle[{1, 0}, \ {2, 1}, xtPlot[t]]}]\ ]\), ",", \({t, tmin, tmax, \(tmax - tmin\)\/n}\), ",", RowBox[{"ImageSize", "\[Rule]", StyleBox["500", FontColor->RGBColor[1, 0, 1]]}]}], "]"}], ";"}]}], "Input"], Cell["\<\ To see just the final graph, evaluate the following cell (after having \ evaluated the cell above).\ \>", "Text"], Cell[BoxData[ \(\(parPlot[tmax]; \)\)], "Input"] }, Open ]], Cell[CellGroupData[{ Cell["3D plots.", "Subsection"], Cell[TextData[{ "You can easily create graphs of curves by entering the parametrization in \ the cell below, and evaluating it. You may wish to change items in ", StyleBox["magenta", FontColor->RGBColor[1, 0, 1]], ". Since it would be difficult to display and follow all three individual \ functions together with the parametric plot, only the latter is drawn and a \ point tracing the curve is animated." }], "Text"], Cell[TextData[{ "You can adjust the number of frames in the animation by changing the value \ of n. (You will need to reduce it if you are working on a slow computer.) \ You can also adjust the viewpoint using the ", StyleBox["3D Viewpoint Selector", FontColor->RGBColor[0, 0, 1]], " item in the ", StyleBox["Input", FontColor->RGBColor[0, 0, 1]], " menu. ", "To see the animation, evaluate the cell, select the entire collection of \ output graphs, and choose ", StyleBox["Animate Selected Graphics", FontColor->RGBColor[0, 0, 1]], " from the ", StyleBox["Cell", FontColor->RGBColor[0, 0, 1]], " menu item. VCR like controls will appear at the bottom of the notebook \ window so that you can slow (or speed) the animation, pause it, and do other \ operations." }], "Text"], Cell[BoxData[{\(Clear[n, t, x, y, tmin, tmax, parPlot3D]\), "\n", RowBox[{ RowBox[{"n", "=", StyleBox["50", FontColor->RGBColor[1, 0, 1]]}], ";", "\n", RowBox[{\(x[t_]\), ":=", StyleBox[\(Cos[5 t]\), FontColor->RGBColor[1, 0, 1]]}]}], "\n", RowBox[{\(y[t_]\), ":=", StyleBox[\(Sin[3 t]\), FontColor->RGBColor[1, 0, 1]]}], "\n", RowBox[{\(z[t_]\), ":=", StyleBox[\(Sin[t]\), FontColor->RGBColor[1, 0, 1]]}], "\n", RowBox[{ RowBox[{"tmin", "=", StyleBox["0", FontColor->RGBColor[1, 0, 1]]}], ";"}], "\n", RowBox[{ RowBox[{"tmax", "=", StyleBox[\(2\ \[Pi]\), FontColor->RGBColor[1, 0, 1]]}], ";"}], "\n", RowBox[{ RowBox[{"parPlot3D", "=", RowBox[{"ParametricPlot3D", "[", RowBox[{\({x[t], y[t], z[t]}\), ",", RowBox[{"{", RowBox[{"t", ",", "tmin", StyleBox[",", FontColor->GrayLevel[0]], "tmax"}], "}"}], ",", \(DisplayFunction \[Rule] Identity\), ",", RowBox[{"AspectRatio", "\[Rule]", StyleBox["1", FontColor->RGBColor[1, 0, 1]]}], ",", RowBox[{ StyleBox["ViewPoint", FontColor->RGBColor[1, 0, 1]], StyleBox["->", FontColor->RGBColor[1, 0, 1]], RowBox[{ StyleBox["{", FontColor->RGBColor[1, 0, 1]], StyleBox[\(1.915, \ \(-1.827\), \ 2.108\), FontColor->RGBColor[1, 0, 1]], StyleBox["}", FontColor->RGBColor[1, 0, 1]]}]}]}], "]"}]}], ";"}], "\n", RowBox[{ RowBox[{"Animate", "[", RowBox[{ RowBox[{"Show", "[", RowBox[{"Graphics", "[", RowBox[{"{", RowBox[{\(Rectangle[{0, 0}, {2, .3}, tPlot[t]]\), ",", RowBox[{"Rectangle", "[", RowBox[{\({0, .3}\), ",", \({2, 1}\), ",", RowBox[{"Show", "[", RowBox[{"parPlot3D", ",", RowBox[{"Graphics3D", "[", RowBox[{"{", RowBox[{ RowBox[{"PointSize", "[", StyleBox[".03", FontColor->RGBColor[1, 0, 1]], "]"}], ",", \(RGBColor[1, 0, 0]\), ",", \(Point[{x[t], y[t], z[t]}]\)}], "}"}], "]"}]}], "]"}]}], "]"}]}], "}"}], "]"}], "]"}], ",", RowBox[{"{", RowBox[{"t", ",", "tmin", StyleBox[",", FontColor->GrayLevel[0]], "tmax", StyleBox[",", FontColor->GrayLevel[0]], FractionBox[\(tmax - tmin\), StyleBox["n", FontColor->GrayLevel[0]]]}], "}"}], ",", RowBox[{"ImageSize", "\[Rule]", StyleBox["600", FontColor->RGBColor[1, 0, 1]]}]}], "]"}], ";"}]}], "Input"] }, Closed]] }, Closed]] }, Open ]] }, FrontEndVersion->"5.2 for Microsoft Windows", ScreenRectangle->{{0, 1280}, {0, 971}}, AutoGeneratedPackage->None, WindowToolbars->"EditBar", WindowSize->{689, 631}, WindowMargins->{{2, Automatic}, {Automatic, 0}} ] (******************************************************************* Cached data follows. If you edit this Notebook file directly, not using Mathematica, you must remove the line containing CacheID at the top of the file. The cache data will then be recreated when you save this file from within Mathematica. *******************************************************************) (*CellTagsOutline CellTagsIndex->{} *) (*CellTagsIndex CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ Cell[CellGroupData[{ Cell[1776, 53, 120, 3, 111, "Title"], Cell[1899, 58, 250, 4, 44, "SmallText"], Cell[2152, 64, 328, 9, 52, "Text"], Cell[CellGroupData[{ Cell[2505, 77, 116, 3, 99, "Section"], Cell[2624, 82, 322, 5, 71, "Text"], Cell[2949, 89, 93, 2, 30, "Input", InitializationCell->True], Cell[CellGroupData[{ Cell[3067, 95, 68, 0, 38, "Subsection"], Cell[3138, 97, 141, 3, 50, "Input", InitializationCell->True] }, Closed]], Cell[CellGroupData[{ Cell[3316, 105, 53, 0, 30, "Subsection"], Cell[3372, 107, 136, 3, 33, "Text"], Cell[3511, 112, 3218, 71, 290, "Input", InitializationCell->True] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[6778, 189, 35, 0, 43, "Section"], Cell[CellGroupData[{ Cell[6838, 193, 46, 0, 38, "Subsection"], Cell[6887, 195, 315, 5, 71, "Text"], Cell[7205, 202, 612, 14, 90, "Text"], Cell[7820, 218, 1165, 28, 246, "Input"], Cell[8988, 248, 123, 3, 33, "Text"], Cell[9114, 253, 52, 1, 30, "Input"] }, Closed]], Cell[CellGroupData[{ Cell[9203, 259, 46, 0, 30, "Subsection"], Cell[9252, 261, 401, 11, 71, "Text"], Cell[9656, 274, 612, 14, 90, "Text"], Cell[10271, 290, 1258, 31, 250, "Input"], Cell[11532, 323, 123, 3, 33, "Text"], Cell[11658, 328, 52, 1, 30, "Input"] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[11759, 335, 38, 0, 43, "Section"], Cell[11800, 337, 271, 5, 52, "Text"], Cell[12074, 344, 612, 14, 90, "Text"], Cell[12689, 360, 1171, 28, 246, "Input"], Cell[13863, 390, 123, 3, 33, "Text"], Cell[13989, 395, 51, 1, 30, "Input"] }, Closed]], Cell[CellGroupData[{ Cell[14077, 401, 32, 0, 43, "Section"], Cell[14112, 403, 290, 5, 71, "Text"], Cell[14405, 410, 815, 20, 109, "Text"], Cell[15223, 432, 3203, 77, 346, "Input"] }, Closed]], Cell[CellGroupData[{ Cell[18463, 514, 32, 0, 43, "Section"], Cell[CellGroupData[{ Cell[18520, 518, 31, 0, 38, "Subsection"], Cell[18554, 520, 316, 7, 52, "Text"], Cell[18873, 529, 177, 3, 52, "Text"], Cell[19053, 534, 612, 14, 90, "Text"], Cell[19668, 550, 1171, 28, 246, "Input"], Cell[20842, 580, 123, 3, 33, "Text"], Cell[20968, 585, 52, 1, 30, "Input"] }, Open ]], Cell[CellGroupData[{ Cell[21057, 591, 31, 0, 38, "Subsection"], Cell[21091, 593, 429, 8, 71, "Text"], Cell[21523, 603, 815, 20, 109, "Text"], Cell[22341, 625, 3228, 78, 326, "Input"] }, Closed]] }, Closed]] }, Open ]] } ] *) (******************************************************************* End of Mathematica Notebook file. *******************************************************************)