(*********************************************************************** 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[ 100422, 3613]*) (*NotebookOutlinePosition[ 101112, 3638]*) (* CellTagsIndexPosition[ 101068, 3634]*) (*WindowFrame->Normal*) Notebook[{ Cell[CellGroupData[{ Cell["Sinusoidal Functions", "Title", FontColor->RGBColor[1, 1, 0], Background->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell["Read Me! (how to use this program)", "Section", FontColor->RGBColor[1, 1, 0], Background->RGBColor[0, 0, 1]], Cell[TextData[{ "This notebook is written using ", StyleBox["Mathematica", FontSlant->"Italic"], ", a highly sophisticated mathematical software program capable of doing \ intricate mathematics", ". ", "You will need to know only a few ", StyleBox["very basic", FontVariations->{"Underline"->True}], " things about ", StyleBox["Mathematica", FontSlant->"Italic"], " to be able to use this notebook; the programming has been done for you." }], "Text"], Cell[TextData[{ "\t1. ", StyleBox["Opening a section of the notebook", FontWeight->"Bold"], ": Scroll down the screen using the mouse on the scrollbar at the right of \ this screen until you see what appears to be a table of contents. Directly \ to the right of each topic is a short blue bracket sign. Some brackets have \ a small arrow or triangle at the bottom. This arrow indicates that there is \ hidden text which can be viewed by clicking with the mouse on the bracket \ containing the arrow. Try this on one of the arrowed brackets below. When \ you click on the bracket, new text should appear. When you are finished, you \ can close that section of the notebook by double-clicking on the same (now \ longer) bracket. If you are unsure which one it is, scroll up to the \ beginning of the section; it is the one that ", StyleBox["begins", FontSlant->"Italic"], " there. Try closing the section you just opened." }], "Text"], Cell[TextData[{ StyleBox["\t", FontWeight->"Bold"], "2. ", StyleBox["Activating a program command", FontWeight->"Bold"], ": The ", StyleBox["Mathematica", FontSlant->"Italic"], " programming always appears in bold type on a yellow background. To \ activate a program, use the mouse to move the \"I\" shaped cursor inside the \ yellow box and click once so that the straight line \"|\" cursor appears \ anywhere inside the yellow box. Now depress the \"shift\" and \"return\" \ keys ", StyleBox["simultaneously", FontVariations->{"Underline"->True}], ". Try this with the following short program which generates a random \ number between 1 and 10. Remember to click on these two keys ", StyleBox["simultaneously", FontVariations->{"Underline"->True}], "." }], "Text"], Cell[BoxData[ \(Random[Integer, {1, 10}]\)], "Input", FontColor->GrayLevel[0.666667], Background->RGBColor[1, 1, 0]], Cell[TextData[{ "\t3. ", StyleBox["Changing a program:", FontWeight->"Bold"], " Generally, you should not change any type in the yellow blocks. However, \ a few of the ", StyleBox["Mathematica", FontSlant->"Italic"], " programs have been designed so that you can change parts of the program. \ The parts that you should change are displayed in ", StyleBox["blue", FontColor->RGBColor[0, 0, 1]], ". To change these parts, simply highlight the ", StyleBox["blue", FontColor->RGBColor[0, 0, 1]], " type by sweeping over it with the cursor, and type in your change. Read, \ and take seriously, any instruction saying ", StyleBox["*do not change anything below this line*", FontColor->RGBColor[1, 0, 0]], ". Changing something there could radically change the commands, causing ", StyleBox["Mathematica", FontSlant->"Italic"], " to 'beep' in an error protest--or give you an answer to a totally \ different question!\n\n\t4. ", StyleBox["Quitting the program", FontWeight->"Bold"], ": When you have finished working and want to quit, click in the small box \ at the upper lefthand corner of the window to close it. Then choose `quit' \ or `exit' from the File menu. ", StyleBox["Mathematica", FontSlant->"Italic"], " will ask you if you want to save your changes. Say NO! Otherwise you \ will have a different notebook from the one you downloaded, and any \ misinformation you might have entered into the notebook will persist. If for \ any reason, you need to start with a fresh notebook in its original form, you \ can always trash the one you've been working with and download a new one off \ the Web." }], "Text"] }, Open ]], Cell[CellGroupData[{ Cell["Introduction", "Section", FontColor->RGBColor[1, 1, 0], Background->RGBColor[0, 0, 1]], Cell[TextData[{ "\tRecall the graphs of ", StyleBox["Sine", FontWeight->"Bold"], " and ", StyleBox["Cosine", FontWeight->"Bold"], ". To make the graphs appear, click once in the yellow box and press shift \ and return simultaneously." }], "Text", FontSize->14], Cell[TextData[{ "Click here to make ", StyleBox["Sine", FontWeight->"Bold"], " appear:" }], "Text", FontSize->14], Cell[BoxData[ RowBox[{ RowBox[{"Plot", "[", RowBox[{ StyleBox[\(Sin[x]\), FontColor->RGBColor[0, 0, 1]], StyleBox[",", FontColor->RGBColor[0, 0, 1]], StyleBox[\({x, \(-2\)\ Pi, \ 2\ Pi}\), FontColor->RGBColor[0, 0, 1]], ",", \(Ticks -> {{\(-2\) Pi, \(-3\) Pi/2, \(-Pi\), \(-Pi\)/2, Pi/2, Pi, 3 Pi/2, 2 Pi}, {\(-1\), 1}}\), ",", \(PlotStyle -> {Thickness[ .008], Hue[ .01]}\)}], "]"}], ";"}]], "Input", FontColor->GrayLevel[0.666667], Background->RGBColor[1, 1, 0]], Cell[TextData[{ "Click here to make ", StyleBox["Cosine", FontWeight->"Bold"], " appear:" }], "Text", FontSize->14], Cell[BoxData[ RowBox[{ RowBox[{"Plot", "[", RowBox[{ StyleBox[\(Cos[x]\), FontColor->RGBColor[0, 0, 1]], StyleBox[",", FontColor->RGBColor[0, 0, 1]], StyleBox[\({x, \(-2\)\ Pi, \ 2\ Pi}\), FontColor->RGBColor[0, 0, 1]], ",", \(Ticks -> {{\(-2\) Pi, \(-3\) Pi/2, \(-Pi\), \(-Pi\)/2, Pi/2, Pi, 3 Pi/2, 2 Pi}, {\(-1\), 1}}\), ",", \(PlotStyle -> {Thickness[ .008], Hue[ .7]}\)}], "]"}], ";"}]], "Input", FontColor->GrayLevel[0.666667], Background->RGBColor[1, 1, 0]], Cell[TextData[{ "You can change ", StyleBox["2Pi", FontColor->RGBColor[0, 0, 1]], " to ", StyleBox["4Pi", FontColor->RGBColor[0, 0, 1]], " for example in the previous boxes to see more of the graphs." }], "Text", FontSize->14] }, Closed]], Cell[CellGroupData[{ Cell["Amplitude", "Section", FontColor->RGBColor[1, 1, 0], Background->RGBColor[0, 0, 1]], Cell[TextData[{ "\t", StyleBox["What is the amplitude of the function with the following graph?", FontSize->14] }], "Text", TextAlignment->Left, FontSize->14], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.0757881 0.309012 0.0981022 [ [.04527 .29651 -6 -9 ] [.04527 .29651 6 0 ] [.19685 .29651 -6 -9 ] [.19685 .29651 6 0 ] [.34842 .29651 -6 -9 ] [.34842 .29651 6 0 ] [.65158 .29651 -3 -9 ] [.65158 .29651 3 0 ] [.80315 .29651 -3 -9 ] [.80315 .29651 3 0 ] [.95473 .29651 -3 -9 ] [.95473 .29651 3 0 ] [.4875 .01471 -12 -4.5 ] [.4875 .01471 0 4.5 ] [.4875 .11281 -12 -4.5 ] [.4875 .11281 0 4.5 ] [.4875 .21091 -12 -4.5 ] [.4875 .21091 0 4.5 ] [.4875 .40711 -6 -4.5 ] [.4875 .40711 0 4.5 ] [.4875 .50522 -6 -4.5 ] [.4875 .50522 0 4.5 ] [.4875 .60332 -6 -4.5 ] [.4875 .60332 0 4.5 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid .04527 .30901 m .04527 .31526 L s [(-6)] .04527 .29651 0 1 Mshowa .19685 .30901 m .19685 .31526 L s [(-4)] .19685 .29651 0 1 Mshowa .34842 .30901 m .34842 .31526 L s [(-2)] .34842 .29651 0 1 Mshowa .65158 .30901 m .65158 .31526 L s [(2)] .65158 .29651 0 1 Mshowa .80315 .30901 m .80315 .31526 L s [(4)] .80315 .29651 0 1 Mshowa .95473 .30901 m .95473 .31526 L s [(6)] .95473 .29651 0 1 Mshowa .125 Mabswid .08317 .30901 m .08317 .31276 L s .12106 .30901 m .12106 .31276 L s .15895 .30901 m .15895 .31276 L s .23474 .30901 m .23474 .31276 L s .27264 .30901 m .27264 .31276 L s .31053 .30901 m .31053 .31276 L s .38632 .30901 m .38632 .31276 L s .42421 .30901 m .42421 .31276 L s .46211 .30901 m .46211 .31276 L s .53789 .30901 m .53789 .31276 L s .57579 .30901 m .57579 .31276 L s .61368 .30901 m .61368 .31276 L s .68947 .30901 m .68947 .31276 L s .72736 .30901 m .72736 .31276 L s .76526 .30901 m .76526 .31276 L s .84105 .30901 m .84105 .31276 L s .87894 .30901 m .87894 .31276 L s .91683 .30901 m .91683 .31276 L s .00738 .30901 m .00738 .31276 L s .99262 .30901 m .99262 .31276 L s .25 Mabswid 0 .30901 m 1 .30901 L s .5 .01471 m .50625 .01471 L s [(-3)] .4875 .01471 1 0 Mshowa .5 .11281 m .50625 .11281 L s [(-2)] .4875 .11281 1 0 Mshowa .5 .21091 m .50625 .21091 L s [(-1)] .4875 .21091 1 0 Mshowa .5 .40711 m .50625 .40711 L s [(1)] .4875 .40711 1 0 Mshowa .5 .50522 m .50625 .50522 L s [(2)] .4875 .50522 1 0 Mshowa .5 .60332 m .50625 .60332 L s [(3)] .4875 .60332 1 0 Mshowa .125 Mabswid .5 .03433 m .50375 .03433 L s .5 .05395 m .50375 .05395 L s .5 .07357 m .50375 .07357 L s .5 .09319 m .50375 .09319 L s .5 .13243 m .50375 .13243 L s .5 .15205 m .50375 .15205 L s .5 .17167 m .50375 .17167 L s .5 .19129 m .50375 .19129 L s .5 .23053 m .50375 .23053 L s .5 .25015 m .50375 .25015 L s .5 .26977 m .50375 .26977 L s .5 .28939 m .50375 .28939 L s .5 .32863 m .50375 .32863 L s .5 .34825 m .50375 .34825 L s .5 .36787 m .50375 .36787 L s .5 .38749 m .50375 .38749 L s .5 .42674 m .50375 .42674 L s .5 .44636 m .50375 .44636 L s .5 .46598 m .50375 .46598 L s .5 .4856 m .50375 .4856 L s .5 .52484 m .50375 .52484 L s .5 .54446 m .50375 .54446 L s .5 .56408 m .50375 .56408 L s .5 .5837 m .50375 .5837 L s .25 Mabswid .5 0 m .5 .61803 L s 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .5 Mabswid .02381 .30901 m .06244 .45263 L .08255 .51497 L .0932 .54236 L .10458 .56657 L .11009 .57624 L .11531 .58409 L .12038 .59047 L .12507 .59525 L .12951 .59877 L .13178 .60018 L .13422 .60141 L .13549 .60193 L .13666 .60234 L .13784 .60268 L .13895 .60293 L .14022 .60314 L .1409 .60322 L .14161 .60328 L .1423 .60331 L .14295 .60332 L .14415 .60328 L .14531 .60316 L .14656 .60297 L .14773 .60271 L .14881 .60241 L .15143 .60144 L .15392 .60019 L .15886 .59679 L .16423 .59169 L .17382 .57909 L .1827 .56357 L .20137 .51988 L .22197 .45702 L .26217 .30797 L .30086 .16431 L .32051 .10345 L .3309 .07659 L .342 .05273 L .35275 .03484 L .35784 .02829 L .36253 .02336 L .36724 .01951 L .36972 .01793 L .37235 .0166 L .37463 .01573 L .37573 .01541 L .37677 .01515 L .37799 .01493 L .37911 .01479 L Mistroke .38031 .01472 L .38162 .01472 L .38227 .01475 L .38296 .01481 L .38419 .01497 L .38551 .01524 L .38695 .01563 L .38955 .0166 L .39197 .01781 L .39649 .02087 L .40134 .02529 L .40698 .03189 L .41232 .03955 L .42232 .05747 L .44227 .10589 L .4607 .16316 L .50002 .3091 L .53782 .44987 L .55884 .51523 L .56803 .53913 L .57808 .56136 L .58722 .57774 L .59696 .59091 L .60236 .59621 L .60726 .59976 L .60962 .60104 L .61086 .6016 L .61218 .60211 L .61333 .60248 L .61459 .60281 L .61574 .60304 L .61682 .60319 L .61808 .60329 L .61871 .60332 L .61941 .60332 L .62065 .60325 L .62181 .60312 L .62248 .60302 L .62318 .60288 L .62443 .60258 L .62578 .60216 L .62725 .6016 L .62973 .6004 L .63238 .59878 L .63715 .59497 L .64214 .58976 L .64686 .58372 L .6557 .56958 L .67568 .52489 L .69413 .47033 L Mistroke .7335 .32685 L .77136 .18396 L .79241 .11569 L .81166 .06613 L .82118 .04723 L .8262 .03889 L .83155 .03132 L .8367 .02535 L .84136 .02107 L .84361 .01939 L .84604 .01786 L .84835 .01668 L .85045 .01585 L .85159 .01549 L .85283 .01518 L .85414 .01494 L .85538 .01479 L .85653 .01472 L .85776 .01472 L .85881 .01478 L .85997 .01491 L .86063 .01502 L .86132 .01515 L .86256 .01546 L .86535 .01643 L .86777 .01759 L .87041 .0192 L .87569 .02347 L .88133 .02956 L .89148 .04439 L .90173 .06419 L .91284 .09067 L .933 .15021 L .97393 .30025 L .97619 .30901 L Mfstroke % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{326, 201.375}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgI06JI09VI0IIIVJIIYVII/bI I_nIIP3IVFJIVIVIVLbIVOnIV@3Ic6JIc9VIcIofJIoiVIolbIoonIo`33Pl?3a0@414A4A8B4Q7Q0:7Q001ih@D06n40103Qh@05h@<0Kn4502gQ 001gh@<01>4201cQ00<0hN400n400`3Qh@1/h@<01N4202_Q001fh@030>7Q00OQ00<0hN404>4400?Q 0P06h@030>7Q06_Q0P09h@030>7Q02SQ001eh@030>7Q00WQ0P0Ih@030>7Q00?Q00<0hN40J^400`3Q h@0:h@030>7Q02OQ001dh@030>7Q00cQ00<0hN404n40103Qh@05h@030>7Q06WQ00<0hN403>400`3Q h@0Vh@00Ln400`3Qh@0>h@030>7Q01?Q0P06h@030>7Q06SQ00<0hN403^400`3Qh@0Uh@00L^400`3Q h@0@h@030>7Q01[Q0P1Yh@030>7Q00oQ00<0hN409>4007;Q00<0hN404>400`3Qh@0Jh@030>7Q06OQ 00<0hN404>400`3Qh@0Th@00LN400`3Qh@0Bh@030>7Q01WQ00<0hN40In400`3Qh@0Ah@030>7Q02?Q 001ah@030>7Q01;Q00<0hN406N400`3Qh@1Vh@030>7Q01;Q00<0hN408n40073Q00<0hN405>400`3Q h@0Hh@030>7Q06GQ00<0hN405>400`3Qh@0Rh@00L>400`3Qh@0Dh@030>7Q01SQ00<0hN40IN400`3Q h@0Dh@030>7Q02;Q001_h@030>7Q01KQ00<0hN405n400`3Qh@1Th@030>7Q01KQ00<0hN408N4006oQ 00<0hN405^400`3Qh@0Gh@80IN400`3Qh@0Fh@030>7Q027Q001^h@030>7Q01SQ00<0hN405^400`3Q h@1Sh@030>7Q01SQ00<0hN408>4006kQ00<0hN406>400`3Qh@0Fh@030>7Q06?Q00<0hN406>400`3Q h@0Ph@00KN400`3Qh@0Jh@030>7Q01GQ00<0hN40H^400`3Qh@0Jh@030>7Q01oQ001]h@030>7Q01[Q 00<0hN405N400`3Qh@1Rh@030>7Q01[Q00<0hN407n4006cQ00<0hN407>400`3Qh@0Dh@030>7Q06;Q 00<0hN406n400`3Qh@0Nh@00K>400`3Qh@0Lh@030>7Q01CQ0P1Rh@030>7Q01cQ00<0hN407^4006_Q 00<0hN407N400`3Qh@0Dh@030>7Q067Q00<0hN407N400`3Qh@0Mh@00Jn400`3Qh@0Nh@030>7Q01?Q 00<0hN40HN400`3Qh@0Mh@030>7Q01gQ001Zh@030>7Q01oQ00<0hN404n400`3Qh@1Ph@030>7Q01oQ 00<0hN407>4006[Q00<0hN408>400`3Qh@0Bh@030>7Q063Q00<0hN407n400`3Qh@0Lh@00J^400`3Q h@0Ph@030>7Q01;Q00<0hN40Gn400`3Qh@0Qh@030>7Q01_Q001Yh@030>7Q027Q00<0hN404^42063Q 00<0hN408N400`3Qh@0Kh@00JN400`3Qh@0Rh@030>7Q017Q00<0hN40Gn400`3Qh@0Qh@030>7Q01_Q 001Yh@030>7Q02;Q00<0hN404N400`3Qh@1Nh@030>7Q02?Q00<0hN406^4006SQ00<0hN409>400`3Q h@0@h@030>7Q05kQ00<0hN408n400`3Qh@0Jh@00J>400`3Qh@0Th@030>7Q013Q00<0hN40G^400`3Q h@0Sh@030>7Q01[Q001Xh@030>7Q02CQ00<0hN401n4400GQ00<0hN40GN400`3Qh@0Uh@030>7Q01WQ 001Wh@030>7Q02KQ00<0hN401^400`3Qh@06h@030>7Q05gQ00<0hN409N400`3Qh@0Ih@00In400`3Q h@0Vh@030>7Q00OQ00<0hN401N4305cQ00<0hN409^400`3Qh@0Ih@00In400`3Qh@0Vh@030>7Q00@0 1>400`3Qh@04h@030>7Q05cQ00<0hN409n400`3Qh@0Hh@00I^400`3Qh@0Xh@030>7Q00SQ00<0hN40 0n400`3Qh@1Lh@030>7Q02OQ00<0hN406>4006KQ00<0hN40:>400`3Qh@05h@040>7Q00GQ00<0hN40 Fn400`3Qh@0Xh@030>7Q01SQ001Uh@030>7Q02WQ00<0hN401^4200KQ00<0hN40Fn400`3Qh@0Xh@03 0>7Q01SQ001Uh@030>7Q02[Q00<0hN403N400`3Qh@1Kh@030>7Q02WQ00<0hN405n4006GQ00<0hN40 :^400`3Qh@0=h@80Fn400`3Qh@0Zh@030>7Q01OQ001Th@030>7Q02_Q00<0hN403N400`3Qh@1Jh@03 0>7Q02[Q00<0hN405n4006CQ00<0hN40:n400`3Qh@0=h@030>7Q05[Q00<0hN40:n400`3Qh@0Fh@00 I>400`3Qh@0/h@030>7Q00cQ00<0hN40FN400`3Qh@0/h@030>7Q01KQ001Sh@030>7Q02gQ00<0hN40 3>400`3Qh@1Ih@030>7Q02cQ00<0hN405^4006?Q00<0hN40;N400`3Qh@07Q05WQ00<0hN40 ;N400`3Qh@0Eh@00H^400`3Qh@0_h@030>7Q00_Q0P1Jh@030>7Q02gQ00<0hN405N4006;Q00<0hN40 ;n400`3Qh@0;h@030>7Q05SQ00<0hN40;^400`3Qh@0Eh@00H^400`3Qh@0_h@030>7Q00_Q00<0hN40 F>400`3Qh@0_h@030>7Q01CQ001Qh@030>7Q037Q00<0hN402^400`3Qh@1Hh@030>7Q02oQ00<0hN40 5>40067Q00<0hN407Q05OQ00<0hN40<>400`3Qh@0Dh@00HN400`3Qh@0ah@03 0>7Q00[Q00<0hN40En400`3Qh@0`h@030>7Q01CQ001Ph@030>7Q03?Q00<0hN402N400`3Qh@1Gh@03 0>7Q037Q00<0hN404n40063Q00<0hN407Q01?Q001Ph@03 0>7Q03?Q00<0hN402N400`3Qh@1Fh@030>7Q03;Q00<0hN404n40063Q00<0hN407Q05KQ00<0hN407Q00SQ00<0hN40EN400`3Qh@0dh@03 0>7Q01;Q001Oh@030>7Q03GQ00<0hN402>400`3Qh@1Eh@030>7Q03CQ00<0hN404^4005oQ00<0hN40 =N400`3Qh@08h@030>7Q05GQ00<0hN40=>400`3Qh@0Bh@00Gn400`3Qh@0eh@030>7Q00SQ0P1Eh@03 0>7Q03KQ00<0hN404N4005kQ00<0hN40=n400`3Qh@07h@030>7Q05CQ00<0hN40=^400`3Qh@0Ah@00 G^400`3Qh@0gh@030>7Q00OQ00<0hN40E>400`3Qh@0fh@030>7Q017Q001Nh@030>7Q03OQ00<0hN40 1n400`3Qh@1Dh@030>7Q03OQ00<0hN404>4005kQ00<0hN40>>400`3Qh@06h@030>7Q05?Q00<0hN40 >>400`3Qh@0@h@00GN400`3Qh@0ih@@01N400`3Qh@1Ch@030>7Q03SQ00<0hN404>4005gQ00<0hN40 >N400`3Q0006h@030>7Q05?Q00<0hN40>N400`3Qh@0?h@00GN400`3Qh@0ih@030>4000KQ0`1Ch@03 0>7Q03WQ00<0hN403n4005gQ00<0hN407Q05;Q00<0hN40>^400`3Qh@0?h@00 G>400`3Qh@0kh@801^400`3Qh@1Bh@030>7Q03[Q00<0hN403n4005cQ00<0hN40>^4300KQ00<0hN40 D^400`3Qh@0kh@030>7Q00kQ001Lh@030>7Q03cQ00<0hN401>400`3Qh@1Bh@030>7Q03_Q00<0hN40 3^4005cQ00<0hN40?>400`3Qh@04h@030>7Q057Q00<0hN40?>400`3Qh@0>h@00Fn400`3Qh@0mh@03 0>7Q00CQ0P1Bh@030>7Q03gQ00<0hN403N4005_Q00<0hN40?N400`3Qh@04h@030>7Q057Q00<0hN40 ?N400`3Qh@0=h@00Fn400`3Qh@0nh@030>7Q00?Q00<0hN40DN400`3Qh@0mh@030>7Q00gQ001Kh@03 0>7Q03kQ00<0hN400n400`3Qh@1@h@030>7Q03kQ00<0hN403N4005[Q00<0hN40?n400`3Qh@03h@03 0>7Q053Q00<0hN40?n400`3Qh@07Q00?Q00<0hN40D>400`3Qh@0oh@03 0>7Q00cQ001Jh@030>7Q043Q00<0hN400^42057Q00<0hN40?n400`3Qh@07Q00;Q00<0hN40Cn400`3Qh@11h@030>7Q00_Q001Ih@030>7Q047Q00<0hN400^400`3Qh@1?h@03 0>7Q047Q00<0hN402n4005WQ00<0hN40@^401@3QhN40057Q00<0hN40@N400`3Qh@0;h@00FN400`3Q h@12h@050>7Qh@00D>400`3Qh@12h@030>7Q00_Q001Ih@030>7Q04;Q00D0hN7Q001@h@030>7Q04?Q 00<0hN402^4005SQ00<0hN40@n401@3QhN40053Q00<0hN40@n400`3Qh@0:h@00F>400`3Qh@14h@03 0>7Q0080Cn400`3Qh@13h@030>7Q00[Q001Hh@030>7Q04CQ00@0hN40Cn400`3Qh@15h@030>7Q00WQ 001Hh@030>7Q04CQ00@0hN40Cn400`3Qh@15h@030>7Q00WQ000Ah@80<>400`3Qh@0Ah@030>7Q01SQ 100Zh@030>4002kQ100Mh@030>7Q00oQ00<0hN40;N4200CQ00<0hN402N40013Q00@0hN40;n400`3Q h@0Ah@030>7Q01SQ00<0hN40:n400`3Q000^h@030>7Q01kQ00<0hN403n400`3Qh@0/h@040>7Q00CQ 00<0hN402>40013Q00@0hN40;>4501;Q00<0hN406N400`3Qh@0Zh@030>4002oQ00<0hN407>400`3Q h@0=h@D0;N40103Qh@04h@030>7Q00SQ000:h@@00^4302SQ10001N40hN4001?Q00<0hN404^4400CQ 00<0hN40:N40103Q000_h@030>7Q01_Q00<0hN403N40103Qh@0^h@<01N400`3Qh@08h@004>400`3Q h@0^h@030>4001;Q00<0hN407>400`3Qh@0Yh@807Q00kQ00<0h@00;^400`3Q h@05h@030>7Q00SQ000@h@030>7Q02oQ0P0Bh@030>7Q01WQ00@0hN40:n4202kQ00@0hN407>400`3Q h@0?h@80;^400`3Qh@06h@030>7Q00OQ000Ah@<0;n400`3Qh@0@h@030>7Q01[Q0P0/h@80;n4201cQ 00<0hN404N400`3Qh@0]h@<01N400`3Qh@07h@00E^400`3Qh@18h@80CN400`3Qh@19h@030>7Q00OQ 001Eh@030>7Q04[Q00<0hN40Bn400`3Qh@19h@030>7Q00OQ003o04H00N4000;Q00<0hN400n400`3Q h@04h@030>7Q00WQ00<0hN402N400`3Qh@09h@030>7Q00[Q00<0hN402N400`3Qh@06h@040>7Q00cQ 00<0hN402N400`3Qh@09h@030>7Q00WQ00<0hN402^400`3Qh@09h@030>7Q00WQ00<0hN402^400`3Q h@09h@030>7Q00WQ00<0hN402N400`3Qh@0:h@040>7Q00SQ00<0hN402N400`3Qh@0:h@030>7Q00WQ 00<0hN402N400`3Qh@09h@030>7Q00[Q00<0hN400N4000;Q00<0hN401>400`3Qh@03h@030>7Q00WQ 00<0hN402N400`3Qh@09h@030>7Q00[Q00<0hN402N400`3Qh@05h@050>7Qh@003>400`3Qh@09h@03 0>7Q00WQ00<0hN402N400`3Qh@0:h@030>7Q00WQ0P0:h@030>7Q00[Q00<0hN402N400`3Qh@09h@03 0>7Q00WQ00<0hN402^40103Qh@08h@030>7Q00WQ00<0hN402^400`3Qh@09h@030>7Q00WQ00<0hN40 2N400`3Qh@0:h@030>7Q007Q0009h@030>7Q04SQ00<0hN40Bn4204_Q00<0hN40E>4000WQ00<0hN40 B>400`3Qh@1;h@80Bn400`3Qh@1Dh@002N400`3Qh@18h@030>7Q04_Q0P1:h@030>7Q05GQ000:h@03 0>7Q04KQ00<0hN40C>400`3Q0019h@030>7Q05GQ000:h@030>7Q04KQ00<0hN40C>4304WQ00<0hN40 EN4000[Q00<0hN40A^400`3Qh@14004SQ00<0hN40E^4000[Q00<0hN40A^400`3Qh@14004SQ00<0hN40E^4000_Q00<0hN40A>400`3Qh@1=h@040>7Q04OQ00<0hN40E^4000_Q00<0hN40 A>400`3Qh@1=h@040>7Q04OQ00<0hN40E^4000_Q00<0hN40A>400`3Qh@1=h@040>7Q04KQ00<0hN40 En4000_Q00<0hN40@n400`3Qh@1>h@8000?Q0>40AN400`3Qh@1Gh@003>400`3Qh@12h@030>7Q04kQ 00D0hN7Q0015h@030>7Q05OQ0007Q04;Q00<0hN40C^401@3QhN4004GQ00<0hN40En4000cQ 00<0hN40@^400`3Qh@1>h@050>7Qh@00A>400`3Qh@1Hh@003>400`3Qh@11h@030>7Q04oQ00D0hN7Q 0014h@030>7Q05SQ000=h@030>7Q043Q00<0hN40Cn400`3Qh@02h@030>7Q047Q00<0hN40F>4000gQ 00<0hN40@>400`3Qh@1?h@800n400`3Qh@10h@030>7Q05WQ000=h@030>7Q043Q00<0hN40Cn400`3Q h@02h@030>7Q043Q00<0hN40FN4000gQ00<0hN40?n400`3Qh@1@h@030>7Q00;Q00<0hN40@>400`3Q h@1Ih@003^400`3Qh@0nh@030>7Q053Q00<0hN400n400`3Qh@0oh@030>7Q05WQ000>h@030>7Q03kQ 00<0hN40D>400`3Qh@03h@030>7Q03kQ00<0hN40F^4000kQ00<0hN40?^400`3Qh@1@h@030>7Q00?Q 00<0hN40?^400`3Qh@1Jh@003^400`3Qh@0mh@030>7Q057Q00<0hN401>400`3Qh@0mh@030>7Q05[Q 000?h@030>7Q03cQ00<0hN40DN4200GQ00<0hN40?>400`3Qh@1Kh@003n400`3Qh@0lh@030>7Q057Q 00<0hN401>400`3Qh@0lh@030>7Q05_Q000?h@030>7Q03_Q00<0hN40D^400`3Qh@04h@030>7Q03cQ 00<0hN40Fn4000oQ00<0hN40>n400`3Qh@1Bh@030>7Q00GQ00<0hN40>n400`3Qh@1Kh@004>400`3Q h@0jh@030>7Q05;Q00<0hN401N400`3Qh@0jh@030>7Q05cQ000@h@030>7Q03[Q00<0hN40BN4400GQ 00<0hN401N400`3Qh@0jh@030>7Q05cQ000@h@030>7Q03WQ00<0hN40C>400`3Qh@04h@<01N400`3Q h@0jh@030>7Q05cQ000@h@030>7Q03WQ00<0hN40C>400`3Qh@04h@030>7Q00KQ00<0hN40>N400`3Q h@1Lh@004N400`3Qh@0hh@030>7Q04cQ00<0hN401>400`3Qh@06h@030>7Q03SQ00<0hN40GN40017Q 00<0hN40>>400`3Qh@17Q00CQ00<0hN401^400`3Qh@0hh@030>7Q05gQ000Ah@030>7Q03OQ 00<0hN40Bn4300KQ00<0hN401^400`3Qh@0hh@030>7Q05gQ000Ah@030>7Q03OQ00<0hN40CN400`3Q h@04h@030>7Q00OQ00<0hN40=^400`3Qh@1Nh@004^400`3Qh@0fh@030>7Q05CQ0P08h@030>7Q03KQ 00<0hN40G^4001;Q00<0hN40=N400`3Qh@1Eh@030>7Q00OQ00<0hN40=^400`3Qh@1Nh@004^400`3Q h@0eh@030>7Q05GQ00<0hN401n400`3Qh@0fh@030>7Q05kQ000Bh@030>7Q03GQ00<0hN40EN400`3Q h@08h@030>7Q03CQ00<0hN40Gn4001?Q00<0hN40=>400`3Qh@1Eh@030>7Q00SQ00<0hN40=>400`3Q h@1Oh@004n400`3Qh@0ch@030>7Q05KQ00<0hN402>400`3Qh@0dh@030>7Q05oQ000Ch@030>7Q03?Q 00<0hN40E^400`3Qh@08h@030>7Q03?Q00<0hN40H>4001?Q00<0hN407Q063Q000Dh@030>7Q03;Q00<0hN40E^400`3Qh@09h@030>7Q03;Q00<0hN40H>4001CQ 00<0hN407Q00WQ00<0hN40<^400`3Qh@1Ph@005>400`3Qh@0ah@030>7Q05OQ 00<0hN402^400`3Qh@0`h@030>7Q067Q000Eh@030>7Q033Q00<0hN40En400`3Qh@0:h@030>7Q033Q 00<0hN40HN4001GQ00<0hN40;n400`3Qh@1Hh@030>7Q00[Q00<0hN40<>400`3Qh@1Qh@005N400`3Q h@0_h@030>7Q05SQ0P07Q02oQ00<0hN40HN4001KQ00<0hN40;^400`3Qh@1Hh@030>7Q00_Q 00<0hN40;^400`3Qh@1Rh@005^400`3Qh@0]h@030>7Q05WQ00<0hN402n400`3Qh@0^h@030>7Q06;Q 000Fh@030>7Q02gQ00<0hN40FN400`3Qh@07Q02gQ00<0hN40H^4001OQ00<0hN40;>400`3Q h@1Ih@030>7Q00cQ00<0hN40;>400`3Qh@1Sh@005n400`3Qh@0[h@030>7Q05[Q00<0hN403>400`3Q h@0/h@030>7Q06?Q000Gh@030>7Q02_Q00<0hN40F^400`3Qh@0=h@030>7Q02_Q00<0hN40Hn4001SQ 00<0hN40:^400`3Qh@1Jh@803^400`3Qh@0Zh@030>7Q06CQ000Hh@030>7Q02WQ00<0hN40Fn400`3Q h@0=h@030>7Q02[Q00<0hN40I>4001WQ00<0hN40:>400`3Qh@1Kh@030>7Q00kQ00<0hN40:N400`3Q h@1Th@006N400`3Qh@0Xh@030>7Q05_Q00<0hN403^400`3Qh@0Xh@030>7Q06GQ000Ih@030>7Q02OQ 00<0hN40G>400`3Qh@0>h@030>7Q02SQ00<0hN40IN4001[Q00<0hN409^400`3Qh@1Ch@@01N400`3Q h@0?h@030>7Q02KQ00<0hN40I^4001[Q00<0hN409^400`3Qh@1Ch@030>7Q00KQ0`0?h@030>7Q02KQ 00<0hN40I^4001[Q00<0hN409N400`3Qh@1Eh@030>7Q00GQ00<0hN403n400`3Qh@0Vh@030>7Q06KQ 000Kh@030>7Q02CQ00<0hN40E^400`3Qh@04h@030>7Q013Q00<0hN409>400`3Qh@1Wh@006n400`3Q h@0Th@030>7Q05OQ00<0hN400n400`3Qh@0@h@030>7Q02CQ00<0hN40In4001_Q00<0hN408n400`3Q h@1Eh@040>7Q00GQ00<0hN404>400`3Qh@0Th@030>7Q06OQ000Lh@030>7Q02;Q00<0hN40E^4200KQ 00<0hN404N400`3Qh@0Rh@030>7Q06SQ000Lh@030>7Q02;Q00<0hN40G^4201;Q00<0hN408^400`3Q h@1Xh@007>400`3Qh@0Qh@030>7Q05oQ00<0hN404N400`3Qh@0Rh@030>7Q06SQ000Mh@030>7Q023Q 00<0hN40Gn400`3Qh@0Bh@030>7Q023Q00<0hN40JN4001gQ00<0hN407n400`3Qh@1Ph@030>7Q01;Q 00<0hN408>400`3Qh@1Yh@007N400`3Qh@0Oh@030>7Q063Q00<0hN404n400`3Qh@0Nh@030>7Q06[Q 000Nh@030>7Q01gQ00<0hN40HN400`3Qh@0Ch@030>7Q01kQ00<0hN40J^4001kQ00<0hN407N400`3Q h@1Qh@030>7Q01?Q00<0hN407N400`3Qh@1[h@007^400`3Qh@0Mh@030>7Q067Q0P0Eh@030>7Q01cQ 00<0hN40Jn4001oQ00<0hN406n400`3Qh@1Rh@030>7Q01CQ00<0hN406n400`3Qh@1/h@007n400`3Q h@0Kh@030>7Q06;Q00<0hN405N400`3Qh@0Jh@030>7Q06cQ000Ph@030>7Q01WQ00<0hN40Hn400`3Q h@0Eh@030>7Q01WQ00<0hN40KN40023Q00<0hN406N400`3Qh@1Sh@030>7Q01KQ00<0hN406>400`3Q h@1]h@008N400`3Qh@0Gh@030>7Q06CQ00<0hN405^400`3Qh@0Gh@030>7Q06kQ000Qh@030>7Q01OQ 00<0hN40I>4201SQ00<0hN405^400`3Qh@1^h@008^400`3Qh@0Eh@030>7Q06GQ00<0hN405n400`3Q h@0Eh@030>7Q06oQ000Sh@030>7Q01CQ00<0hN40IN400`3Qh@0Hh@030>7Q01CQ00<0hN40Kn4002?Q 00<0hN404n400`3Qh@1Vh@030>7Q01SQ00<0hN405>400`3Qh@1_h@009>400`3Qh@0Bh@030>7Q06KQ 00<0hN406N400`3Qh@0Bh@030>7Q073Q000Th@030>7Q017Q00<0hN40In400`3Qh@0Jh@030>7Q017Q 00<0hN40L>4002GQ00<0hN403n400`3Qh@1Xh@806n400`3Qh@0@h@030>7Q077Q000Vh@030>7Q00kQ 00<0hN40J>400`3Qh@0Kh@030>7Q00kQ00<0hN40L^4002KQ00<0hN403N400`3Qh@1Yh@030>7Q01_Q 00<0hN403N400`3Qh@1ch@009n400`3Qh@0;h@030>7Q06[Q00<0hN407>400`3Qh@0;h@030>7Q07CQ 000Xh@030>7Q00WQ00<0hN40Jn400`3Qh@0Mh@802^400`3Qh@1eh@00:N4200SQ00<0hN40I>4200KQ 00<0hN407n400`3Qh@06h@030>7Q07KQ000[h@800n4306KQ00@0hN401N400`3Qh@0Ph@<00^4307WQ 000]h@@0Jn400`3Qh@03h@<08^4407_Q002Jh@801^400`3Qh@2Qh@00W>400`3Qh@03h@030>7Q0:7Q 002Ih@040>7Q00GQ00<0hN40XN4009[Q0P06h@030>7Q0:7Q0000\ \>"], ImageRangeCache->{{{0, 325}, {200.375, 0}} -> {-6.61337, -3.14993, 0.0406976, 0.0314407}}], Cell[TextData[StyleBox[ "Put the cursor anywhere in this yellow box and press shift-return to check \ your answer:", FontSize->14]], "Text", FontSize->14], Cell[BoxData[ \(Print["\"]\)], "Input", FontColor->RGBColor[1, 1, 0], Background->RGBColor[1, 1, 0]], Cell[TextData[{ StyleBox[ "Click in the yellow area and press shift-return to see the graphs of ", FontSize->14], StyleBox["f(x) = A sin(x)", FontSize->14, FontWeight->"Bold"], StyleBox[" for several different values of ", FontSize->14], StyleBox["A", FontSize->14, FontWeight->"Bold"], ". " }], "Text", FontSize->14], Cell[BoxData[ \(Do[Print["\", n, "\< sin(x)\>"]; Plot[n\ Sin[x], {x, \(-4\)\ Pi, 4\ Pi}, PlotRange -> {\(-5\), 5}, PlotStyle -> {Hue[n/10], Thickness[0.008]}, AspectRatio -> Automatic], {n, \(-5\), 5, 2}]\)], "Input", AnimationDisplayTime->3.03785, FontColor->GrayLevel[0.666667], Background->RGBColor[1, 1, 0]], Cell[TextData[{ StyleBox["What do you notice about the amplitudes of the graphs when ", FontSize->14], StyleBox["A ", FontSize->14, FontWeight->"Bold"], StyleBox[ "is a positive number? a negative number? How can we generalize these \ observations to a single statement about the amplitude of ", FontSize->14], StyleBox["f(x)", FontSize->14, FontWeight->"Bold"], " = ", StyleBox["A", FontSize->14, FontWeight->"Bold", FontColor->RGBColor[0, 0, 1]], StyleBox[" sin(x) ", FontSize->14, FontWeight->"Bold"], StyleBox[ "that holds true for both positive and negative numbers? \n\tNow see if the \ statement you just made holds true for ", FontSize->14], StyleBox["f(x)", FontSize->14, FontWeight->"Bold"], " = ", StyleBox["A", FontSize->14, FontWeight->"Bold", FontColor->RGBColor[0, 0, 1]], StyleBox[" cos(x). ", FontSize->14, FontWeight->"Bold"], StyleBox["You can replace ", FontSize->14], StyleBox["A ", FontSize->14, FontWeight->"Bold", FontColor->RGBColor[0, 0, 1]], StyleBox["by different numbers", FontSize->14], StyleBox[" ", FontSize->14, FontWeight->"Bold", FontColor->RGBColor[0, 0, 1]], StyleBox["in the following box and press shift-return to graph ", FontSize->14], StyleBox["f(x)", FontSize->14, FontWeight->"Bold"], StyleBox[" to check your answer. ", FontSize->14] }], "Text", FontSize->14], Cell[BoxData[ RowBox[{ RowBox[{"Plot", StyleBox["[", FontColor->GrayLevel[0]], RowBox[{ RowBox[{ StyleBox["A", FontColor->RGBColor[0, 0, 1]], " ", StyleBox[\(Cos[x]\), FontColor->GrayLevel[0.100008]]}], StyleBox[",", FontColor->GrayLevel[0]], StyleBox[\({x, \(-2\)\ Pi, \ 2\ Pi}\), FontColor->GrayLevel[0]], ",", \(PlotStyle -> {Thickness[ .008], Hue[ .7]}\)}], "]"}], ";"}]], "Input", FontColor->GrayLevel[0.666667], Background->RGBColor[1, 1, 0]], Cell[CellGroupData[{ Cell["Summary:", "Subsection"], Cell[TextData[{ StyleBox["For the functions f(x) = ", FontSize->14, FontWeight->"Bold"], StyleBox["A", FontSize->14, FontWeight->"Bold", FontColor->RGBColor[0, 0, 1]], StyleBox[" sin (x) or g(x) = ", FontSize->14, FontWeight->"Bold"], StyleBox["A", FontSize->14, FontWeight->"Bold", FontColor->RGBColor[0, 0, 1]], StyleBox[" cos (x) the ", FontSize->14, FontWeight->"Bold"], StyleBox["amplitude", FontWeight->"Bold"], StyleBox[" = ", FontSize->14, FontWeight->"Bold"], StyleBox["| A |.\n", FontSize->14, FontWeight->"Bold", FontColor->RGBColor[0, 0, 1]], StyleBox["We have the properties:", FontSize->14, FontWeight->"Bold"], StyleBox["\n ", FontSize->14, FontWeight->"Bold", FontColor->RGBColor[0, 0, 1]], StyleBox[ "-|A| \[LessEqual] A sin(x) \[LessEqual] |A| and -|A| \[LessEqual] A \ cos(x) \[LessEqual] |A|.", FontWeight->"Bold"] }], "Text", CellFrame->True, FontSize->14, Background->GrayLevel[0.849989]], Cell["\<\ To get an even better intuitive understanding of the amplitude, \ animate the following collection of graphs by first shift-returning the \ yellow box and then double-click on the first graph (you can change the speed \ of animation using the buttons at the lower left hand corner of the \ screen).\ \>", "Text", FontSize->14], Cell[BoxData[ \(Do[Print["\", n, "\< cos(x)\>"]; Plot[n\ Cos[x], {x, \(-4\)\ Pi, 4\ Pi}, PlotRange -> {\(-5\), 5}, PlotStyle -> {Hue[n/10], Thickness[0.008]}, AspectRatio -> Automatic], {n, \(-4\), 4, 1}]\)], "Input", AnimationDisplayTime->0.828053, AnimationCycleOffset->1, AnimationCycleRepetitions->Infinity, FontColor->GrayLevel[0.666667], Background->RGBColor[1, 1, 0]], Cell[TextData[{ "Exercise 1:", StyleBox[" What is the range of f(x) = ", FontWeight->"Plain"], Cell[BoxData[ FormBox[ StyleBox[\(-\+3\%7\), FontWeight->"Plain"], TraditionalForm]]], StyleBox["sin(x)? of g(x) =", FontWeight->"Plain"], Cell[BoxData[ FormBox[ RowBox[{" ", RowBox[{"-", StyleBox[\(-\+2\%5\), FontWeight->"Plain"]}]}], TraditionalForm]]], StyleBox["cos(x) ?", FontWeight->"Plain"] }], "Text", FontSize->14, FontWeight->"Bold"], Cell["Answer:", "Text"], Cell[BoxData[ \(Print[ "\"] \)], "Input", FontColor->RGBColor[1, 1, 0], Background->RGBColor[1, 1, 0]] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Period", "Section", FontColor->RGBColor[1, 1, 0], Background->RGBColor[0, 0, 1]], Cell[TextData[{ "\tThe ", StyleBox["period", FontSlant->"Italic"], " of ", StyleBox["f(x)", FontWeight->"Bold"], " is defined to be the smallest number ", StyleBox["p", FontWeight->"Bold"], ", for which ", StyleBox["f(x + p)", FontWeight->"Bold"], " = ", StyleBox["f(x)", FontWeight->"Bold"], ", that is the smallest positive number ", StyleBox["p", FontWeight->"Bold"], " such that the function will repeat after ", StyleBox["p", FontWeight->"Bold"], ". We can detect the period of a function by looking at its graph and \ determining how far we have to travel on x-axis before the graph starts to \ repeat itself. Look at the graph of ", StyleBox["f(x)", FontWeight->"Bold"], " = ", StyleBox["sin(2", FontWeight->"Bold"], StyleBox["\[Pi]", FontFamily->"Symbol"], StyleBox["x)", FontWeight->"Bold"], " below. What is its period? Hint: It's easiest to start at zero and keep \ moving right until the picture starts to repeat itself. " }], "Text", FontSize->14], Cell[BoxData[ RowBox[{ RowBox[{"Plot", "[", RowBox[{ RowBox[{ StyleBox["Sin", FontColor->RGBColor[0, 0, 1]], StyleBox["[", FontColor->RGBColor[0, 0, 1]], StyleBox[\(2 Pi\ x\), FontColor->RGBColor[0, 0, 1]], "]"}], ",", \({x, \(-3\), 3}\)}], "]"}], ";"}]], "Input", Background->RGBColor[1, 1, 0]], Cell[TextData[{ "The following program will plot the graphs of ", StyleBox["f(x)", FontWeight->"Bold"], " = ", StyleBox["sin(\[Omega]x) ", FontWeight->"Bold"], "for various values of ", StyleBox["\[Omega]", FontWeight->"Bold"], ". See if you can figure out what the period is in each case. " }], "Text", FontSize->14], Cell[BoxData[ \(Do[Print["\", n, "\"]; \(Plot[Sin[n\ x], {x, \(-2\)\ Pi, 2 Pi}, PlotRange -> {\(-2\), 2}, Ticks -> {{\(-4\) Pi\ /\((2\ n)\), \(-2\)\ \ Pi, \(-\ Pi\), 0, Pi, 2\ Pi, 4\ Pi/\((2\ n)\)}, Automatic}, PlotStyle -> {Thickness[0.008], Hue[2\ n/10]}]; \), {n, 1, 5}]\)], "Input", AnimationDisplayTime->0.815731, FontColor->GrayLevel[0.666667], Background->RGBColor[1, 1, 0]], Cell[TextData[{ StyleBox["Exercise 2: ", FontWeight->"Bold"], "Try to", StyleBox[" ", FontWeight->"Bold"], "find a relation between ", StyleBox["\[Omega] ", FontWeight->"Bold"], "and the period of the function ", StyleBox["f(x) = sin (\[Omega]x)", FontWeight->"Bold"], "." }], "Text", FontSize->14], Cell[TextData[{ " Let's see what happens to the periods when ", StyleBox["0 \[LessEqual] \[Omega] \[LessEqual] 1", FontWeight->"Bold"], ". Shift-return the commands below: " }], "Text", FontSize->14], Cell[BoxData[ \(Do[Print["\", n, "\<)x). Notice the period is \>", 2\ n, "\<\[Pi].\>"]; \(Plot[Sin[\((1/n)\)\ x], {x, \(-4\)\ Pi, 4\ Pi}, PlotStyle -> Hue[0.7], PlotRange -> {\(-5\), 5}, AspectRatio -> Automatic]; \), {n, 1, 5}]\)], "Input", FontColor->GrayLevel[0.666667], Background->RGBColor[1, 1, 0]], Cell[TextData[{ "We observe that the periods become longer and longer or more and more \ \"stretched out\" as the constant ", StyleBox["\[Omega] ", FontWeight->"Bold"], "decreases; that is, we see fewer and fewer periods in the same window. We \ would observe the same thing with the function ", StyleBox["cos (\[Omega]x)", FontWeight->"Bold"], "." }], "Text", FontSize->14], Cell[CellGroupData[{ Cell["Summary:", "Subsection"], Cell[TextData[{ StyleBox["The period of the functions ", FontWeight->"Bold"], StyleBox["sin (\[Omega]x)", FontWeight->"Bold", FontColor->RGBColor[0, 0, 1]], StyleBox[" and ", FontWeight->"Bold"], StyleBox["cos (\[Omega]x)", FontWeight->"Bold", FontColor->RGBColor[0, 0, 1]], StyleBox[" is ", FontWeight->"Bold"], StyleBox["p = 2\[Pi]/\[Omega].", FontWeight->"Bold", FontColor->RGBColor[0, 0, 1]] }], "Text", CellFrame->True, FontSize->16, Background->GrayLevel[0.849989]], Cell[TextData[{ StyleBox["Exercise 3: ", FontWeight->"Bold"], "What is the period of ", StyleBox["cos(", FontWeight->"Plain"], Cell[BoxData[ FormBox[ StyleBox[\(-\+3\%2\), FontWeight->"Plain"], TraditionalForm]]], StyleBox["x)? of ", FontWeight->"Plain"], "sin(6x)", StyleBox[" ?", FontWeight->"Plain"] }], "Text", FontSize->14], Cell["Answer:", "Text"], Cell[BoxData[ \(Plot[{Cos[2 x/3], \ Sin[8 x]}, \ {x, \ \(-3\) Pi, \ 3 Pi}, \ PlotStyle -> {Hue[0.7], \ Hue[0.1]}, Ticks -> {{\(-3\) Pi, \(-2\) Pi, \(-3\) Pi/2, \(-Pi\), \ \(-Pi\)/3, \ Pi/3, Pi, 3 Pi/2, 2 Pi, 3 Pi}, {\(-1\), \ 1}}]; \n Print["\"]\)], "Input",\ FontColor->RGBColor[1, 1, 0], Background->RGBColor[1, 1, 0]], Cell[TextData[{ StyleBox["Exercise 4: ", FontWeight->"Bold"], "What are the amplitude and period of f(x) = -5 sin(4\[Pi]x) ?" }], "Text", FontSize->14], Cell["Answer:", "Text"], Cell[BoxData[ \(Print[ \*"\"\\""]; Plot[\(-5\) Sin[4 Pi*x], \ {x, \ \(-2\), \ 2}, Ticks -> {{\(-2\), \ \(-3\)/2, \(-1\), \ \(-1\)/2, \ 1/2, \ 3/2, \ 2}, { \(-5\), \ 5}}, \ PlotStyle -> Hue[0.8]]; \)], "Input", FontColor->RGBColor[1, 1, 0], Background->RGBColor[1, 1, 0]] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Phase Shifts", "Section", FontColor->RGBColor[1, 1, 0], Background->RGBColor[0, 0, 1]], Cell["Recall the formula:", "Text", FontSize->14], Cell[BoxData[ FormBox[ RowBox[{ RowBox[{ StyleBox["cos", FontWeight->"Bold"], StyleBox[" ", FontWeight->"Bold"], RowBox[{ StyleBox["(", FontWeight->"Bold"], RowBox[{ StyleBox["x", FontWeight->"Bold"], StyleBox[" ", FontWeight->"Bold"], StyleBox["-", FontWeight->"Bold"], StyleBox[" ", FontWeight->"Bold"], FormBox[\(\[Pi]\/2\), "TraditionalForm"]}], StyleBox[")", FontWeight->"Bold"]}]}], StyleBox[" ", FontWeight->"Bold"], StyleBox["=", FontWeight->"Bold"], StyleBox[" ", FontWeight->"Bold"], StyleBox[\(sin\ \((x)\)\), FontWeight->"Bold"]}], TextForm]], "Text", CellFrame->True, TextAlignment->Center, Background->GrayLevel[0.849989]], Cell[TextData[{ "What does that mean graphically? If you recall the graphing techniques, \ to draw the graph of ", StyleBox["y", FontWeight->"Bold"], " = ", StyleBox["cos", FontWeight->"Bold"], Cell[BoxData[ StyleBox[ RowBox[{"(", RowBox[{"x", " ", "-", " ", FormBox[\(\[Pi]\/2\), "TraditionalForm"]}], ")"}], FontWeight->"Bold"]]], ", we first graph ", StyleBox["y = cos(x) ", FontWeight->"Bold"], "then shift it", Cell[BoxData[ StyleBox[ RowBox[{" ", FormBox[\(\[Pi]\/2\), "TraditionalForm"]}], FontWeight->"Bold"]]], "units to the right. Hence the previous formula shows that the graph of ", StyleBox["sine ", FontWeight->"Bold"], "is the same as the graph of ", StyleBox["cosine ", FontWeight->"Bold"], "shifted ", Cell[BoxData[ FormBox[ FormBox[\(\[Pi]\/2\), "TraditionalForm"], TraditionalForm]]], "units to the right.\nTo check it replace ", StyleBox["BlueStuff", FontColor->RGBColor[0, 0, 1]], " by ", StyleBox["Sin[x]", FontWeight->"Bold", FontColor->RGBColor[0, 0, 1]], " and hit shift-return, and then replace it by ", StyleBox["Cos[x - Pi/2]", FontWeight->"Bold", FontColor->RGBColor[0, 0, 1]], ":" }], "Text", FontSize->14], Cell[BoxData[ RowBox[{\(Clear[f]\), ";", "\n", RowBox[{\(f[x_]\), "=", StyleBox["BlueStuff", FontColor->RGBColor[0, 0, 1]]}], ";", " ", "\n", \(Print["\", f[x], \ "\< :\>"]\), ";", \(Plot[f[x], \ {x, \ \(-2\) Pi, \ 2 Pi}, \ PlotStyle -> {Thickness[ .008], Hue[ .01]}]\), ";"}]], "Input", FontColor->GrayLevel[0.666667], Background->RGBColor[1, 1, 0]], Cell[TextData[{ "Now we want to discuss the graphs of a general ", StyleBox["sinusoidal ", FontWeight->"Bold"], "function, that is the graph of ", StyleBox[":", FontWeight->"Bold"] }], "Text", FontSize->14], Cell[TextData[ "y = A sin (\[Omega]x - \[CapitalPhi]) or y = A cos (\[Omega]x - \ \[CapitalPhi]), where \[Omega] > 0."], "Text", CellFrame->True, TextAlignment->Center, FontSize->14, Background->GrayLevel[0.849989]], Cell[TextData[{ "The graph of such a function will have a", StyleBox["mplitude", FontWeight->"Bold"], " ", StyleBox["|A|", FontWeight->"Bold"], ", and one period will be traced out as ", StyleBox["\[Omega]x - \[CapitalPhi] ", FontWeight->"Bold"], "varies from ", StyleBox["0 ", FontWeight->"Bold"], "to ", StyleBox["2\[Pi]. ", FontWeight->"Bold"], "This period will begin when ", StyleBox["\[Omega]x - \[CapitalPhi] ", FontWeight->"Bold"], "= ", StyleBox["0 ", FontWeight->"Bold"], " or ", StyleBox["x =", FontWeight->"Bold"], Cell[BoxData[ FormBox[ StyleBox[\(\[CapitalPhi]\/\[Omega]\), FontSize->16], TraditionalForm]]], ", hence the graph of ", StyleBox["A sin (\[Omega]x - \[CapitalPhi]) ", FontWeight->"Bold"], "is nothing more than the graph of ", StyleBox["A sin(\[Omega]x) ", FontWeight->"Bold"], "shifted ", Cell[BoxData[ FormBox[ RowBox[{"of", StyleBox[\(\[CapitalPhi]\/\[Omega]\), FontSize->16]}], TraditionalForm]]], " units (to the right if ", StyleBox["\[CapitalPhi] > 0, ", FontWeight->"Bold"], "to the left if ", StyleBox["\[CapitalPhi] < 0", FontWeight->"Bold"], "). The number ", Cell[BoxData[ FormBox[ StyleBox[\(\[CapitalPhi]\/\[Omega]\), FontSize->16], TraditionalForm]]], " is called the ", StyleBox["phase shift.", FontWeight->"Bold"] }], "Text", FontSize->14], Cell[CellGroupData[{ Cell["Summary:", "Subsection"], Cell[TextData[ "For the graphs of y = A sin (\[Omega]x - \[CapitalPhi]) or y = A cos (\ \[Omega]x - \[CapitalPhi]), where \[Omega] > 0\namplitude = |A|, period = p \ = 2\[Pi]/\[Omega], phase shift = \[CapitalPhi]/\[Omega]."], "Text", CellFrame->True, FontSize->14, Background->GrayLevel[0.849989]], Cell[TextData[{ StyleBox["Example", FontWeight->"Bold"], ": What are the amplitude, period, and phase shift of the function y = -4 \ cos(3x + 5) ? \nFirst we identify the coefficients ", StyleBox["A, \[Omega], \[CapitalPhi]: A", FontWeight->"Bold"], " = ", StyleBox["-4, \[Omega] = 3 and \[CapitalPhi] = -5. ", FontWeight->"Bold"], "Hence the amplitude is ", StyleBox["4", FontWeight->"Bold"], ", the period is ", StyleBox["2\[Pi]/3", FontWeight->"Bold"], ", and the phase shift is ", StyleBox["-5/3", FontWeight->"Bold"], ". \n\nNote that we want ", StyleBox["\[Omega] > 0", FontWeight->"Bold"], ". What if we have the function ", StyleBox["y = sin (-3x + 4)", FontWeight->"Bold"], "? We can always write it in a form so that the coefficient in front of \ the x is positive: \n", StyleBox["y = sin (-3x + 4) = sin (-(3x + 4)) = - sin (3x + 4). \n", FontWeight->"Bold"], "Hence in this case ", StyleBox["A", FontWeight->"Bold"], " = -", StyleBox["1, \[Omega] ", FontWeight->"Bold"], "= ", StyleBox["3, and \[CapitalPhi]", FontWeight->"Bold"], " = ", StyleBox["-4.\n\n", FontWeight->"Bold"], "Here's the graph of ", StyleBox["y = sin (-3x + 4):", FontWeight->"Bold"] }], "Text", FontSize->14], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.0757881 0.309016 0.294303 [ [.02381 .29652 -13 -15 ] [.02381 .29652 13 0 ] [.2619 .29652 -8.5 -15 ] [.2619 .29652 8.5 0 ] [.34127 .29652 -16 -26 ] [.34127 .29652 16 0 ] [.65873 .29652 -13 -26 ] [.65873 .29652 13 0 ] [.7381 .29652 -5 -15 ] [.7381 .29652 5 0 ] [.97619 .29652 -9.5 -15 ] [.97619 .29652 9.5 0 ] [.4875 .01471 -12 -4.5 ] [.4875 .01471 0 4.5 ] [.4875 .60332 -6 -4.5 ] [.4875 .60332 0 4.5 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .02381 .30902 m .02381 .31527 L s gsave .02381 .29652 -74 -19 Mabsadd m 1 1 Mabs scale currentpoint translate 0 23 translate 1 -1 scale 63.000000 15.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (-) show 69.625000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (2) show 78.625000 15.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (p) show 1.000000 setlinewidth %%DocumentNeededResources: font Math1Mono %%+ font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1Mono %%+ Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Math1Mono %%+ font Courier grestore .2619 .30902 m .2619 .31527 L s gsave .2619 .29652 -69.5 -19 Mabsadd m 1 1 Mabs scale currentpoint translate 0 23 translate 1 -1 scale 63.000000 15.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (-) show 69.625000 15.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (p) show 1.000000 setlinewidth %%DocumentNeededResources: font Math1Mono %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1Mono %%DocumentSuppliedFonts: %%DocumentFonts: font Math1Mono grestore .34127 .30902 m .34127 .31527 L s gsave .34127 .29652 -77 -30 Mabsadd m 1 1 Mabs scale currentpoint translate 0 34 translate 1 -1 scale 63.000000 19.562500 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (-) show 72.687500 12.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (2) show 81.687500 12.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (p) show 1.000000 setlinewidth 0.000000 0.000000 0.000000 setrgbcolor 71.500000 17.562500 moveto 16.687500 0.000000 rlineto stroke 77.187500 28.562500 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (3) show 1.000000 setlinewidth %%DocumentNeededResources: font Math1Mono %%+ font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1Mono %%+ Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Math1Mono %%+ font Courier grestore .65873 .30902 m .65873 .31527 L s gsave .65873 .29652 -74 -30 Mabsadd m 1 1 Mabs scale currentpoint translate 0 34 translate 1 -1 scale 66.062500 12.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (2) show 75.062500 12.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (p) show 1.000000 setlinewidth 0.000000 0.000000 0.000000 setrgbcolor 64.500000 17.562500 moveto 16.687500 0.000000 rlineto stroke 70.562500 28.562500 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (3) show 1.000000 setlinewidth %%DocumentNeededResources: font Math1Mono %%+ font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1Mono %%+ Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Math1Mono %%+ font Courier grestore .7381 .30902 m .7381 .31527 L s gsave .7381 .29652 -66 -19 Mabsadd m 1 1 Mabs scale currentpoint translate 0 23 translate 1 -1 scale 63.000000 15.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (p) show 1.000000 setlinewidth %%DocumentNeededResources: font Math1Mono %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1Mono %%DocumentSuppliedFonts: %%DocumentFonts: font Math1Mono grestore .97619 .30902 m .97619 .31527 L s gsave .97619 .29652 -70.5 -19 Mabsadd m 1 1 Mabs scale currentpoint translate 0 23 translate 1 -1 scale 63.000000 15.000000 moveto %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (2) show 72.000000 15.000000 moveto %%IncludeResource: font Math1Mono %%IncludeFont: Math1Mono /Math1Mono findfont 10.000000 scalefont [1 0 0 -1 0 0 ] makefont setfont 0.000000 0.000000 0.000000 setrgbcolor (p) show 1.000000 setlinewidth %%DocumentNeededResources: font Math1Mono %%+ font Courier %%DocumentSuppliedResources: %%DocumentNeededFonts: Math1Mono %%+ Courier %%DocumentSuppliedFonts: %%DocumentFonts: font Math1Mono %%+ font Courier grestore 0 .30902 m 1 .30902 L s .5 .01471 m .50625 .01471 L s [(-1)] .4875 .01471 1 0 Mshowa .5 .60332 m .50625 .60332 L s [(1)] .4875 .60332 1 0 Mshowa .5 0 m .5 .61803 L s 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath 1 0 .6 r .5 Mabswid .02381 .08629 m .04262 .27556 L .0522 .38618 L .06244 .49199 L .0679 .5371 L .07286 .569 L .07525 .58087 L .07784 .59099 L .07903 .59465 L .08029 .59783 L .08137 .59998 L .08255 .60173 L .08326 .60247 L .08402 .60301 L .08474 .60328 L .08541 .60331 L .08668 .6028 L .08739 .60219 L .08803 .60144 L .08949 .59904 L .09107 .59536 L .09256 .59086 L .09393 .58585 L .09911 .55971 L .10458 .52071 L .11406 .43106 L .12422 .3165 L .13374 .20768 L .14255 .11936 L .14739 .08001 L .15272 .04633 L .15549 .0334 L .15809 .02426 L .15952 .02051 L .16083 .01788 L .16152 .01681 L .16227 .0159 L .16306 .01522 L .16379 .01484 L .16505 .01477 L .16576 .01505 L .16641 .01552 L .16762 .01689 L .16889 .01906 L .17003 .02162 L .17109 .02455 L .17352 .0331 L .17614 .04517 L .17853 .05868 L .18391 .09707 L Mistroke .19378 .19081 L .20294 .294 L .21362 .41597 L .21886 .47013 L .22367 .51386 L .22839 .54951 L .23356 .57896 L .23625 .58989 L .23754 .594 L .23875 .59722 L .24014 .60005 L .2414 .60187 L .24211 .60257 L .24276 .60302 L .24348 .60328 L .24424 .60329 L .24539 .60282 L .24644 .60185 L .24759 .60019 L .24881 .5978 L .25085 .59226 L .25309 .58408 L .25554 .57266 L .25815 .55776 L .26286 .52435 L .27312 .42748 L .28424 .30143 L .29385 .19275 L .29894 .14098 L .30441 .09305 L .30979 .05565 L .31234 .04185 L .3147 .0315 L .31706 .02356 L .31831 .02037 L .31964 .01775 L .32079 .01614 L .32186 .01517 L .32304 .01473 L .32432 .01497 L .32564 .01601 L .32687 .0177 L .32758 .01898 L .32822 .02034 L .32967 .02409 L .33256 .03439 L .3353 .04744 L .34013 .07786 L .34538 .12035 L .36484 .33092 L Mistroke .37516 .44575 L .38085 .50052 L .38626 .54363 L .39134 .57438 L .39422 .58712 L .39559 .59194 L .39688 .59572 L .39807 .59852 L .39935 .60083 L .40051 .60228 L .40159 .60306 L .40275 .60332 L .40402 .60288 L .40466 .60237 L .40535 .60162 L .4066 .59972 L .40787 .59703 L .40905 .5939 L .41171 .58454 L .41406 .57374 L .41656 .55977 L .42563 .48958 L .44534 .2739 L .45397 .17806 L .4634 .09094 L .46829 .057 L .47284 .03387 L .47413 .02888 L .47535 .02485 L .47646 .02176 L .47764 .01909 L .47892 .0169 L .4801 .01555 L .48137 .01481 L .48209 .01472 L .48277 .01485 L .48406 .01569 L .48479 .0165 L .48546 .01747 L .4867 .01979 L .48802 .02303 L .49054 .03137 L .49283 .04131 L .49839 .0745 L .50363 .1161 L .52206 .31334 L .53251 .43129 L .53761 .48248 L .54225 .52299 L .54688 .55623 L Mistroke .54932 .57048 L .55191 .58292 L .55322 .58815 L .55467 .59303 L .556 .5967 L .55722 .59936 L .55847 .60138 L .55916 .60219 L .55981 .60276 L .56097 .60328 L .56224 .60314 L .56293 .60276 L .56367 .6021 L .56437 .60124 L .56502 .60026 L .56624 .59786 L .56753 .5946 L .57022 .58543 L .57317 .57176 L .57842 .53876 L .58333 .49898 L .60195 .29851 L .61178 .18776 L .62222 .09025 L .62746 .0544 L .63045 .03878 L .63325 .02754 L .63449 .02364 L .63581 .02029 L .63693 .01804 L .63816 .01624 L .63885 .01553 L .63948 .01507 L .64021 .01478 L .6409 .01472 L .64212 .01516 L .64282 .01571 L .64345 .01642 L .64461 .01817 L .64586 .02074 L .6481 .02715 L .65078 .03767 L .65322 .04995 L .65853 .08477 L .66357 .12699 L .68363 .34638 L .69237 .44309 L .7018 .52946 L .70438 .54814 L .70709 .56517 L Mistroke .70961 .5783 L .71195 .58815 L .71415 .59521 L .71539 .59821 L .71651 .60035 L .71774 .60204 L .71843 .60268 L .71908 .60308 L .72026 .60331 L .72151 .60286 L .7228 .60164 L .72399 .59984 L .72529 .59713 L .72666 .59346 L .72896 .58539 L .73148 .57393 L .73719 .53851 L .74249 .4951 L .76125 .29188 L .77113 .18122 L .78157 .08547 L .78688 .0505 L .78989 .03561 L .79133 .02983 L .7927 .02519 L .79394 .02172 L .79529 .01873 L .79651 .01672 L .79764 .01548 L .79887 .0148 L .79956 .01472 L .80022 .01484 L .80153 .0157 L .80227 .01653 L .80295 .01751 L .80412 .0197 L .80538 .02274 L .80764 .02998 L .81032 .04148 L .81277 .05458 L .81808 .09111 L .82311 .13451 L .8414 .3352 L .85179 .45028 L .85688 .49906 L .86153 .537 L .86388 .55326 L .86643 .56861 L .86888 .58078 L .87109 .58963 L Mistroke .87233 .59365 L .87367 .59722 L .87441 .59883 L .87509 .6001 L .87578 .60118 L .87643 .60199 L .87757 .60296 L .87883 .60332 L .88006 .60297 L .88138 .60182 L .88206 .60092 L .88278 .59972 L .88408 .59698 L .88548 .59317 L .88703 .58796 L .88979 .57606 L .89238 .562 L .8972 .52883 L .90241 .48417 L .92206 .2678 L .93245 .15471 L .93816 .10247 L .94355 .06276 L .94781 .03924 L .9502 .02931 L .95241 .02238 L .95331 .02019 L .95428 .01824 L .95533 .0166 L .95632 .01552 L .95743 .01485 L .95849 .01473 L .95943 .01507 L .96046 .0159 L .96153 .01728 L .96254 .01905 L .96442 .0236 L .96644 .03025 L .96862 .03945 L .97257 .06108 L .97619 .08629 L Mfstroke % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{449, 277.313}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgI06JI09VI0IIIVJIIYVII/bI I_nIIP3IVFJIVIVIVLbIVOnIV@3Ic6JIc9VIcIofJIoiVIolbIoonIo`33Pl?3a0@414A4A8B4Q7Q00<0hN40gN400>7Q00<0hN40 gN400>7Q00<0hN40gN400>7Q00<0hN40gN400=KQ1@06h@030>7Q0=gQ003Hh@030>7Q00KQ00<0hN40 gN4004_Q0/=4h@;3?n4300?Q0/<7h@<0>n42`dGQ00?3hN40A>400l?Qh@0Ah@00B^4017Q03[Q1<=3h@04`n73`d?Q00?3hL<04^4004[Q00C3hN73@^401L?Q hN7304;Q00G30>7Q``05h@030>7Q03[Q00C3hN73@^401L?QhN7304;Q00G3hN7Q``0Ah@00BN400l?Q h@02h@03`n7Q03oQ00G3hN7Q``11h@03``0000;Q00?3hN400n400`3Qh@0ih@03`n7Q00;Q00?3hN40 ?n401L?QhN7304;Q00G3hN7Q``0Ah@00B>400l?Qh@03h@03`n7Q03kQ00?3hN400n400l?Qh@0nh@03 `n7Q00;Q00?3hN400n400`3Qh@0ih@03`n7Q00;Q00?3hN40?^400l?Qh@03h@03`n7Q03kQ00?3hN40 0n400l?Qh@0>h@00B>400l?Qh@03h@03`n7Q03kQ00?3hN400n400l?Qh@0nh@03`n7Q00;Q00?3hN40 0n400`3Qh@0hh@03`n7Q00CQ00?3hN40?N400l?Qh@03h@03`n7Q03kQ00?3hN400n400l?Qh@0>h@00 B>400l?Qh@03h@03`n7Q03gQ00?3hN401>400l?Qh@0mh@03`n7Q00?Q00?3hN400n400`3Qh@0hh@03 `n7Q00CQ00?3hN40?N400l?Qh@04h@03`n7Q03cQ00?3hN401N400l?Qh@0=h@00An400l?Qh@05h@03 `n7Q03cQ00?3hN401N400l?Qh@0lh@03`n7Q00CQ00?3hN400^400`3Qh@0hh@03`n7Q00CQ00?3hN40 ?N400l?Qh@04h@03`n7Q03cQ00?3hN401N400l?Qh@0=h@00An400l?Qh@05h@03`n7Q03cQ00?3hN40 1N400l?Qh@0lh@03`n7Q00CQ00?3hN400^400`3Qh@0hh@03`n7Q00CQ00?3hN40?N400l?Qh@04h@03 `n7Q03cQ00?3hN401N400l?Qh@0=h@00An400l?Qh@05h@03`n7Q03cQ00?3hN401N400l?Qh@0lh@03 `n7Q00CQ00?3hN400^400`3Qh@0gh@03`n7Q00KQ00?3hN40>n400l?Qh@05h@03`n7Q03_Q00?3hN40 1^400l?Qh@0=h@00An400l?Qh@05h@03`n7Q03_Q00?3hN401^400l?Qh@0lh@03`n7Q00GQ00G3hN7Q 000ih@03`n7Q00KQ00?3hN40>n400l?Qh@06h@03`n7Q03[Q00?3hN401n400l?Qh@0n400l?Qh@06h@03`n7Q03[Q00?3hN401n400l?Qh@0N400l?Qh@06h@03`n7Q03_Q00?3hN401^400l?Qh@0jh@03 `n7Q00OQ00?3hN403>4004KQ00?3hN401n400l?Qh@0jh@03`n7Q00OQ00?3hN40>^400l?Qh@07h@04 `n7Q03SQ00?3hN401n400l?Qh@0jh@03`n7Q00OQ00?3hN40>^400l?Qh@07h@03`n7Q00cQ0016h@03 `n7Q00OQ00?3hN40>^400l?Qh@07h@03`n7Q03[Q00?3hN401n401N400l?Qh@07h@03`n7Q03WQ00?3hN402>400l?Qh@0400l?Qh@0jh@03`n7Q00OQ00C3hN40>>400l?Qh@08h@03`n7Q03WQ00?3hN401n400l?Qh@0ih@03 `n7Q00SQ00?3hN403>4004KQ00?3hN401n400l?Qh@0ih@03`n7Q00SQ00?3hN40>^400l?Qh@08h@03 `n4003SQ00?3hN402>400l?Qh@0ih@03`n7Q00SQ00?3hN40>>400l?Qh@08h@03`n7Q00cQ0016h@03 `n7Q00OQ00?3hN40>N400l?Qh@08h@03`n7Q03WQ00?3hN402N400l?Q000gh@03`n7Q00WQ00?3hN40 >N400l?Qh@08h@03`n7Q03SQ00?3hN402N400l?Qh@0;h@00AN400l?Qh@09h@03`n7Q03SQ00?3hN40 2>400l?Qh@0ih@03`n7Q00WQ00?3h@00=n400l?Qh@09h@03`n7Q03WQ00?3hN402>400l?Qh@0hh@03 `n7Q00WQ00?3hN402n4004GQ00?3hN402N400l?Qh@0hh@03`n7Q00WQ00?3hN40>>400l?Qh@09h@03 `n4003OQ00?3hN402N400l?Qh@0hh@03`n7Q00WQ00?3hN40>>400l?Qh@09h@03`n7Q00_Q0015h@03 `n7Q00WQ00?3hN40>>400l?Qh@09h@03`n7Q03SQ00?3hN402N400l?Q000gh@03`n7Q00[Q00?3hN40 =n400l?Qh@09h@03`n7Q03OQ00?3hN402^400l?Qh@0;h@00AN400l?Qh@09h@03`n7Q03SQ00?3hN40 2N400l?Qh@0hh@03`n7Q00WQ00?3h@00=n400l?Qh@0:h@03`n7Q03OQ00?3hN402N400l?Qh@0gh@03 `n7Q00[Q00?3hN402n4004GQ00?3hN402N400l?Qh@0hh@03`n7Q00WQ00?3hN40=n400l?Qh@0:h@03 `n4003KQ00?3hN402n400l?Qh@0gh@03`n7Q00WQ00?3hN40=n400l?Qh@0:h@03`n7Q00_Q0015h@03 `n7Q00[Q00?3hN40=^400l?Qh@0:h@03`n7Q03OQ00?3hN402^400l?Q000fh@03`n7Q00_Q00?3hN40 =n400l?Qh@0:h@03`n7Q03KQ00?3hN402^400l?Qh@0;h@00AN400l?Qh@0:h@03`n7Q03KQ00?3hN40 2^400l?Qh@0gh@03`n7Q00_Q00?30>40=N400l?Qh@0;h@03`n7Q03KQ00?3hN402n400l?Qh@0fh@03 `n7Q00_Q00?3hN402^4004GQ00?3hN402^400l?Qh@0fh@03`n7Q00_Q00?3hN40=^400l?Qh@0;h@03 ``3Q03GQ00?3hN402n400l?Qh@0fh@03`n7Q00_Q00?3hN40=^400l?Qh@0;h@03`n7Q00[Q0014h@03 `n7Q00_Q00?3hN40=^400l?Qh@0;h@03`n7Q03KQ00?3hN402n400l<0h@0eh@03`n7Q00_Q00?3hN40 =^400l?Qh@0;h@03`n7Q03KQ00?3hN402n400l?Qh@0:h@00A>400l?Qh@0;h@03`n7Q03KQ00?3hN40 2n400l?Qh@0eh@03`n7Q00cQ00?30>40=N400l?Qh@0;h@03`n7Q03KQ00?3hN402n400l?Qh@0eh@03 `n7Q00cQ00?3hN402^4004CQ00?3hN402n400l?Qh@0fh@03`n7Q00_Q00?3hN40=N400l?Qh@0400l?Qh@0eh@03`n7Q00_Q00?3hN40=N400l?Qh@0400l<0h@0eh@03`n7Q00cQ00?3hN40 =N400l?Qh@0;h@03`n7Q03GQ00?3hN403>400l?Qh@0:h@00A>400l?Qh@040=>400l?Qh@0=h@03`n7Q03CQ00?3hN403>400l?Qh@0eh@03 `n7Q00gQ00?3hN402N4004CQ00?3hN403>400l?Qh@0dh@03`n7Q00cQ00?3hN40=N400l?Qh@0400l?Qh@0=h@03`n7Q00WQ000=h@03 `n7Q03?Q00?3hN403N400l?Qh@0dh@03`n7Q00gQ00?3hN40h@03`n7Q03?Q00?3hN40 3N400l?Qh@0dh@03`n7Q00gQ00?3hN40=>400l?Qh@0=h@03`n7Q00WQ000=h@03`n7Q03?Q00?3hN40 3N400l?Qh@0dh@03`n7Q00gQ00?3hN40h@03`n7Q03?Q00?3hN403N400l?Qh@0dh@03 `n7Q00gQ00?3hN40=>400l?Qh@0Ih@003N400l?Qh@0ch@03`n7Q00gQ00?3hN40=>400l?Qh@0=h@03 `n7Q03?Q00?3hN403^400l?Qh@0ch@03`n7Q00gQ00?3hN40=>400l?Qh@0=h@03`n7Q03CQ00?3hN40 6N4000gQ00?3hN40h@03`n7Q03?Q00?3hN403N400l?Qh@0ch@03`n7Q00kQ00?3hN40 h@03`n7Q03?Q00?3hN403N400l?Qh@0ch@03`n7Q01[Q000=h@03`n7Q03?Q00?3hN40 3^400l?Qh@0ch@03`n7Q00gQ00?3hN40h@03`n7Q03?Q00?3hN403^400l?Qh@0ch@03 `n7Q00gQ00?3hN40h@03`n7Q03;Q00?3hN403n400l?Qh@0bh@03`n7Q01[Q000>h@03`n7Q037Q00?3hN40 3n400l?Qh@0bh@03`n7Q00oQ00?3hN40h@03`n7Q037Q00?3hN40 3n400l?Qh@0bh@03`n7Q00oQ00?3hN40400l?Qh@0ah@03 `n7Q00oQ00?3hN40<^400l?Qh@0Jh@003^400l?Qh@0ah@03`n7Q013Q00?3hN40400l?Qh@0Ah@03`n7Q037Q00?3hN404>400l?Qh@0`h@03`n7Q00oQ00<0`n40 <^400l?Qh@0@h@03`n7Q037Q00?3hN403n400l?Qh@0ah@03`n7Q01_Q000>h@03`n7Q033Q00?3hN40 4N400l?Qh@0ah@03`n7Q013Q00?3hN40<>400l?Qh@0?h@030400l?Qh@0ah@03 `n7Q013Q00?3hN40<>400l?Qh@0Kh@003^400l?Qh@0`h@03`n7Q017Q00?3hN40<>400l?Qh@0Ah@03 `n7Q033Q00?3hN403n400`33h@0bh@03`n7Q013Q00?3hN40400l?Qh@0Ah@03`n7Q033Q00?3hN404N400l?Qh@0`h@03`n7Q00oQ00<0`n40 <^400l?Qh@0Ah@03`n7Q033Q00?3hN404>400l?Qh@0`h@03`n7Q01_Q000?h@03`n7Q02oQ00?3hN40 4N400l?Qh@0`h@03`n7Q017Q00?3hN40<>400l?Qh@0?h@030400l?Qh@0Kh@003n400l?Qh@0_h@03`n7Q017Q00?3hN40<>400l?Qh@0Ah@03 `n7Q02oQ00?3hN404>400`33h@0bh@03`n7Q017Q00?3hN40;n400l?Qh@0Ah@03`n7Q033Q00?3hN40 6n4000oQ00?3hN40;n400l?Qh@0Ah@03`n7Q033Q00?3hN404N400l?Qh@0_h@03`n7Q013Q00<0hL<0 <^400l?Qh@0Ah@03`n7Q02oQ00?3hN404N400l?Qh@0`h@03`n7Q01_Q000?h@03`n7Q02oQ00?3hN40 4N400l?Qh@0`h@03`n7Q017Q00?3hN40;n400l?Qh@0@h@030>73037Q00?3hN404^400l?Qh@0_h@03 `n7Q01;Q00?3hN40;^400l?Qh@0Lh@003n400l?Qh@0^h@03`n7Q01;Q00?3hN40<>400l?Qh@0Ah@03 `n7Q02oQ00?3hN404>400`3Q``0ah@03`n7Q01;Q00?3hN40;n400l?Qh@0Bh@03`n7Q02kQ00?3hN40 7>4000oQ00?3hN40;^400l?Qh@0Ch@03`n7Q02kQ00?3hN404n400l?Qh@0^h@03`n7Q013Q00<0hL<0 73037Q00?3hN404^400l?Qh@0_h@03 `n7Q01;Q00?3hN40;^400l?Qh@0Lh@003n400l?Qh@0^h@03`n7Q01?Q00?3hN40;^400l?Qh@0Ch@03 `n7Q02kQ00?3hN404>400`3Q``0ah@03`n7Q01;Q00?3hN40;n400l?Qh@0Bh@03`n7Q02kQ00?3hN40 7>4000oQ00?3hN40;^400l?Qh@0Ch@03`n7Q02kQ00?3hN404n400l?Qh@0^h@03`n7Q013Q00<0hL<0 73037Q00?3hN404n400l?Qh@0^h@03 `n7Q01;Q00?3hN40;^400l?Qh@0Lh@003n400l?Qh@0^h@03`n7Q01?Q00?3hN40;^400l?Qh@0Ch@03 `n7Q02kQ00?3hN404>400`3Q``0ah@03`n7Q01?Q00?3hN40;^400l?Qh@0Bh@03`n7Q02kQ00?3hN40 7>40013Q00?3hN40;N400l?Qh@0Ch@03`n7Q02kQ00?3hN404n400l?Qh@0]h@03`n7Q017Q00<0hL<0 7Q`c3Q00?3hN404n400l?Qh@0]h@03 `n7Q01CQ00?3hN40;>400l?Qh@0Mh@004>400l?Qh@0]h@03`n7Q01?Q00?3hN40;^400l?Qh@0Ch@03 `n7Q02gQ00?3hN404N40103QhL<_h@03`n7Q01CQ00?3hN40;N400l?Qh@0Dh@03`n7Q02cQ00?3hN40 7N40013Q00?3hN40;>400l?Qh@0Dh@03`n7Q02gQ00?3hN405>400l?Qh@0]h@03`n7Q017Q00@0hN73 ;n400l?Qh@0Dh@03`n7Q02gQ00?3hN405>400l?Qh@0/h@03`n7Q01gQ000@h@03`n7Q02cQ00?3hN40 5>400l?Qh@0]h@03`n7Q01CQ00?3hN40;N400l?Qh@0Ah@040>7Q`boQ00?3hN405>400l?Qh@0]h@03 `n7Q01CQ00?3hN40;>400l?Qh@0Mh@004>400l?Qh@0/h@03`n7Q01GQ00?3hN40;>400l?Qh@0Dh@03 `n7Q02gQ00?3hN404N40103QhL<_h@03`n7Q01CQ00?3hN40;N400l?Qh@0Dh@03`n7Q02cQ00?3hN40 7N40013Q00?3hN40;>400l?Qh@0Eh@03`n7Q02cQ00?3hN405N400l?Qh@0/h@03`n7Q017Q00@0hN73 ;n400l?Qh@0Dh@03`n7Q02gQ00?3hN405>400l?Qh@0/h@03`n7Q01gQ000@h@03`n7Q02cQ00?3hN40 5N400l?Qh@0/h@03`n7Q01GQ00?3hN40;>400l?Qh@0Ah@040>7Q`boQ00?3hN405>400l?Qh@0]h@03 `n7Q01CQ00?3hN40;>400l?Qh@0Mh@004>400l?Qh@0/h@03`n7Q01GQ00?3hN40;>400l?Qh@0Eh@03 `n7Q02cQ00?3hN404N40103QhL<_h@03`n7Q01GQ00?3hN40;>400l?Qh@0Dh@03`n7Q02cQ00?3hN40 7N40013Q00?3hN40;>400l?Qh@0Eh@03`n7Q02cQ00?3hN405N400l?Qh@0/h@03`n7Q017Q00@0hN73 ;n400l?Qh@0Eh@03`n7Q02cQ00?3hN405>400l?Qh@0/h@03`n7Q01gQ000Ah@03`n7Q02_Q00?3hN40 5N400l?Qh@0/h@03`n7Q01GQ00?3hN40:n400l?Qh@0Bh@040>7Q`boQ00?3hN405N400l?Qh@0[h@03 `n7Q01GQ00?3hN40;>400l?Qh@0Mh@004N400l?Qh@0[h@03`n7Q01GQ00?3hN40;>400l?Qh@0Eh@03 `n7Q02_Q00?3hN404^401@3QhN7302kQ00?3hN405N400l?Qh@0[h@03`n7Q01GQ00?3hN40:n400l?Q h@0Nh@004N400l?Qh@0[h@03`n7Q01GQ00?3hN40;>400l?Qh@0Eh@03`n7Q02_Q00?3hN404^401@3Q hN7302kQ00?3hN405N400l?Qh@0[h@03`n7Q01KQ00?3hN40:^400l?Qh@0Nh@004N400l?Qh@0Zh@03 `n7Q01KQ00?3hN40;>400l?Qh@0Eh@03`n7Q02_Q00?3hN404^401@3QhN7302gQ00?3hN405^400l?Q h@0[h@03`n7Q01KQ00?3hN40:^400l?Qh@0Nh@004N400l?Qh@0Zh@03`n7Q01KQ00?3hN40;>400l?Q h@0Eh@03`n7Q02_Q00?3hN404^401@3QhN7302gQ00?3hN405^400l?Qh@0[h@03`n7Q01KQ00?3hN40 :^400l?Qh@0Nh@004N400l?Qh@0Zh@03`n7Q01OQ00?3hN40:^400l?Qh@0Fh@03`n7Q02_Q00?3hN40 4^401@3QhN7302gQ00?3hN405^400l?Qh@0[h@03`n7Q01KQ00?3hN40:^400l?Qh@0Nh@004N400l?Q h@0Zh@03`n7Q01OQ00?3hN40:^400l?Qh@0Fh@03`n7Q02_Q00?3hN404^401@3QhN7302gQ00?3hN40 5^400l?Qh@0[h@03`n7Q01KQ00?3hN40:^400l?Qh@0Nh@004N400l?Qh@0Zh@03`n7Q01OQ00?3hN40 :^400l?Qh@0Fh@03`n7Q02_Q00?3hN404^401@3QhN7302gQ00?3hN405^400l?Qh@0[h@03`n7Q01KQ 00?3hN40:^400l?Qh@0Nh@004N400l?Qh@0Zh@03`n7Q01OQ00?3hN40:^400l?Qh@0Gh@03`n7Q02[Q 00?3hN404^401@3QhN7302gQ00?3hN405^400l?Qh@0[h@03`n7Q01KQ00?3hN40:^400l?Qh@0Nh@00 4N400l?Qh@0Zh@03`n7Q01OQ00?3hN40:^400l?Qh@0Gh@03`n7Q02[Q00?3hN404^401@3QhN7302gQ 00?3hN405n400l?Qh@0Zh@03`n7Q01KQ00?3hN40:^400l?Qh@0Nh@004N400l?Qh@0Zh@03`n7Q01OQ 00?3hN40:^400l?Qh@0Gh@03`n7Q02WQ00?3hN404n401@3QhN7302gQ00?3hN405n400l?Qh@0Yh@03 `n7Q01OQ00?3hN40:^400l?Qh@0Nh@004^400l?Qh@0Yh@03`n7Q01OQ00?3hN40:^400l?Qh@0Gh@03 `n7Q02WQ00?3hN404n400`3Qh@02h@03`n7Q02[Q00?3hN405n400l?Qh@0Yh@03`n7Q01OQ00?3hN40 :^400l?Qh@0Nh@004^400l?Qh@0Yh@03`n7Q01OQ00?3hN40:^400l?Qh@0Gh@03`n7Q02WQ00?3hN40 4n400`3Qh@02h@03`n7Q02[Q00?3hN405n400l?Qh@0Yh@03`n7Q01OQ00?3hN40:^400l?Qh@0Nh@00 4^400l?Qh@0Xh@03`n7Q01SQ00?3hN40:^400l?Qh@0Gh@03`n7Q02WQ00?3hN404n400`3Qh@02h@03 `n7Q02WQ00?3hN406>400l?Qh@0Yh@03`n7Q01SQ00?3hN40:>400l?Qh@0Oh@004^400l?Qh@0Xh@03 `n7Q01SQ00?3hN40:^400l?Qh@0Gh@03`n7Q02WQ00?3hN404n400`3Qh@02h@03`n7Q02WQ00?3hN40 6>400l?Qh@0Yh@03`n7Q01SQ00?3hN40:>400l?Qh@0Oh@004^400l?Qh@0Xh@03`n7Q01SQ00?3hN40 :^400l?Qh@0Gh@03`n7Q02WQ00?3hN404n400`3Qh@02h@03`n7Q02WQ00?3hN406>400l?Qh@0Yh@03 `n7Q01SQ00?3hN40:>400l?Qh@0Oh@004^400l?Qh@0Xh@03`n7Q01WQ00?3hN40:N400l?Qh@0Gh@03 `n7Q02WQ00?3hN404n400`3Qh@02h@03`n7Q02WQ00?3hN406>400l?Qh@0Yh@03`n7Q01SQ00?3hN40 :>400l?Qh@0Oh@004^400l?Qh@0Xh@03`n7Q01WQ00?3hN40:>400l?Qh@0Hh@03`n7Q02WQ00?3hN40 4n400`3Qh@02h@03`n7Q02WQ00?3hN406>400l?Qh@0Yh@03`n7Q01SQ00?3hN40:>400l?Qh@0Oh@00 4^400l?Qh@0Xh@03`n7Q01WQ00?3hN40:>400l?Qh@0Hh@03`n7Q02WQ00?3hN404n400`3Qh@02h@03 `n7Q02WQ00?3hN406>400l?Qh@0Yh@03`n7Q01SQ00?3hN40:>400l?Qh@0Oh@004^400l?Qh@0Xh@03 `n7Q01WQ00?3hN40:>400l?Qh@0Hh@03`n7Q02WQ00?3hN404n400`3Qh@02h@03`n7Q02WQ00?3hN40 6>400l?Qh@0Yh@03`n7Q01SQ00?3hN40:>400l?Qh@0Oh@004^400l?Qh@0Xh@03`n7Q01WQ00?3hN40 :>400l?Qh@0Ih@03`n7Q02SQ00?3hN404n400`3Qh@02h@03`n7Q02WQ00?3hN406N400l?Qh@0Wh@03 `n7Q01WQ00?3hN40:>400l?Qh@0Oh@004n400l?Qh@0Wh@03`n7Q01WQ00?3hN40:>400l?Qh@0Ih@03 `n7Q02OQ00?3hN405>400`3Qh@03h@03`n7Q02SQ00?3hN406N400l?Qh@0Wh@03`n7Q01WQ00?3hN40 :>400l?Qh@0Oh@004n400l?Qh@0Wh@03`n7Q01WQ00?3hN40:>400l?Qh@0Ih@03`n7Q02OQ00?3hN40 5>400`3Qh@03h@03`n7Q02SQ00?3hN406N400l?Qh@0Wh@03`n7Q01WQ00?3hN40:>400l?Qh@0Oh@00 4n400l?Qh@0Wh@03`n7Q01WQ00?3hN40:>400l?Qh@0Ih@03`n7Q02OQ00?3hN405>400`3Qh@03h@03 `n7Q02OQ00?3hN406^400l?Qh@0Wh@03`n7Q01WQ00?3hN40:>400l?Qh@0Oh@004n400l?Qh@0Vh@03 `n7Q01[Q00?3hN40:>400l?Qh@0Ih@03`n7Q02OQ00?3hN405>400`3Qh@03h@03`n7Q02OQ00?3hN40 6^400l?Qh@0Wh@03`n7Q01[Q00?3hN409n400l?Qh@0Oh@004n400l?Qh@0Vh@03`n7Q01[Q00?3hN40 :>400l?Qh@0Ih@03`n7Q02OQ00?3hN405>400`3Qh@03h@03`n7Q02OQ00?3hN406^400l?Qh@0Wh@03 `n7Q01[Q00?3hN409n400l?Qh@0Oh@004n400l?Qh@0Vh@03`n7Q01[Q00?3hN40:>400l?Qh@0Ih@03 `n7Q02OQ00?3hN405>400`3Qh@03h@03`n7Q02OQ00?3hN406^400l?Qh@0Wh@03`n7Q01[Q00?3hN40 9^400l?Qh@0Ph@004n400l?Qh@0Vh@03`n7Q01[Q00?3hN40:>400l?Qh@0Ih@03`n7Q02OQ00?3hN40 5>400`3Qh@03h@03`n7Q02OQ00?3hN406^400l?Qh@0Wh@03`n7Q01[Q00?3hN409^400l?Qh@0Ph@00 4n400l?Qh@0Vh@03`n7Q01_Q00?3hN409n400l?Qh@0Ih@03`n7Q02OQ00?3hN405>400`3Qh@03h@03 `n7Q02OQ00?3hN406^400l?Qh@0Wh@03`n7Q01[Q00?3hN409^400l?Qh@0Ph@004n400l?Qh@0Vh@03 `n7Q01_Q00?3hN409^400l?Qh@0Jh@03`n7Q02OQ00?3hN405>400`3Qh@03h@03`n7Q02OQ00?3hN40 6^400l?Qh@0Wh@03`n7Q01[Q00?3hN409^400l?Qh@0Ph@004n400l?Qh@0Vh@03`n7Q01_Q00?3hN40 9^400l?Qh@0Jh@03`n7Q02OQ00?3hN405>400`3Qh@04h@03`n7Q02KQ00?3hN406^400l?Qh@0Vh@03 `n7Q01_Q00?3hN409^400l?Qh@0Ph@004n400l?Qh@0Vh@03`n7Q01_Q00?3hN409^400l?Qh@0Kh@03 `n7Q02GQ00?3hN405N400`3Qh@04h@03`n7Q02KQ00?3hN406n400l?Qh@0Uh@03`n7Q01_Q00?3hN40 9^400l?Qh@0Ph@005>400l?Qh@0Uh@03`n7Q01_Q00?3hN409^400l?Qh@0Kh@03`n7Q02GQ00?3hN40 5N400`3Qh@04h@03`n7Q02KQ00?3hN406n400l?Qh@0Uh@03`n7Q01_Q00?3hN409^400l?Qh@0Ph@00 5>400l?Qh@0Uh@03`n7Q01_Q00?3hN409^400l?Qh@0Eh@801>400l?Qh@0Uh@03`n7Q01GQ00<0hN40 1>400l?Qh@0Uh@03`n7Q01;Q0P08h@03`n7Q02GQ00?3hN406n400l?Qh@0Vh@03`n7Q023Q000Dh@03 `n7Q02GQ00?3hN406n400l?Qh@0Vh@03`n7Q01OQ00D0hN7Q``0Wh@03`n7Q01GQ00<0hN401>400l?Q h@0Uh@03`n7Q01CQ00<0hN401N400l?Qh@0Uh@03`n7Q01_Q00?3hN409^400l?Qh@0Ph@005>400l?Q h@0Uh@03`n7Q01_Q00?3hN409^400l?Qh@0Fh@030>7Q00;Q00?3hN409N400l?Qh@0Eh@030>7Q00CQ 00?3hN409N400l?Qh@0Ch@030>7Q00KQ00?3hN409N400l?Qh@0Kh@03`n7Q02KQ00?3hN408>4001CQ 00?3hN409>400l?Qh@0Lh@03`n7Q02KQ00?3hN405n401@3QhN7302OQ00?3hN405N400`3Qh@04h@03 `n7Q02GQ00?3hN405>400`3Qh@05h@03`n7Q02GQ00?3hN407>400l?Qh@0Uh@03`n7Q023Q000Dh@03 `n7Q02CQ00?3hN407>400l?Qh@0Vh@03`n7Q01GQ00<0h@000n400l?Qh@0Uh@03`n7Q01GQ00<0hN40 1>400l?Qh@0Uh@03`n7Q01;Q00<0h@001n400l?Qh@0Uh@03`n7Q01cQ00?3hN409N400l?Qh@0Ph@00 5>400l?Qh@0Th@03`n7Q01cQ00?3hN409^400l?Qh@0Fh@030>7Q00;Q00?3hN409N400l?Qh@0Eh@03 0>7Q00CQ00?3hN409N400l?Qh@0Ch@030>7Q00KQ00?3hN409N400l?Qh@0Lh@03`n7Q02CQ00?3hN40 8N4001CQ00?3hN409>400l?Qh@0Mh@03`n7Q02GQ00?3hN406n400l?Qh@0Uh@03`n7Q01GQ00<0hN40 1>400l?Qh@0Uh@03`n7Q01cQ00?3hN409N400l?Qh@0Lh@03`n7Q02CQ00?3hN408N4001CQ00?3hN40 9>400l?Qh@0Mh@03`n7Q02GQ00?3hN406n400l?Qh@0Uh@03`n7Q01GQ00<0hN401N400l?Qh@0Th@03 `n7Q01cQ00?3hN409>400l?Qh@0Mh@03`n7Q02CQ00?3hN408N4001CQ00?3hN409>400l?Qh@0Mh@03 `n7Q02CQ00?3hN407>400l?Qh@0Uh@03`n7Q01GQ00<0hN401N400l?Qh@0Th@03`n7Q01gQ00?3hN40 8n400l?Qh@0Mh@03`n7Q02CQ00?3hN408N4001GQ00?3hN408n400l?Qh@0Mh@03`n7Q02CQ00?3hN40 7>400l?Qh@0Th@03`n7Q01KQ00<0hN401N400l?Qh@0Th@03`n7Q01gQ00?3hN408n400l?Qh@0Mh@03 `n7Q02CQ00?3hN408N4001GQ00?3hN408n400l?Qh@0Mh@03`n7Q02CQ00?3hN402>4400?Q3P001<<0 000Rh@03`n7Q01KQ00<0hN401N400l?Qh@0Sh@03`n7Q00cQ4P000l?Qh@0Sh@03`n7Q01gQ00?3hN40 9>400l?Qh@0Qh@005N400l?Qh@0Sh@03`n7Q01gQ00?3hN409>400l?Qh@0Mh@03`n7Q02?Q00?3hN40 5^400`3Qh@05h@03`n7Q02?Q00?3hN407^400l?Qh@0Sh@03`n7Q01gQ00?3hN409>400l?Qh@0Qh@00 5N400l?Qh@0Sh@03`n7Q01gQ00?3hN409>400l?Qh@0Mh@03`n7Q02?Q00?3hN405^400`3Qh@05h@03 `n7Q02?Q00?3hN407^400l?Qh@0Sh@03`n7Q01gQ00?3hN409>400l?Qh@0Qh@005N400l?Qh@0Sh@03 `n7Q01gQ00?3hN409>400l?Qh@0Mh@03`n7Q02?Q00?3hN405^400`3Qh@05h@03`n7Q02?Q00?3hN40 7^400l?Qh@0Sh@03`n7Q01gQ00?3hN409>400l?Qh@0Qh@002N4300GQ00H0hN7Q``0Th@03`n7Q01gQ 00?3hN406N400`3Qh@02h@030>7Q00?Q00?3hN407N400l?Qh@0Sh@03`n7Q01KQ00<0hN401N400l?Q h@0Sh@03`n7Q01kQ00?3hN405N400`3Qh@02h@030>7Q00KQ00?3hN407^400l?Qh@0Sh@03`n7Q00kQ 0`05h@030>7Q00;Q00<0hN400n4000?Q1002h@030>7Q00KQ00@0hN739>400l?Qh@0Nh@03`n7Q01?Q 1003h@040>7Q00KQ00?3hN407N400l?Qh@0Sh@03`n7Q01KQ00<0hN401N400l?Qh@0Sh@03`n7Q01kQ 00?3hN405^40103Qh@09h@03`n7Q01kQ00?3hN408n400l?Qh@0>h@030>7Q00KQ00@0hN401^4000[Q 00<0hN401^400`3Q``0Th@03`n7Q01kQ00?3hN406n400`3Q0006h@03`n7Q01gQ00?3hN408n400l?Q h@0Fh@030>7Q00GQ00?3hN408n400l?Qh@0Nh@03`n7Q01OQ00<0h@002N400l?Qh@0Nh@03`n7Q02?Q 00?3hN403n400`3Qh@06h@030>4000KQ000:h@030>7Q00KQ00<0hL<09>400l?Qh@0Nh@03`n7Q01_Q 00<0h@001^400l?Qh@0Bh@<01N401P3QhL?Q02?Q00?3hN405^400`3Qh@06h@03`n7Q02;Q00?3hN40 3^4300GQ00<0hN400^40103QhL4000SQ00?3hN407n400l?Qh@0Rh@03`n7Q013Q00<0hN40 1^400`3Q0006h@002N400`3Q0006h@<000?30>408^400l?Qh@0Oh@03`n7Q01WQ1@05h@03`n7Q01;Q 00<0hN401^40103Q``0Th@03`n7Q01KQ00<0hN401^400l?Qh@0Rh@03`n7Q00kQ00<0hN401^40103Q h@03h@03`n7Q01KQ1@07h@03`n7Q01oQ00?3hN408^400l?Qh@0?h@030>4000KQ1@05h@002^400`3Q h@08h@03`n7Q02;Q00?3hN407n400l?Qh@0Sh@03`n7Q01?Q00<0hN401^400`33000Th@03`n7Q01KQ 00<0hN401^400l?Qh@0Rh@03`n7Q00oQ00<0hN401^400`3Q0004h@03`n7Q027Q00?3hN407n400l?Q h@0Rh@03`n7Q013Q00<0hN403n4001GQ00?3hN408^400l?Qh@0Oh@03`n7Q02;Q00?3hN405>400`3Q h@06h@030<<002?Q00?3hN405n400`3Qh@06h@03`n7Q027Q00?3hN404>400`3Qh@06h@030>4000CQ 00?3hN408N400l?Qh@0Oh@03`n7Q02;Q00?3hN408^4001KQ00?3hN408N400l?Qh@0Oh@03`n7Q02;Q 00?3hN404n400`3Q0006h@8000?300008^400l?Qh@0Gh@030>7Q00KQ00?3hN408N400l?Qh@0?h@03 0>4000KQ1@03h@03`n7Q027Q00?3hN407n400l?Qh@0Rh@03`n7Q02;Q000Fh@03`n7Q027Q00?3hN40 7n400l?Qh@0Rh@03`n7Q01CQ00<0hN402>400l?Qh@0Qh@03`n7Q01OQ00<0hN401^400l?Qh@0Qh@03 `n7Q013Q00<0hN403N400l?Qh@0Qh@03`n7Q01oQ00?3hN408^400l?Qh@0Rh@005^400l?Qh@0Qh@03 `n7Q01oQ00?3hN408^400l?Qh@0Oh@03`n7Q027Q00?3hN405n400`3Qh@06h@03`n7Q027Q00?3hN40 8>400l?Qh@0Qh@03`n7Q01oQ00?3hN408^400l?Qh@0Rh@005^400l?Qh@0Qh@03`n7Q01oQ00?3hN40 8^400l?Qh@0Oh@03`n7Q027Q00?3hN405n400`3Qh@06h@03`n7Q027Q00?3hN408>400l?Qh@0Qh@03 `n7Q01oQ00?3hN408^400l?Qh@0Rh@005^400l?Qh@0Qh@03`n7Q01oQ00?3hN408^400l?Qh@0Oh@03 `n7Q027Q00?3hN405n400`3Qh@06h@03`n7Q027Q00?3hN408>400l?Qh@0Qh@03`n7Q023Q00?3hN40 8N400l?Qh@0Rh@005^400l?Qh@0Qh@03`n7Q01oQ00?3hN408^400l?Qh@0Oh@03`n7Q027Q00?3hN40 5n400`3Qh@06h@03`n7Q027Q00?3hN408>400l?Qh@0Qh@03`n7Q023Q00?3hN408N400l?Qh@0Rh@00 5^400l?Qh@0Ph@03`n7Q023Q00?3hN408^400l?Qh@0Oh@03`n7Q027Q00?3hN405n400`3Qh@07h@03 `n7Q023Q00?3hN408>400l?Qh@0Qh@03`n7Q023Q00?3hN408>400l?Qh@0Sh@005^400l?Qh@0Ph@03 `n7Q023Q00?3hN408^400l?Qh@0Oh@03`n7Q027Q00?3hN405n400`3Qh@07h@03`n7Q023Q00?3hN40 8>400l?Qh@0Ph@03`n7Q027Q00?3hN408>400l?Qh@0Sh@000^4D0003``00020000?300008@000l<0 000Q0003``0001l000?300008@000l<0000Q0003``00020000?3000080000l<0000P0003``000240 00?3000080000l<0000R007Q000=h@030>7Q00KQ00?3hN408>400l?Qh@0Qh@03`n7Q01OQ00<0hN40 1n400l?Qh@0Fh@030>7Q00KQ00?3hN408N400l?Qh@0Gh@030>7Q00OQ00?3hN408>400l?Qh@0Fh@03 0>7Q00SQ00?3hN405^400`3Qh@06h@03`n7Q027Q00?3hN408>400l?Qh@0Gh@030>7Q00WQ000=h@03 0>7Q00KQ00?3hN408>400l?Qh@0Qh@03`n7Q01OQ00<0hN401n400l?Qh@0Fh@030>7Q00KQ00?3hN40 8N400l?Qh@0Gh@030>7Q00OQ00?3hN407n400l?Qh@0Gh@030>7Q00SQ00?3hN405^400`3Qh@06h@03 `n7Q027Q00?3hN408>400l?Qh@0Gh@030>7Q00WQ000=h@030>7Q00KQ00?3hN408>400l?Qh@0Qh@03 `n7Q01OQ00<0hN401^400l?Qh@0Gh@030>7Q00KQ00?3hN408>400l?Qh@0Hh@030>7Q00OQ00?3hN40 7n400l?Qh@0Gh@030>7Q00SQ00?3hN405^400`3Qh@06h@03`n7Q027Q00?3hN408>400l?Qh@0Gh@03 0>7Q00WQ000Gh@03`n7Q01oQ00?3hN408N400l?Qh@0Ph@03`n7Q023Q00?3hN408>400l?Qh@0Hh@03 0>7Q00OQ00?3hN407n400l?Qh@0Rh@03`n7Q01oQ00?3hN408N400l?Qh@0Ph@03`n7Q02?Q000Gh@03 `n7Q01oQ00?3hN408N400l?Qh@0Ph@03`n7Q027Q00?3hN407n400l?Qh@0Hh@030>7Q00OQ00?3hN40 7n400l?Qh@0Rh@03`n7Q01oQ00?3hN408N400l?Qh@0Ph@03`n7Q02?Q000Gh@03`n7Q01oQ00?3hN40 8N400l?Qh@0Ph@03`n7Q027Q00?3hN407n400l?Qh@0Hh@030>7Q00OQ00?3hN407n400l?Qh@0Rh@03 `n7Q01oQ00?3hN408N400l?Qh@0Ph@03`n7Q02?Q000Gh@03`n7Q01oQ00?3hN408N400l?Qh@0Ph@03 `n7Q027Q00?3hN407n400l?Qh@0Hh@030>7Q00OQ00?3hN407n400l?Qh@0Rh@03`n7Q01oQ00?3hN40 8^400l?Qh@0Oh@03`n7Q02?Q000Gh@03`n7Q01oQ00?3hN408N400l?Qh@0Ph@03`n7Q027Q00?3hN40 7n400l?Qh@0Hh@030>7Q00OQ00?3hN407n400l?Qh@0Rh@03`n7Q01oQ00?3hN408^400l?Qh@0Oh@03 `n7Q02?Q000Gh@03`n7Q01oQ00?3hN408N400l?Qh@0Ph@03`n7Q027Q00?3hN407n400l?Qh@0Hh@03 0>7Q00SQ00?3hN407^400l?Qh@0Rh@03`n7Q01oQ00?3hN408^400l?Qh@0Nh@03`n7Q02CQ000Gh@03 `n7Q01oQ00?3hN408N400l?Qh@0Ph@03`n7Q027Q00?3hN407n400l?Qh@0Hh@030>7Q00SQ00?3hN40 7^400l?Qh@0Rh@03`n7Q01kQ00?3hN408n400l?Qh@0Nh@03`n7Q02CQ000Gh@03`n7Q01kQ00?3hN40 8n400l?Qh@0Oh@03`n7Q027Q00?3hN407n400l?Qh@0Hh@030>7Q00SQ00?3hN407^400l?Qh@0Rh@03 `n7Q01kQ00?3hN408n400l?Qh@0Nh@03`n7Q02CQ000Gh@03`n7Q01kQ00?3hN408n400l?Qh@0Oh@03 `n7Q027Q00?3hN407n400l?Qh@0Hh@030>7Q00SQ00?3hN407^400l?Qh@0Sh@03`n7Q01gQ00?3hN40 8n400l?Qh@0Nh@03`n7Q02CQ000Gh@03`n7Q01kQ00?3hN408n400l?Qh@0Oh@03`n7Q027Q00?3hN40 7n400l?Qh@0Hh@030>7Q00SQ00?3hN407N400l?Qh@0Th@03`n7Q01gQ00?3hN408n400l?Qh@0Nh@03 `n7Q02CQ000Gh@03`n7Q01kQ00?3hN408n400l?Qh@0Nh@03`n7Q02;Q00?3hN407n400l?Qh@0Hh@03 0>7Q00SQ00?3hN407N400l?Qh@0Th@03`n7Q01gQ00?3hN408n400l?Qh@0Nh@03`n7Q02CQ000Gh@03 `n7Q01kQ00?3hN408n400l?Qh@0Nh@03`n7Q02;Q00?3hN407^400l?Qh@0Ih@030>7Q00SQ00?3hN40 7N400l?Qh@0Th@03`n7Q01gQ00?3hN408n400l?Qh@0Nh@03`n7Q02CQ000Gh@03`n7Q01kQ00?3hN40 8n400l?Qh@0Nh@03`n7Q02?Q00?3hN407N400l?Qh@0Ih@030>7Q00SQ00?3hN407N400l?Qh@0Th@03 `n7Q01gQ00?3hN408n400l?Qh@0Nh@03`n7Q02CQ000Hh@03`n7Q01gQ00?3hN408n400l?Qh@0Nh@03 `n7Q02?Q00?3hN407N400l?Qh@0Ih@030>7Q00SQ00?3hN407N400l?Qh@0Th@03`n7Q01gQ00?3hN40 8n400l?Qh@0Nh@03`n7Q02CQ000Hh@03`n7Q01gQ00?3hN408n400l?Qh@0Nh@03`n7Q02?Q00?3hN40 7N400l?Qh@0Ih@030>7Q00SQ00?3hN407N400l?Qh@0Th@03`n7Q01gQ00?3hN408n400l?Qh@0Nh@03 `n7Q02CQ000Hh@03`n7Q01gQ00?3hN408n400l?Qh@0Nh@03`n7Q02?Q00?3hN407N400l?Qh@0Ih@03 0>7Q00SQ00?3hN407N400l?Qh@0Th@03`n7Q01gQ00?3hN409>400l?Qh@0Mh@03`n7Q02CQ000Hh@03 `n7Q01gQ00?3hN408n400l?Qh@0Nh@03`n7Q02?Q00?3hN407N400l?Qh@0Ih@030>7Q00SQ00?3hN40 7N400l?Qh@0Th@03`n7Q01gQ00?3hN409>400l?Qh@0Lh@03`n7Q02GQ000Hh@03`n7Q01gQ00?3hN40 8n400l?Qh@0Nh@03`n7Q02?Q00?3hN407N400l?Qh@0Ih@030>7Q00SQ00?3hN407N400l?Qh@0Th@03 `n7Q01gQ00?3hN409>400l?Qh@0Lh@03`n7Q02GQ000Hh@03`n7Q01gQ00?3hN409>400l?Qh@0Mh@03 `n7Q02?Q00?3hN407N400l?Qh@0Ih@030>7Q00WQ00?3hN407>400l?Qh@0Th@03`n7Q01cQ00?3hN40 9N400l?Qh@0Lh@03`n7Q02GQ000Hh@03`n7Q01gQ00?3hN409>400l?Qh@0Mh@03`n7Q02?Q00?3hN40 7N400l?Qh@0Ih@030>7Q00WQ00?3hN407>400l?Qh@0Th@03`n7Q01cQ00?3hN409N400l?Qh@0Lh@03 `n7Q02GQ000Hh@03`n7Q01cQ00?3hN409N400l?Qh@0Mh@03`n7Q02?Q00?3hN407N400l?Qh@0Ih@03 0>7Q00WQ00?3hN406n400l?Qh@0Uh@03`n7Q01cQ00?3hN409N400l?Qh@0Lh@03`n7Q02GQ000Hh@03 `n7Q01cQ00?3hN409N400l?Qh@0Lh@03`n7Q02CQ00?3hN407N400l?Qh@0Ih@030>7Q00WQ00?3hN40 6n400l?Qh@0Vh@03`n7Q01_Q00?3hN409N400l?Qh@0Lh@03`n7Q02GQ000Hh@03`n7Q01cQ00?3hN40 9N400l?Qh@0Lh@03`n7Q02GQ00?3hN407>400l?Qh@0Ih@030>7Q00WQ00?3hN406n400l?Qh@0Vh@03 `n7Q01_Q00?3hN409N400l?Qh@0Lh@03`n7Q02GQ000Hh@03`n7Q01cQ00?3hN409N400l?Qh@0Lh@03 `n7Q02GQ00?3hN406n400l?Qh@0Jh@030>7Q00WQ00?3hN406n400l?Qh@0Vh@03`n7Q01_Q00?3hN40 9N400l?Qh@0Lh@03`n7Q02GQ000Hh@03`n7Q01cQ00?3hN409N400l?Qh@0Lh@03`n7Q02GQ00?3hN40 6n400l?Qh@0Jh@030>7Q00WQ00?3hN406n400l?Qh@0Vh@03`n7Q01_Q00?3hN409N400l?Qh@0Lh@03 `n7Q02GQ000Ih@03`n7Q01_Q00?3hN409N400l?Qh@0Lh@03`n7Q02GQ00?3hN406n400l?Qh@0Jh@03 0>7Q00WQ00?3hN406n400l?Qh@0Vh@03`n7Q01_Q00?3hN409N400l?Qh@0Lh@03`n7Q02GQ000Ih@03 `n7Q01_Q00?3hN409N400l?Qh@0Lh@03`n7Q02GQ00?3hN406n400l?Qh@0Jh@030>7Q00WQ00?3hN40 6n400l?Qh@0Vh@03`n7Q01_Q00?3hN409N400l?Qh@0Kh@03`n7Q02KQ000Ih@03`n7Q01_Q00?3hN40 9N400l?Qh@0Lh@03`n7Q02GQ00?3hN406n400l?Qh@0Jh@030>7Q00WQ00?3hN406n400l?Qh@0Vh@03 `n7Q01_Q00?3hN409N400l?Qh@0Kh@03`n7Q02KQ000Ih@03`n7Q01_Q00?3hN409^400l?Qh@0Kh@03 `n7Q02GQ00?3hN406n400l?Qh@0Jh@030>7Q00WQ00?3hN406n400l?Qh@0Vh@03`n7Q01_Q00?3hN40 9^400l?Qh@0Jh@03`n7Q02KQ000Ih@03`n7Q01_Q00?3hN409^400l?Qh@0Kh@03`n7Q02GQ00?3hN40 6n400l?Qh@0Jh@030>7Q00WQ00?3hN406n400l?Qh@0Vh@03`n7Q01[Q00?3hN409n400l?Qh@0Jh@03 `n7Q02KQ000Ih@03`n7Q01_Q00?3hN409^400l?Qh@0Kh@03`n7Q02GQ00?3hN406n400l?Qh@0Jh@03 0>7Q00WQ00?3hN406n400l?Qh@0Vh@03`n7Q01[Q00?3hN409n400l?Qh@0Jh@03`n7Q02KQ000Ih@03 `n7Q01_Q00?3hN409^400l?Qh@0Kh@03`n7Q02GQ00?3hN406n400l?Qh@0Jh@030>7Q00WQ00?3hN40 6^400l?Qh@0Wh@03`n7Q01[Q00?3hN409n400l?Qh@0Jh@03`n7Q02KQ000Ih@03`n7Q01[Q00?3hN40 9n400l?Qh@0Kh@03`n7Q02KQ00?3hN406^400l?Qh@0Jh@030>7Q00[Q00?3hN406N400l?Qh@0Wh@03 `n7Q01[Q00?3hN409n400l?Qh@0Jh@03`n7Q02KQ000Ih@03`n7Q01[Q00?3hN409n400l?Qh@0Jh@03 `n7Q02OQ00?3hN406^400l?Qh@0Jh@030>7Q00[Q00?3hN406N400l?Qh@0Wh@03`n7Q01[Q00?3hN40 9n400l?Qh@0Jh@03`n7Q02KQ000Ih@03`n7Q01[Q00?3hN409n400l?Qh@0Jh@03`n7Q02OQ00?3hN40 6^400l?Qh@0Jh@030>7Q00[Q00?3hN406N400l?Qh@0Wh@03`n7Q01[Q00?3hN409n400l?Qh@0Jh@03 `n7Q02KQ000Ih@03`n7Q01[Q00?3hN409n400l?Qh@0Jh@03`n7Q02OQ00?3hN406N400l?Qh@0Kh@03 0>7Q00[Q00?3hN406N400l?Qh@0Xh@03`n7Q01WQ00?3hN409n400l?Qh@0Jh@03`n7Q02KQ000Jh@03 `n7Q01WQ00?3hN409n400l?Qh@0Jh@03`n7Q02OQ00?3hN406N400l?Qh@0Kh@030>7Q00[Q00?3hN40 6N400l?Qh@0Xh@03`n7Q01WQ00?3hN409n400l?Qh@0Jh@03`n7Q02KQ000Jh@03`n7Q01WQ00?3hN40 9n400l?Qh@0Jh@03`n7Q02OQ00?3hN406N400l?Qh@0Kh@030>7Q00[Q00?3hN406N400l?Qh@0Xh@03 `n7Q01WQ00?3hN409n400l?Qh@0Ih@03`n7Q02OQ000Jh@03`n7Q01WQ00?3hN409n400l?Qh@0Jh@03 `n7Q02OQ00?3hN406N400l?Qh@0Kh@030>7Q00[Q00?3hN406N400l?Qh@0Xh@03`n7Q01WQ00?3hN40 9n400l?Qh@0Ih@03`n7Q02OQ000Jh@03`n7Q01WQ00?3hN40:>400l?Qh@0Ih@03`n7Q02OQ00?3hN40 6N400l?Qh@0Kh@030>7Q00[Q00?3hN406N400l?Qh@0Xh@03`n7Q01WQ00?3hN409n400l?Qh@0Ih@03 `n7Q02OQ000Jh@03`n7Q01WQ00?3hN40:>400l?Qh@0Ih@03`n7Q02OQ00?3hN406N400l?Qh@0Kh@03 0>7Q00[Q00?3hN406N400l?Qh@0Xh@03`n7Q01SQ00?3hN40:N400l?Qh@0Hh@03`n7Q02OQ000Jh@03 `n7Q01WQ00?3hN40:>400l?Qh@0Ih@03`n7Q02OQ00?3hN406N400l?Qh@0Kh@030>7Q00[Q00?3hN40 6N400l?Qh@0Xh@03`n7Q01SQ00?3hN40:N400l?Qh@0Hh@03`n7Q02OQ000Jh@03`n7Q01WQ00?3hN40 :>400l?Qh@0Ih@03`n7Q02SQ00?3hN406>400l?Qh@0Kh@030>7Q00[Q00?3hN406N400l?Qh@0Xh@03 `n7Q01SQ00?3hN40:N400l?Qh@0Hh@03`n7Q02OQ000Jh@03`n7Q01WQ00?3hN40:>400l?Qh@0Ih@03 `n7Q02SQ00?3hN406>400l?Qh@0Kh@030>7Q00[Q00?3hN406>400l?Qh@0Yh@03`n7Q01SQ00?3hN40 :N400l?Qh@0Hh@03`n7Q02OQ000Jh@03`n7Q01WQ00?3hN40:>400l?Qh@0Hh@03`n7Q02WQ00?3hN40 6>400l?Qh@0Kh@030>7Q00[Q00?3hN406>400l?Qh@0Yh@03`n7Q01SQ00?3hN40:N400l?Qh@0Hh@03 `n7Q02OQ000Jh@03`n7Q01SQ00?3hN40:N400l?Qh@0Hh@03`n7Q02WQ00?3hN406>400l?Qh@0Kh@03 0>7Q00_Q00?3hN405n400l?Qh@0Yh@03`n7Q01SQ00?3hN40:N400l?Qh@0Hh@03`n7Q02OQ000Kh@03 `n7Q01OQ00?3hN40:N400l?Qh@0Hh@03`n7Q02WQ00?3hN406>400l?Qh@0Kh@030>7Q00_Q00?3hN40 5n400l?Qh@0Yh@03`n7Q01SQ00?3hN40:N400l?Qh@0Hh@03`n7Q02OQ000Kh@03`n7Q01OQ00?3hN40 :N400l?Qh@0Hh@03`n7Q02WQ00?3hN405n400l?Qh@0Lh@030>7Q00_Q00?3hN405n400l?Qh@0Yh@03 `n7Q01SQ00?3hN40:N400l?Qh@0Hh@03`n7Q02OQ000Kh@03`n7Q01OQ00?3hN40:N400l?Qh@0Hh@03 `n7Q02WQ00?3hN405n400l?Qh@0Lh@030>7Q00_Q00?3hN405n400l?Qh@0Yh@03`n7Q01SQ00?3hN40 :N400l?Qh@0Gh@03`n7Q02SQ000Kh@03`n7Q01OQ00?3hN40:N400l?Qh@0Hh@03`n7Q02WQ00?3hN40 5n400l?Qh@0Lh@030>7Q00_Q00?3hN405n400l?Qh@0Zh@03`n7Q01OQ00?3hN40:N400l?Qh@0Gh@03 `n7Q02SQ000Kh@03`n7Q01OQ00?3hN40:N400l?Qh@0Hh@03`n7Q02WQ00?3hN405n400l?Qh@0Lh@03 0>7Q00_Q00?3hN405n400l?Qh@0Zh@03`n7Q01OQ00?3hN40:N400l?Qh@0Gh@03`n7Q02SQ000Kh@03 `n7Q01OQ00?3hN40:^400l?Qh@0Gh@03`n7Q02WQ00?3hN405n400l?Qh@0Lh@030>7Q00_Q00?3hN40 5n400l?Qh@0Zh@03`n7Q01KQ00?3hN40:^400l?Qh@0Gh@03`n7Q02SQ000Kh@03`n7Q01OQ00?3hN40 :^400l?Qh@0Gh@03`n7Q02[Q00?3hN405^400l?Qh@0Lh@030>7Q00_Q00?3hN405n400l?Qh@0Zh@03 `n7Q01KQ00?3hN40:^400l?Qh@0Gh@03`n7Q02SQ000Kh@03`n7Q01OQ00?3hN40:^400l?Qh@0Gh@03 `n7Q02[Q00?3hN405^400l?Qh@0Lh@030>7Q00_Q00?3hN405n400l?Qh@0Zh@03`n7Q01KQ00?3hN40 :n400l?Qh@0Fh@03`n7Q02SQ000Kh@03`n7Q01OQ00?3hN40:^400l?Qh@0Fh@03`n7Q02_Q00?3hN40 5^400l?Qh@0Lh@030>7Q00_Q00?3hN405^400l?Qh@0[h@03`n7Q01KQ00?3hN40:n400l?Qh@0Fh@03 `n7Q02SQ000Lh@03`n7Q01GQ00?3hN40:n400l?Qh@0Fh@03`n7Q02_Q00?3hN405^400l?Qh@0Lh@03 0>7Q00_Q00?3hN405^400l?Qh@0[h@03`n7Q01KQ00?3hN40:n400l?Qh@0Fh@03`n7Q02SQ000Lh@03 `n7Q01GQ00?3hN40:n400l?Qh@0Fh@03`n7Q02_Q00?3hN405^400l?Qh@0Lh@030>7Q00_Q00?3hN40 5^400l?Qh@0[h@03`n7Q01KQ00?3hN40:n400l?Qh@0Fh@03`n7Q02SQ000Lh@03`n7Q01GQ00?3hN40 :n400l?Qh@0Fh@03`n7Q02_Q00?3hN405^400l?Qh@0Lh@030>7Q00cQ00?3hN405N400l?Qh@0[h@03 `n7Q01KQ00?3hN40:n400l?Qh@0Fh@03`n7Q02SQ000Lh@03`n7Q01GQ00?3hN40:n400l?Qh@0Fh@03 `n7Q02_Q00?3hN405^400l?Qh@0Lh@030>7Q00cQ00?3hN405N400l?Qh@0[h@03`n7Q01KQ00?3hN40 :n400l?Qh@0Eh@03`n7Q02WQ000Lh@03`n7Q01GQ00?3hN40:n400l?Qh@0Fh@03`n7Q02_Q00?3hN40 5N400l?Qh@0Mh@030>7Q00cQ00?3hN405N400l?Qh@0[h@03`n7Q01KQ00?3hN40:n400l?Qh@0Eh@03 `n7Q02WQ000Lh@03`n7Q01GQ00?3hN40:n400l?Qh@0Fh@03`n7Q02_Q00?3hN405N400l?Qh@0Mh@03 0>7Q00cQ00?3hN405N400l?Qh@0/h@03`n7Q01GQ00?3hN40:n400l?Qh@0Eh@03`n7Q02WQ000Lh@03 `n7Q01GQ00?3hN40:n400l?Qh@0Fh@03`n7Q02_Q00?3hN405N400l?Qh@0Mh@030>7Q00cQ00?3hN40 5N400l?Qh@0/h@03`n7Q01GQ00?3hN40:n400l?Qh@0Eh@03`n7Q02WQ000Lh@03`n7Q01GQ00?3hN40 :n400l?Qh@0Eh@03`n7Q02gQ00?3hN405>400l?Qh@0Mh@030>7Q00cQ00?3hN405N400l?Qh@0/h@03 `n7Q01GQ00?3hN40:n400l?Qh@0Eh@03`n7Q02WQ000Lh@03`n7Q01CQ00?3hN40;N400l?Qh@0Dh@03 `n7Q02gQ00?3hN405>400l?Qh@0Mh@030>7Q00cQ00?3hN405N400l?Qh@0/h@03`n7Q01CQ00?3hN40 ;N400l?Qh@0Dh@03`n7Q02WQ000Mh@03`n7Q01?Q00?3hN40;N400l?Qh@0Dh@03`n7Q02gQ00?3hN40 5>400l?Qh@0Mh@030>7Q00cQ00?3hN405N400l?Qh@0/h@03`n7Q01CQ00?3hN40;N400l?Qh@0Dh@03 `n7Q02WQ000Mh@03`n7Q01?Q00?3hN40;N400l?Qh@0Dh@03`n7Q02gQ00?3hN405>400l?Qh@0Mh@03 0>7Q00cQ00?3hN405>400l?Qh@0]h@03`n7Q01CQ00?3hN40;N400l?Qh@0Dh@03`n7Q02WQ000Mh@03 `n7Q01?Q00?3hN40;N400l?Qh@0Dh@03`n7Q02gQ00?3hN405>400l?Qh@0Mh@030>7Q00cQ00?3hN40 5>400l?Qh@0]h@03`n7Q01CQ00?3hN40;N400l?Qh@0Dh@03`n7Q02WQ000Mh@03`n7Q01?Q00?3hN40 ;N400l?Qh@0Dh@03`n7Q02gQ00?3hN405>400l?Qh@0Mh@030>7Q00cQ00?3hN405>400l?Qh@0]h@03 `n7Q01CQ00?3hN40;N400l?Qh@0Dh@03`n7Q02WQ000Mh@03`n7Q01?Q00?3hN40;N400l?Qh@0Dh@03 `n7Q02gQ00?3hN405>400l?Qh@0Mh@030>7Q00cQ00?3hN405>400l?Qh@0^h@03`n7Q01?Q00?3hN40 ;N400l?Qh@0Dh@03`n7Q02WQ000Mh@03`n7Q01?Q00?3hN40;N400l?Qh@0Dh@03`n7Q02gQ00?3hN40 5>400l?Qh@0Mh@030>7Q00gQ00?3hN404n400l?Qh@0^h@03`n7Q01?Q00?3hN40;N400l?Qh@0Ch@03 `n7Q02[Q000Mh@03`n7Q01?Q00?3hN40;N400l?Qh@0Dh@03`n7Q02kQ00?3hN404n400l?Qh@0Mh@03 0>7Q00gQ00?3hN404n400l?Qh@0^h@03`n7Q01?Q00?3hN40;N400l?Qh@0Ch@03`n7Q02[Q000Mh@03 `n7Q01;Q00?3hN40;^400l?Qh@0Ch@03`n7Q02oQ00?3hN404^400l?Qh@0Nh@030>7Q00gQ00?3hN40 4n400l?Qh@0^h@03`n7Q01?Q00?3hN40;^400l?Qh@0Bh@03`n7Q02[Q000Mh@03`n7Q01;Q00?3hN40 ;n400l?Qh@0Bh@03`n7Q02oQ00?3hN404^400l?Qh@0Nh@030>7Q00gQ00?3hN404n400l?Qh@0^h@03 `n7Q01?Q00?3hN40;^400l?Qh@0Bh@03`n7Q02[Q000Mh@03`n7Q01;Q00?3hN40;n400l?Qh@0Bh@03 `n7Q02oQ00?3hN404^400l?Qh@0Nh@030>7Q00gQ00?3hN404n400l?Qh@0^h@03`n7Q01?Q00?3hN40 ;^400l?Qh@0Bh@03`n7Q02[Q000Nh@03`n7Q017Q00?3hN40;n400l?Qh@0Bh@03`n7Q02oQ00?3hN40 4^400l?Qh@0Nh@030>7Q00gQ00?3hN404n400l?Qh@0^h@03`n7Q01;Q00?3hN40;n400l?Qh@0Bh@03 `n7Q02[Q000Nh@03`n7Q017Q00?3hN40;n400l?Qh@0Bh@03`n7Q02oQ00?3hN404^400l?Qh@0Nh@03 0>7Q00gQ00?3hN404n400l?Qh@0^h@03`n7Q01;Q00?3hN40;n400l?Qh@0Bh@03`n7Q02[Q000Nh@03 `n7Q017Q00?3hN40;n400l?Qh@0Bh@03`n7Q02oQ00?3hN404^400l?Qh@0Nh@030>7Q00gQ00?3hN40 4^400l?Qh@0`h@03`n7Q017Q00?3hN40;n400l?Qh@0Bh@03`n7Q02[Q000Nh@03`n7Q017Q00?3hN40 ;n400l?Qh@0Bh@03`n7Q02oQ00?3hN404^400l?Qh@0Nh@030>7Q00gQ00?3hN404^400l?Qh@0`h@03 `n7Q017Q00?3hN40;n400l?Qh@0Bh@03`n7Q02[Q000Nh@03`n7Q017Q00?3hN40;n400l?Qh@0Bh@03 `n7Q033Q00?3hN404N400l?Qh@0Nh@030>7Q00kQ00?3hN404N400l?Qh@0`h@03`n7Q017Q00?3hN40 <>400l?Qh@0Ah@03`n7Q02[Q000Nh@03`n7Q013Q00?3hN407Q00kQ00?3hN404N400l?Qh@0`h@03`n7Q017Q00?3hN40<>400l?Qh@0@h@03 `n7Q02_Q000Nh@03`n7Q013Q00?3hN407Q00kQ00?3hN404N400l?Qh@0`h@03`n7Q017Q00?3hN40<>400l?Qh@0@h@03`n7Q02_Q000Nh@03 `n7Q013Q00?3hN40400l?Qh@0Oh@030>7Q00kQ00?3hN40 4N400l?Qh@0`h@03`n7Q017Q00?3hN40<>400l?Qh@0@h@03`n7Q02_Q000Nh@03`n7Q013Q00?3hN40 400l?Qh@0Oh@030>7Q00kQ00?3hN404N400l?Qh@0`h@03 `n7Q017Q00?3hN40<>400l?Qh@0@h@03`n7Q02_Q000Nh@03`n7Q013Q00?3hN40400l?Qh@0Oh@030>7Q00kQ00?3hN404N400l?Qh@0`h@03`n7Q013Q00?3hN40 400l?Qh@0Oh@030>7Q00oQ00?3hN404>400l?Qh@0ah@03`n7Q00oQ00?3hN40400l?Qh@0Oh@03 0>7Q00oQ00?3hN404>400l?Qh@0ah@03`n7Q00oQ00?3hN40400l?Qh@0Oh@030>7Q00oQ00?3hN40 3n400l?Qh@0bh@03`n7Q00oQ00?3hN40<^400l?Qh@0?h@03`n7Q02_Q000Oh@03`n7Q00kQ00?3hN40 7Q00oQ00?3hN403n400l?Qh@0bh@03 `n7Q00oQ00?3hN40<^400l?Qh@0?h@03`n7Q02_Q000Oh@03`n7Q00kQ00?3hN40h@03 `n7Q03?Q00?3hN403n400l?Qh@0Oh@030>7Q00oQ00?3hN403n400l?Qh@0bh@03`n7Q00oQ00?3hN40 <^400l?Qh@0?h@03`n7Q02_Q000Oh@03`n7Q00kQ00?3hN40h@03`n7Q03?Q00?3hN40 3^400l?Qh@0Ph@030>7Q00oQ00?3hN403n400l?Qh@0bh@03`n7Q00kQ00?3hN40h@03 `n7Q02cQ000Oh@03`n7Q00kQ00?3hN40h@03`n7Q03?Q00?3hN403^400l?Qh@0Ph@03 0>7Q013Q00?3hN403^400l?Qh@0bh@03`n7Q00kQ00?3hN40h@03`n7Q02cQ000Oh@03 `n7Q00kQ00?3hN40h@03`n7Q03?Q00?3hN403^400l?Qh@0Ph@030>7Q013Q00?3hN40 3^400l?Qh@0bh@03`n7Q00kQ00?3hN40h@03`n7Q02cQ000Oh@03`n7Q00kQ00?3hN40 h@03`n7Q03?Q00?3hN403^400l?Qh@0Ph@030>7Q013Q00?3hN403^400l?Qh@0ch@03 `n7Q00gQ00?3hN40h@03`n7Q02cQ000Oh@03`n7Q00kQ00?3hN40=>400l?Qh@0=h@03 `n7Q03?Q00?3hN403^400l?Qh@0Ph@030>7Q013Q00?3hN403^400l?Qh@0ch@03`n7Q00gQ00?3hN40 h@03`n7Q02cQ000Ph@03`n7Q00gQ00?3hN40=>400l?Qh@0=h@03`n7Q03?Q00?3hN40 3^400l?Qh@0Ph@030>7Q013Q00?3hN403^400l?Qh@0ch@03`n7Q00gQ00?3hN40=>400l?Qh@0=h@03 `n7Q02cQ000Ph@03`n7Q00gQ00?3hN40=>400l?Qh@0=h@03`n7Q03?Q00?3hN403^400l?Qh@0Ph@03 0>7Q013Q00?3hN403N400l?Qh@0dh@03`n7Q00gQ00?3hN40=>400l?Qh@0=h@03`n7Q02cQ000Ph@03 `n7Q00cQ00?3hN40=N400l?Qh@07Q017Q00?3hN40 3>400l?Qh@0dh@03`n7Q00cQ00?3hN40=N400l?Qh@0=h@03`n7Q02cQ000Ph@03`n7Q00cQ00?3hN40 =N400l?Qh@0400l?Qh@0Qh@030>7Q017Q00?3hN403>400l?Qh@0dh@03 `n7Q00cQ00?3hN40=N400l?Qh@0=h@03`n7Q02cQ000Ph@03`n7Q00cQ00?3hN40=N400l?Qh@0400l?Qh@0Qh@030>7Q017Q00?3hN403>400l?Qh@0dh@03`n7Q00cQ00?3hN40 =N400l?Qh@0400l?Qh@0Qh@030>7Q017Q00?3hN403>400l?Qh@0dh@03`n7Q00cQ00?3hN40=N400l?Qh@0400l?Qh@0Qh@03 0>7Q017Q00?3hN403>400l?Qh@0eh@03`n7Q00_Q00?3hN40=N400l?Qh@0400l?Qh@0Qh@030>7Q017Q00?3hN40 3>400l?Qh@0eh@03`n7Q00_Q00?3hN40=N400l?Qh@0400l?Qh@0Qh@030>7Q017Q00?3hN402n400l?Qh@0fh@03 `n7Q00_Q00?3hN40=^400l?Qh@0;h@03`n7Q02gQ000Qh@03`n7Q00_Q00?3hN40=^400l?Qh@0;h@03 `n7Q03GQ00?3hN403>400l?Qh@0Qh@030>7Q017Q00?3hN402n400l?Qh@0fh@03`n7Q00[Q00?3hN40 =n400l?Qh@0;h@03`n7Q02gQ000Qh@03`n7Q00[Q00?3hN40=n400l?Qh@0:h@03`n7Q03KQ00?3hN40 3>400l?Qh@0Qh@030>7Q01;Q00?3hN402^400l?Qh@0fh@03`n7Q00[Q00?3hN40=n400l?Qh@0;h@03 `n7Q02gQ000Qh@03`n7Q00[Q00?3hN40=n400l?Qh@0:h@03`n7Q03OQ00?3hN402^400l?Qh@0Rh@03 0>7Q01;Q00?3hN402^400l?Qh@0fh@03`n7Q00[Q00?3hN40=n400l?Qh@0;h@03`n7Q02gQ000Qh@03 `n7Q00[Q00?3hN40=n400l?Qh@0:h@03`n7Q03OQ00?3hN402^400l?Qh@0Rh@030>7Q01;Q00?3hN40 2N400l?Qh@0gh@03`n7Q00[Q00?3hN40=n400l?Qh@0:h@03`n7Q02kQ000Qh@03`n7Q00[Q00?3hN40 =n400l?Qh@0:h@03`n7Q03OQ00?3hN402^400l?Qh@0Rh@030>7Q01;Q00?3hN402N400l?Qh@0hh@03 `n7Q00WQ00?3hN40=n400l?Qh@0:h@03`n7Q02kQ000Qh@03`n7Q00[Q00?3hN40>>400l?Qh@09h@03 `n7Q03OQ00?3hN402^400l?Qh@0Rh@030>7Q01;Q00?3hN402N400l?Qh@0hh@03`n7Q00WQ00?3hN40 =n400l?Qh@0:h@03`n7Q02kQ000Rh@03`n7Q00WQ00?3hN40>>400l?Qh@09h@03`n7Q03OQ00?3hN40 2^400l?Qh@0Rh@030>7Q01;Q00?3hN402N400l?Qh@0hh@03`n7Q00WQ00?3hN40>>400l?Qh@09h@03 `n7Q02kQ000Rh@03`n7Q00WQ00?3hN40>>400l?Qh@09h@03`n7Q03OQ00?3hN402N400l?Qh@0Sh@03 0>7Q01;Q00?3hN402N400l?Qh@0hh@03`n7Q00WQ00?3hN40>>400l?Qh@09h@03`n7Q02kQ000Rh@03 `n7Q00SQ00?3hN40>N400l?Qh@08h@03`n7Q03SQ00?3hN402N400l?Qh@0Sh@030>7Q01?Q00?3hN40 1n400l?Qh@0ih@03`n7Q00SQ00?3hN40>N400l?Qh@08h@03`n7Q02oQ000Rh@03`n7Q00SQ00?3hN40 >N400l?Qh@08h@03`n7Q03WQ00?3hN402>400l?Qh@0Sh@030>7Q01?Q00?3hN401n400l?Qh@0ih@03 `n7Q00SQ00?3hN40>N400l?Qh@08h@03`n7Q02oQ000Rh@03`n7Q00SQ00?3hN40>N400l?Qh@08h@03 `n7Q03WQ00?3hN401n400l?Qh@0Th@030>7Q01?Q00?3hN401n400l?Qh@0ih@03`n7Q00SQ00?3hN40 >N400l?Qh@08h@03`n7Q02oQ000Rh@03`n7Q00SQ00?3hN40>^400l?Qh@07h@03`n7Q03WQ00?3hN40 1n400l?Qh@0Th@030>7Q01?Q00?3hN401n400l?Qh@0jh@03`n7Q00OQ00?3hN40>N400l?Qh@07h@03 `n7Q033Q000Sh@03`n7Q00OQ00?3hN40>^400l?Qh@07h@03`n7Q03WQ00?3hN401n400l?Qh@0Th@03 0>7Q01?Q00?3hN401n400l?Qh@0jh@03`n7Q00OQ00?3hN40>^400l?Qh@06h@03`n7Q033Q000Sh@03 `n7Q00OQ00?3hN40>^400l?Qh@07h@03`n7Q03WQ00?3hN401n400l?Qh@0Th@030>7Q01CQ00?3hN40 1^400l?Qh@0jh@03`n7Q00OQ00?3hN40>^400l?Qh@06h@03`n7Q033Q000Sh@03`n7Q00KQ00?3hN40 >n400l?Qh@06h@03`n7Q03_Q00?3hN401N400l?Qh@0Uh@030>7Q01CQ00?3hN401N400l?Qh@0kh@03 `n7Q00KQ00?3hN40>n400l?Qh@06h@03`n7Q033Q000Sh@03`n7Q00KQ00?3hN40>n400l?Qh@06h@03 `n7Q03_Q00?3hN401N400l?Qh@0Uh@030>7Q01CQ00?3hN401N400l?Qh@0kh@03`n7Q00KQ00?3hN40 >n400l?Qh@05h@03`n7Q037Q000Th@03`n7Q00GQ00?3hN40>n400l?Qh@06h@03`n7Q03cQ00?3hN40 1>400l?Qh@0Uh@030>7Q01CQ00?3hN401N400l?Qh@0lh@03`n7Q00GQ00?3hN40>n400l?Qh@05h@03 `n7Q037Q000Th@03`n7Q00GQ00?3hN40?>400l?Qh@05h@03`n7Q03cQ00?3hN401>400l?Qh@0Uh@03 0>7Q01CQ00?3hN401N400l?Qh@0lh@03`n7Q00GQ00?3hN40?>400l?Qh@04h@03`n7Q037Q000Uh@03 `n7Q00?Q00?3hN40?N400l?Qh@04h@03`n7Q03gQ00?3hN400n400l?Qh@0Vh@030>7Q01CQ00?3hN40 1N400l?Qh@0lh@03`n7Q00CQ00?3hN40?N400l?Qh@04h@03`n7Q037Q000Uh@03`n7Q00?Q00?3hN40 ?N400l?Qh@04h@03`n7Q03gQ00?3hN400n400l?Qh@0Vh@030>7Q01CQ00?3hN401>400l?Qh@0mh@03 `n7Q00CQ00?3hN40?N400l?Qh@03h@03`n7Q03;Q000Uh@03`n7Q00;Q00?3hN40?n400l?Qh@03h@03 `n7Q03gQ00?3hN400n400l?Qh@0Vh@030>7Q01GQ00?3hN400n400l?Qh@0nh@03`n7Q00?Q00?3hN40 ?^400l?Qh@02h@03`n7Q03;Q000Uh@03`n7Q00;Q00?3hN40?n400l?Qh@02h@03`n7Q03oQ00?3hN40 0^400l?Qh@0Vh@030>7Q01GQ00?3hN400n400l?Qh@0nh@03`n7Q00;Q00?3hN40?n400l?Qh@02h@03 `n7Q03;Q000Vh@05`n7QhL<0@N400l?Qh@02h@03`n7Q03oQ00?3hN400^400l?Qh@0Kh@D01^400`3Q h@0Fh@05`n7QhL<0@^401L?QhN73047Q0/<3h@03`n7Q03;Q000Vh@05`n7QhL<0@^4017Q00KQ00<0hN40gN400=SQ00<0hN40 1^400`3Qh@3Mh@00en4200SQ00<0hN40gN400>7Q00<0hN40gN400>7Q00<0hN40gN400>7Q00<0hN40 gN400>7Q00<0hN40gN400001\ \>"], ImageRangeCache->{{{0, 448}, {276.313, 0}} -> {-6.66818, -1.05348, 0.0296107, 0.00762526}}], Cell[TextData[{ "Notice that the ", "amplitude", " is 1, the period is 2\[Pi]/3, and the phase shift is -4/3, which means \ that if we had to graph it by hand we would start at the point -4/3 and draw \ a graph of the shape of sine on an interval of length 2\[Pi]/3." }], "Text", FontSize->14], Cell[BoxData[ FormBox[ RowBox[{ RowBox[{ StyleBox["Exercise", FontWeight->"Bold"], StyleBox[" ", FontWeight->"Bold"], RowBox[{ StyleBox["5", FontWeight->"Bold"], StyleBox[":", FontWeight->"Bold"], StyleBox[" ", FontWeight->"Bold"], \(Find\ the\ amplitude\)}]}], ",", " ", "period", ",", " ", RowBox[{ \(and\ phase\ shift\ of\ the\ following\ sinusoidal\ functions\ and\ sketch\ their\ \(graphs : \n\t\t\((a)\) y\)\), " ", "=", RowBox[{ RowBox[{ FormBox[\(2\/7\), "TraditionalForm"], "sin", RowBox[{"(", RowBox[{ RowBox[{ FormBox[\(3\/2\), "TraditionalForm"], "x"}], " ", "-", FormBox[\(\(3 \[Pi]\)\/2\), "TraditionalForm"]}], ")"}], " ", \((b)\), " ", "y"}], "=", \(\(-6\) cos \((4 x + 3 \[Pi])\)\)}]}]}], TextForm]], "Text", FontSize->14, FontWeight->"Plain"], Cell["Answers:", "Text"], Cell[BoxData[ RowBox[{ \(Print["\<(a) A = 2/7, \[Omega] = 3/2, \[CapitalPhi] = 3\[Pi]/2. amplitude = 2/7, period = 4\[Pi]/3, phase shift = \[Pi]\>"]\), ";", RowBox[{"Plot", "[", " ", RowBox[{ RowBox[{ FormBox[\(2\/7\), "TraditionalForm"], RowBox[{"Sin", "[", RowBox[{ RowBox[{ FormBox[\(3\/2\), "TraditionalForm"], "x"}], " ", "-", FormBox[\(\(3 \[Pi]\)\/2\), "TraditionalForm"]}], "]"}]}], " ", ",", " ", \({x, \ \(-4\) Pi/3, \ 2 Pi}\), ",", " ", \(PlotStyle -> Hue[0.1]\), ",", " ", \(Ticks -> {{\(-4\) Pi/3, \ \(-Pi\), \(-2\) Pi/3, \ \(-Pi\)/3, Pi/3, \ 2 Pi/3, \ Pi, \ 4 Pi/3}, {\(-2\)/7, \ 2/7}}\)}], " ", "]"}], ";", "\n", \(Print["\<(b) A = -6, \[Omega] = 4, \[CapitalPhi] = -3\[Pi]. \ amplitude = 6, period = \[Pi]/2, phase shift = -3\[Pi]/4\>"]\), ";", "\n", \(Plot[\(-6\) Cos[4 x + 3 Pi], \ {x, \ \(-3\) Pi/4, \ 3 Pi/4}, \ PlotStyle -> Hue[0.01], Ticks -> {{\(-3\) Pi/4, \ \(-Pi\)/2, \(-Pi\)/4, Pi/4, \ Pi/2, \ 3 Pi/4}, {\(-6\), \ 6}}\ ]\), ";"}]], "Input", FontColor->RGBColor[1, 1, 0], Background->RGBColor[1, 1, 0]] }, Open ]] }, Closed]] }, Open ]] }, FrontEndVersion->"Microsoft Windows 3.0", ScreenRectangle->{{0, 1024}, {0, 712}}, WindowToolbars->{}, WindowSize->{980, 630}, WindowMargins->{{2, Automatic}, {Automatic, 5}}, Magnification->1.25 ] (*********************************************************************** 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, 102, 2, 150, "Title"], Cell[CellGroupData[{ Cell[1858, 57, 119, 2, 86, "Section"], Cell[1980, 61, 481, 14, 59, "Text"], Cell[2464, 77, 959, 17, 144, "Text"], Cell[3426, 96, 810, 21, 102, "Text"], Cell[4239, 119, 124, 3, 55, "Input"], Cell[4366, 124, 1691, 38, 229, "Text"] }, Open ]], Cell[CellGroupData[{ Cell[6094, 167, 96, 2, 86, "Section"], Cell[6193, 171, 280, 10, 65, "Text"], Cell[6476, 183, 125, 6, 41, "Text"], Cell[6604, 191, 599, 15, 97, "Input"], Cell[7206, 208, 127, 6, 41, "Text"], Cell[7336, 216, 598, 15, 97, "Input"], Cell[7937, 233, 246, 9, 41, "Text"] }, Closed]], Cell[CellGroupData[{ Cell[8220, 247, 93, 2, 60, "Section"], Cell[8316, 251, 170, 6, 41, "Text"], Cell[8489, 259, 19327, 948, 262, 5910, 778, "GraphicsData", "PostScript", "Graphics"], Cell[27819, 1209, 158, 4, 41, "Text"], Cell[27980, 1215, 130, 3, 55, "Input"], Cell[28113, 1220, 356, 14, 41, "Text"], Cell[28472, 1236, 369, 7, 97, "Input"], Cell[28844, 1245, 1474, 56, 137, "Text"], Cell[30321, 1303, 613, 18, 55, "Input"], Cell[CellGroupData[{ Cell[30959, 1325, 30, 0, 57, "Subsection"], Cell[30992, 1327, 1059, 41, 110, "Text"], Cell[32054, 1370, 338, 7, 89, "Text"], Cell[32395, 1379, 436, 9, 97, "Input"], Cell[32834, 1390, 544, 20, 46, "Text"], Cell[33381, 1412, 23, 0, 38, "Text"], Cell[33407, 1414, 189, 5, 55, "Input"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[33645, 1425, 90, 2, 60, "Section"], Cell[33738, 1429, 1053, 37, 115, "Text"], Cell[34794, 1468, 417, 12, 55, "Input"], Cell[35214, 1482, 347, 12, 65, "Text"], Cell[35564, 1496, 468, 9, 118, "Input"], Cell[36035, 1507, 332, 14, 41, "Text"], Cell[36370, 1523, 215, 6, 41, "Text"], Cell[36588, 1531, 377, 7, 118, "Input"], Cell[36968, 1540, 395, 11, 65, "Text"], Cell[CellGroupData[{ Cell[37388, 1555, 30, 0, 57, "Subsection"], Cell[37421, 1557, 525, 19, 65, "Text"], Cell[37949, 1578, 384, 16, 46, "Text"], Cell[38336, 1596, 23, 0, 38, "Text"], Cell[38362, 1598, 497, 9, 118, "Input"], Cell[38862, 1609, 161, 5, 41, "Text"], Cell[39026, 1616, 23, 0, 38, "Text"], Cell[39052, 1618, 423, 8, 111, "Input"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[39524, 1632, 96, 2, 60, "Section"], Cell[39623, 1636, 51, 1, 41, "Text"], Cell[39677, 1639, 1012, 34, 70, "Text"], Cell[40692, 1675, 1353, 49, 126, "Text"], Cell[42048, 1726, 424, 9, 118, "Input"], Cell[42475, 1737, 224, 8, 41, "Text"], Cell[42702, 1747, 225, 6, 62, "Text"], Cell[42930, 1755, 1486, 56, 97, "Text"], Cell[CellGroupData[{ Cell[44441, 1815, 30, 0, 57, "Subsection"], Cell[44474, 1817, 307, 6, 86, "Text"], Cell[44784, 1825, 1307, 45, 257, "Text"], Cell[46094, 1872, 51454, 1660, 357, 11820, 1166, "GraphicsData", "PostScript", "Graphics"], Cell[97551, 3534, 303, 7, 65, "Text"], Cell[97857, 3543, 1171, 33, 81, "Text"], Cell[99031, 3578, 24, 0, 38, "Text"], Cell[99058, 3580, 1324, 28, 201, "Input"] }, Open ]] }, Closed]] }, Open ]] } ] *) (*********************************************************************** End of Mathematica Notebook file. ***********************************************************************)