As shown in the text, we can write an arbitrary azimuthally-symmetric solution to Laplace s equation in spherical coordinates as:

Size: px
Start display at page:

Download "As shown in the text, we can write an arbitrary azimuthally-symmetric solution to Laplace s equation in spherical coordinates as:"

Transcription

1 Remarks: In dealing with spherical coordinates in general and with Legendre polynomials in particular it is convenient to make the sustitution c = cosθ. For example, this allows use of the following simplification of the orthogonality relationship: π P n cosθp m cosθsinθ dθ = 2 2n+ δ nm = P n cp m c dc = 2 2n+ δ nm Since θ = π/2 the equator corresponds to c =, symmetries that correspond to reflection in the equatorial plane correspond to c c symmetry. So the statement P n c = n P n c 2 reports that the n-even P n have even reflection symmetry whereas the n-odd P n have odd reflection symmetry. Finally note that since θ = and π corresponds to c = ±, the statements P n = and P n = n report the ehavior of P n along the positive and negative z axes respectively. As shown in the text, we can write an aritrary azimuthally-symmetric solution to Laplace s equation in spherical coordinates as: φr,θ = A n r n + C n r n+ P n cosθ 3 or equivalently φr,c = A n r n + C n r n+ P n c 4 Example : Consider the prolem of finding φ inside a sphere of radius R where the voltage on the surface of the sphere has een given as a known function Vθ which we will use in the form Vc. First, since nothing singular is happening at the origin, C n = for all n. The A n are determined y the requirement that φ and V agree if r = R: Vc = φr,c = A n R n P n c 5 If we multiply oth sides y P m c and integrate c from to, we can calculate the lhs which of course depends on m and the rhs simplifies ecause of orthogonality: so VcP m c dc = A n R n A m = P n cp m c dc = A m R m 2 2m+ VcP mc dc R m 2 2m+ 6 7 Forexample, iftheappliedvoltage is+v inthenorthernhemisphereand V inthesouthern hemisphere an odd function of c, we can immediately conclude that for n even A n =, and for n odd Mathematica says: A n R n 2 2n+ = 2V P n c dc = V π Γ n/2 Γ3+n/2 8

2 In[]:= A=2 Integrate[LegendreP[n,x],{x,,}] Sqrt[Pi] Out[]= n 3 + n Gamma[ - -] Gamma[-----] 2 2 Mathematica has provided a complex answer for a result that is just a simple rational numer. For your enjoyment, I ll produce a form I can etter understand, ut in the end we ll let Mathematica use its own result. I ll egin y reporting some properties of the Gamma function: Γx+ = xγx 9 Γn+ = n! for n a positive integer π Γ x = sinπx Γx Γ/2 = π 2 x n = xx+x+2 x+n = Γx+n Γx 3 The last formula is for the shifted factorial 2 or Pochhammer Symol defined in class. Note that n is odd which we will write as n = 2m, so m = {,2,3,...} corresponds to n = {,3,5,...}. π Γ n/2 Γ3+n/2 sinπn/2 Γn/2 = = m Γm /2 π Γ3+n/2 Γ/2 Γm+ = m 2 i.e., {, 4, 8, 5 64, , 52,...} Back to Mathematica: m! m 2 = m 2 Γm /2 Γ /2Γm + 4 f[r_,c_]=sum[a 2 n +/2 r^n LegendreP[n,c],{n,,2,2}] ContourPlot[f[Sqrt[x^2+z^2],z/Sqrt[x^2+z^2]],{x,,.9},{z,-.9,.9}, Contours -> {-.9,-.8,-.7,-.6,-.5,-.4,-.3,-.2,-.,,.,.2,.3,.4,.5,.6,.7,.8,.9}, ContourShading->False,RegionFunction->Function[{x, z, q},x^2+z^2< ], AspectRatio->Automatic] Example 2: Consider the prolem of finding φ inside and outside a sphere of radius R where the surface charge density on the surface of the sphere has een given as a known Part of the reason for this complex formula is that Mathematica is showing that n even produces zero result. However it doesn t really matter if you don t recognize the answer as Mathematica can quickly produce the rational numer for any n you want. 2 Note: n = n! more generally x n is n terms multiplied together, starting with x with successive terms one more than the previous.

3 function σθ which we will use in the form σc. First, since nothing singular is happening at the origin, for the inside solution C n = for all n. Since the potential must approach zero as r, for the outside solution A n = for all n. Thus: φr,θ = A n r n P n c for r < R Continuity of φ at r = R produces the requirement: C n r n+p nc for r > R 5 A n R n = C n R n+ 6 The surface charge density can e related to the discontinuity in the radial component of the electric field: σθ = ǫ r φ r=r r φ r=r + 7 = ǫ na n R n +n+c n R n+2 P n c 8 = ǫ 2n+A n R n P n c 9 Theusual FourierTrick multiplyothsidesyp m candintegratefrom tocollapsing the sum to a single term allows A m to e calculated: 2 σcp m c dc = ǫ 2m+A m R m 2 2m+ = ǫ 2A m R m 2 Example 3: Often you can calculate φ along the z axis, ut the off-axis calculation is difficult or impossile. However you can expand φz to produce the full φr,c y a trick. Taylor expand φz to otain a power series expansion: φz = a n z n 22 This formula must agree with the Legendre expansion evaluated on the z axis: φr,c = A n r n P n c = a n z n on the z axis 23 The fact that on axis c = ± and P n ± = ± n allows easy comparison etween these twoseries. Agreement requiresa n usefulforφoff-axis equalsa n determinedonlyknowing φ on-axis. For example, the potential on the z-axis for a ring charge radius R, total charge Q is clearly φz = Q [ z 2 +R 2] /2 Q [ = +z/r 2 ] /2 Q = 2 n z2 /R 2 n 24 4πǫ 4πǫ R 4πǫ n!

