Lecture 17 Appendix B (analytic functions and contour integrals)

Size: px
Start display at page:

Download "Lecture 17 Appendix B (analytic functions and contour integrals)"

Transcription

1 Lecture 7 Appendix B (analytic functions and contour integrals) Ex 4.:8 We want to consider the analyticity properties (CR) of the square root function In[]:= f8@z_d := Sqrt@zD Now write this function in terms of its real and imaginary parts (carefully telling Mathematica that x,y are real) In[]:= U8@x_, y_d := Refine@Re@ComplexExpand@f8@x ä yddd, Element@x V8@x_, y_d := Refine@Im@ComplexExpand@f8@x ä yddd, Element@x In[3]:= U8@x, yd Out[3]= In[4]:= Out[4]= In[5]:= Out[5]= Ix y M 4 Arg@x ä ydf CosB FullSimplifyBIx y M Ix y M 4 y, RealsDD; y, RealsDD 4 CosB ArcTan@x, ydff CosB ArcTan@x, ydf V8@x, yd Ix y M 4 Arg@x ä ydf SinB Note that the arg function is the familiar arctan. Then we check the C R relations In[6]:= D@U8@x, yd, xd D@V8@x, yd, yd Out[6]= x CosA Arg@x ä yde Ix y M y SinA Arg@x ä yde Ix y M 3 4 ä Ix y M 4 Ix y M CosB SinB Arg@x ä ydf ä yd Arg@x ä ydf ä yd Mathematica doesn't like to take the derivative of the Arg function so try replacing it with the arctan In[7]:= In[8]:= U8@x_, y_d := Ix y M 4 CosB ArcTan@x, ydf V8@x_, y_d := Ix y M 4 SinB ArcTan@x, ydf

2 Lec7_8_9 App B.nb In[9]:= yd, xd yd, yd Out[9]= In[]:= yd, yd yd, xd Out[]= So the square root is analytic everywhere except at the branch point at the origin z =, where the above expressions diverge, although this feature is more easier to see in the analytic analysis. It is also unfortunate that Mathematica uses the arg function and then does not want to take derivatives. Ex 4.: 9 We want to consider the analyticity properties (CR) of the log function In[]:= f9@z_d := Log@zD Now write this function in terms of its real and imaginary parts (carefully telling Mathematica that x,y are real) In[]:= U9@x_, y_d := Refine@Re@ComplexExpand@f9@x ä yddd, Element@x V9@x_, y_d := Refine@Im@ComplexExpand@f9@x ä yddd, Element@x In[3]:= U9@x, yd Out[3]= In[4]:= ReALogAx y EE V9@x, yd Out[4]= y, RealsDD; y, RealsDD Arg@x ä yd ImALogAx y EE So Mathematica is not certain that the log is real try In[5]:= U9@x_, y_d := Refine@Re@ComplexExpand@f9@x ä yddd, Element@x y Log@x ^ y ^ D, RealsDD; V9@x_, y_d := Refine@Im@ComplexExpand@f9@x ä yddd, Element@x y Log@x ^ y ^ D, RealsDD In[6]:= U9@x, yd Out[6]= In[7]:= Out[7]= LogAx y E V9@x, yd Arg@x ä yd Note this last expression is the familiar arctan. Then we check the C R relations In[8]:= D@U9@x, yd, xd D@V9@x, yd, yd x Out[8]= x y ä ä yd Mathematica doesn't like to take the derivative of the Arg function so try

3 Lec7_8_9 App B.nb In[9]:= y_d := yd In[]:= yd, xd yd, yd Out[]= In[]:= Out[]= 3 D@U9@x, yd, yd D@V9@x, yd, xd So the log is analytic everywhere except at the branch point at the origin z =, where the above expressions diverge. Ex 4.:3 We want to consider the analyticity properties (CR) of the function In[]:= f3@z_d := z which we expect to be analytic except at the origin. Now write this function in terms of its real and imaginary parts (carefully telling Mathematica that x,y are real) In[3]:= U3@x_, y_d := Refine@Re@ComplexExpand@f3@x ä yddd, Element@x V3@x_, y_d := Refine@Im@ComplexExpand@f3@x ä yddd, Element@x In[4]:= U3@x, yd Out[4]= y ImB x y In[5]:= V3@x, yd Out[5]= x ImB x y F x ReB x y F y ReB x y y, RealsDD; y, RealsDD F F So Mathematica is not certain that /(x^y^) is real try In[6]:= U3@x_, y_d := RefineBRe@ComplexExpand@f3@x ä yddd, ElementBx y, RealsFF; x y V3@x_, y_d := RefineBIm@ComplexExpand@f3@x ä yddd, ElementBx y, RealsFF x y In[7]:= U3@x, yd x Out[7]= x In[8]:= y V3@x, yd y Out[8]= x y Then we check the C R relations

4 4 Lec7_8_9 App B.nb In[9]:= yd, xd yd, yd x Out[9]= y Ix y M In[3]:= Out[3]= In[3]:= Out[3]= Ix y M Simplify@%D x y D@U3@x, yd, yd D@V3@x, yd, xd So /z is analytic everywhere except at the origin where the above expressions diverge. Ex 4.:34 We want to consider the analyticity properties (CR) of the log function In[3]:= f34@z_d := Log@ zd whose series expansion is In[33]:= Series@f34@zD, 8z,, 4<D z Out[33]= z z3 z4 3 O@zD5 4 Now write this function in terms of its real and imaginary parts (carefully telling Mathematica that x,y are real) In[34]:= U34@x_, y_d := Refine@Re@ComplexExpand@f34@x ä yddd, Element@x V34@x_, y_d := Refine@Im@ComplexExpand@f34@x ä yddd, Element@x In[35]:= U34@x, yd Out[35]= In[36]:= ReALogAH xl y EE V34@x, yd Out[36]= y, RealsDD; y, RealsDD Arg@ x ä yd ImALogAH xl y EE So Mathematica is not certain that the log is real try In[37]:= U34@x_, y_d := Refine@Re@ComplexExpand@f34@x ä yddd, Element@x y Log@H xl ^ y ^ D, RealsDD; V34@x_, y_d := Refine@Im@ComplexExpand@f34@x ä yddd, Element@x y Log@H xl ^ y ^ D, RealsDD In[38]:= U34@x, yd Out[38]= In[39]:= Out[39]= LogAH xl y E V34@x, yd Arg@ x ä yd

