(*********************************************************************** Mathematica-Compatible Notebook This notebook can be used on any computer system with Mathematica 3.0, MathReader 3.0, or any compatible application. The data for the notebook starts with the line of 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[ 14272, 497]*) (*NotebookOutlinePosition[ 15424, 533]*) (* CellTagsIndexPosition[ 15380, 529]*) (*WindowFrame->Normal*) Notebook[{ Cell[TextData["Math 225: Calculus III Assignment 2"], "Subsection", CellMargins->{{18, 126}, {Inherited, Inherited}}, Evaluatable->False, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell[TextData["Name:"], "Subsection", CellMargins->{{18, 126}, {Inherited, Inherited}}, Evaluatable->False, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell[TextData["Section:"], "Subsection", CellMargins->{{18, 126}, {Inherited, Inherited}}, Evaluatable->False, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData[ "\nI affirm that the solutions presented in this assignment are entirely my \ own work."], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["Signature:"], "Subsection", CellMargins->{{18, 126}, {Inherited, Inherited}}, Evaluatable->False, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True] }, Open ]], Cell[CellGroupData[{ Cell[TextData["Instructions"], "Subsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[{ "This assignment contains problems on vectors, dot and cross products, and \ lines and planes in space, from Chapter 11 in Finney & Thomas and Chapter 1 \ in the Lecture Notes. You should look in ", StyleBox["AdvanceCalculusDemo", FontWeight->"Bold"], " and ", StyleBox["Exercises", FontWeight->"Bold"], " in the Notebook folder or the back of the Lecture Notes as well as the \ the early quiz notebooks in the Quizzes folder for examples of how to do the \ following problems. The functions ", StyleBox["Norm[]", FontFamily->"Courier", FontWeight->"Bold"], ", ", StyleBox["Cross[]", FontFamily->"Courier", FontWeight->"Bold"], ", and ", StyleBox["Pr[]", FontFamily->"Courier", FontWeight->"Bold"], " are explained in ", StyleBox["AdvanceCalculusDemo", FontWeight->"Bold"], ". \n\nProblem 4 can be solved using cross products. You should use the ", StyleBox["Solve[]", FontFamily->"Courier", FontWeight->"Bold"], " command in Problem 5.\n\nDon't forget to ", StyleBox["Clear[]", FontFamily->"Courier", FontWeight->"Bold"], " or ", StyleBox["Remove[]", FontFamily->"Courier", FontWeight->"Bold"], " variables before moving on to the next problem.\n\nBe sure to type in \ comments explaining what you are doing. It is best to change the style of \ such comments to ", StyleBox["Text", FontWeight->"Bold"], ". To do this, select the cell by clicking on the bar at the right and \ select ", StyleBox["Text", FontWeight->"Bold"], " from the pop-up menu in the ruler above (or hit COMMAND-7).\n\nRemember \ to uncheck ", StyleBox["Show In/Out Names", FontWeight->"Bold"], " in the ", StyleBox["Kernel", FontWeight->"Bold"], " menu and close this group before printing." }], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["Initialization"], "Subsubsection", CellMargins->{{Inherited, 126}, {Inherited, Inherited}}, Evaluatable->False, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell[TextData["<{{18, 126}, {Inherited, Inherited}}, PageBreakWithin->Automatic, InitializationCell->True, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell["\<\ i = {1, 0, 0}; j = {0, 1, 0}; k = {0, 0, 1};\ \>", "Input", CellMargins->{{18, 126}, {Inherited, Inherited}}, PageBreakWithin->Automatic, InitializationCell->True, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[TextData["Problem 1"], "Subsubsection", CellMargins->{{Inherited, 126}, {Inherited, Inherited}}, Evaluatable->False, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell[TextData[{ "Let ", StyleBox["a = i - 2j + 3k", FontFamily->"Courier", FontWeight->"Bold"], " and ", StyleBox["b = -i + 4j + k", FontFamily->"Courier", FontWeight->"Bold"], ". Find the following.\n", StyleBox["a) ", FontSlant->"Italic"], " ", StyleBox["Norm[a]", FontFamily->"Courier", FontWeight->"Bold"], ", ", StyleBox["Norm[b]", FontFamily->"Courier", FontWeight->"Bold"], "\n", StyleBox["b) ", FontSlant->"Italic"], StyleBox["a.b", FontFamily->"Courier", FontWeight->"Bold"], ", ", StyleBox["b.a", FontFamily->"Courier", FontWeight->"Bold"], "\n", StyleBox["c) ", FontSlant->"Italic"], StyleBox["Cross[a,b]", FontFamily->"Courier", FontWeight->"Bold"], ", ", StyleBox["Cross[b,a]", FontFamily->"Courier", FontWeight->"Bold"], "\n", StyleBox["d) ", FontSlant->"Italic"], "The angle between ", StyleBox["a", FontFamily->"Courier", FontWeight->"Bold"], " and ", StyleBox["b", FontFamily->"Courier", FontWeight->"Bold"], ", and the projection of ", StyleBox["b", FontFamily->"Courier", FontWeight->"Bold"], " on ", StyleBox["a ", FontFamily->"Courier", FontWeight->"Bold"], "(", StyleBox["Pr[b,a]", FontFamily->"Courier", FontWeight->"Bold"], ")." }], "Text", CellMargins->{{18, 52}, {Inherited, Inherited}}, Evaluatable->False, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell["Solution", "Subsubsection", CellMargins->{{Inherited, 126}, {Inherited, Inherited}}, Evaluatable->False, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell["", "Input", CellMargins->{{18, 126}, {Inherited, Inherited}}, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True] }, Open ]], Cell[CellGroupData[{ Cell[TextData["Problem 2"], "Subsubsection", CellMargins->{{Inherited, 126}, {Inherited, Inherited}}, Evaluatable->False, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell[TextData[{ StyleBox["a) ", FontSlant->"Italic"], "Find the area of the parallelogram determined by\n ", StyleBox["a = i + j - 3 k", FontFamily->"Courier", FontWeight->"Bold"], " and ", StyleBox["b = -2 i + j + k\n ", FontFamily->"Courier", FontWeight->"Bold"], "using a cross product.\n", StyleBox["b) ", FontSlant->"Italic"], "Find the volume of the parallelopiped determined by ", StyleBox["a", FontFamily->"Courier", FontWeight->"Bold"], ", ", StyleBox["b", FontFamily->"Courier", FontWeight->"Bold"], ", and\n ", StyleBox["c = i - 2 j + k", FontFamily->"Courier", FontWeight->"Bold"], " using a triple products (or a determinant, ", StyleBox["Det[]", FontFamily->"Courier", FontWeight->"Bold"], ")." }], "Text", CellMargins->{{18, 55}, {Inherited, Inherited}}, Evaluatable->False, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell[TextData["Solution"], "Subsubsection", CellMargins->{{Inherited, 126}, {Inherited, Inherited}}, Evaluatable->False, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell["", "Input", CellMargins->{{18, 126}, {Inherited, Inherited}}, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True] }, Open ]], Cell[CellGroupData[{ Cell[TextData["Problem 3"], "Subsubsection", CellMargins->{{Inherited, 126}, {Inherited, Inherited}}, Evaluatable->False, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell[TextData[{ StyleBox["a) ", FontSlant->"Italic"], "Find the distance from the point ", StyleBox["p = {1,-3,2}", FontFamily->"Courier", FontWeight->"Bold"], " to the plane\n ", StyleBox["5x + y - 4z == 1", FontFamily->"Courier", FontWeight->"Bold"], ".\n", StyleBox["b) ", FontSlant->"Italic"], "Find the distance from the point ", StyleBox["q = {2,1,3}", FontFamily->"Courier", FontWeight->"Bold"], " to the line\n ", StyleBox["x == 1 - t, y == 1 + t, z == 3t", FontFamily->"Courier", FontWeight->"Bold"], "." }], "Text", CellMargins->{{18, 126}, {Inherited, Inherited}}, Evaluatable->False, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell[TextData["Solution"], "Subsubsection", CellMargins->{{Inherited, 126}, {Inherited, Inherited}}, Evaluatable->False, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell["", "Input", CellMargins->{{18, 126}, {Inherited, Inherited}}, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True] }, Open ]], Cell[CellGroupData[{ Cell[TextData["Problem 4"], "Subsubsection", CellMargins->{{Inherited, 126}, {Inherited, Inherited}}, Evaluatable->False, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell[TextData[{ StyleBox["a) ", FontSlant->"Italic"], "Find an equation for the plane through the points ", StyleBox["p = {1,-1,2}", FontFamily->"Courier", FontWeight->"Bold"], ",\n ", StyleBox["q = {3,0,1}", FontFamily->"Courier", FontWeight->"Bold"], ", and ", StyleBox["r = {-1,1,1}", FontFamily->"Courier", FontWeight->"Bold"], ".\n", StyleBox["b) ", FontSlant->"Italic"], "Find the parametric equations for the line in which the planes ", StyleBox["x - y + z == 1", FontFamily->"Courier", FontWeight->"Bold"], "\n and ", StyleBox["x + y + 3z == -2", FontFamily->"Courier", FontWeight->"Bold"], " intersect." }], "Text", CellMargins->{{18, 41}, {Inherited, Inherited}}, Evaluatable->False, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell[TextData["Solution"], "Subsubsection", CellMargins->{{Inherited, 126}, {Inherited, Inherited}}, Evaluatable->False, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell["", "Input", CellMargins->{{18, 126}, {Inherited, Inherited}}, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True] }, Open ]], Cell[CellGroupData[{ Cell[TextData["Problem 5"], "Subsubsection", CellMargins->{{Inherited, 126}, {Inherited, Inherited}}, Evaluatable->False, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell[TextData[{ StyleBox["a) ", FontSlant->"Italic"], "Find the point in which the line ", StyleBox["x == 2-2t, y == 1-t, z == 3+5t", FontFamily->"Courier", FontWeight->"Bold"], " meets the plane ", StyleBox["3x + 2y + 6z == 4", FontFamily->"Courier", FontWeight->"Bold"], ".\n", StyleBox["b)", FontSlant->"Italic"], " Find the point in which the three planes ", StyleBox["x - y + z == 1", FontFamily->"Courier", FontWeight->"Bold"], ",", StyleBox["\nx + y - z == 2", FontFamily->"Courier", FontWeight->"Bold"], " and ", StyleBox["-x + y + z == 3", FontFamily->"Courier", FontWeight->"Bold"], " intersect." }], "Text", CellMargins->{{18, 126}, {Inherited, Inherited}}, Evaluatable->False, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell[TextData["Solution"], "Subsubsection", CellMargins->{{Inherited, 126}, {Inherited, Inherited}}, Evaluatable->False, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True], Cell["", "Input", CellMargins->{{18, 126}, {Inherited, Inherited}}, PageBreakWithin->Automatic, CellLabelMargins->{{18, Inherited}, {Inherited, Inherited}}, AspectRatioFixed->True] }, Open ]] }, FrontEndVersion->"Macintosh 3.0", ScreenRectangle->{{0, 832}, {0, 604}}, AutoGeneratedPackage->None, WindowToolbars->{"RulerBar", "EditBar"}, CellGrouping->Manual, WindowSize->{520, 509}, WindowMargins->{{12, Automatic}, {Automatic, 16}}, PrivateNotebookOptions->{"ColorPalette"->{RGBColor, 128}}, ShowCellLabel->True, ShowCellTags->False, RenderingOptions->{"ObjectDithering"->True, "RasterDithering"->False}, CharacterEncoding->"MacintoshAutomaticEncoding", MacintoshSystemPageSetup->"\<\ 00<0001804P000000]P2:?oQon82n@960dL5:0?l0080001804P000000]P2:001 0000I00000400`<300000BL?00400@00000000000000060801T1T00000000000 00000000000000000000000000000000\>" ] (*********************************************************************** 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[1709, 49, 264, 5, 44, "Subsection", PageBreakWithin->Automatic], Cell[1976, 56, 230, 5, 44, "Subsection", PageBreakWithin->Automatic], Cell[2209, 63, 233, 5, 44, "Subsection", PageBreakWithin->Automatic], Cell[CellGroupData[{ Cell[2467, 72, 161, 4, 46, "Text"], Cell[2631, 78, 235, 5, 44, "Subsection", PageBreakWithin->Automatic] }, Open ]], Cell[CellGroupData[{ Cell[2903, 88, 92, 2, 44, "Subsection"], Cell[2998, 92, 1869, 57, 309, "Text"], Cell[CellGroupData[{ Cell[4892, 153, 249, 5, 41, "Subsubsection", PageBreakWithin->Automatic], Cell[5144, 160, 245, 5, 27, "Input", PageBreakWithin->Automatic, InitializationCell->True], Cell[5392, 167, 268, 9, 57, "Input", PageBreakWithin->Automatic, InitializationCell->True] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[5709, 182, 244, 5, 41, "Subsubsection", PageBreakWithin->Automatic], Cell[5956, 189, 1519, 68, 99, "Text"], Cell[7478, 259, 233, 5, 41, "Subsubsection", PageBreakWithin->Automatic], Cell[7714, 266, 188, 4, 27, "Input", PageBreakWithin->Automatic] }, Open ]], Cell[CellGroupData[{ Cell[7939, 275, 244, 5, 41, "Subsubsection", PageBreakWithin->Automatic], Cell[8186, 282, 981, 35, 99, "Text"], Cell[9170, 319, 243, 5, 41, "Subsubsection", PageBreakWithin->Automatic], Cell[9416, 326, 188, 4, 27, "Input", PageBreakWithin->Automatic] }, Open ]], Cell[CellGroupData[{ Cell[9641, 335, 244, 5, 41, "Subsubsection", PageBreakWithin->Automatic], Cell[9888, 342, 760, 27, 82, "Text"], Cell[10651, 371, 243, 5, 41, "Subsubsection", PageBreakWithin->Automatic], Cell[10897, 378, 188, 4, 27, "Input", PageBreakWithin->Automatic] }, Open ]], Cell[CellGroupData[{ Cell[11122, 387, 244, 5, 41, "Subsubsection", PageBreakWithin->Automatic], Cell[11369, 394, 870, 31, 82, "Text"], Cell[12242, 427, 243, 5, 41, "Subsubsection", PageBreakWithin->Automatic], Cell[12488, 434, 188, 4, 27, "Input", PageBreakWithin->Automatic] }, Open ]], Cell[CellGroupData[{ Cell[12713, 443, 244, 5, 41, "Subsubsection", PageBreakWithin->Automatic], Cell[12960, 450, 859, 31, 82, "Text"], Cell[13822, 483, 243, 5, 41, "Subsubsection", PageBreakWithin->Automatic], Cell[14068, 490, 188, 4, 27, "Input", PageBreakWithin->Automatic] }, Open ]] } ] *) (*********************************************************************** End of Mathematica Notebook file. ***********************************************************************)