4 we can conclude A n = n/2 Q 2 n/2 4πǫ R n n/2! for n even 25 for n odd f[r_,c_]=sum[-^n/2 Pochhammer[/2, n/2] r^n LegendreP[n,c]/n/2!,{n,,2,2}] ContourPlot[f[Sqrt[x^2+z^2],z/Sqrt[x^2+z^2]],{x,,.9},{z,-.9,.9},Contours->6, ContourShading->False,RegionFunction->Function[{x, z, q},x^2+z^2<.8 ], PlotRangePadding->None,AspectRatio->Automatic] Figure : Isopotential contours for Example left and Example 3 right

5 Homework : A physicist aims to suject a sample to a pure quadrupole field n = 2 inside a spherical cavity. The plan is to charge the top and ottom caps of the sphere to V and the remaining and around the equator to a potential of V. Because the applied voltage Vθ is symmetric, terms A n = for n odd. The first important term will then e quadrupole A 2 A corresponds to a constant voltage and so makes no electric field. It would e nice ut not possile to make A 2 the only non-zero term. The est we can do is make A 4 =. Prolem: Find the and angle, θ that makes A 4 =. Find A 6 in this circumstance. Find the values: A, A 2 and A 6. Put the pieces together to express the potential inside the sphere. Have Mathematica produce a contour plot of that voltage. Hint: A 4 { c } VcP 4 c dc = 2 P 4 c dc+ P 4 c dc c Use Mathematica or a root-finding calculator to find the value c to make this quality zero. V z 26 V θ V Homework 2: In a region where there are no currents flowing, we can define a magnetic potential that is exactly analogous to the electric potential: B = φ where: 2 φ = 27 For a pair of Helmholtz coils two identical coaxial coils with centers separated y R; recall Phys 2 las with them, the magnetic potential along the axis is given y: [ ] φz = 5 5R z R/2 6 R 2 +z R/2 + z +R/ R 2 +z +R/2 2 Recall from the 2 la that the spacing of the coils is designed to produce a particularly uniform field etween the coils, and if you reverse the current in one coil you produce a diverging B with B = at the center in short a quadrupole field. Use Mathematica to series expand φ around the origin. Use that series to produce φr,cosθ in a region near the origin. Make a contour plot of φ to confirm that it is nearly uniform. If you have reversed coils a distance aove and elow the origin, φ is given y: [ ] z φz = R 2 +z z + 2 R 2 +z What value of will produce a particularly pure quadrupole field? Make a contour plot of φ to confirm that it is nearly quadrupole.

6 Homework 3: Consider a prolem analogous to Helmholtz coils ut in electrostatics with charged rings. You have a ring radius R, centered on the z axis, in a plane parallel to the xy plane with charge +Q at distance aove the origin, and a similar ring with center at z = with charge Q. Find that will produce the most uniform possile E field in the vicinity of the origin. Explain why the voltage on the z axis is given y: φz = Q 4πǫ [ ] R 2 +z 2 R 2 +z + 2 Expand this result in a power series in z. The term linear in z corresponds to rp c why? and further terms produce a non-uniform E. Determine the value of which makes as many of these further terms zero. Make a contour plot of φr,cosθ for R = to confirm that it is nearly uniform. Example 4: In the case of cylindrical coordinates where φr,θ and not z, we have: φr,θ = A +C lnr+ 3 An r n +C n r n a n cosnθ+c n sinnθ 3 Note that A n,c n,a n,c n are not independent: for example you could multiply oth A n,c n y five and divide oth a n,c n y five and have exactly the same solution. Most commonly one of the terms in parenthesis is reduced to a single term. As usual we have orthogonality as: +π π +π π +π π cosnθ sinmθ dθ = 32 cosnθcosmθ dθ = π δ mn 33 sinnθsinmθ dθ = π δ mn 34 We seek φ outside a cylinder of radius R on which the potential is known to e Vθ = cos 2 θ 35 Since the source extends to infinity, we cannot in general take φ at infinity to e zero; thus the meaning of the potential on the cylinder is amiguous; a convenient solution is to define the constant A = A C lnr a further enefit is the result makes sense dimensionally. φr,θ = A +C lnr/r+ An r n +C n r n a n cosnθ+c n sinnθ 36 Note that in this form the value of C has asolutely no effect on the value of the voltage at r = R; A it of thought should convince you that C is determined y the net chargeper-length on the cylinder. Recall: voltage for a line charge: φ = λ/2πǫ lnr. We will take C =. Since the Vθ is even in θ, c n = ; since the electric field should e regular at infinity A n =. Thus: φr,θ = A + C n r n cosnθ 37

7 Since φr,θ must agree with Vθ we have: cos 2 θ = φr,θ = A + C n R n cosnθ 38 The C n could now e determined using the Fourier Trick, ut a faster way is to use a trig identity to immediately write cos 2 θ in terms of cosnθ: cos 2 θ = cos2θ = A + C n R n cosnθ 39 Simple inspection rather than integration, ut of course integration produces the same result: and C n = for n > 2. So the final result is: 2 = A 4 = C R cosθ 4 2 cos2θ = C 2R 2 cos2θ 42 φr,θ = [ +cos2θ R/r 2 ] 43 2 I hope it is immediately clear that this potential solves Laplace s equation, agrees with Vθ when r = R and represents a cylinder with a simple quadrupole. y V= Vy a x Example 5: Consider an infinite in the z directions rectangular gutter with cross-section etween, and a,. Three of the sides of the gutter are grounded; the fourth, a,y with y, has a specified voltage Vy. Separation of variales yields a general solution: φx,y = We have orthogonality in the form: sin A n sin nπy nπy sinh nπx sinh nπa 44 mπy sin dy = 2 δ mn 45

8 Requiring φx,y to agree with Vy when x = a yields: Vy = φa,y = nπy A n sin 46 With the Fourier Trick yielding: mπy Vy sin dy = 2 A m 47 Consider, for example, the case Vy = constant: So: [ mπy cos mπy sin dy = φx,y = 4 π n odd mπ ] nπy n sin = mπ [ m ] 48 sinh nπx sinh nπa Figure 2: Clockwise from upper left: isopotential contours for Example 5, a slice of Example 5 φ along x,.5, a slice of Example 5 φ along.9,y, isopotential contours for Example 4