5 Lec7_8_9 App B.nb 5 Note this last expression is the familiar arctan. Then we check the C R relations In[4]:= D@U34@x, yd, xd D@V34@x, yd, yd x Out[4]= H xl y So try ä x ä yd In[4]:= V34@x_, y_d := ArcTan@ x, yd In[4]:= D@U34@x, yd, xd D@V34@x, yd, yd Out[4]= In[43]:= Out[43]= D@U34@x, yd, yd D@V34@x, yd, xd So the log is analytic everywhere except at the branch point at the point z =, where the above expressions diverge. Ex 4.:48 This exercise is really best suited for an analytic analysis. Ex 4.3:7 Here we try to use Mathematica to directly evaluate (closed path or contour) integrals of the same integrand around circles with different radii. We have Sin@zD In[44]:= F7@z_D := zπ The contours and the pole at z = Π/ look like

6 6 Lec7_8_9 App B.nb In[45]:= 8Thick, <, D, Thick, Dashed, <, D, <,.5D, 8,.<<D, 8,.<<D<, Axes TrueD Out[45]= Now change to polar representation, z = RãäΘ, dz = ärãäθ dθ. So we can try to perform the integrals directly For R = In[46]:= Out[46]= I7A = IntegrateAF7Aãä Θ E Iä ãä Θ M, 8Θ,, Π<E As expected (from Cauchy) it vanishes as there is not pole inside the contour. For R = In[47]:= Out[47]= I7B = IntegrateAF7A ãä Θ E I ä ãä Θ M, 8Θ,, Π<E äπ This agrees with our analytic results. For fun we can also try contour integrals with NIntegrate using square contours (so easier to specify) that have the same poles enclosed.

