(*********************************************************************** 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[ 12898, 916]*) (*NotebookOutlinePosition[ 14051, 952]*) (* CellTagsIndexPosition[ 14007, 948]*) (*WindowFrame->Normal*) Notebook[{ Cell[TextData["Math 225: Calculus III Quiz 1 1/21&23/97"], "Subsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["<True, AspectRatioFixed->True], Cell[TextData["i = {1,0,0}; j = {0,1,0}; k = {0,0,1};"], "Input", InitializationCell->True, AspectRatioFixed->True], Cell[TextData[{ "1) Determine the (simplified) equation of the plane whose points are \ equidistant from the points ", StyleBox["{1,2,3}", FontFamily->"Courier"], " and ", StyleBox["{6,7,8}", FontFamily->"Courier"], "." }], "Subsubsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["Solution"], "Subsubsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[{ "If ", StyleBox["{x,y,z}", FontFamily->"Courier", FontWeight->"Bold"], " is a point in the plane, then the distance of this point from the two \ given points is" }], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "Sqrt[(x-1)^2 + (y-2)^2 + (z-3)^2] ==\n Sqrt[(x-6)^2 + (y-7)^2 + \ (z-8)^2]"], "Input", AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData[ "(x-1)^2 + (y-2)^2 + (z-3)^2 ==\n (x-6)^2 + (y-7)^2 + (z-8)^2 //Simplify"], "Input", AspectRatioFixed->True], Cell[TextData["Square both sides and expand everything:"], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[OutputFormData["\<\ 14 - 2*x + x^2 - 4*y + y^2 - 6*z + z^2 == 149 - 12*x + x^2 - 14*y + y^2 - 16*z + z^2\ \>", "\<\ 2 2 2 14 - 2 x + x - 4 y + y - 6 z + z == 2 2 2 149 - 12 x + x - 14 y + y - 16 z + z\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Open ]], Cell[TextData["Cancel terms:"], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["14 - 2x - 4y - 6z == 149 - 12x - 14y - 16z"], "Input", AspectRatioFixed->True], Cell[TextData["Collect like terms:"], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["10x + 10y + 10z == 135"], "Input", AspectRatioFixed->True], Cell[TextData["or"], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["x + y + z == 13.5"], "Input", AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData[{ "2) Find a vector of the form ", StyleBox["{1,y,1}", FontFamily->"Courier"], " that forms a 60 degree angle with the ", StyleBox["x", FontFamily->"Courier"], "-axis." }], "Subsubsection", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["Solution"], "Subsubsection", Evaluatable->False, AspectRatioFixed->True] }, Open ]], Cell[TextData[{ "The direction of the ", StyleBox["x", FontFamily->"Courier", FontWeight->"Bold"], "-axis is represented by the unit vector ", StyleBox["i = {1,0,0}", FontFamily->"Courier", FontWeight->"Bold"], ". The dot product of two vectors equals the product of their lengths times \ the cosine of the angle between them." }], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData["{1,y,1}.i == Norm[{1,y,1}]Norm[i] Cos[Pi/3]"], "Input", AspectRatioFixed->True], Cell[OutputFormData["\<\ 1 == (2 + y^2)^(1/2)/2\ \>", "\<\ 2 Sqrt[2 + y ] 1 == ------------ 2\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Open ]], Cell[CellGroupData[{ Cell[TextData["Solve[%]"], "Input", AspectRatioFixed->True], Cell[OutputFormData["\<\ {{y -> -2^(1/2)}, {y -> 2^(1/2)}}\ \>", "\<\ {{y -> -Sqrt[2]}, {y -> Sqrt[2]}}\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Open ]], Cell[TextData[{ "\"By hand\": Square both sides and simplify:\n", StyleBox[ " 4 == 2 + y^2\n y^2 == 2\n y == \[PlusMinus]Sqrt[2]\n", FontFamily->"Courier", FontWeight->"Bold"], "There are two points that qualify: ", StyleBox["{1,-Sqrt[2],1}", FontFamily->"Courier", FontWeight->"Bold"], " and ", StyleBox["{1,Sqrt[2],1}", FontFamily->"Courier", FontWeight->"Bold"], "." }], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["Here's a picture (not required):"], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "v1 = Vector[{0,0,0},{1,-Sqrt[2],1}];\nv2 = Vector[{0,0,0},{1, Sqrt[2],1}];\n\ w = Vector[{0,0,0},{1,0,0}];"], "Input", AspectRatioFixed->True], Cell[CellGroupData[{ Cell[TextData[ "Show[v1,v2,w, ViewPoint->{3.086, 0.840, 1.104}, Axes->True]"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .52009 MathPictureStart %% Graphics3D /Courier findfont 10 scalefont setfont % Scaling calculations 0.0240624 0.962494 -0.205319 0.962494 [ [(0)] .14089 .50632 .04095 -1 Msboxa [(0.25)] .11417 .48859 .04404 -1 Msboxa [(0.5)] .08626 .47006 .04728 -1 Msboxa [(0.75)] .05708 .45069 .05068 -1 Msboxa [(1)] .02654 .43042 .05426 -1 Msboxa [(-1)] .17541 .09139 -0.03888 1 Msboxa [(0)] .46301 .06066 -0.005 1 Msboxa [(1)] .76565 .02833 .03091 1 Msboxa [(0)] .02803 .12591 1 -0.10607 Msboxa [(0.25)] .02424 .19519 1 -0.09989 Msboxa [(0.5)] .02038 .2656 1 -0.09361 Msboxa [(0.75)] .01646 .33717 1 -0.08722 Msboxa [(1)] .01247 .40994 1 -0.08071 Msboxa [ 0 0 0 0 ] [ 1 .52009 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .14399 .49603 m .02406 .41633 L s P p .002 w .14138 .4943 m .14163 .48829 L s P [(0)] .14089 .50632 .04095 -1 Mshowa p .002 w .1147 .47657 m .11496 .47056 L s P [(0.25)] .11417 .48859 .04404 -1 Mshowa p .002 w .08683 .45804 m .08711 .45203 L s P [(0.5)] .08626 .47006 .04728 -1 Mshowa p .002 w .05769 .43868 m .05799 .43267 L s P [(0.75)] .05708 .45069 .05068 -1 Mshowa p .002 w .02719 .41841 m .02752 .4124 L s P [(1)] .02654 .43042 .05426 -1 Mshowa p .001 w .13614 .49081 m .13629 .48721 L s P p .001 w .13085 .4873 m .131 .48369 L s P p .001 w .12551 .48375 m .12566 .48015 L s P p .001 w .12013 .48017 m .12028 .47657 L s P p .001 w .10922 .47293 m .10938 .46932 L s P p .001 w .1037 .46925 m .10386 .46565 L s P p .001 w .09812 .46555 m .09829 .46194 L s P p .001 w .0925 .46181 m .09267 .45821 L s P p .001 w .0811 .45424 m .08128 .45063 L s P p .001 w .07533 .4504 m .0755 .44679 L s P p .001 w .0695 .44653 m .06968 .44292 L s P p .001 w .06362 .44262 m .0638 .43901 L s P p .001 w .0517 .4347 m .05188 .43109 L s P p .001 w .04566 .43068 m .04584 .42708 L s P p .001 w .03956 .42663 m .03975 .42302 L s P p .001 w .0334 .42254 m .0336 .41893 L s P P p p .002 w .04037 .11777 m .91877 .02406 L s P p .002 w .17494 .10341 m .17471 .10942 L s P [(-1)] .17541 .09139 -0.03888 1 Mshowa p .002 w .46295 .07269 m .46292 .0787 L s P [(0)] .46301 .06066 -0.005 1 Mshowa p .002 w .76602 .04036 m .76621 .04637 L s P [(1)] .76565 .02833 .03091 1 Mshowa p .001 w .23139 .09739 m .23128 .101 L s P p .001 w .28841 .09131 m .28832 .09492 L s P p .001 w .346 .08516 m .34593 .08877 L s P p .001 w .40418 .07896 m .40414 .08257 L s P p .001 w .52232 .06636 m .52233 .06996 L s P p .001 w .58231 .05996 m .58234 .06357 L s P p .001 w .64291 .05349 m .64297 .0571 L s P p .001 w .70415 .04696 m .70423 .05057 L s P p .001 w .11905 .10938 m .11888 .11298 L s P p .001 w .06371 .11528 m .06352 .11888 L s P p .001 w .82855 .03369 m .82869 .03729 L s P p .001 w .89174 .02695 m .8919 .03055 L s P P p p .002 w .04037 .11777 m .02406 .41633 L s P p .002 w .04 .12464 m .04598 .12401 L s P [(0)] .02803 .12591 1 -0.10607 Mshowa p .002 w .03621 .19399 m .04219 .19339 L s P [(0.25)] .02424 .19519 1 -0.09989 Mshowa p .002 w .03236 .26448 m .03835 .26391 L s P [(0.5)] .02038 .2656 1 -0.09361 Mshowa p .002 w .02844 .33613 m .03444 .3356 L s P [(0.75)] .01646 .33717 1 -0.08722 Mshowa p .002 w .02446 .40898 m .03046 .40849 L s P [(1)] .01247 .40994 1 -0.08071 Mshowa p .001 w .03924 .13842 m .04283 .13805 L s P p .001 w .03849 .15225 m .04208 .15187 L s P p .001 w .03773 .16612 m .04132 .16575 L s P p .001 w .03697 .18003 m .04056 .17967 L s P p .001 w .03544 .20799 m .03903 .20764 L s P p .001 w .03468 .22205 m .03827 .2217 L s P p .001 w .03391 .23614 m .0375 .2358 L s P p .001 w .03313 .25029 m .03673 .24994 L s P p .001 w .03158 .27871 m .03517 .27838 L s P p .001 w .0308 .29299 m .03439 .29267 L s P p .001 w .03002 .30732 m .03361 .307 L s P p .001 w .02923 .3217 m .03283 .32138 L s P p .001 w .02765 .3506 m .03125 .35029 L s P p .001 w .02686 .36512 m .03046 .36482 L s P p .001 w .02606 .37969 m .02966 .37939 L s P p .001 w .02527 .39431 m .02886 .39401 L s P P 0 0 m 1 0 L 1 .52009 L 0 .52009 L closepath clip newpath p .002 w .15517 .22084 m .14399 .49603 L s .14399 .49603 m .97594 .43602 L s .97594 .43602 m .96033 .14318 L s .96033 .14318 m .15517 .22084 L s .04037 .11777 m .91877 .02406 L s .91877 .02406 m .93446 .34344 L s .93446 .34344 m .02406 .41633 L s .02406 .41633 m .04037 .11777 L s .15517 .22084 m .14399 .49603 L s .14399 .49603 m .02406 .41633 L s .02406 .41633 m .04037 .11777 L s .04037 .11777 m .15517 .22084 L s .96033 .14318 m .91877 .02406 L s .91877 .02406 m .93446 .34344 L s .93446 .34344 m .97594 .43602 L s .97594 .43602 m .96033 .14318 L s P p .01 w .54215 .1875 m .46503 .08266 L s P p .01 w .54215 .1875 m .91184 .33989 L s P p .01 w .54215 .1875 m .04761 .40946 L s P p .002 w .04037 .11777 m .91877 .02406 L s .91877 .02406 m .93446 .34344 L s .93446 .34344 m .02406 .41633 L s .02406 .41633 m .04037 .11777 L s .96033 .14318 m .91877 .02406 L s .91877 .02406 m .93446 .34344 L s .93446 .34344 m .97594 .43602 L s .97594 .43602 m .96033 .14318 L s P p p .002 w .04037 .11777 m .02406 .41633 L s P p .002 w .04 .12464 m .04598 .12401 L s P [(0)] .02803 .12591 1 -0.10607 Mshowa p .002 w .03621 .19399 m .04219 .19339 L s P [(0.25)] .02424 .19519 1 -0.09989 Mshowa p .002 w .03236 .26448 m .03835 .26391 L s P [(0.5)] .02038 .2656 1 -0.09361 Mshowa p .002 w .02844 .33613 m .03444 .3356 L s P [(0.75)] .01646 .33717 1 -0.08722 Mshowa p .002 w .02446 .40898 m .03046 .40849 L s P [(1)] .01247 .40994 1 -0.08071 Mshowa p .001 w .03924 .13842 m .04283 .13805 L s P p .001 w .03849 .15225 m .04208 .15187 L s P p .001 w .03773 .16612 m .04132 .16575 L s P p .001 w .03697 .18003 m .04056 .17967 L s P p .001 w .03544 .20799 m .03903 .20764 L s P p .001 w .03468 .22205 m .03827 .2217 L s P p .001 w .03391 .23614 m .0375 .2358 L s P p .001 w .03313 .25029 m .03673 .24994 L s P p .001 w .03158 .27871 m .03517 .27838 L s P p .001 w .0308 .29299 m .03439 .29267 L s P p .001 w .03002 .30732 m .03361 .307 L s P p .001 w .02923 .3217 m .03283 .32138 L s P p .001 w .02765 .3506 m .03125 .35029 L s P p .001 w .02686 .36512 m .03046 .36482 L s P p .001 w .02606 .37969 m .02966 .37939 L s P p .001 w .02527 .39431 m .02886 .39401 L s P P p P % End of Graphics MathPictureEnd \ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{299, 155}, ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, ImageCacheValid->False], Cell[OutputFormData["\<\ Graphics3D[\"<<>>\"]\ \>", "\<\ -Graphics3D-\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True] }, Open ]] }, FrontEndVersion->"Macintosh 3.0", ScreenRectangle->{{0, 1024}, {0, 748}}, AutoGeneratedPackage->None, WindowToolbars->{"RulerBar", "EditBar"}, CellGrouping->Manual, WindowSize->{520, 653}, WindowMargins->{{20, Automatic}, {Automatic, 31}}, 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, 126, 2, 44, "Subsection"], Cell[1838, 53, 100, 2, 27, "Input", InitializationCell->True], Cell[1941, 57, 119, 2, 27, "Input", InitializationCell->True], Cell[2063, 61, 306, 11, 56, "Subsubsection"], Cell[2372, 74, 91, 2, 41, "Subsubsection"], Cell[2466, 78, 251, 9, 31, "Text"], Cell[2720, 89, 131, 3, 42, "Input"], Cell[CellGroupData[{ Cell[2876, 96, 131, 3, 42, "Input"], Cell[3010, 101, 114, 2, 30, "Text"], Cell[3127, 105, 352, 13, 53, "Output"] }, Open ]], Cell[3494, 121, 87, 2, 30, "Text"], Cell[3584, 125, 95, 1, 27, "Input"], Cell[3682, 128, 93, 2, 30, "Text"], Cell[3778, 132, 75, 1, 27, "Input"], Cell[3856, 135, 76, 2, 30, "Text"], Cell[3935, 139, 70, 1, 27, "Input"], Cell[CellGroupData[{ Cell[4030, 144, 269, 10, 41, "Subsubsection"], Cell[4302, 156, 91, 2, 70, "Subsubsection"] }, Open ]], Cell[4408, 161, 413, 13, 70, "Text"], Cell[CellGroupData[{ Cell[4846, 178, 96, 1, 70, "Input"], Cell[4945, 181, 188, 9, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[5170, 195, 61, 1, 70, "Input"], Cell[5234, 198, 169, 7, 70, "Output"] }, Open ]], Cell[5418, 208, 482, 17, 70, "Text"], Cell[5903, 227, 106, 2, 70, "Text"], Cell[6012, 231, 161, 3, 70, "Input"], Cell[CellGroupData[{ Cell[6198, 238, 113, 2, 70, "Input"], Cell[6314, 242, 6430, 662, 70, 6272, 657, "GraphicsData", "PostScript", "Graphics"], Cell[12747, 906, 135, 7, 70, "Output"] }, Open ]] } ] *) (*********************************************************************** End of Mathematica Notebook file. ***********************************************************************)