Solutions to Laplace s Equations- II

Solutions to Laplace s Equations- II Solutions to Laplace s Equations- II Lecture 15: Electromagnetic Theory Professor D. K. Ghosh, Physics Department, I.I.T., Bombay Laplace s Equation in Spherical Coordinates : In spherical coordinates

More information

MATH 131P: PRACTICE FINAL SOLUTIONS DECEMBER 12, 2012

MATH 131P: PRACTICE FINAL SOLUTIONS DECEMBER 12, 2012 MATH 3P: PRACTICE FINAL SOLUTIONS DECEMBER, This is a closed ook, closed notes, no calculators/computers exam. There are 6 prolems. Write your solutions to Prolems -3 in lue ook #, and your solutions to

More information

Connection to Laplacian in spherical coordinates (Chapter 13)

Connection to Laplacian in spherical coordinates (Chapter 13) Connection to Laplacian in spherical coordinates (Chapter 13) We might often encounter the Laplace equation and spherical coordinates might be the most convenient 2 u(r, θ, φ) = 0 We already saw in Chapter

More information

Notes on Special Functions

Notes on Special Functions Spring 25 1 Notes on Special Functions Francis J. Narcowich Department of Mathematics Texas A&M University College Station, TX 77843-3368 Introduction These notes are for our classes on special functions.

More information

1 Solutions in cylindrical coordinates: Bessel functions

1 Solutions in cylindrical coordinates: Bessel functions 1 Solutions in cylindrical coordinates: Bessel functions 1.1 Bessel functions Bessel functions arise as solutions of potential problems in cylindrical coordinates. Laplace s equation in cylindrical coordinates

More information

Separation of Variables in Polar and Spherical Coordinates

Separation of Variables in Polar and Spherical Coordinates Separation of Variables in Polar and Spherical Coordinates Polar Coordinates Suppose we are given the potential on the inside surface of an infinitely long cylindrical cavity, and we want to find the potential

More information

PHYS 502 Lecture 8: Legendre Functions. Dr. Vasileios Lempesis

PHYS 502 Lecture 8: Legendre Functions. Dr. Vasileios Lempesis PHYS 502 Lecture 8: Legendre Functions Dr. Vasileios Lempesis Introduction Legendre functions or Legendre polynomials are the solutions of Legendre s differential equation that appear when we separate

More information

Expansion of 1/r potential in Legendre polynomials

Expansion of 1/r potential in Legendre polynomials Expansion of 1/r potential in Legendre polynomials In electrostatics and gravitation, we see scalar potentials of the form V = K d Take d = R r = R 2 2Rr cos θ + r 2 = R 1 2 r R cos θ + r R )2 Use h =

More information

Expansion formula using properties of dot product (analogous to FOIL in algebra): u v 2 u v u v u u 2u v v v u 2 2u v v 2

Expansion formula using properties of dot product (analogous to FOIL in algebra): u v 2 u v u v u u 2u v v v u 2 2u v v 2 Least squares: Mathematical theory Below we provide the "vector space" formulation, and solution, of the least squares prolem. While not strictly necessary until we ring in the machinery of matrix algera,

More information

d 1 µ 2 Θ = 0. (4.1) consider first the case of m = 0 where there is no azimuthal dependence on the angle φ.

d 1 µ 2 Θ = 0. (4.1) consider first the case of m = 0 where there is no azimuthal dependence on the angle φ. 4 Legendre Functions In order to investigate the solutions of Legendre s differential equation d ( µ ) dθ ] ] + l(l + ) m dµ dµ µ Θ = 0. (4.) consider first the case of m = 0 where there is no azimuthal

More information

Legendre s Equation. PHYS Southern Illinois University. October 13, 2016

Legendre s Equation. PHYS Southern Illinois University. October 13, 2016 PHYS 500 - Southern Illinois University October 13, 2016 PHYS 500 - Southern Illinois University Legendre s Equation October 13, 2016 1 / 10 The Laplacian in Spherical Coordinates The Laplacian is given

More information

CHAPTER 3 POTENTIALS 10/13/2016. Outlines. 1. Laplace s equation. 2. The Method of Images. 3. Separation of Variables. 4. Multipole Expansion

CHAPTER 3 POTENTIALS 10/13/2016. Outlines. 1. Laplace s equation. 2. The Method of Images. 3. Separation of Variables. 4. Multipole Expansion CHAPTER 3 POTENTIALS Lee Chow Department of Physics University of Central Florida Orlando, FL 32816 Outlines 1. Laplace s equation 2. The Method of Images 3. Separation of Variables 4. Multipole Expansion

More information

Physics 6303 Lecture 11 September 24, LAST TIME: Cylindrical coordinates, spherical coordinates, and Legendre s equation

Physics 6303 Lecture 11 September 24, LAST TIME: Cylindrical coordinates, spherical coordinates, and Legendre s equation Physics 6303 Lecture September 24, 208 LAST TIME: Cylindrical coordinates, spherical coordinates, and Legendre s equation, l l l l l l. Consider problems that are no axisymmetric; i.e., the potential depends

More information

Relevant sections from AMATH 351 Course Notes (Wainwright): Relevant sections from AMATH 351 Course Notes (Poulin and Ingalls):

Relevant sections from AMATH 351 Course Notes (Wainwright): Relevant sections from AMATH 351 Course Notes (Poulin and Ingalls): Lecture 5 Series solutions to DEs Relevant sections from AMATH 35 Course Notes (Wainwright):.4. Relevant sections from AMATH 35 Course Notes (Poulin and Ingalls): 2.-2.3 As mentioned earlier in this course,

More information

Junior-level Electrostatics Content Review

Junior-level Electrostatics Content Review Junior-level Electrostatics Content Review Please fill out the following exam to the best of your ability. This will not count towards your final grade in the course. Do your best to get to all the questions

More information

3 Green s functions in 2 and 3D

3 Green s functions in 2 and 3D William J. Parnell: MT34032. Section 3: Green s functions in 2 and 3 57 3 Green s functions in 2 and 3 Unlike the one dimensional case where Green s functions can be found explicitly for a number of different