7 Lec7_8_9 App B.nb In[48]:= <,.5D, 8,.<<D, 8,.<<D, <, 8, <D, DashedDD, <, 8, <D<, Axes TrueD Out[48]= In[49]:= 8z, ä, ä, ä, ä, ä<d NIntegrate::slwcon : Numerical integration converging too slowly; suspect one of the following: singularity, value of the integration is, highly oscillatory integrand, or WorkingPrecision too small. NIntegrate::ncvb : NIntegrate failed to converge to prescribed accuracy after 9 recursive bisections in z near 8z< = ä<. NIntegrate obtained ä and `*^4 for the integral and error estimates. Out[49]= In[5]:= Out[5]= In[5]:= Out[5]= In[5]:= Out[5]= ä Chop@%D NIntegrate@F7@zD, 8z, ä, ä, ä, ä, ä<d ä N@ΠD

8 8 Lec7_8_9 App B.nb Ex 4.3:3 We want to consider the contour integral with integrand zd In[53]:= := Hz ^ 4 Since the contour is a square, probably the simplest approach in Mathematica is to use In[54]:= Out[54]= In[55]:= Out[55]= NIntegrate@f3@zD, 8z, ä, ä, ä, ä, ä<d ä Chop@%D ä where we notice that analytic answer is the same. In[56]:= N@7 ΠD Out[56]= 6.95 We can also use Mathematica to look for the residue z = Log[] In[57]:= Out[57]= Residue@f3@zD, 8z, Log@D<D 36 Or Π ä times 36 gives 7 Π ä. Ex 4.6: 3 Consider the function Sin@zD In[58]:= f3@z_d := z^4 To find the (Laurent) series we can just use Series, which includes the singular terms In[59]:= Series@f3@zD, 8z,, 3<D Out[59]= z3 6z z3 z O@zD4 54 which agrees with our analytic result and where the first term gives the residue. Note also that we can find the residue from In[6]:= Residue@f3@zD, 8z, <D Out[6]= 6 Ex 4.6: 5 Consider the function

9 Lec7_8_9 App B.nb In[6]:= := z^ To find the (Laurent) series we can just use Series, which includes the singular terms In[6]:= 8z,, 3<D ã Out[6]= Hz L ã 4 8 ã Hz L 48 ã Hz L 96 ã Hz L3 O@z D4 which agrees with our analytic result and where the first term gives the residue. Note also that we can find the residue from In[63]:= Residue@f5@zD, 8z, <D ã Out[63]= Ex 4.7: We want to consider an angular integral with the contour equal a circle. Proceeding directly we have In[64]:= IntegrateB 3 5 Sin@ΘD Π Out[64]=, 8Θ,, Π<F 6 This is a pretty easy check of the analytic result. Ex 4.7:3 We want to consider an integrand with many poles. First we note that Mathematica can simply do the integral. x^ In[65]:= I3 = IntegrateB Π Out[65]= H x ^ 4L Hx ^ 9L, 8x,, <F Alternatively if we wanted to use Cauchy we could use Mathematica to find the residues. In[66]:= f3@z_d := z^ H z ^ 4L Hz ^ 9L Closing above In[67]:= Residue@f3@zD, 8z, ä<d ä Out[67]= In[68]:= Residue@f3@zD, 8z, 3 ä<d 3ä Out[68]= 9

10 Lec7_8_9 App B.nb Or closing below in CW direction so overall minus sign In[69]:= 8z, ä<d ä Out[69]= In[7]:= 8z, 3 ä<d 3ä Out[7]= Ex 4.7:9 The first Mathematica check is just to do the integral. Cos@ xd In[7]:= I9 = IntegrateB Π Out[7]= 54 ã3 H4 x ^ 9L ^, 8x,, <F But we can also use it to find the residues In[7]:= In[73]:= f9@z_d := Exp@ z äd H4 z ^ 9L ^ ResidueBf9@zD, :z, 3 ä>f ä Out[73]= 8 ã3 This agrees with what we found analytically after some arithmetic. Ex 4.7:33 Now consider an integrand with a square root. Again Mathematica will proceed directly. x In[74]:= I33 = IntegrateB x Π Out[74]=, 8x,, <F In this case, using Mathematica is considerably easier than proceeding analytically.

Math 407 Solutions to Exam 3 April 24, Let f = u + iv, and let Γ be parmetrized by Γ = (x (t),y(t)) = x (t) +iy (t) for a t b.

Math 407 Solutions to Exam 3 April 24, Let f = u + iv, and let Γ be parmetrized by Γ = (x (t),y(t)) = x (t) +iy (t) for a t b. Math 7 Solutions to Exam 3 April, 3 1. (1 Define the following: (a f (z dz, where Γ is a smooth curve with finite length. Γ Let f u + iv, and let Γ be parmetrized by Γ (x (t,y(t x (t +iy (t for a t b.

More information

Complex functions, Laurent Series & residues using Mathematica

Complex functions, Laurent Series & residues using Mathematica Complex functions, Laurent Series & residues using Mathematica Complex functions Real and Imaginary parts of functions can be obtained using ComplexExpand, which treats all variables (here x and y) as

More information

We can set up the integral over this elliptical region as a y-simple region: This integral can be evaluated as follows. The inner integral is

We can set up the integral over this elliptical region as a y-simple region: This integral can be evaluated as follows. The inner integral is Volume using Double Integrals Eample : Find the volume of the region in R that is under the paraboloid z = + y, above the y plane and below z =. Solution: The region is shown below. The planes z = and

More information

Teaching Complex Analysis as a Lab- Type ( flipped ) Course with a Focus on Geometric Interpretations using Mathematica

Teaching Complex Analysis as a Lab- Type ( flipped ) Course with a Focus on Geometric Interpretations using Mathematica Teaching Complex Analysis as a Lab- Type ( flipped ) Course with a Focus on Geometric Interpretations using Mathematica Bill Kinney, Bethel University, St. Paul, MN 2 KinneyComplexAnalysisLabCourse.nb

More information

MATH 1020 WORKSHEET 10.1 Parametric Equations

MATH 1020 WORKSHEET 10.1 Parametric Equations MATH WORKSHEET. Parametric Equations If f and g are continuous functions on an interval I, then the equations x ft) and y gt) are called parametric equations. The parametric equations along with the graph

More information

MATH 417 Homework 8 Instructor: D. Cabrera Due August 4. e i(2z) (z 2 +1) 2 C R. z 1 C 1. 2 (z 2 + 1) dz 2. φ(z) = ei(2z) (z i) 2

MATH 417 Homework 8 Instructor: D. Cabrera Due August 4. e i(2z) (z 2 +1) 2 C R. z 1 C 1. 2 (z 2 + 1) dz 2. φ(z) = ei(2z) (z i) 2 MATH 47 Homework 8 Instructor: D. abrera Due August 4. ompute the improper integral cos x (x + ) dx Solution: To evaluate the integral consider the complex integral e i(z) (z + ) dz where is the union

More information

Double Integrals over Polar Coordinate

Double Integrals over Polar Coordinate 1. 15.4 DOUBLE INTEGRALS OVER POLAR COORDINATE 1 15.4 Double Integrals over Polar Coordinate 1. Polar Coordinates. The polar coordinates (r, θ) of a point are related to the rectangular coordinates (x,y)

More information

SPECIAL TECHNIQUES-II

SPECIAL TECHNIQUES-II SPECIAL TECHNIQUES-II Lecture 19: Electromagnetic Theory Professor D. K. Ghosh, Physics Department, I.I.T., Bombay Method of Images for a spherical conductor Example :A dipole near aconducting sphere The

More information

Using Mathematica to solve ODEs (part 1)

Using Mathematica to solve ODEs (part 1) Using Mathematica to solve ODEs (part ) Basic tool is DSolve Note that in DSolve the dependent variable (usually y below) must be written y[x] or y [x] (for the derivative) or y [x] (for the second derivative)

More information

Visualizing Elliptic Curves

Visualizing Elliptic Curves Visualizing Elliptic Curves Donu Arapura In this essay, I will explain how to visualize a Riemann surface (aka complex curve) with our 3-d eyes. As a warm up, we start with a standard example y 2 = x.

More information

Math 265 Exam 3 Solutions

Math 265 Exam 3 Solutions C Roettger, Fall 16 Math 265 Exam 3 Solutions Problem 1 Let D be the region inside the circle r 5 sin θ but outside the cardioid r 2 + sin θ. Find the area of D. Note that r and θ denote polar coordinates.

More information

An interesting related problem is Buffon s Needle which was first proposed in the mid-1700 s.

An interesting related problem is Buffon s Needle which was first proposed in the mid-1700 s. Using Monte Carlo to Estimate π using Buffon s Needle Problem An interesting related problem is Buffon s Needle which was first proposed in the mid-1700 s. Here s the problem (in a simplified form). Suppose

More information

and stay in view until you release the mouse button, at which point the image grid will reappear. You can keep switching back and forth between the

and stay in view until you release the mouse button, at which point the image grid will reappear. You can keep switching back and forth between the Conformal Maps The purpose of this category is to help visualize the mapping properties of a complex analytic function. The basic method for using this category is to first, as usual, choose a canned object

More information

5.5 Newton s Approximation Method

5.5 Newton s Approximation Method 498CHAPTER 5. USING DERIVATIVES TO ANALYZE FUNCTIONS; FURTHER APPLICATIONS 4 3 y = x 4 3 f(x) = x cosx y = cosx 3 3 x = cosx x cosx = 0 Figure 5.: Figure showing the existence of a solution of x = cos

More information

Math 814 HW 2. September 29, p. 43: 1,4,6,13,15, p. 54 1, 3 (cos z only). u(x, y) = x 3 3xy 2, u(x, y) = x/(x 2 + y 2 ),

Math 814 HW 2. September 29, p. 43: 1,4,6,13,15, p. 54 1, 3 (cos z only). u(x, y) = x 3 3xy 2, u(x, y) = x/(x 2 + y 2 ), Math 814 HW 2 September 29, 2007 p. 43: 1,4,6,13,15, p. 54 1, 3 (cos z only). u(x, y) = x 3 3xy 2, u(x, y) = x/(x 2 + y 2 ), p.43, Exercise 1. Show that the function f(z) = z 2 = x 2 + y 2 has a derivative

More information

MATHEMATICS FOR ENGINEERING TRIGONOMETRY

MATHEMATICS FOR ENGINEERING TRIGONOMETRY MATHEMATICS FOR ENGINEERING TRIGONOMETRY TUTORIAL SOME MORE RULES OF TRIGONOMETRY This is the one of a series of basic tutorials in mathematics aimed at beginners or anyone wanting to refresh themselves

More information

CAS Exercise Examples for Chapter 15: Multiple Integrals

CAS Exercise Examples for Chapter 15: Multiple Integrals CAS Exercise Examples for Chapter 5: Multiple Integrals à Section 5. Double Integrals 3 x Example: Integrate Ÿ Ÿ ÅÅÅÅÅÅ d dx using Mathematica. x The easiest wa to compute double integrals is to open the

More information

N Function of MATHEMATICA and Some Notices to Numerical Quadrature

N Function of MATHEMATICA and Some Notices to Numerical Quadrature N Function of MATHEMATICA and Some Notices to Numerical Quadrature Monika Kováčová Dept. of Mathematics, Fac. of Mechanical Engineering, Slovak Technical University, Bratislava kovacova_v@dekan.sjf.stuba.sk

More information

AP * Calculus Review. Area and Volume

AP * Calculus Review. Area and Volume AP * Calculus Review Area and Volume Student Packet Advanced Placement and AP are registered trademark of the College Entrance Examination Board. The College Board was not involved in the production of,

More information

Numerical Aspects of Special Functions

Numerical Aspects of Special Functions Numerical Aspects of Special Functions Nico M. Temme In collaboration with Amparo Gil and Javier Segura, Santander, Spain. Nico.Temme@cwi.nl Centrum voor Wiskunde en Informatica (CWI), Amsterdam Numerics

More information

a) the sum of their amplitudes b) the difference of their amplitudes c) the product of their amplitudes d) the quotient of their amplitudes ? K?

a) the sum of their amplitudes b) the difference of their amplitudes c) the product of their amplitudes d) the quotient of their amplitudes ? K? (! ) 1. The amplitude of a complex number a) 0 b) 8/: c) 8 d) :8 2.The amplitude of the quotient of two complex numbers a) the sum of their amplitudes b) the difference of their amplitudes c) the product

More information

10.1 Curves Defined by Parametric Equations

10.1 Curves Defined by Parametric Equations 10.1 Curves Defined by Parametric Equations Ex: Consider the unit circle from Trigonometry. What is the equation of that circle? There are 2 ways to describe it: x 2 + y 2 = 1 and x = cos θ y = sin θ When

More information

Monte Carlo Method for Definite Integration

Monte Carlo Method for Definite Integration Monte Carlo Method for Definite Integration http://www.mathcs.emory.edu/ccs/ccs215/monte/node13.htm Numerical integration techniques, such as the Trapezoidal rule and Simpson's rule, are commonly utilized

More information

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 27 / 45

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 27 / 45 : Given any point P = (x, y) on the plane r stands for the distance from the origin (0, 0). θ stands for the angle from positive x-axis to OP. Polar coordinate: (r, θ) Chapter 10: Parametric Equations

More information

Lecture 15 Nyquist Criterion and Diagram

Lecture 15 Nyquist Criterion and Diagram Lecture 15 Nyquist Criterion and Diagram Department of Mechanical Engineering, University Of Saskatchewan, 57 Campus Drive, Saskatoon, SK S7N 5A9, Canada 1 1. Review of System Stability and Some Concepts

More information

Math Triple Integrals in Cylindrical Coordinates

Math Triple Integrals in Cylindrical Coordinates Math 213 - Triple Integrals in Cylindrical Coordinates Peter A. Perry University of Kentucky November 2, 218 Homework Re-read section 15.7 Work on section 15.7, problems 1-13 (odd), 17-21 (odd) from Stewart

More information

A small review, Second Midterm, Calculus 3, Prof. Montero 3450: , Fall 2008

A small review, Second Midterm, Calculus 3, Prof. Montero 3450: , Fall 2008 A small review, Second Midterm, Calculus, Prof. Montero 45:-4, Fall 8 Maxima and minima Let us recall first, that for a function f(x, y), the gradient is the vector ( f)(x, y) = ( ) f f (x, y); (x, y).

More information

Calculus II (Math 122) Final Exam, 11 December 2013

Calculus II (Math 122) Final Exam, 11 December 2013 Name ID number Sections B Calculus II (Math 122) Final Exam, 11 December 2013 This is a closed book exam. Notes and calculators are not allowed. A table of trigonometric identities is attached. To receive

More information

B. Examples Set up the integral(s) needed to find the area of the region bounded by

B. Examples Set up the integral(s) needed to find the area of the region bounded by Math 176 Calculus Sec. 6.1: Area Between Curves I. Area between the Curve and the x Axis A. Let f(x) 0 be continuous on [a,b]. The area of the region between the graph of f and the x-axis is A = f ( x)

More information

Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics

Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics Lecture 5 August 31 2016 Topics: Polar coordinate system Conversion of polar coordinates to 2-D

More information

Cauchy's Integral Formula

Cauchy's Integral Formula Cauchy's Integral Formula Thursday, October 24, 2013 1:57 PM Last time we discussed functions defined by integration over complex contours, and let's look at a particularly important example: Where C is

More information

LECTURE 0: Introduction and Background

LECTURE 0: Introduction and Background 1 LECTURE 0: Introduction and Background September 10, 2012 1 Computational science The role of computational science has become increasingly significant during the last few decades. It has become the

More information

Basic Exercises about Mathematica

Basic Exercises about Mathematica Basic Exercises about Mathematica 1. Calculate with four decimal places. NB F. 2.23607 2.23607 Ë We can evaluate a cell by placing the cursor on it and pressing Shift+Enter (or Enter on the numeric key

More information

Mathematica for Dirac delta functions and Green functions

Mathematica for Dirac delta functions and Green functions Mathematica for Dirac delta functions and Green functions DiracDelta function Mathematic has Dirac s delta function built in for use in integrals and solving differential equations. If you evaluate it

More information

Homework 8. Due: Tuesday, March 31st, 2009

Homework 8. Due: Tuesday, March 31st, 2009 MATH 55 Applied Honors Calculus III Winter 9 Homework 8 Due: Tuesday, March 3st, 9 Section 6.5, pg. 54: 7, 3. Section 6.6, pg. 58:, 3. Section 6.7, pg. 66: 3, 5, 47. Section 6.8, pg. 73: 33, 38. Section

More information

Getting Started With Mathematica

Getting Started With Mathematica Getting Started With Mathematica First Steps This semester we will make use of the software package Mathematica; this package is available on all Loyola networked computers. You can access Mathematica

More information

Polar Coordinates. 2, π and ( )

Polar Coordinates. 2, π and ( ) Polar Coordinates Up to this point we ve dealt exclusively with the Cartesian (or Rectangular, or x-y) coordinate system. However, as we will see, this is not always the easiest coordinate system to work

More information

Quickstart: Mathematica for Calculus I (Version 9.0) C. G. Melles Mathematics Department United States Naval Academy September 2, 2013

Quickstart: Mathematica for Calculus I (Version 9.0) C. G. Melles Mathematics Department United States Naval Academy September 2, 2013 Quickstart: Mathematica for Calculus I (Version 9.0) C. G. Melles Mathematics Department United States Naval Academy September, 0 Contents. Getting Started. Basic plotting. Solving equations, approximating

More information

Lesson 2.2 Exercises, pages

Lesson 2.2 Exercises, pages Lesson. Exercises, pages 100 105. Write each mixed radical as an entire radical. a) 6 5 b) 6 # 5 # 180 7 # 108 c) - 5 () # d) 5 5 # 5 8 # 5 65 # 0 150. Write each entire radical as a mixed radical, if

More information

Chapter 15 Notes, Stewart 7e

Chapter 15 Notes, Stewart 7e Contents 15.2 Iterated Integrals..................................... 2 15.3 Double Integrals over General Regions......................... 5 15.4 Double Integrals in Polar Coordinates..........................

More information

Worksheet 3.4: Triple Integrals in Cylindrical Coordinates. Warm-Up: Cylindrical Volume Element d V

Worksheet 3.4: Triple Integrals in Cylindrical Coordinates. Warm-Up: Cylindrical Volume Element d V Boise State Math 275 (Ultman) Worksheet 3.4: Triple Integrals in Cylindrical Coordinates From the Toolbox (what you need from previous classes) Know what the volume element dv represents. Be able to find

More information

Ph3 Mathematica Homework: Week 6

Ph3 Mathematica Homework: Week 6 Ph3 Mathematica Homework: Week 6 Eric D. Black California Institute of Technology v1.1 Now that we ve covered techniques specific to data analysis, we will branch out into some more general topics. This

More information

Graphing with a Graphing Calculator

Graphing with a Graphing Calculator APPENDIX C Graphing with a Graphing Calculator A graphing calculator is a powerful tool for graphing equations and functions. In this appendix we give general guidelines to follow and common pitfalls to

More information

MAT137 Calculus! Lecture 12

MAT137 Calculus! Lecture 12 MAT137 Calculus! Lecture 12 Today we will study more curve sketching (4.6-4.8) and we will make a review Test 2 will be next Monday, June 26. You can check the course website for further information Next

More information

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 28 / 46

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 28 / 46 Polar Coordinates Polar Coordinates: Given any point P = (x, y) on the plane r stands for the distance from the origin (0, 0). θ stands for the angle from positive x-axis to OP. Polar coordinate: (r, θ)

More information

Double Integrals in Polar Coordinates

Double Integrals in Polar Coordinates Double Integrals in Polar Coordinates. A flat plate is in the shape of the region in the first quadrant ling between the circles + and +. The densit of the plate at point, is + kilograms per square meter

More information

Representations of Curves and Surfaces, and of their Tangent Lines, and Tangent Planes in R 2 and R 3 Robert L.Foote, Fall 2007

Representations of Curves and Surfaces, and of their Tangent Lines, and Tangent Planes in R 2 and R 3 Robert L.Foote, Fall 2007 CurvesAndSurfaces.nb Representations of Curves and Surfaces, and of their Tangent Lines, and Tangent Planes in R and R 3 Robert L.Foote, Fall 007 Curves and Surfaces Graphs ü The graph of f : Æ is a curve

More information

Coordinate Transformations in Advanced Calculus

Coordinate Transformations in Advanced Calculus Coordinate Transformations in Advanced Calculus by Sacha Nandlall T.A. for MATH 264, McGill University Email: sacha.nandlall@mail.mcgill.ca Website: http://www.resanova.com/teaching/calculus/ Fall 2006,

More information

Visualizing Quaternions

Visualizing Quaternions Visualizing Quaternions Andrew J. Hanson Computer Science Department Indiana University Siggraph 1 Tutorial 1 GRAND PLAN I: Fundamentals of Quaternions II: Visualizing Quaternion Geometry III: Quaternion

More information

Explore 3D Figures. Dr. Jing Wang (517) , Lansing Community College, Michigan, USA

Explore 3D Figures. Dr. Jing Wang (517) , Lansing Community College, Michigan, USA Explore 3D Figures Dr. Jing Wang (517)2675965, wangj@lcc.edu Lansing Community College, Michigan, USA Part I. 3D Modeling In this part, we create 3D models using Mathematica for various solids in 3D space,

More information

Worksheet 5. 3 Less trigonometry and more dishonesty/linear algebra knowledge Less trigonometry, less dishonesty... 4

Worksheet 5. 3 Less trigonometry and more dishonesty/linear algebra knowledge Less trigonometry, less dishonesty... 4 Worksheet 5 Contents 1 Just look at the book, on page 74 1 2 Trigonometry and honesty 1 3 Less trigonometry and more dishonesty/linear algebra knowledge 3 3.1 Less trigonometry, less dishonesty...............................

More information

Math Boot Camp: Coordinate Systems

Math Boot Camp: Coordinate Systems Math Boot Camp: Coordinate Systems You can skip this boot camp if you can answer the following question: Staying on a sphere of radius R, what is the shortest distance between the point (0, 0, R) on the

More information

Worksheet 3.5: Triple Integrals in Spherical Coordinates. Warm-Up: Spherical Coordinates (ρ, φ, θ)

Worksheet 3.5: Triple Integrals in Spherical Coordinates. Warm-Up: Spherical Coordinates (ρ, φ, θ) Boise State Math 275 (Ultman) Worksheet 3.5: Triple Integrals in Spherical Coordinates From the Toolbox (what you need from previous classes) Know what the volume element dv represents. Be able to find

More information

Math 32B Discussion Session Week 2 Notes January 17 and 24, 2017

Math 32B Discussion Session Week 2 Notes January 17 and 24, 2017 Math 3B Discussion Session Week Notes January 7 and 4, 7 This week we ll finish discussing the double integral for non-rectangular regions (see the last few pages of the week notes) and then we ll touch

More information

Operators DECREASE in strength toward the Bottom

Operators DECREASE in strength toward the Bottom Complex Java Expression Page 1 Java Operator Precedence 2:42 PM STRONGEST operators at top of table Family Name Operators Unary! ~ Multiply * / % Add + Compare < > = Equality ==!= Logic And && Logic

More information

Matrix Inverse 2 ( 2) 1 = 2 1 2

Matrix Inverse 2 ( 2) 1 = 2 1 2 Name: Matrix Inverse For Scalars, we have what is called a multiplicative identity. This means that if we have a scalar number, call it r, then r multiplied by the multiplicative identity equals r. Without

More information

A New Advancement in the Complex Variable Boundary Element Method with a Potential Flow Application

A New Advancement in the Complex Variable Boundary Element Method with a Potential Flow Application A A New Advancement in Complex Variable Boundary Element Method with a Potential Flow Massachusetts Institute of Technology, United States Military Academy bdwilkins95@gmail.com November 2, 2018 A Overview

More information

Parametric Surfaces. Substitution

Parametric Surfaces. Substitution Calculus Lia Vas Parametric Surfaces. Substitution Recall that a curve in space is given by parametric equations as a function of single parameter t x = x(t) y = y(t) z = z(t). A curve is a one-dimensional

More information

1 Double Integrals over Rectangular Regions

1 Double Integrals over Rectangular Regions Contents ouble Integrals over Rectangular Regions ouble Integrals Over General Regions 7. Introduction.................................... 7. Areas of General Regions............................. 9.3 Region

More information

The Bisection Method versus Newton s Method in Maple (Classic Version for Windows)

The Bisection Method versus Newton s Method in Maple (Classic Version for Windows) The Bisection Method versus (Classic Version for Windows) Author: Barbara Forrest Contact: baforres@uwaterloo.ca Copyrighted/NOT FOR RESALE version 1.1 Contents 1 Objectives for this Lab i 2 Approximate

More information

Math 113 Calculus III Final Exam Practice Problems Spring 2003

Math 113 Calculus III Final Exam Practice Problems Spring 2003 Math 113 Calculus III Final Exam Practice Problems Spring 23 1. Let g(x, y, z) = 2x 2 + y 2 + 4z 2. (a) Describe the shapes of the level surfaces of g. (b) In three different graphs, sketch the three cross

More information

MAC2313 Test 3 A E g(x, y, z) dy dx dz

MAC2313 Test 3 A E g(x, y, z) dy dx dz MAC2313 Test 3 A (5 pts) 1. If the function g(x, y, z) is integrated over the cylindrical solid bounded by x 2 + y 2 = 3, z = 1, and z = 7, the correct integral in Cartesian coordinates is given by: A.

More information

Classroom Tips and Techniques: Branch Cuts for a Product of Two Square-Roots

Classroom Tips and Techniques: Branch Cuts for a Product of Two Square-Roots Classroom Tips and Techniques: Branch Cuts for a Product of Two Square-Roots Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction Naive simplification of to results

More information

Trigonometric Integrals

Trigonometric Integrals Most trigonometric integrals can be solved by using trigonometric identities or by following a strategy based on the form of the integrand. There are some that are not so easy! Basic Trig Identities and

More information

EXTRA-CREDIT PROBLEMS ON SURFACES, MULTIVARIABLE FUNCTIONS AND PARTIAL DERIVATIVES

EXTRA-CREDIT PROBLEMS ON SURFACES, MULTIVARIABLE FUNCTIONS AND PARTIAL DERIVATIVES EXTRA-CREDIT PROBLEMS ON SURFACES, MULTIVARIABLE FUNCTIONS AND PARTIAL DERIVATIVES A. HAVENS These problems are for extra-credit, which is counted against lost points on quizzes or WebAssign. You do not

More information

Curves: We always parameterize a curve with a single variable, for example r(t) =

Curves: We always parameterize a curve with a single variable, for example r(t) = Final Exam Topics hapters 16 and 17 In a very broad sense, the two major topics of this exam will be line and surface integrals. Both of these have versions for scalar functions and vector fields, and

More information

open a text line to annotate your work is Alt-7. From Eq. 2.5 we use the "sum" function in Mathematica to consider the (finite) sum

open a text line to annotate your work is Alt-7. From Eq. 2.5 we use the sum function in Mathematica to consider the (finite) sum Lecture Our goal here is to begin to learn to use Mathematica while at the same time use it to eplore the concepts in the tet. You are encouraged to confirm the Mathematica results and the mechanical issue

More information

(Part - 1) P. Sam Johnson. April 14, Numerical Solution of. Ordinary Differential Equations. (Part - 1) Sam Johnson. NIT Karnataka.

(Part - 1) P. Sam Johnson. April 14, Numerical Solution of. Ordinary Differential Equations. (Part - 1) Sam Johnson. NIT Karnataka. P. April 14, 2015 1/51 Overview We discuss the following important methods of solving ordinary differential equations of first / second order. Picard s method of successive approximations (Method of successive

More information

Parametric Curves, Polar Plots and 2D Graphics

Parametric Curves, Polar Plots and 2D Graphics Parametric Curves, Polar Plots and 2D Graphics Fall 2016 In[213]:= Clear "Global`*" 2 2450notes2_fall2016.nb Parametric Equations In chapter 9, we introduced parametric equations so that we could easily

