(************** 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[ 21177, 851]*) (*NotebookOutlinePosition[ 22244, 886]*) (* CellTagsIndexPosition[ 22200, 882]*) (*WindowFrame->Normal*) Notebook[{ Cell[CellGroupData[{ Cell["Differential Calculus", "Title", Evaluatable->False, TextAlignment->Center, AspectRatioFixed->True], Cell["Simplified Version", "Subsubtitle", TextAlignment->Center, TextJustification->0], Cell[TextData[{ "Sean Mauch\nsean@caltech.edu\n", ButtonBox["http://www.its.caltech.edu/~sean", ButtonData:>{ URL[ "http://www.its.caltech.edu/~sean"], None}, ButtonStyle->"Hyperlink"], "\n", "This work is distributed under the GNU FDL. See ", ButtonBox["license.nb ", ButtonData:>{"license.nb", None}, ButtonStyle->"Hyperlink"], "for details." }], "Text", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell["Limits", "Section", Evaluatable->False, AspectRatioFixed->True], Cell["\<\ To evaluate an expression at a certain value of a formal variable, \ we use the substitution operator followed by a rule.\ \>", "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[BoxData[ \(Sin[x] /. x \[Rule] 0\)], "Input", AspectRatioFixed->True], Cell[TextData[{ "The syntax of rules in ", StyleBox["Mathematica", FontSlant->"Italic"], " is a little misleading. The following looks very close to the \ mathematical notation for the limit as ", Cell[BoxData[ \(TraditionalForm\`x\)]], " goes to zero. However, the following is only a substitution." }], "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[BoxData[ \(Sin[x]\/x /. x \[Rule] 0\)], "Input", AspectRatioFixed->True], Cell[TextData[{ "In order to evaluate an expression in the limit as a formal variable \ approached a limit, we must use the ", StyleBox["Limit[]", "Input"], " function." }], "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[BoxData[ \(Limit[Sin[x]\/x, x \[Rule] 0]\)], "Input", AspectRatioFixed->True], Cell["\<\ You can evaluate a limit as a formal variables goes to positive \ infinity.\ \>", "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[BoxData[ \(Limit[x\^2\ Exp[\(-x\)], x \[Rule] \[Infinity]]\)], "Input", AspectRatioFixed->True], Cell["Mathematica will also tell you if a limit diverges.", "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[BoxData[ \(Limit[\(x + Sin[x]\)\/x\^2, x \[Rule] 0]\)], "Input", AspectRatioFixed->True], Cell[TextData[{ "If the limit does not exists, ", StyleBox["Mathematica", FontSlant->"Italic"], " will tell you if the fluctuation of the expression is bounded in an \ interval." }], "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[BoxData[ \(Limit[Sin[x], x \[Rule] \[Infinity]]\)], "Input", AspectRatioFixed->True], Cell["\<\ It will also tell you if the expression fluctuates as the limit \ diverges.\ \>", "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[BoxData[ \(Limit[x\ Sin[x], x \[Rule] \[Infinity]]\)], "Input", AspectRatioFixed->True], Cell[TextData[{ "By default ", StyleBox["Mathematica", FontSlant->"Italic"], " evaluates limits from above, (i.e. it approaches the specified value of \ the formal variable from the right), except for limits at \[Infinity] which \ it approaches from below. You can change this default with the ", StyleBox["Direction", "Input"], " option." }], "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[TextData[{ "This is the default direction to evaluate the limit. ", StyleBox["Direction -> -1", "Input"], " means to evaluate the limit from above." }], "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[BoxData[ \(Limit[Exp[1\/x], x \[Rule] 0, Direction \[Rule] \(-1\)]\)], "Input", AspectRatioFixed->True], Cell["Here we evaluate the limit from below.", "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[BoxData[ \(Limit[Exp[1\/x], x \[Rule] 0, Direction \[Rule] 1]\)], "Input", AspectRatioFixed->True], Cell[CellGroupData[{ Cell["Exercise 1", "Subsubsection"], Cell["Evaluate the following limits.", "Text"], Cell[BoxData[ \(TraditionalForm\`lim\+\(x \[Rule] \[Infinity]\)\((1 + 1\/x)\)\^x, \ \ \ \ \ lim\+\(x \[Rule] 0\)\(a\ x\^2 + b\ x + c\)\/\(d\ x\^2 + e\ x + f\), \ \ \ \ \ lim\+\(x \[Rule] \[Infinity]\)\(a\ x\^2 + b\ x + c\)\/\(d\ x\^2 + e\ x + \ \(\(f\)\(.\)\)\)\)], "DisplayFormula", TextAlignment->Center] }, Open ]], Cell[CellGroupData[{ Cell["Exercise 2", "Subsubsection"], Cell[TextData[{ "Check that ", Cell[BoxData[ \(TraditionalForm \`\(\[DifferentialD]\/\[DifferentialD]x\) x\^n = n\ x\^\(n - 1\)\)]], " using the definition of the derivative," }], "Text"], Cell[BoxData[ \(TraditionalForm\`\(\[DifferentialD]\/\[DifferentialD]x\) \(f( x)\) \[Congruent] lim\+\(\[CapitalDelta]\ x \[Rule] 0\)\ \(f(x + \[CapitalDelta]\ x) - \ f(x)\)\/\(\[CapitalDelta]\ \(\(x\)\(.\)\)\)\)], "DisplayFormula", TextAlignment->Center] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[TextData["Partial Derivatives"], "Section", Evaluatable->False, AspectRatioFixed->True], Cell[BoxData[ \(Clear[x, y, f]\)], "Input"], Cell[TextData[{ StyleBox["Mathematica", FontSlant->"Italic"], " can find partial derivatives of symbolic expressions. If you haven't \ heard the term partial derivative before, it's just a derivative where all \ the formal variables in an expression except the one that your \ differentiating with respect to are assumed to be constant. The mathematical \ form that you'll see in books for partial derivatives is ", Cell[BoxData[ \(TraditionalForm\`\[PartialD]\ f\/\[PartialD]\ x\)]], ". Partial derivatives in ", StyleBox["Mathematica", FontSlant->"Italic"], " are written:" }], "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[BoxData[ \(D[x\^2 + y\^2 + a\ Sin[x], x]\)], "Input", AspectRatioFixed->True], Cell[TextData[{ "To do the typeset version of the above,\n\t \[EscapeKey]pd\[EscapeKey] \ \[ControlKey]\[LeftModified]-\[RightModified] x \[ControlKey]\[LeftModified]\ \[SpaceKey]\[RightModified]\t\tto get ", Cell[BoxData[ \(TraditionalForm\`\[PartialD]\_x\)]], "\nand enclose the function to be differentiated in parentheses if it has \ more than one term." }], "Text", TextAlignment->Left, TextJustification->1], Cell[BoxData[ \(\[PartialD]\_x\((x\^2 + y\^2 + a\ Sin[x])\)\)], "Input", AspectRatioFixed->True], Cell[TextData[{ "Above, ", StyleBox["Mathematica", FontSlant->"Italic"], " assumed the variables ", Cell[BoxData[ \(TraditionalForm\`y\)]], " and ", Cell[BoxData[ \(TraditionalForm\`a\)]], " were constant. You can take second and third, etc. derivatives as \ follows:" }], "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[BoxData[ \(D[x\^2 + Sin[x], {x, 2}]\)], "Input", AspectRatioFixed->True], Cell[BoxData[ \(\[PartialD]\_\(x, x\)\((x\^2 + Sin[x])\)\)], "Input", AspectRatioFixed->True], Cell[BoxData[ \(\[PartialD]\_{x, 2}\((x\^2 + Sin[x])\)\)], "Input", AspectRatioFixed->True], Cell[BoxData[ \(D[x\^2 + Sin[x], {x, 3}]\)], "Input", AspectRatioFixed->True], Cell[BoxData[ \(\[PartialD]\_{x, 3}\((x\^2 + Sin[x])\)\)], "Input", AspectRatioFixed->True], Cell[TextData[{ " ", StyleBox["Mathematica", FontSlant->"Italic"], " also allows you to take partial derivatives with respect to several \ variables." }], "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[BoxData[ \(D[x\^2\ y, x, y]\)], "Input", AspectRatioFixed->True], Cell[BoxData[ \(\[PartialD]\_\(x, y\)\((x\^2\ y)\)\)], "Input", AspectRatioFixed->True], Cell[BoxData[ \(D[Sin[x\ y], {x, 2}, y]\)], "Input", AspectRatioFixed->True], Cell[BoxData[ \(\[PartialD]\_\({x, 2}, y\)Sin[x\ y]\)], "Input", AspectRatioFixed->True], Cell[TextData[{ StyleBox["Mathematica", FontSlant->"Italic"], " can take derivatives of formal functions." }], "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[BoxData[ \(\[PartialD]\_x f[x]\)], "Input", AspectRatioFixed->True], Cell[BoxData[ \(\[PartialD]\_{x, 3}\((f[x]\ g[x])\)\)], "Input", AspectRatioFixed->True], Cell[TextData[{ "Note that the first and second derivatives are denoted ", Cell[BoxData[ \(TraditionalForm\`\(f'\)[x]\)]], " and ", Cell[BoxData[ \(TraditionalForm\`\(\(f'\)'\)[x]\)]], ". Higher derivatives are denoted ", Cell[BoxData[ \(TraditionalForm\`\(f\^\((n)\)\)[x]\)]], "." }], "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[TextData[{ "You can specify that a formal variable depends on ", Cell[BoxData[ \(TraditionalForm\`x\)]], " by either explicitly writing it as a function of ", Cell[BoxData[ \(TraditionalForm\`x\)]], " or by using the ", StyleBox["NonConstants", "Input"], " option." }], "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[BoxData[ \(\[PartialD]\_x\((x\^2\ y[x])\)\)], "Input", AspectRatioFixed->True], Cell[BoxData[ \(D[x\^2\ y, x, NonConstants \[Rule] y]\)], "Input", AspectRatioFixed->True], Cell[BoxData[ \(D[x\ y\ z, x, NonConstants \[Rule] {y, z}]\)], "Input", AspectRatioFixed->True], Cell[CellGroupData[{ Cell["Exercise 1", "Subsubsection"], Cell[TextData[{ "Verify that ", StyleBox["Mathematica", FontSlant->"Italic"], " knows the rules:" }], "Text"], Cell[BoxData[ FormBox[GridBox[{ {\(\(\[PartialD]\/\[PartialD]x\) \((u\ v)\) = u'\ v + u\ v', \), \(Product\ rule\)}, { \(\(\[PartialD]\/\[PartialD]x\) \((u\/v)\) = \(u'\ v - u\ v'\)\/v\^2, \), \(Quotient\ rule\)}, {\(\(\[PartialD]\/\[PartialD]x\) \((u\^a)\) = a\ u\^\(a - 1\)\ u', \), \(Power\ rule\)}, {\(\(\[PartialD]\/\[PartialD]x\) \((u(v(x)))\) = u' \((v)\)\ v', \), \(Chain\ rule\)} }], TraditionalForm]], "DisplayFormula"] }, Open ]], Cell[CellGroupData[{ Cell["Exercise 2", "Subsubsection"], Cell["Find the local maxima and minima of the polynomial:", "Text"], Cell[BoxData[ \(TraditionalForm \`\((x - 1)\) \((x - 2)\) \((x - 3)\) \((x - 4)\) \((x - 5)\)\)], "DisplayFormula"] }, Open ]], Cell[CellGroupData[{ Cell["Exercise 3", "Subsubsection"], Cell[TextData[{ "Plot the function ", Cell[BoxData[ \(TraditionalForm\`y(x)\)]], " defined by," }], "Text"], Cell[BoxData[ \(TraditionalForm\`x\^2 - x\ y + y\^2 = 3. \)], "DisplayFormula", TextAlignment->Center], Cell[TextData[{ "Use implicit differentiation to find ", Cell[BoxData[ \(TraditionalForm\`y' \((x)\)\)]], " in terms of ", Cell[BoxData[ \(TraditionalForm\`x\)]], " and ", Cell[BoxData[ \(TraditionalForm\`y\)]], ". (That is, differentiate the equation with respect to ", Cell[BoxData[ \(TraditionalForm\`x\)]], " and solve for ", Cell[BoxData[ \(TraditionalForm\`y' \((x)\)\)]], ".) Differentiate ", Cell[BoxData[ \(TraditionalForm\`y' \((x)\)\)]], " to determine ", Cell[BoxData[ \(TraditionalForm\`\(y'\)' \((x)\)\)]], " in terms of ", Cell[BoxData[ \(TraditionalForm\`x\)]], " and ", Cell[BoxData[ \(TraditionalForm\`y\)]], "." }], "Text", TextAlignment->Left, TextJustification->1] }, Open ]], Cell[CellGroupData[{ Cell["Exercise 4", "Subsubsection"], Cell["\<\ Find the radius and height of a cylindrical cup of minimal surface \ whose volume is 64.\ \>", "Text", TextJustification->1] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[TextData["Solutions"], "Section", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{ Cell["Solution 1", "Subsubsection"], Cell[BoxData[ \(Limit[\((1 + 1\/x)\)\^x, x \[Rule] \[Infinity]]\)], "Input"], Cell[BoxData[ \(Limit[\(a\ x\^2 + b\ x + c\)\/\(d\ x\^2 + e\ x + f\), x \[Rule] \[Infinity]]\)], "Input"], Cell[BoxData[ \(Limit[\(a\ x\^2 + b\ x + c\)\/\(d\ x\^2 + e\ x + f\), x \[Rule] 0]\)], "Input"] }, Closed]], Cell[CellGroupData[{ Cell["Solution 2", "Subsubsection"], Cell[BoxData[ \(Limit[\(\((x + \[CapitalDelta])\)\^n - x\^n\)\/\[CapitalDelta], \[CapitalDelta] \[Rule] 0]\)], "Input"] }, Closed]], Cell[CellGroupData[{ Cell["Solution 3", "Subsubsection"], Cell[BoxData[ \(\[PartialD]\_x\((u[x] v[x])\)\)], "Input"], Cell[BoxData[ \(\[PartialD]\_x\((u[x]\/v[x])\)\)], "Input"], Cell[BoxData[ \(% // Together\)], "Input"], Cell[BoxData[ \(\[PartialD]\_x u[x]\^a\)], "Input"], Cell[BoxData[ \(\[PartialD]\_x u[v[x]]\)], "Input"] }, Closed]], Cell[CellGroupData[{ Cell["Solution 4", "Subsubsection"], Cell[TextData[{ "From the plot and what we know about polynomials, we know that there will \ be two local maxima and two local minima for the polynomial:\n\t", Cell[BoxData[ \(TraditionalForm \`\((x - 1)\) \((x - 2)\) \((x - 3)\) \((x - 4)\) \((x - 5)\)\)]], "." }], "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[TextData[{ "First we define a function, ", Cell[BoxData[ \(TraditionalForm\`f\)]], ", to be the above polynomial." }], "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[BoxData[ \(f[x_] := \((x - 1)\)\ \((x - 2)\)\ \((x - 3)\)\ \((x - 4)\)\ \((x - 5)\)\)], "Input", AspectRatioFixed->True], Cell[BoxData[ \(\(Plot[f[x], {x, 0, 6}]; \)\)], "Input", AspectRatioFixed->True], Cell[TextData[{ "Here are the values of ", Cell[BoxData[ \(TraditionalForm\`x\)]], " where the local extrema occur." }], "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[BoxData[ \(solns = Simplify[Solve[\[PartialD]\_x f[x] == 0, x]]\)], "Input", AspectRatioFixed->True], Cell["Here is the numerical approximation.", "Text"], Cell[BoxData[ \(N[solns]\)], "Input"], Cell["We sort the solutions in increasing numerical order.", "Text"], Cell[BoxData[ \(solns = Sort[solns, \((N[x /. #1] < N[x /. #2])\) &]\)], "Input"], Cell[BoxData[ \(N[solns]\)], "Input"], Cell["Here are the values of the function at the local extrema.", "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[BoxData[ \(Simplify[f[x] /. solns]\)], "Input", AspectRatioFixed->True], Cell[BoxData[ \(N[%]\)], "Input"], Cell["\<\ Here are the values of the second derivative of the function at the \ local extrema.\ \>", "Text", Evaluatable->False, TextAlignment->Left, TextJustification->1, AspectRatioFixed->True], Cell[BoxData[ \(Simplify[\(\(f'\)'\)[x] /. solns]\)], "Input", AspectRatioFixed->True], Cell[BoxData[ \(N[%]\)], "Input"], Cell["\<\ Recalling that if the second derivative is (positive/negative) at a \ local extrema, it is a (minima/maxima), we see that the first and third \ extrema are maxima and the second and fourth extrema are minima.\ \>", "Text",\ TextAlignment->Left, TextJustification->1], Cell[BoxData[ \(Clear[f, solns]\)], "Input", AspectRatioFixed->True] }, Closed]], Cell[CellGroupData[{ Cell["Solution 5", "Subsubsection"], Cell[TextData[{ "In order to graph ", Cell[BoxData[ \(TraditionalForm\`y(x)\)]], " we solve the equation for ", Cell[BoxData[ \(TraditionalForm\`y\)]], "." }], "Text"], Cell[BoxData[ \(Clear[x, y]; \nSolve[x\^2 - x\ y + y\^2 == 3, y]\)], "Input"], Cell[TextData[{ "We note that ", Cell[BoxData[ \(TraditionalForm\`y\)]], " is real-valued for ", Cell[BoxData[ \(TraditionalForm\`x \[Element] \([\(-2\), 2]\)\)]], ". Here is a plot." }], "Text"], Cell[BoxData[ \(\(Plot[Evaluate[y /. %], {x, \(-2\), 2}, AspectRatio -> Automatic]; \)\)], "Input"], Cell[TextData[{ "Differentiating the left-hand-side of ", Cell[BoxData[ \(TraditionalForm\`x\^2 - x\ y + y\^2 = 3\)]], "," }], "Text"], Cell[BoxData[ \(\[PartialD]\_x\((x\^2 - x\ y[x] + y[x]\^2)\)\)], "Input"], Cell[TextData[{ "Now we set this equal to the derivative of the right side and solve for ", Cell[BoxData[ \(TraditionalForm\`y' \((x)\)\)]], "." }], "Text"], Cell[BoxData[ \(Solve[% == 0, \(y'\)[x]]\)], "Input"], Cell[TextData[{ "The next statement defines ", Cell[BoxData[ \(TraditionalForm\`\(y'\)[x]\)]], " as the above solution." }], "Text"], Cell[BoxData[ \(\(y'\)[x_] = \(y'\)[x] /. %[\([1]\)]\)], "Input"], Cell[TextData[{ "Now we differentiate ", Cell[BoxData[ \(TraditionalForm\`y' \((x)\)\)]], " to get ", Cell[BoxData[ \(TraditionalForm\`\(y'\)' \((x)\)\)]], "." }], "Text"], Cell[BoxData[ \(\[PartialD]\_x\ \(y'\)[x]\)], "Input"], Cell[TextData[{ "Note that ", StyleBox["Mathematica", FontSlant->"Italic"], " has automatically substituted in the definition of ", Cell[BoxData[ \(TraditionalForm\`y' \((x)\)\)]], " into the above expression. Simplifying the expression yields:" }], "Text"], Cell[BoxData[ \(Simplify[%]\)], "Input"], Cell["\<\ Finally we can simplify the numerator by using the original \ implicit equation.\ \>", "Text", TextJustification->1], Cell[BoxData[ \(% /. \((x\^2 - x\ y[x] + y[x]\^2)\) -> 3\)], "Input"], Cell[TextData[{ "This removes the definition of ", Cell[BoxData[ \(TraditionalForm\`y' \((x)\)\)]], " that we made before. (Using the ", StyleBox["Clear[]", FontWeight->"Bold"], " function wouldn't do the job.)" }], "Text", TextJustification->1], Cell[BoxData[ \(Remove[y]\)], "Input"] }, Closed]], Cell[CellGroupData[{ Cell["Solution 6", "Subsubsection"], Cell[TextData[{ "The volume of the cup is ", Cell[BoxData[ \(TraditionalForm\`\[Pi]\ r\^2\ h = 64\)]], ". Using this formula we relate the height to the radius. The surface \ area of the cup is the sum of the areas of the circular bottom and \ cylindrical sides." }], "Text", TextJustification->1], Cell[BoxData[ \(Clear[area, r, h]; \nh = 64\/\(\[Pi]\ r\^2\); \n area[r_] = \[Pi]\ r\^2 + 2 \[Pi]\ r\ h\)], "Input"], Cell["Solving for the stationary points,", "Text"], Cell[BoxData[ \(Solve[\(area'\)[r] == 0, r]\)], "Input"], Cell["\<\ we see that there are three solutions, however only the second one \ is real-valued.\ \>", "Text"], Cell[BoxData[ \(N[%]\)], "Input"], Cell["Thus the radius of the cup is", "Text"], Cell[BoxData[ \(\(r = 4\/\[Pi]\^\(1/3\); \)\)], "Input"], Cell["and the height is", "Text"], Cell[BoxData[ \(h\)], "Input"], Cell[BoxData[ \(Remove[f, r, h]\)], "Input"] }, Closed]] }, Closed]] }, Open ]] }, FrontEndVersion->"5.2 for Microsoft Windows", ScreenRectangle->{{0, 1680}, {0, 963}}, WindowToolbars->"EditBar", CellGrouping->Automatic, WindowSize->{772, 766}, WindowMargins->{{2, Automatic}, {Automatic, 2}}, PrintingPageRange->{Automatic, Automatic}, PrintingOptions->{"PaperSize"->{612, 792}, "PaperOrientation"->"Portrait", "Magnification"->1}, PrivateNotebookOptions->{"ColorPalette"->{RGBColor, 128}}, ShowCellLabel->True, ShowCellTags->False, RenderingOptions->{"ObjectDithering"->True, "RasterDithering"->False}, CharacterEncoding->"XAutomaticEncoding", Magnification->1.5 ] (******************************************************************* 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, 111, 3, 141, "Title", Evaluatable->False], Cell[1890, 58, 90, 2, 44, "Subsubtitle"], Cell[1983, 62, 439, 14, 125, "Text", Evaluatable->False], Cell[CellGroupData[{ Cell[2447, 80, 73, 2, 109, "Section", Evaluatable->False], Cell[2523, 84, 240, 7, 71, "Text", Evaluatable->False], Cell[2766, 93, 80, 2, 39, "Input"], Cell[2849, 97, 429, 13, 96, "Text", Evaluatable->False], Cell[3281, 112, 83, 2, 68, "Input"], Cell[3367, 116, 282, 9, 71, "Text", Evaluatable->False], Cell[3652, 127, 88, 2, 68, "Input"], Cell[3743, 131, 194, 7, 46, "Text", Evaluatable->False], Cell[3940, 140, 106, 2, 47, "Input"], Cell[4049, 144, 162, 4, 46, "Text", Evaluatable->False], Cell[4214, 150, 99, 2, 68, "Input"], Cell[4316, 154, 295, 10, 71, "Text", Evaluatable->False], Cell[4614, 166, 95, 2, 39, "Input"], Cell[4712, 170, 194, 7, 46, "Text", Evaluatable->False], Cell[4909, 179, 98, 2, 39, "Input"], Cell[5010, 183, 461, 13, 96, "Text", Evaluatable->False], Cell[5474, 198, 267, 8, 71, "Text", Evaluatable->False], Cell[5744, 208, 114, 2, 68, "Input"], Cell[5861, 212, 149, 4, 46, "Text", Evaluatable->False], Cell[6013, 218, 109, 2, 68, "Input"], Cell[CellGroupData[{ Cell[6147, 224, 35, 0, 60, "Subsubsection"], Cell[6185, 226, 46, 0, 46, "Text"], Cell[6234, 228, 312, 5, 60, "DisplayFormula"] }, Open ]], Cell[CellGroupData[{ Cell[6583, 238, 35, 0, 60, "Subsubsection"], Cell[6621, 240, 205, 6, 51, "Text"], Cell[6829, 248, 278, 5, 56, "DisplayFormula"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[7156, 259, 96, 2, 62, "Section", Evaluatable->False], Cell[7255, 263, 47, 1, 39, "Input"], Cell[7305, 266, 711, 18, 151, "Text", Evaluatable->False], Cell[8019, 286, 88, 2, 47, "Input"], Cell[8110, 290, 431, 10, 96, "Text"], Cell[8544, 302, 102, 2, 47, "Input"], Cell[8649, 306, 406, 16, 71, "Text", Evaluatable->False], Cell[9058, 324, 83, 2, 47, "Input"], Cell[9144, 328, 99, 2, 47, "Input"], Cell[9246, 332, 97, 2, 47, "Input"], Cell[9346, 336, 83, 2, 47, "Input"], Cell[9432, 340, 97, 2, 47, "Input"], Cell[9532, 344, 267, 10, 46, "Text", Evaluatable->False], Cell[9802, 356, 75, 2, 47, "Input"], Cell[9880, 360, 93, 2, 47, "Input"], Cell[9976, 364, 82, 2, 39, "Input"], Cell[10061, 368, 94, 2, 42, "Input"], Cell[10158, 372, 221, 8, 46, "Text", Evaluatable->False], Cell[10382, 382, 78, 2, 39, "Input"], Cell[10463, 386, 94, 2, 42, "Input"], Cell[10560, 390, 421, 15, 73, "Text", Evaluatable->False], Cell[10984, 407, 403, 14, 74, "Text", Evaluatable->False], Cell[11390, 423, 89, 2, 42, "Input"], Cell[11482, 427, 96, 2, 42, "Input"], Cell[11581, 431, 101, 2, 42, "Input"], Cell[CellGroupData[{ Cell[11707, 437, 35, 0, 61, "Subsubsection"], Cell[11745, 439, 119, 5, 47, "Text"], Cell[11867, 446, 549, 11, 158, "DisplayFormula"] }, Open ]], Cell[CellGroupData[{ Cell[12453, 462, 35, 0, 60, "Subsubsection"], Cell[12491, 464, 67, 0, 46, "Text"], Cell[12561, 466, 126, 3, 34, "DisplayFormula"] }, Open ]], Cell[CellGroupData[{ Cell[12724, 474, 35, 0, 60, "Subsubsection"], Cell[12762, 476, 119, 5, 46, "Text"], Cell[12884, 483, 108, 2, 38, "DisplayFormula"], Cell[12995, 487, 783, 31, 96, "Text"] }, Open ]], Cell[CellGroupData[{ Cell[13815, 523, 35, 0, 60, "Subsubsection"], Cell[13853, 525, 136, 4, 46, "Text"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[14038, 535, 86, 2, 62, "Section", Evaluatable->False], Cell[CellGroupData[{ Cell[14149, 541, 35, 0, 60, "Subsubsection"], Cell[14187, 543, 80, 1, 63, "Input"], Cell[14270, 546, 116, 2, 67, "Input"], Cell[14389, 550, 102, 2, 67, "Input"] }, Closed]], Cell[CellGroupData[{ Cell[14528, 557, 35, 0, 37, "Subsubsection"], Cell[14566, 559, 130, 2, 64, "Input"] }, Closed]], Cell[CellGroupData[{ Cell[14733, 566, 35, 0, 37, "Subsubsection"], Cell[14771, 568, 62, 1, 42, "Input"], Cell[14836, 571, 63, 1, 65, "Input"], Cell[14902, 574, 46, 1, 42, "Input"], Cell[14951, 577, 55, 1, 42, "Input"], Cell[15009, 580, 55, 1, 42, "Input"] }, Closed]], Cell[CellGroupData[{ Cell[15101, 586, 35, 0, 37, "Subsubsection"], Cell[15139, 588, 387, 11, 96, "Text", Evaluatable->False], Cell[15529, 601, 238, 9, 46, "Text", Evaluatable->False], Cell[15770, 612, 141, 4, 39, "Input"], Cell[15914, 618, 86, 2, 39, "Input"], Cell[16003, 622, 235, 9, 46, "Text", Evaluatable->False], Cell[16241, 633, 111, 2, 39, "Input"], Cell[16355, 637, 52, 0, 46, "Text"], Cell[16410, 639, 41, 1, 39, "Input"], Cell[16454, 642, 68, 0, 46, "Text"], Cell[16525, 644, 85, 1, 39, "Input"], Cell[16613, 647, 41, 1, 39, "Input"], Cell[16657, 650, 168, 4, 46, "Text", Evaluatable->False], Cell[16828, 656, 82, 2, 39, "Input"], Cell[16913, 660, 37, 1, 39, "Input"], Cell[16953, 663, 203, 7, 46, "Text", Evaluatable->False], Cell[17159, 672, 92, 2, 39, "Input"], Cell[17254, 676, 37, 1, 39, "Input"], Cell[17294, 679, 281, 7, 96, "Text"], Cell[17578, 688, 74, 2, 39, "Input"] }, Closed]], Cell[CellGroupData[{ Cell[17689, 695, 35, 0, 37, "Subsubsection"], Cell[17727, 697, 189, 8, 46, "Text"], Cell[17919, 707, 81, 1, 69, "Input"], Cell[18003, 710, 218, 8, 46, "Text"], Cell[18224, 720, 108, 2, 62, "Input"], Cell[18335, 724, 146, 5, 46, "Text"], Cell[18484, 731, 77, 1, 47, "Input"], Cell[18564, 734, 168, 5, 46, "Text"], Cell[18735, 741, 57, 1, 39, "Input"], Cell[18795, 744, 144, 5, 46, "Text"], Cell[18942, 751, 69, 1, 39, "Input"], Cell[19014, 754, 193, 8, 46, "Text"], Cell[19210, 764, 58, 1, 39, "Input"], Cell[19271, 767, 278, 8, 71, "Text"], Cell[19552, 777, 44, 1, 39, "Input"], Cell[19599, 780, 128, 4, 46, "Text"], Cell[19730, 786, 73, 1, 47, "Input"], Cell[19806, 789, 268, 9, 71, "Text"], Cell[20077, 800, 42, 1, 39, "Input"] }, Closed]], Cell[CellGroupData[{ Cell[20156, 806, 35, 0, 37, "Subsubsection"], Cell[20194, 808, 313, 8, 96, "Text"], Cell[20510, 818, 125, 2, 124, "Input"], Cell[20638, 822, 50, 0, 46, "Text"], Cell[20691, 824, 60, 1, 39, "Input"], Cell[20754, 827, 108, 3, 46, "Text"], Cell[20865, 832, 37, 1, 39, "Input"], Cell[20905, 835, 45, 0, 46, "Text"], Cell[20953, 837, 60, 1, 68, "Input"], Cell[21016, 840, 33, 0, 46, "Text"], Cell[21052, 842, 34, 1, 39, "Input"], Cell[21089, 845, 48, 1, 39, "Input"] }, Closed]] }, Closed]] }, Open ]] } ] *) (******************************************************************* End of Mathematica Notebook file. *******************************************************************)