More information

Chapter 4. Series Solutions. 4.1 Introduction to Power Series

Chapter 4. Series Solutions. 4.1 Introduction to Power Series Series Solutions Chapter 4 In most sciences one generation tears down what another has built and what one has established another undoes. In mathematics alone each generation adds a new story to the old

More information

Steady and unsteady diffusion

Steady and unsteady diffusion Chapter 5 Steady and unsteady diffusion In this chapter, we solve the diffusion and forced convection equations, in which it is necessary to evaluate the temperature or concentration fields when the velocity

More information

lim = F F = F x x + F y y + F z

lim = F F = F x x + F y y + F z Physics 361 Summary of Results from Lecture Physics 361 Derivatives of Scalar and Vector Fields The gradient of a scalar field f( r) is given by g = f. coordinates f g = ê x x + ê f y y + ê f z z Expressed

More information

c2 2 x2. (1) t = c2 2 u, (2) 2 = 2 x x 2, (3)

c2 2 x2. (1) t = c2 2 u, (2) 2 = 2 x x 2, (3) ecture 13 The wave equation - final comments Sections 4.2-4.6 of text by Haberman u(x,t), In the previous lecture, we studied the so-called wave equation in one-dimension, i.e., for a function It was derived

More information

Math 316/202: Solutions to Assignment 7

Math 316/202: Solutions to Assignment 7 Math 316/22: Solutions to Assignment 7 1.8.6(a) Using separation of variables, we write u(r, θ) = R(r)Θ(θ), where Θ() = Θ(π) =. The Laplace equation in polar coordinates (equation 19) becomes R Θ + 1 r

More information

Section 2.1: Reduce Rational Expressions

Section 2.1: Reduce Rational Expressions CHAPTER Section.: Reduce Rational Expressions Section.: Reduce Rational Expressions Ojective: Reduce rational expressions y dividing out common factors. A rational expression is a quotient of polynomials.

More information

QUADRATIC EQUATIONS EXPECTED BACKGROUND KNOWLEDGE

QUADRATIC EQUATIONS EXPECTED BACKGROUND KNOWLEDGE 6 QUADRATIC EQUATIONS In this lesson, you will study aout quadratic equations. You will learn to identify quadratic equations from a collection of given equations and write them in standard form. You will

More information

21 Laplace s Equation and Harmonic Functions

21 Laplace s Equation and Harmonic Functions 2 Laplace s Equation and Harmonic Functions 2. Introductory Remarks on the Laplacian operator Given a domain Ω R d, then 2 u = div(grad u) = in Ω () is Laplace s equation defined in Ω. If d = 2, in cartesian

More information

Physics 342 Lecture 23. Radial Separation. Lecture 23. Physics 342 Quantum Mechanics I

Physics 342 Lecture 23. Radial Separation. Lecture 23. Physics 342 Quantum Mechanics I Physics 342 Lecture 23 Radial Separation Lecture 23 Physics 342 Quantum Mechanics I Friday, March 26th, 2010 We begin our spherical solutions with the simplest possible case zero potential. Aside from

More information

Partial Differential Equations

Partial Differential Equations Partial Differential Equations Spring Exam 3 Review Solutions Exercise. We utilize the general solution to the Dirichlet problem in rectangle given in the textbook on page 68. In the notation used there

More information

MATH 225: Foundations of Higher Matheamatics. Dr. Morton. 3.4: Proof by Cases

MATH 225: Foundations of Higher Matheamatics. Dr. Morton. 3.4: Proof by Cases MATH 225: Foundations of Higher Matheamatics Dr. Morton 3.4: Proof y Cases Chapter 3 handout page 12 prolem 21: Prove that for all real values of y, the following inequality holds: 7 2y + 2 2y 5 7. You

More information

Mathematics (Course B) Lent Term 2005 Examples Sheet 2

Mathematics (Course B) Lent Term 2005 Examples Sheet 2 N12d Natural Sciences, Part IA Dr M. G. Worster Mathematics (Course B) Lent Term 2005 Examples Sheet 2 Please communicate any errors in this sheet to Dr Worster at M.G.Worster@damtp.cam.ac.uk. Note that

More information

4.10 Dirichlet problem in the circle and the Poisson kernel

4.10 Dirichlet problem in the circle and the Poisson kernel 220 CHAPTER 4. FOURIER SERIES AND PDES 4.10 Dirichlet problem in the circle and the Poisson kernel Note: 2 lectures,, 9.7 in [EP], 10.8 in [BD] 4.10.1 Laplace in polar coordinates Perhaps a more natural

More information

Two special equations: Bessel s and Legendre s equations. p Fourier-Bessel and Fourier-Legendre series. p

Two special equations: Bessel s and Legendre s equations. p Fourier-Bessel and Fourier-Legendre series. p LECTURE 1 Table of Contents Two special equations: Bessel s and Legendre s equations. p. 259-268. Fourier-Bessel and Fourier-Legendre series. p. 453-460. Boundary value problems in other coordinate system.

More information

What if the characteristic equation has a double root?

What if the characteristic equation has a double root? MA 360 Lecture 17 - Summary of Recurrence Relations Friday, November 30, 018. Objectives: Prove basic facts about basic recurrence relations. Last time, we looked at the relational formula for a sequence

More information

Generalized Geometric Series, The Ratio Comparison Test and Raabe s Test

Generalized Geometric Series, The Ratio Comparison Test and Raabe s Test Generalized Geometric Series The Ratio Comparison Test and Raae s Test William M. Faucette Decemer 2003 The goal of this paper is to examine the convergence of a type of infinite series in which the summands

More information

Polynomial Degree and Finite Differences

Polynomial Degree and Finite Differences CONDENSED LESSON 7.1 Polynomial Degree and Finite Differences In this lesson, you Learn the terminology associated with polynomials Use the finite differences method to determine the degree of a polynomial

More information

PHYS 301 HOMEWORK #13-- SOLUTIONS