More information

Convex Optimization MLSS 2015

Convex Optimization MLSS 2015 Convex Optimization MLSS 2015 Constantine Caramanis The University of Texas at Austin The Optimization Problem minimize : f (x) subject to : x X. The Optimization Problem minimize : f (x) subject to :

More information

MATHEMATICAL METHODS for Scientists and Engineers

MATHEMATICAL METHODS for Scientists and Engineers Chapter 18 Figures From MATHEMATICAL METHODS for Scientists and Engineers Donald A. McQuarrie For the Novice Acrobat User or the Forgetful When ou opened this file ou should have seen a slightl modified

More information

Total. Math 2130 Practice Final (Spring 2017) (1) (2) (3) (4) (5) (6) (7) (8)

Total. Math 2130 Practice Final (Spring 2017) (1) (2) (3) (4) (5) (6) (7) (8) Math 130 Practice Final (Spring 017) Before the exam: Do not write anything on this page. Do not open the exam. Turn off your cell phone. Make sure your books, notes, and electronics are not visible during

More information

MATH 2400, Analytic Geometry and Calculus 3

MATH 2400, Analytic Geometry and Calculus 3 MATH 2400, Analytic Geometry and Calculus 3 List of important Definitions and Theorems 1 Foundations Definition 1. By a function f one understands a mathematical object consisting of (i) a set X, called

