(*********************************************************************** 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[ 7660, 329]*) (*NotebookOutlinePosition[ 8296, 352]*) (* CellTagsIndexPosition[ 8252, 348]*) (*WindowFrame->Normal*) Notebook[{ Cell[CellGroupData[{ Cell["\<\ Examples for Section 7.5 Integration in Mathematica\ \>", "Subsection"], Cell["\<\ Selecting Palettes/Basic Input from the File menu brings up a \ window of buttons you can press to enter symbols, exponents, fractions, \ square roots, etc. After filling in the boxes, you press the enter key (or \ shift-return) to evaluate the expression. For an indefinte integral use:\ \>", "Text"], Cell[BoxData[ \(\[Integral]\[Placeholder] \[DifferentialD]\[Placeholder]\)], "Input"], Cell["and for a definite integral use:", "Text"], Cell[BoxData[ \(\[Integral]\_\[Placeholder]\%\[Placeholder] \[Placeholder] \[DifferentialD]\[Placeholder]\)], "Input"], Cell[TextData[{ "Any symbolic expression in ", StyleBox["Mathematica", FontSlant->"Italic"], " can also be entered using a function name. For an indefinite integral the \ syntax is:" }], "Text"], Cell[BoxData[ \(Integrate[\ f[x], \ x]\)], "Input"], Cell[TextData[{ "For a definite integral from ", StyleBox["a", "Input"], " to ", StyleBox["b", "Input"], " it is:" }], "Text"], Cell[BoxData[ \(Integrate[\ f[x], \ {x, a, b}\ ]\)], "Input"], Cell["p. 591", "Subsubsection"], Cell[CellGroupData[{ Cell["7.", "Subsubsection"], Cell[CellGroupData[{ Cell[BoxData[ \(\[Integral]\(\@\(9 - 4 x\)\/x\^2\) \[DifferentialD]x\)], "Input"], Cell[BoxData[ \(\(-\(\@\(9 - 4\ x\)\/x\)\) + 4\/3\ ArcTanh[1\/3\ \@\(9 - 4\ x\)]\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\[Integral]\_1\%2\(\@\( 9 - 4 x\)\/x\^2\) \[DifferentialD]x\)], "Input"], Cell[BoxData[ \(\(-\(1\/2\)\) + \@5 + 4\/3\ ArcTanh[1\/3] - 4\/3\ ArcTanh[\@5\/3]\)], "Output"] }, Open ]], Cell["These could also be entered as follows:", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(Integrate[\ Sqrt[9\ - \ 4 x]/x^2, \ x]\)], "Input"], Cell[BoxData[ \(\(-\(\@\(9 - 4\ x\)\/x\)\) + 4\/3\ ArcTanh[1\/3\ \@\(9 - 4\ x\)]\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(Integrate[\ Sqrt[9\ - \ 4 x]/x^2, \ {x, 1, 2}]\)], "Input"], Cell[BoxData[ \(\(-\(1\/2\)\) + \@5 + 4\/3\ ArcTanh[1\/3] - 4\/3\ ArcTanh[\@5\/3]\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(N[%]\)], "Input"], Cell[BoxData[ \(0.914934564380810755`\)], "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["19.", "Subsubsection"], Cell[CellGroupData[{ Cell[BoxData[ \(\[Integral]\[DifferentialD]\[Theta]\/\(5 + 4 Sin[2 \[Theta]]\)\)], "Input"], Cell[BoxData[ \(\(-\(1\/6\)\)\ ArcTan[\(2\ Cos[\[Theta]] + Sin[\[Theta]]\)\/\(Cos[\[Theta]] + 2\ Sin[\[Theta]]\)] + 1\/6\ ArcTan[ \(Cos[\[Theta]] + 2\ Sin[\[Theta]]\)\/\(2\ Cos[\[Theta]] + Sin[\[Theta]]\)]\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\[Integral]\_0 \%\(2 \[Pi]\)\[DifferentialD]\[Theta]\/\(5 + 4 Sin[2 \[Theta]]\)\)], "Input"], Cell[BoxData[ \(\(2\ \[Pi]\)\/3\)], "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["21.", "Subsubsection"], Cell[CellGroupData[{ Cell[BoxData[ \(\[Integral]\(E\^\(2 t\)\) Cos[3 t] \[DifferentialD]t\)], "Input"], Cell[BoxData[ \(1\/13\ E\^\(2\ t\)\ \((2\ Cos[3\ t] + 3\ Sin[3\ t])\)\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\[Integral]\_0\%\(2 \[Pi]\)\(E\^\(2 t\)\) Cos[3 t] \[DifferentialD]t\)], "Input"], Cell[BoxData[ \(\(-\(2\/13\)\) + \(2\ E\^\(4\ \[Pi]\)\)\/13\)], "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["31.", "Subsubsection"], Cell[CellGroupData[{ Cell[BoxData[ \(\[Integral]\(x\^2\) ArcTan[x] \[DifferentialD]x\)], "Input"], Cell[BoxData[ \(\(-\(x\^2\/6\)\) + 1\/3\ x\^3\ ArcTan[x] + 1\/6\ Log[1 + x\^2]\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\[Integral]\_\(-1\)\%2\( x\^2\) ArcTan[x] \[DifferentialD]x\ // Simplify\)], "Input"], Cell[BoxData[ \(1\/12\ \((\(-6\) - \[Pi] + 32\ ArcTan[2] + Log[25\/4])\)\)], "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["33.", "Subsubsection"], Cell[CellGroupData[{ Cell[BoxData[ \(\[Integral]Sin[3 x] Cos[2 x] \[DifferentialD]x\)], "Input"], Cell[BoxData[ \(1\/10\ \((\(-5\)\ Cos[x] - Cos[5\ x])\)\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\[Integral]\_0\%\[Pi] Sin[3 x] Cos[2 x] \[DifferentialD]x\)], "Input"], Cell[BoxData[ \(6\/5\)], "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["52.", "Subsubsection"], Cell[CellGroupData[{ Cell[BoxData[ \(\[Integral]ArcTan[\@y] \[DifferentialD]y\)], "Input"], Cell[BoxData[ \(\(-\@y\) + ArcTan[\@y] + y\ ArcTan[\@y]\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\[Integral]\_0\%100 ArcTan[\@y] \[DifferentialD]y\)], "Input"], Cell[BoxData[ \(\(-10\) + 101\ ArcTan[10]\)], "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["53.", "Subsubsection"], Cell[CellGroupData[{ Cell[BoxData[ \(\[Integral]\(Sin[2 x]\^5\) \[DifferentialD]x\)], "Input"], Cell[BoxData[ \(1\/480\ \((\(-150\)\ Cos[2\ x] + 25\ Cos[6\ x] - 3\ Cos[10\ x])\)\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\[Integral]\_0\%\(\[Pi]/2\)\(Sin[2 x]\^5\) \[DifferentialD]x\)], "Input"], Cell[BoxData[ \(8\/15\)], "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["79.", "Subsubsection"], Cell[CellGroupData[{ Cell[BoxData[ \(\[Integral]x\ \(\[Pi]\^x\) \[DifferentialD]x\)], "Input"], Cell[BoxData[ \(\[Pi]\^x\ \((\(-\(1\/Log[\[Pi]]\^2\)\) + x\/Log[\[Pi]])\)\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\[Integral]\_0\%4 x\ \(\[Pi]\^x\) \[DifferentialD]x\)], "Input"], Cell[BoxData[ \(1\/Log[\[Pi]]\^2 + \(\[Pi]\^4\ \((\(-1\) + 4\ Log[\[Pi]])\)\)\/Log[\[Pi]]\^2\)], "Output"] }, Open ]] }, Open ]] }, Open ]] }, FrontEndVersion->"X 3.0", ScreenRectangle->{{0, 1024}, {0, 768}}, WindowSize->{520, 600}, WindowMargins->{{Automatic, 221}, {37, Automatic}} ] (*********************************************************************** 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[1731, 51, 81, 3, 62, "Subsection"], Cell[1815, 56, 314, 6, 68, "Text"], Cell[2132, 64, 89, 1, 40, "Input"], Cell[2224, 67, 48, 0, 32, "Text"], Cell[2275, 69, 131, 2, 42, "Input"], Cell[2409, 73, 204, 6, 50, "Text"], Cell[2616, 81, 55, 1, 27, "Input"], Cell[2674, 84, 136, 6, 32, "Text"], Cell[2813, 92, 65, 1, 27, "Input"], Cell[2881, 95, 31, 0, 42, "Subsubsection"], Cell[CellGroupData[{ Cell[2937, 99, 27, 0, 42, "Subsubsection"], Cell[CellGroupData[{ Cell[2989, 103, 86, 1, 48, "Input"], Cell[3078, 106, 101, 2, 48, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[3216, 113, 93, 1, 49, "Input"], Cell[3312, 116, 102, 2, 48, "Output"] }, Open ]], Cell[3429, 121, 55, 0, 32, "Text"], Cell[CellGroupData[{ Cell[3509, 125, 73, 1, 27, "Input"], Cell[3585, 128, 101, 2, 48, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[3723, 135, 81, 1, 27, "Input"], Cell[3807, 138, 102, 2, 48, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[3946, 145, 37, 1, 27, "Input"], Cell[3986, 148, 55, 1, 27, "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[4090, 155, 28, 0, 42, "Subsubsection"], Cell[CellGroupData[{ Cell[4143, 159, 100, 2, 44, "Input"], Cell[4246, 163, 279, 6, 45, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[4562, 174, 134, 3, 44, "Input"], Cell[4699, 179, 49, 1, 43, "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[4797, 186, 28, 0, 42, "Subsubsection"], Cell[CellGroupData[{ Cell[4850, 190, 87, 1, 40, "Input"], Cell[4940, 193, 87, 1, 43, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[5064, 199, 113, 2, 43, "Input"], Cell[5180, 203, 77, 1, 45, "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[5306, 210, 28, 0, 42, "Subsubsection"], Cell[CellGroupData[{ Cell[5359, 214, 80, 1, 40, "Input"], Cell[5442, 217, 99, 2, 45, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[5578, 224, 113, 2, 43, "Input"], Cell[5694, 228, 90, 1, 43, "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[5833, 235, 28, 0, 42, "Subsubsection"], Cell[CellGroupData[{ Cell[5886, 239, 81, 1, 40, "Input"], Cell[5970, 242, 73, 1, 43, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[6080, 248, 92, 1, 42, "Input"], Cell[6175, 251, 38, 1, 43, "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[6262, 258, 28, 0, 42, "Subsubsection"], Cell[CellGroupData[{ Cell[6315, 262, 73, 1, 40, "Input"], Cell[6391, 265, 73, 1, 33, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[6501, 271, 82, 1, 43, "Input"], Cell[6586, 274, 59, 1, 27, "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[6694, 281, 28, 0, 42, "Subsubsection"], Cell[CellGroupData[{ Cell[6747, 285, 78, 1, 40, "Input"], Cell[6828, 288, 102, 2, 43, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[6967, 295, 97, 2, 43, "Input"], Cell[7067, 299, 39, 1, 43, "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[7155, 306, 28, 0, 42, "Subsubsection"], Cell[CellGroupData[{ Cell[7208, 310, 77, 1, 40, "Input"], Cell[7288, 313, 91, 1, 47, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[7416, 319, 84, 1, 43, "Input"], Cell[7503, 322, 117, 2, 48, "Output"] }, Open ]] }, Open ]] }, Open ]] } ] *) (*********************************************************************** End of Mathematica Notebook file. ***********************************************************************)