PHYS 301 HOMEWORK #13-- SOLUTIONS PHYS 31 HOMEWORK #13-- SOLUTIONS 1. The wave equation is : 2 u x = 1 2 u 2 v 2 t 2 Since we have that u = f (x - vt) and u = f (x + vt), we substitute these expressions into the wave equation.starting

More information

Sample Solutions from the Student Solution Manual

Sample Solutions from the Student Solution Manual 1 Sample Solutions from the Student Solution Manual 1213 If all the entries are, then the matrix is certainly not invertile; if you multiply the matrix y anything, you get the matrix, not the identity

More information

arxiv:math/ v1 [math.sp] 27 Mar 2006

arxiv:math/ v1 [math.sp] 27 Mar 2006 SHARP BOUNDS FOR EIGENVALUES OF TRIANGLES arxiv:math/0603630v1 [math.sp] 27 Mar 2006 BART LOMIEJ SIUDEJA Astract. We prove that the first eigenvalue of the Dirichlet Laplacian for a triangle in the plane

More information

Math221: HW# 7 solutions

Math221: HW# 7 solutions Math22: HW# 7 solutions Andy Royston November 7, 25.3.3 let x = e u. Then ln x = u, x2 = e 2u, and dx = e 2u du. Furthermore, when x =, u, and when x =, u =. Hence x 2 ln x) 3 dx = e 2u u 3 e u du) = e

More information

Differential Equations

Differential Equations Differential Equations Problem Sheet 1 3 rd November 2011 First-Order Ordinary Differential Equations 1. Find the general solutions of the following separable differential equations. Which equations are

More information

MATH 31B: MIDTERM 2 REVIEW. sin 2 x = 1 cos(2x) dx = x 2 sin(2x) 4. + C = x 2. dx = x sin(2x) + C = x sin x cos x

MATH 31B: MIDTERM 2 REVIEW. sin 2 x = 1 cos(2x) dx = x 2 sin(2x) 4. + C = x 2. dx = x sin(2x) + C = x sin x cos x MATH 3B: MIDTERM REVIEW JOE HUGHES. Evaluate sin x and cos x. Solution: Recall the identities cos x = + cos(x) Using these formulas gives cos(x) sin x =. Trigonometric Integrals = x sin(x) sin x = cos(x)

More information

INGENIERÍA EN NANOTECNOLOGÍA

INGENIERÍA EN NANOTECNOLOGÍA ETAPA DISCIPLINARIA TAREAS 385 TEORÍA ELECTROMAGNÉTICA Prof. E. Efren García G. Ensenada, B.C. México 206 Tarea. Two uniform line charges of ρ l = 4 nc/m each are parallel to the z axis at x = 0, y = ±4

More information

1 Introduction. Green s function notes 2018

1 Introduction. Green s function notes 2018 Green s function notes 8 Introduction Back in the "formal" notes, we derived the potential in terms of the Green s function. Dirichlet problem: Equation (7) in "formal" notes is Φ () Z ( ) ( ) 3 Z Φ (

More information

Dielectrics - III. Lecture 22: Electromagnetic Theory. Professor D. K. Ghosh, Physics Department, I.I.T., Bombay

Dielectrics - III. Lecture 22: Electromagnetic Theory. Professor D. K. Ghosh, Physics Department, I.I.T., Bombay Dielectrics - III Lecture 22: Electromagnetic Theory Professor D. K. Ghosh, Physics Department, I.I.T., Bombay We continue with our discussion of dielectric medium. Example : Dielectric Sphere in a uniform

More information

1Number ONLINE PAGE PROOFS. systems: real and complex. 1.1 Kick off with CAS

1Number ONLINE PAGE PROOFS. systems: real and complex. 1.1 Kick off with CAS 1Numer systems: real and complex 1.1 Kick off with CAS 1. Review of set notation 1.3 Properties of surds 1. The set of complex numers 1.5 Multiplication and division of complex numers 1.6 Representing

More information

PHYS 301 HOMEWORK #8

PHYS 301 HOMEWORK #8 PHYS 301 HOMEWORK #8 Due : 5 April 2017 1. Find the recursion relation and general solution near x = 2 of the differential equation : In this case, the solution will be of the form: y'' - (x - 2) y' +

More information

PHYS 404 Lecture 1: Legendre Functions

PHYS 404 Lecture 1: Legendre Functions PHYS 404 Lecture 1: Legendre Functions Dr. Vasileios Lempesis PHYS 404 - LECTURE 1 DR. V. LEMPESIS 1 Legendre Functions physical justification Legendre functions or Legendre polynomials are the solutions

More information

In this chapter we study several functions that are useful in calculus and other areas of mathematics.

In this chapter we study several functions that are useful in calculus and other areas of mathematics. Calculus 5 7 Special functions In this chapter we study several functions that are useful in calculus and other areas of mathematics. 7. Hyperbolic trigonometric functions The functions we study in this

More information

Conformal maps. Lent 2019 COMPLEX METHODS G. Taylor. A star means optional and not necessarily harder.

Conformal maps. Lent 2019 COMPLEX METHODS G. Taylor. A star means optional and not necessarily harder. Lent 29 COMPLEX METHODS G. Taylor A star means optional and not necessarily harder. Conformal maps. (i) Let f(z) = az + b, with ad bc. Where in C is f conformal? cz + d (ii) Let f(z) = z +. What are the

More information

Laplace s Equation in Cylindrical Coordinates and Bessel s Equation (I)

Laplace s Equation in Cylindrical Coordinates and Bessel s Equation (I) Laplace s Equation in Cylindrical Coordinates and Bessel s Equation I) 1 Solution by separation of variables Laplace s equation is a key equation in Mathematical Physics. Several phenomena involving scalar

More information

free space (vacuum) permittivity [ F/m]

free space (vacuum) permittivity [ F/m] Electrostatic Fields Electrostatic fields are static (time-invariant) electric fields produced by static (stationary) charge distributions. The mathematical definition of the electrostatic field is derived

More information

Summary: Curvilinear Coordinates

Summary: Curvilinear Coordinates Physics 2460 Electricity and Magnetism I, Fall 2007, Lecture 10 1 Summary: Curvilinear Coordinates 1. Summary of Integral Theorems 2. Generalized Coordinates 3. Cartesian Coordinates: Surfaces of Constant