More information

MATH 209, Lab 5. Richard M. Slevinsky

MATH 209, Lab 5. Richard M. Slevinsky MATH 209, Lab 5 Richard M. Slevinsky Problems 1. Say the temperature T at any point (x, y, z) in space is given by T = 4 x y z 2. Find the hottest point on the sphere F = x 2 + y 2 + z 2 100 = 0; We equate

More information

11.7 Exploring Similar Solids

11.7 Exploring Similar Solids 11.7 Exploring Similar Solids Learning Objectives Find the relationship between similar solids and their surface areas and volumes. Review Queue 1. We know that every circle is similar, is every sphere

More information

Math 1206 Calculus Sec. 5.6: Substitution and Area Between Curves (Part 2) Overview of Area Between Two Curves

Math 1206 Calculus Sec. 5.6: Substitution and Area Between Curves (Part 2) Overview of Area Between Two Curves Math 1206 Calculus Sec. 5.6: Substitution and Area Between Curves (Part 2) III. Overview of Area Between Two Curves With a few modifications the area under a curve represented by a definite integral can

More information

Laboratory 1 Introduction to MATLAB for Signals and Systems

Laboratory 1 Introduction to MATLAB for Signals and Systems Laboratory 1 Introduction to MATLAB for Signals and Systems INTRODUCTION to MATLAB MATLAB is a powerful computing environment for numeric computation and visualization. MATLAB is designed for ease of use

More information

16.69 TAYLOR: Manipulation of Taylor series

16.69 TAYLOR: Manipulation of Taylor series 859 16.69 TAYLOR: Manipulation of Taylor series This package carries out the Taylor expansion of an expression in one or more variables and efficient manipulation of the resulting Taylor series. Capabilities

More information

ASSESSMENT OF COMPLEX VARIABLE BASIS FUNCTIONS IN THE APPROXIMATION OF IDEAL FLUID FLOW PROBLEMS

ASSESSMENT OF COMPLEX VARIABLE BASIS FUNCTIONS IN THE APPROXIMATION OF IDEAL FLUID FLOW PROBLEMS B. D. Wilkins, et al. Int. J. Comp. Meth. and Exp. Meas., Vol. 7, No. 1 (2019) 45 56 ASSESSMENT OF COMPLEX VARIABLE BASIS FUNCTIONS IN THE APPROXIMATION OF IDEAL FLUID FLOW PROBLEMS BRYCE D. WILKINS, T.V.

More information

Exam 3 SCORE. MA 114 Exam 3 Spring Section and/or TA:

Exam 3 SCORE. MA 114 Exam 3 Spring Section and/or TA: MA 114 Exam 3 Spring 217 Exam 3 Name: Section and/or TA: Last Four Digits of Student ID: Do not remove this answer page you will return the whole exam. You will be allowed two hours to complete this test.