More information

Math 581 Problem Set 9

Math 581 Problem Set 9 Math 581 Prolem Set 9 1. Let m and n e relatively prime positive integers. (a) Prove that Z/mnZ = Z/mZ Z/nZ as RINGS. (Hint: First Isomorphism Theorem) Proof: Define ϕz Z/mZ Z/nZ y ϕ(x) = ([x] m, [x] n

More information

Background and Definitions...2. Legendre s Equation, Functions and Polynomials...4 Legendre s Associated Equation and Functions...

Background and Definitions...2. Legendre s Equation, Functions and Polynomials...4 Legendre s Associated Equation and Functions... Legendre Polynomials and Functions Reading Problems Outline Background and Definitions...2 Definitions...3 Theory...4 Legendre s Equation, Functions and Polynomials...4 Legendre s Associated Equation and

More information

MATH Final Review

MATH Final Review MATH 1592 - Final Review 1 Chapter 7 1.1 Main Topics 1. Integration techniques: Fitting integrands to basic rules on page 485. Integration by parts, Theorem 7.1 on page 488. Guidelines for trigonometric

More information

Classnotes - MA Series and Matrices

Classnotes - MA Series and Matrices Classnotes - MA-2 Series and Matrices Department of Mathematics Indian Institute of Technology Madras This classnote is only meant for academic use. It is not to be used for commercial purposes. For suggestions

More information

ragsdale (zdr82) HW7 ditmire (58335) 1 The magnetic force is

ragsdale (zdr82) HW7 ditmire (58335) 1 The magnetic force is ragsdale (zdr8) HW7 ditmire (585) This print-out should have 8 questions. Multiple-choice questions ma continue on the net column or page find all choices efore answering. 00 0.0 points A wire carring

More information

The Perrin Conjugate and the Laguerre Orthogonal Polynomial

The Perrin Conjugate and the Laguerre Orthogonal Polynomial The Perrin Conjugate and the Laguerre Orthogonal Polynomial In a previous chapter I defined the conjugate of a cubic polynomial G(x) = x 3 - Bx Cx - D as G(x)c = x 3 + Bx Cx + D. By multiplying the polynomial

More information

Math 2930 Worksheet Final Exam Review

Math 2930 Worksheet Final Exam Review Math 293 Worksheet Final Exam Review Week 14 November 3th, 217 Question 1. (* Solve the initial value problem y y = 2xe x, y( = 1 Question 2. (* Consider the differential equation: y = y y 3. (a Find the

More information

Physics 1c practical, 2015 Homework 5 Solutions

Physics 1c practical, 2015 Homework 5 Solutions Physics c practical, 05 Homework 5 Solutions Serway 33.4 0.0 mh, = 0 7 F, = 0Ω, V max = 00V a The resonant frequency for a series L circuit is f = π L = 3.56 khz At resonance I max = V max = 5 A c Q =

More information

we make slices perpendicular to the x-axis. If the slices are thin enough, they resemble x cylinders or discs. The formula for the x

we make slices perpendicular to the x-axis. If the slices are thin enough, they resemble x cylinders or discs. The formula for the x Math Learning Centre Solids of Revolution When we rotate a curve around a defined ais, the -D shape created is called a solid of revolution. In the same wa that we can find the area under a curve calculating

More information

Boundary value problems

Boundary value problems 1 Introduction Boundary value problems Lecture 5 We have found that the electric potential is a solution of the partial differential equation; 2 V = ρ/ǫ 0 The above is Poisson s equation where ρ is the

More information

Notes: Most of the material presented in this chapter is taken from Jackson, Chap. 2, 3, and 4, and Di Bartolo, Chap. 2. 2π nx i a. ( ) = G n.

Notes: Most of the material presented in this chapter is taken from Jackson, Chap. 2, 3, and 4, and Di Bartolo, Chap. 2. 2π nx i a. ( ) = G n. Chapter. Electrostatic II Notes: Most of the material presented in this chapter is taken from Jackson, Chap.,, and 4, and Di Bartolo, Chap... Mathematical Considerations.. The Fourier series and the Fourier

More information

MATHS 267 Answers to Stokes Practice Dr. Jones

MATHS 267 Answers to Stokes Practice Dr. Jones MATH 267 Answers to tokes Practice Dr. Jones 1. Calculate the flux F d where is the hemisphere x2 + y 2 + z 2 1, z > and F (xz + e y2, yz, z 2 + 1). Note: the surface is open (doesn t include any of the

More information

Electromagnetism HW 1 math review

Electromagnetism HW 1 math review Electromagnetism HW math review Problems -5 due Mon 7th Sep, 6- due Mon 4th Sep Exercise. The Levi-Civita symbol, ɛ ijk, also known as the completely antisymmetric rank-3 tensor, has the following properties:

More information

Lecture 1 - Vectors. A Puzzle... Introduction. Vectors: The quest begins! TA s Information. Vectors

Lecture 1 - Vectors. A Puzzle... Introduction. Vectors: The quest begins! TA s Information. Vectors Lecture 1 - Vectors Puzzle... The sum starts at 0. Players alternate by choosing an integer from 1 to 10 and then adding it to the sum. The player who gets to 100 wins. You go first. What is the winning

More information

Vector Spaces. EXAMPLE: Let R n be the set of all n 1 matrices. x 1 x 2. x n

Vector Spaces. EXAMPLE: Let R n be the set of all n 1 matrices. x 1 x 2. x n Vector Spaces DEFINITION: A vector space is a nonempty set V of ojects, called vectors, on which are defined two operations, called addition and multiplication y scalars (real numers), suject to the following

More information

MATH141: Calculus II Exam #4 review solutions 7/20/2017 Page 1

MATH141: Calculus II Exam #4 review solutions 7/20/2017 Page 1 MATH4: Calculus II Exam #4 review solutions 7/0/07 Page. The limaçon r = + sin θ came up on Quiz. Find the area inside the loop of it. Solution. The loop is the section of the graph in between its two

More information

Taylor Series and Asymptotic Expansions

Taylor Series and Asymptotic Expansions Taylor Series and Asymptotic Epansions The importance of power series as a convenient representation, as an approimation tool, as a tool for solving differential equations and so on, is pretty obvious.

More information

MCS 115 Exam 2 Solutions Apr 26, 2018

MCS 115 Exam 2 Solutions Apr 26, 2018 MCS 11 Exam Solutions Apr 6, 018 1 (10 pts) Suppose you have an infinitely large arrel and a pile of infinitely many ping-pong alls, laeled with the positive integers 1,,3,, much like in the ping-pong

More information

Electric fields in matter

Electric fields in matter Electric fields in matter November 2, 25 Suppose we apply a constant electric field to a block of material. Then the charges that make up the matter are no longer in equilibrium: the electrons tend to

More information

Infinite Series. 1 Introduction. 2 General discussion on convergence

Infinite Series. 1 Introduction. 2 General discussion on convergence Infinite Series 1 Introduction I will only cover a few topics in this lecture, choosing to discuss those which I have used over the years. The text covers substantially more material and is available for

More information

Chapter 4. Electrostatic Fields in Matter

Chapter 4. Electrostatic Fields in Matter Chapter 4. Electrostatic Fields in Matter 4.1. Polarization 4.2. The Field of a Polarized Object 4.3. The Electric Displacement 4.4. Linear Dielectrics 4.5. Energy in dielectric systems 4.6. Forces on

More information

Topic 7 Notes Jeremy Orloff

Topic 7 Notes Jeremy Orloff Topic 7 Notes Jeremy Orloff 7 Taylor and Laurent series 7. Introduction We originally defined an analytic function as one where the derivative, defined as a limit of ratios, existed. We went on to prove

More information

Analysis of eddy currents in a gradient coil

Analysis of eddy currents in a gradient coil Analysis of eddy currents in a gradient coil J.M.B. Kroot Eindhoven University of Technology P.O.Box 53; 56 MB Eindhoven, The Netherlands Abstract To model the z-coil of an MRI-scanner, a set of circular

More information

DEFINITE INTEGRALS & NUMERIC INTEGRATION

DEFINITE INTEGRALS & NUMERIC INTEGRATION DEFINITE INTEGRALS & NUMERIC INTEGRATION Calculus answers two very important questions. The first, how to find the instantaneous rate of change, we answered with our study of the derivative. We are now

More information

Separation of Variables

Separation of Variables Separation of Variables A typical starting point to study differential equations is to guess solutions of a certain form. Since we will deal with linear PDEs, the superposition principle will allow us

More information

0.4. math. r r = r 2 + r 2 2r r cos(θ ) 0.5. Coordiates.

0.4. math. r r = r 2 + r 2 2r r cos(θ ) 0.5. Coordiates. .. Electrostatics... Multipole. F = E(r) = E(r) = S n qq i r r i 3 (r r i) i= n i= q i r r i 3 (r r i) d 3 r ρ(r ) 3 (r r ) ds E(r) = 4πQ enclosed E(r) = 4πρ(r ) E(r) = Φ(r) d 3 r ρ(r ) r dl E W = q(φ(r

More information

(b) Show that the charged induced on the hemisphere is: Q = E o a 2 3π (1)

(b) Show that the charged induced on the hemisphere is: Q = E o a 2 3π (1) Problem. Defects This problem will study defects in parallel plate capacitors. A parallel plate capacitor has area, A, and separation, D, and is maintained at the potential difference, V = E o D. There

More information

Upon completion of this course, the student should be able to satisfy the following objectives.

Upon completion of this course, the student should be able to satisfy the following objectives. Homework: Chapter 6: o 6.1. #1, 2, 5, 9, 11, 17, 19, 23, 27, 41. o 6.2: 1, 5, 9, 11, 15, 17, 49. o 6.3: 1, 5, 9, 15, 17, 21, 23. o 6.4: 1, 3, 7, 9. o 6.5: 5, 9, 13, 17. Chapter 7: o 7.2: 1, 5, 15, 17,

More information

A cylinder in a magnetic field (Jackson)

A cylinder in a magnetic field (Jackson) Problem 1. A cylinder in a magnetic field (Jackson) A very long hollow cylinder of inner radius a and outer radius b of permeability µ is placed in an initially uniform magnetic field B o at right angles

More information

LEGENDRE POLYNOMIALS AND APPLICATIONS. We construct Legendre polynomials and apply them to solve Dirichlet problems in spherical coordinates.

LEGENDRE POLYNOMIALS AND APPLICATIONS. We construct Legendre polynomials and apply them to solve Dirichlet problems in spherical coordinates. LEGENDRE POLYNOMIALS AND APPLICATIONS We construct Legendre polynomials and apply them to solve Dirichlet problems in spherical coordinates.. Legendre equation: series solutions The Legendre equation is

More information

4 Power Series Solutions: Frobenius Method

4 Power Series Solutions: Frobenius Method 4 Power Series Solutions: Frobenius Method Now the ODE adventure takes us to series solutions for ODEs, a technique A & W, that is often viable, valuable and informative. These can be readily applied Sec.

More information

Bessel s and legendre s equations

Bessel s and legendre s equations Chapter 12 Bessel s and legendre s equations 12.1 Introduction Many linear differential equations having variable coefficients cannot be solved by usual methods and we need to employ series solution method

More information

Solutions to Laplace s Equation in Cylindrical Coordinates and Numerical solutions. ρ + (1/ρ) 2 V

Solutions to Laplace s Equation in Cylindrical Coordinates and Numerical solutions. ρ + (1/ρ) 2 V Solutions to Laplace s Equation in Cylindrical Coordinates and Numerical solutions Lecture 8 1 Introduction Solutions to Laplace s equation can be obtained using separation of variables in Cartesian and

More information

Physics 505 Fall 2005 Homework Assignment #7 Solutions

Physics 505 Fall 2005 Homework Assignment #7 Solutions Physics 505 Fall 005 Homework Assignment #7 Solutions Textbook problems: Ch. 4: 4.10 Ch. 5: 5.3, 5.6, 5.7 4.10 Two concentric conducting spheres of inner and outer radii a and b, respectively, carry charges

More information

Electrodynamics PHY712. Lecture 4 Electrostatic potentials and fields. Reference: Chap. 1 & 2 in J. D. Jackson s textbook.

Electrodynamics PHY712. Lecture 4 Electrostatic potentials and fields. Reference: Chap. 1 & 2 in J. D. Jackson s textbook. Electrodynamics PHY712 Lecture 4 Electrostatic potentials and fields Reference: Chap. 1 & 2 in J. D. Jackson s textbook. 1. Complete proof of Green s Theorem 2. Proof of mean value theorem for electrostatic

More information

Qualification Exam: Mathematical Methods

Qualification Exam: Mathematical Methods Qualification Exam: Mathematical Methods Name:, QEID#41534189: August, 218 Qualification Exam QEID#41534189 2 1 Mathematical Methods I Problem 1. ID:MM-1-2 Solve the differential equation dy + y = sin

More information

Lecture Notes for MAE 3100: Introduction to Applied Mathematics

Lecture Notes for MAE 3100: Introduction to Applied Mathematics ecture Notes for MAE 31: Introduction to Applied Mathematics Richard H. Rand Cornell University Ithaca NY 14853 rhr2@cornell.edu http://audiophile.tam.cornell.edu/randdocs/ version 17 Copyright 215 by

More information

Module 9: Further Numbers and Equations. Numbers and Indices. The aim of this lesson is to enable you to: work with rational and irrational numbers

Module 9: Further Numbers and Equations. Numbers and Indices. The aim of this lesson is to enable you to: work with rational and irrational numbers Module 9: Further Numers and Equations Lesson Aims The aim of this lesson is to enale you to: wor with rational and irrational numers wor with surds to rationalise the denominator when calculating interest,

More information

1. (3) Write Gauss Law in differential form. Explain the physical meaning.

1. (3) Write Gauss Law in differential form. Explain the physical meaning. Electrodynamics I Midterm Exam - Part A - Closed Book KSU 204/0/23 Name Electro Dynamic Instructions: Use SI units. Where appropriate, define all variables or symbols you use, in words. Try to tell about

More information

Elements of Vector Calculus : Line and Surface Integrals

Elements of Vector Calculus : Line and Surface Integrals Elements of Vector Calculus : Line and Surface Integrals Lecture 2: Electromagnetic Theory Professor D. K. Ghosh, Physics Department, I.I.T., Bombay In this lecture we will talk about special functions

More information

ERASMUS UNIVERSITY ROTTERDAM Information concerning the Entrance examination Mathematics level 2 for International Business Administration (IBA)

ERASMUS UNIVERSITY ROTTERDAM Information concerning the Entrance examination Mathematics level 2 for International Business Administration (IBA) ERASMUS UNIVERSITY ROTTERDAM Information concerning the Entrance examination Mathematics level 2 for International Business Administration (IBA) General information Availale time: 2.5 hours (150 minutes).

More information

Section 7.4: Inverse Laplace Transform

Section 7.4: Inverse Laplace Transform Section 74: Inverse Laplace Transform A natural question to ask about any function is whether it has an inverse function We now ask this question about the Laplace transform: given a function F (s), will

More information

Lecture 13: Electromagnetic Theory Professor D. K. Ghosh, Physics Department, I.I.T., Bombay. Poisson s and Laplace s Equations

Lecture 13: Electromagnetic Theory Professor D. K. Ghosh, Physics Department, I.I.T., Bombay. Poisson s and Laplace s Equations Poisson s and Laplace s Equations Lecture 13: Electromagnetic Theory Professor D. K. Ghosh, Physics Department, I.I.T., Bombay We will spend some time in looking at the mathematical foundations of electrostatics.

More information

Chapter 11 - Sequences and Series

Chapter 11 - Sequences and Series Calculus and Analytic Geometry II Chapter - Sequences and Series. Sequences Definition. A sequence is a list of numbers written in a definite order, We call a n the general term of the sequence. {a, a

More information

PHY 114 Summer Midterm 2 Solutions

PHY 114 Summer Midterm 2 Solutions PHY 114 Summer 009 - Midterm Solutions Conceptual Question 1: Can an electric or a magnetic field, each constant in space and time, e used to accomplish the actions descried elow? Explain your answers.

More information

A half submerged metal sphere (UIC comprehensive

A half submerged metal sphere (UIC comprehensive Problem 1. exam) A half submerged metal sphere (UIC comprehensive A very light neutral hollow metal spherical shell of mass m and radius a is slightly submerged by a distance b a below the surface of a

More information

PHY752, Fall 2016, Assigned Problems

PHY752, Fall 2016, Assigned Problems PHY752, Fall 26, Assigned Problems For clarification or to point out a typo (or worse! please send email to curtright@miami.edu [] Find the URL for the course webpage and email it to curtright@miami.edu

More information

Physics 212 Exam I Sample Question Bank 2008 Multiple Choice: choose the best answer "none of the above" may can be a valid answer

Physics 212 Exam I Sample Question Bank 2008 Multiple Choice: choose the best answer none of the above may can be a valid answer Multiple Choice: choose the best answer "none of the above" may can be a valid answer The (attempted) demonstration in class with the pith balls and a variety of materials indicated that () there are two

More information

1 Systems of Differential Equations

1 Systems of Differential Equations March, 20 7- Systems of Differential Equations Let U e an open suset of R n, I e an open interval in R and : I R n R n e a function from I R n to R n The equation ẋ = ft, x is called a first order ordinary

More information

Prelim 2 Math Please show your reasoning and all your work. This is a 90 minute exam. Calculators are not needed or permitted. Good luck!

Prelim 2 Math Please show your reasoning and all your work. This is a 90 minute exam. Calculators are not needed or permitted. Good luck! April 4, Prelim Math Please show your reasoning and all your work. This is a 9 minute exam. Calculators are not needed or permitted. Good luck! Trigonometric Formulas sin x sin x cos x cos (u + v) cos

More information