More information

18.02 Multivariable Calculus Fall 2007

18.02 Multivariable Calculus Fall 2007 MIT OpenCourseWare http://ocw.mit.edu 18.02 Multivariable Calculus Fall 2007 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. CV. Changing Variables in

More information

3. The three points (2, 4, 1), (1, 2, 2) and (5, 2, 2) determine a plane. Which of the following points is in that plane?

3. The three points (2, 4, 1), (1, 2, 2) and (5, 2, 2) determine a plane. Which of the following points is in that plane? Math 4 Practice Problems for Midterm. A unit vector that is perpendicular to both V =, 3, and W = 4,, is (a) V W (b) V W (c) 5 6 V W (d) 3 6 V W (e) 7 6 V W. In three dimensions, the graph of the equation

More information

Worksheet 2.7: Critical Points, Local Extrema, and the Second Derivative Test

Worksheet 2.7: Critical Points, Local Extrema, and the Second Derivative Test Boise State Math 275 (Ultman) Worksheet 2.7: Critical Points, Local Extrema, and the Second Derivative Test From the Toolbox (what you need from previous classes) Algebra: Solving systems of two equations

More information

Spherical Geometry MATH430

Spherical Geometry MATH430 Spherical Geometry MATH430 Fall 014 In these notes we summarize some results about the geometry of the sphere that complement should the textbook. Most notions we had on the plane (points, lines, angles,

More information

38. Triple Integration over Rectangular Regions

38. Triple Integration over Rectangular Regions 8. Triple Integration over Rectangular Regions A rectangular solid region S in R can be defined by three compound inequalities, a 1 x a, b 1 y b, c 1 z c, where a 1, a, b 1, b, c 1 and c are constants.

More information

MAT128A: Numerical Analysis Lecture Two: Finite Precision Arithmetic

MAT128A: Numerical Analysis Lecture Two: Finite Precision Arithmetic MAT128A: Numerical Analysis Lecture Two: Finite Precision Arithmetic September 28, 2018 Lecture 1 September 28, 2018 1 / 25 Floating point arithmetic Computers use finite strings of binary digits to represent

More information

What is MATLAB? What is MATLAB? Programming Environment MATLAB PROGRAMMING. Stands for MATrix LABoratory. A programming environment

What is MATLAB? What is MATLAB? Programming Environment MATLAB PROGRAMMING. Stands for MATrix LABoratory. A programming environment What is MATLAB? MATLAB PROGRAMMING Stands for MATrix LABoratory A software built around vectors and matrices A great tool for numerical computation of mathematical problems, such as Calculus Has powerful

More information

2 A little on Spreadsheets

2 A little on Spreadsheets 2 A little on Spreadsheets Spreadsheets are computer versions of an accounts ledger. They are used frequently in business, but have wider uses. In particular they are often used to manipulate experimental

More information

Math 113 Exam 1 Practice

Math 113 Exam 1 Practice Math Exam Practice January 6, 00 Exam will cover sections 6.-6.5 and 7.-7.5 This sheet has three sections. The first section will remind you about techniques and formulas that you should know. The second

More information

Parametric and Polar Curves

Parametric and Polar Curves Chapter 2 Parametric and Polar Curves 2.1 Parametric Equations; Tangent Lines and Arc Length for Parametric Curves Parametric Equations So far we ve described a curve by giving an equation that the coordinates

More information

Calculus I Review Handout 1.3 Introduction to Calculus - Limits. by Kevin M. Chevalier

Calculus I Review Handout 1.3 Introduction to Calculus - Limits. by Kevin M. Chevalier Calculus I Review Handout 1.3 Introduction to Calculus - Limits by Kevin M. Chevalier We are now going to dive into Calculus I as we take a look at the it process. While precalculus covered more static

More information

Introduction to Matlab

Introduction to Matlab Introduction to Matlab What is Matlab The software program called Matlab (short for MATrix LABoratory) is arguably the world standard for engineering- mainly because of its ability to do very quick prototyping.

More information

Basics of Computational Geometry

Basics of Computational Geometry Basics of Computational Geometry Nadeem Mohsin October 12, 2013 1 Contents This handout covers the basic concepts of computational geometry. Rather than exhaustively covering all the algorithms, it deals

More information

Inverse Problem Theory and Methods for Model Parameter Estimation

Inverse Problem Theory and Methods for Model Parameter Estimation The following notes are complements for the book Inverse Problem Theory and Methods for Model Parameter Estimation Albert Tarantola Society of Industrial and Applied Mathematics (SIAM), 2005 11.4.3 Probabilistic

More information

Final Exam May 2, 2017

Final Exam May 2, 2017 Math 07 Calculus II Name: Final Exam May, 07 Circle the name of your instructor and, in the appropriate column, the name of your recitation leader. The second row is the time of your lecture. Radu Ledder

More information

MATH115. Polar Coordinate System and Polar Graphs. Paolo Lorenzo Bautista. June 14, De La Salle University

MATH115. Polar Coordinate System and Polar Graphs. Paolo Lorenzo Bautista. June 14, De La Salle University MATH115 Polar Coordinate System and Paolo Lorenzo Bautista De La Salle University June 14, 2014 PLBautista (DLSU) MATH115 June 14, 2014 1 / 30 Polar Coordinates and PLBautista (DLSU) MATH115 June 14, 2014

More information

6.1 Polar Coordinates

6.1 Polar Coordinates 6.1 Polar Coordinates Introduction This chapter introduces and explores the polar coordinate system, which is based on a radius and theta. Students will learn how to plot points and basic graphs in this

More information

F dr = f dx + g dy + h dz. Using that dz = q x dx + q y dy we get. (g + hq y ) x (f + hq x ) y da.

F dr = f dx + g dy + h dz. Using that dz = q x dx + q y dy we get. (g + hq y ) x (f + hq x ) y da. Math 55 - Vector alculus II Notes 14.7 tokes Theorem tokes Theorem is the three-dimensional version of the circulation form of Green s Theorem. Let s quickly recall that theorem: Green s Theorem: Let be

More information

Assignment 1. Prolog to Problem 1. Two cylinders. ü Visualization. Problems by Branko Curgus

Assignment 1. Prolog to Problem 1. Two cylinders. ü Visualization. Problems by Branko Curgus Assignment In[]:= Problems by Branko Curgus SetOptions $FrontEndSession, Magnification Prolog to Problem. Two cylinders In[]:= This is a tribute to a problem that I was assigned as an undergraduate student

More information

Changing Variables in Multiple Integrals

Changing Variables in Multiple Integrals Changing Variables in Multiple Integrals 3. Examples and comments; putting in limits. If we write the change of variable formula as (x, y) (8) f(x, y)dx dy = g(u, v) dudv, (u, v) where (x, y) x u x v (9)

More information