Homework #5 Solutions

Size: px
Start display at page:

Download "Homework #5 Solutions"

Transcription

1 Homework #5 Solutions Problem 4.4 a) Laplace's equation in spherical coordinates is If V 1 = C 1 /R 2 V = (1/R 2 )d/dr(r 2 (dv/dr)) + 1/(R 2 sinθ)d/dθ(sinθdv/dθ) + 1/(R 2 sin 2 θ)d 2 V/dϕ 2 = 0 dv 1 /dr = -C 1 /R 2 dv 1 /dθ = 0 dv 1 /dϕ = 0 After some algebra, it can be shown that 2 V 1 = 0 Which proves that V 1 satisfies Laplace's equation. b) Laplace's equation in cartesian coordinates is 2 V = d 2 V/dx 2 + d 2 V/dy 2 + d 2 V/dz 2 = 0 If V 2 = C 2 z/(x 2 + y 2 + z 2 ) 3/2, then after some algebra it can be shown that 2 V 2 = 0 Which proves that V 2 satisfies Laplace's equation. Problem 4.6 For this example, we want to solve using Poisson's equation 2 V 2 = -ρ/ε = -A/(ε r) In cylindrical coordinate system (and because of symmettry) 2 V 2 =(1/r)(d/dr)(rdV/dr) = -A/(ε r) The general solution to this differential equation is V = -(A/ε)r + C 1 ln(r) + C 2 1

2 Our boundary conditions are that at V(r=a) = V 0 and V(r=b) = 0. Therefore V 0 = -(A/ε)a + C 1 ln(a) + C 2 0 = -(A/ε)b + C 1 ln(b) + C 2 Solving this system of linear equations yields our unknown constants in the expression for voltage C 1 = (A/ε (b-a)-v 0 ) / ln(b/a) C2 = {V 0 ln(b) + A/ε(aln(b) - bln(a))} / ln(b/a) Problem 4.7 a) To solve this problem we will use the method of images. By this method, we can replace the infinite conducting plane and point charge system with an equivalent system consisting of a dipole. From this, it follows that the electric field evaluated at y=0 can be expressed as E(y=0) = -a y Q/(4πεR 2 )(2sinθ) = -a y Qd / (2πε(d 2 +r 2 ) 3/2 From boundary conditions ρ s = a y εe(y=0) = -a y Qd / (2πε(d 2 +r 2 ) 3/2 b) The total charge can be found from integrating the surface charge over the entire surface 0 ρ s 2πr dr = -Q This matches what we expect from the method of images. Problem 4.11 Because the wires are above a conducting ground, we will use the method of images to analyze the problem. Therefore, I will replace the system of two wires and conducting plane with the following system of four wires 2

3 A D B 2h A' d B' In the above picture, the solid red circles represent the original wires (of radius a with linear charge density ρ l (for wire A) and -ρ l (for wire B) ) and the shaded red circles represent the image wire A' and B' with linear charge densities -ρ l and -ρ l, respectively. To find the capacitance per unit length of the original line (that is, the mutual capacitance between A and B, C AB, I will start off by applying superposition to find the voltages. When we had a single linear charge surrounded by two conductors (such as the following sketch illustrates) we were able to represent the voltage difference as ρ l a At Voltage V 0 b Grounded Conductor V 0 = ρ l /(2πε) ln(b/a) Where a is the distance from the source charge to the point at which the voltage is being evaluated and b is the distance from the source charge to the voltage reference point. (If you are confused on this part, then go back and review Chapter 3). Using this as a general formula, we can evaluate the voltage on the surface of the wire A relative to the surface of wire A', V AA', as the superposition of voltages due to all of the separate wire line charges V AA' = ρ l /(2πε) ln(2h/a) {due to wire A linear charge} + (-ρ l )/(2πε) ln(d/d) {due to wire B linear charge} + (-ρ l )/(2πε) ln(a/2h) {due to wire A' linear charge} + ρ l /(2πε) ln(d/d) {due to wire A linear charge} Because -ln(x/y) = ln(y/x), this can be simplified to 3

4 V AA' = ρ l /(πε){ ln(2h/a) + ln(d/d) } By symettry, the potential difference V A referenced to ground is going to be V A = (1/2) V AA' = ρ l /(2πε){ ln(2h/a) + ln(d/d) } Similarly, by repeating the argument for V B we obtain V B = (1/2) V BB' = (-ρ l )/(2πε){ ln(2h/a) + ln(d/d) } Replacing ρ l with ρ l1 and -ρ l with ρ l2, we can solve for ρ l1 and ρ l2 in terms of V A and V B ρ l1 = c 11 V A + c 12 V B ρ l2 = c 21 V A + c 22 V B From equations in Chapter 3 that describe systems of capacitors, we can find the mutual capacitance between the two wire system above a conducting plane to be C = -c 12 = (2πε ln(d/a))/((ln(2h/a) 2 -(ln(d/a)) 2 ) A circuit involving several capacitors which models this problem would be similar to the circuits involving mutual capacitance towards the end of Chapter 3. (Give yourself a pat on the back if you were able to figure this one out ) Extra Problem Shown below is my output for running the given code as well as my modifications % Original Code x = -4.05:.1:4.05; y = -4.05:.1:4.05; [xx,yy] = meshgrid(x,y); cz = xx + i*yy; cpot = asin(cz); pot = real(cpot); contour(xx,yy,pot,10,'k'); % Modified Code to plot Field Lines figure(2); x2 = linspace(-4.05,4.05,15); y2 = linspace(-4.05,4.05,15); [xx,yy] = meshgrid(x2,y2); cz = xx + i*yy; cpot = asin(cz); pot = real(cpot); contour(xx,yy,pot,10,'k'); 4

5 [Ex,Ey] = gradient(pot); hold on quiver(xx,yy,ex,ey) hold off From the following plots, it appears that a physical placement of electrodes could be one coming in from the left (positive) and another from the right (negative). 5

xy 2 e 2z dx dy dz = 8 3 (1 e 4 ) = 2.62 mc. 12 x2 y 3 e 2z 2 m 2 m 2 m Figure P4.1: Cube of Problem 4.1.

xy 2 e 2z dx dy dz = 8 3 (1 e 4 ) = 2.62 mc. 12 x2 y 3 e 2z 2 m 2 m 2 m Figure P4.1: Cube of Problem 4.1. Problem 4.1 A cube m on a side is located in the first octant in a Cartesian coordinate system, with one of its corners at the origin. Find the total charge contained in the cube if the charge density

More information

Integrals in cylindrical, spherical coordinates (Sect. 15.7)

Integrals in cylindrical, spherical coordinates (Sect. 15.7) Integrals in clindrical, spherical coordinates (Sect. 15.7 Integration in spherical coordinates. Review: Clindrical coordinates. Spherical coordinates in space. Triple integral in spherical coordinates.

More information

ELECTRO MAGNETIC FIELDS

ELECTRO MAGNETIC FIELDS SET - 1 1. a) State and explain Gauss law in differential form and also list the limitations of Guess law. b) A square sheet defined by -2 x 2m, -2 y 2m lies in the = -2m plane. The charge density on the

More information

o Two-wire transmission line (end view is shown, the radius of the conductors = a, the distance between the centers of the two conductors = d)

o Two-wire transmission line (end view is shown, the radius of the conductors = a, the distance between the centers of the two conductors = d) Homework 2 Due Monday, 14 June 1. There is a small number of simple conductor/dielectric configurations for which we can relatively easily find the capacitance. Students of electromagnetics should be sure

More information

CHAPTER 2. COULOMB S LAW AND ELECTRONIC FIELD INTENSITY. 2.3 Field Due to a Continuous Volume Charge Distribution

CHAPTER 2. COULOMB S LAW AND ELECTRONIC FIELD INTENSITY. 2.3 Field Due to a Continuous Volume Charge Distribution CONTENTS CHAPTER 1. VECTOR ANALYSIS 1. Scalars and Vectors 2. Vector Algebra 3. The Cartesian Coordinate System 4. Vector Cartesian Coordinate System 5. The Vector Field 6. The Dot Product 7. The Cross

More information

EE 333 Electricity and Magnetism, Fall 2009 Homework #9 solution

EE 333 Electricity and Magnetism, Fall 2009 Homework #9 solution EE 333 Electricity and Magnetism, Fall 009 Homework #9 solution 4.10. The two infinite conducting cones θ = θ 1, and θ = θ are maintained at the two potentials Φ 1 = 100, and Φ = 0, respectively, as shown

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

6.013 Recitation 11. Quasistatic Electric and Magnetic Fields in Devices and Circuit Elements

6.013 Recitation 11. Quasistatic Electric and Magnetic Fields in Devices and Circuit Elements 6.013 Recitation 11 Quasistatic Electric and Magnetic Fields in Devices and Circuit Elements A. Introduction The behavior of most electric devices depends on static or slowly varying (quasistatic 1 ) electric

More information

PHY102 Electricity Course Summary

PHY102 Electricity Course Summary TOPIC 1 ELECTOSTTICS PHY1 Electricity Course Summary Coulomb s Law The magnitude of the force between two point charges is directly proportional to the product of the charges and inversely proportional

More information

HIGH VOLTAGE TECHNIQUES Basic Electrode Systems (3)

HIGH VOLTAGE TECHNIQUES Basic Electrode Systems (3) HIGH VOLTAGE TECHNIQES Basic Electrode Systems (3) Assistant Professor Suna BOLAT KRÖGER Eastern Mediterranean niversity Department of Electric & Electronic Engineering 1 Basic electrode systems Different

More information

EX. Potential for uniformly charged thin ring

EX. Potential for uniformly charged thin ring EX. Potential for uniformly charged thin ring Q dq r R dφ 0 V ( Z ) =? z kdq Q Q V =, dq = Rdϕ = dϕ Q r 2πR 2π 2π k Q 0 = d ϕ 0 r 2π kq 0 2π = 0 d ϕ 2π r kq 0 = r kq 0 = 2 2 R + z EX. Potential for uniformly

More information

which checks. capacitance is determined entirely by the dimensions of the cylinders.

which checks. capacitance is determined entirely by the dimensions of the cylinders. 4.3. IDENTIFY and SET UP: It is a parallel-plate air capacitor, so we can apply the equations of Section 4.. EXEUTE: (a) (b) = ε 0 A d (c) V ab so Q V = so 0 ab V ab 6 Q 0. 48 0 = = = 604 V. 45 0 F 3 d

More information

No prep assignment to do, but here are four questions anyway.

No prep assignment to do, but here are four questions anyway. Preparation Assignments for Homework #3 Due at the start of class. Reading Assignments Please see the handouts for each lesson for the reading assignments. 3,4 February Lesson 2.5 No prep assignment to

More information

Lecture 7. Capacitors and Electric Field Energy. Last lecture review: Electrostatic potential

Lecture 7. Capacitors and Electric Field Energy. Last lecture review: Electrostatic potential Lecture 7. Capacitors and Electric Field Energy Last lecture review: Electrostatic potential V r = U r q Q Iclicker question The figure shows cross sections through two equipotential surfaces. In both

More information

26 Capacitance and Dielectrics

26 Capacitance and Dielectrics Green Items that must be covered for the national test Blue Items from educator.com Red Items from the 8 th edition of Serway 26 Capacitance and Dielectrics 26.1 Definition of Capacitance 26.2 Calculating

More information

Do not fill out the information below until instructed to do so! Name: Signature: Section Number:

Do not fill out the information below until instructed to do so! Name: Signature:   Section Number: Do not fill out the information below until instructed to do so! Name: Signature: E-mail: Section Number: No calculators are allowed in the test. Be sure to put a box around your final answers and clearly

More information

the Cartesian coordinate system (which we normally use), in which we characterize points by two coordinates (x, y) and

the Cartesian coordinate system (which we normally use), in which we characterize points by two coordinates (x, y) and 2.5.2 Standard coordinate systems in R 2 and R Similarly as for functions of one variable, integrals of functions of two or three variables may become simpler when changing coordinates in an appropriate

More information

Exam 1 Solutions. Note that there are several variations of some problems, indicated by choices in parentheses. Problem 1

Exam 1 Solutions. Note that there are several variations of some problems, indicated by choices in parentheses. Problem 1 Exam 1 Solutions Note that there are several variations of some problems, indicated by choices in parentheses. Problem 1 A rod of charge per unit length λ is surrounded by a conducting, concentric cylinder

More information

Worked Examples Set 2

Worked Examples Set 2 Worked Examples Set 2 Q.1. Application of Maxwell s eqns. [Griffiths Problem 7.42] In a perfect conductor the conductivity σ is infinite, so from Ohm s law J = σe, E = 0. Any net charge must be on the

More information

UNIT-I INTRODUCTION TO COORDINATE SYSTEMS AND VECTOR ALGEBRA

UNIT-I INTRODUCTION TO COORDINATE SYSTEMS AND VECTOR ALGEBRA SIDDHARTH GROUP OF INSTITUTIONS :: PUTTUR Siddharth Nagar, Narayanavanam Road 517583 QUESTION BANK (DESCRIPTIVE) Subject with Code : EMF(16EE214) Sem: II-B.Tech & II-Sem Course & Branch: B.Tech - EEE Year

More information

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING QUESTION BANK

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING QUESTION BANK KINGS COLLEGE OF ENGINEERING DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING QUESTION BANK SUB.NAME : ELECTROMAGNETIC FIELDS SUBJECT CODE : EC 2253 YEAR / SEMESTER : II / IV UNIT- I - STATIC ELECTRIC

More information

Electromagnetic Field Theory (EMT)

Electromagnetic Field Theory (EMT) Electromagnetic Field Theory (EMT) Lecture # 9 1) Coulomb s Law and Field Intensity 2) Electric Fields Due to Continuous Charge Distributions Line Charge Surface Charge Volume Charge Coulomb's Law Coulomb's

More information

C = V Q. To find the capacitance of two conductors:

C = V Q. To find the capacitance of two conductors: Capacitance Capacitance is a measure of the ability of two conductors to store charge when a given potential difference is established between them. Two conductors, on one of which is charge +Q and on

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

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

PHYS463 Electricity& Magnetism III ( ) Solution #1

PHYS463 Electricity& Magnetism III ( ) Solution #1 PHYS463 Electricity& Magnetism III (2003-04) lution #. Problem 3., p.5: Find the average potential over a spherical surface of radius R due to a point charge located inside (same as discussed in 3..4,

More information

Physics 217 Practice Final Exam

Physics 217 Practice Final Exam Physics 217 Practice Final Exam Fall 2002 If this were a real exam, you would be reminded here of the exam rules: You may consult only one page of formulas and constants and a calculator while taking this

More information

Chapter 18. Circuit Elements, Independent Voltage Sources, and Capacitors

Chapter 18. Circuit Elements, Independent Voltage Sources, and Capacitors Chapter 18 Circuit Elements, Independent Voltage Sources, and Capacitors Ideal Wire _ + Ideal Battery Ideal Resistor Ideal Capacitor Series Parallel An ideal battery provides a constant potential difference

More information

Columbia University Department of Physics QUALIFYING EXAMINATION

Columbia University Department of Physics QUALIFYING EXAMINATION Columbia University Department of Physics QUALIFYING EXAMINATION Monday, January 9, 2012 3:10PM to 5:10PM Classical Physics Section 2. Electricity, Magnetism & Electrodynamics Two hours are permitted for

More information

Graduate Diploma in Engineering Circuits and waves

Graduate Diploma in Engineering Circuits and waves 9210-112 Graduate Diploma in Engineering Circuits and waves You should have the following for this examination one answer book non-programmable calculator pen, pencil, ruler No additional data is attached

More information

Inductance. thevectorpotentialforthemagneticfield, B 1. ] d l 2. 4π I 1. φ 12 M 12 I 1. 1 Definition of Inductance. r 12

Inductance. thevectorpotentialforthemagneticfield, B 1. ] d l 2. 4π I 1. φ 12 M 12 I 1. 1 Definition of Inductance. r 12 Inductance 1 Definition of Inductance When electric potentials are placed on a system of conductors, charges move to cancel the electric field parallel to the conducting surfaces of the conductors. We

More information

Multiple Integrals and Vector Calculus (Oxford Physics) Synopsis and Problem Sets; Hilary 2015

Multiple Integrals and Vector Calculus (Oxford Physics) Synopsis and Problem Sets; Hilary 2015 Multiple Integrals and Vector Calculus (Oxford Physics) Ramin Golestanian Synopsis and Problem Sets; Hilary 215 The outline of the material, which will be covered in 14 lectures, is as follows: 1. Introduction

More information

Where k = 1. The electric field produced by a point charge is given by

Where k = 1. The electric field produced by a point charge is given by Ch 21 review: 1. Electric charge: Electric charge is a property of a matter. There are two kinds of charges, positive and negative. Charges of the same sign repel each other. Charges of opposite sign attract.

More information

Charge and current elements

Charge and current elements Charge and current elements for 1-, 2- and 3-dimensional integration Frits F.M. de Mul Presentations: Electromagnetism: History Electromagnetism: Electr. topics Electromagnetism: Magn. topics Electromagnetism:

More information

Review. Spring Semester /21/14. Physics for Scientists & Engineers 2 1

Review. Spring Semester /21/14. Physics for Scientists & Engineers 2 1 Review Spring Semester 2014 Physics for Scientists & Engineers 2 1 Notes! Homework set 13 extended to Tuesday, 4/22! Remember to fill out SIRS form: https://sirsonline.msu.edu Physics for Scientists &

More information

density = N A where the vector di erential aread A = ^n da, and ^n is the normaltothat patch of surface. Solid angle

density = N A where the vector di erential aread A = ^n da, and ^n is the normaltothat patch of surface. Solid angle Gauss Law Field lines and Flux Field lines are drawn so that E is tangent to the field line at every point. Field lines give us information about the direction of E, but also about its magnitude, since

More information

Electrostatics. Chapter Maxwell s Equations

Electrostatics. Chapter Maxwell s Equations Chapter 1 Electrostatics 1.1 Maxwell s Equations Electromagnetic behavior can be described using a set of four fundamental relations known as Maxwell s Equations. Note that these equations are observed,

More information

Announcements. Homework: Test 1: Practice Exams posted on WebCT Review Sessions by discussion TFs

Announcements. Homework: Test 1: Practice Exams posted on WebCT Review Sessions by discussion TFs Homework: Announcements Webassign HW due on SUNDAY at 11:59pm No Hand-in Homework Test 1: Feb 17 th, 6-7:30 pm Location: SMG 105 Chapters: 21-24 Practice Exams posted on WebCT Review Sessions by discussion

More information

Physics 7B, Speliotopoulos Final Exam, Fall 2014 Berkeley, CA

Physics 7B, Speliotopoulos Final Exam, Fall 2014 Berkeley, CA Physics 7B, Speliotopoulos Final Exam, Fall 4 Berkeley, CA Rules: This final exam is closed book and closed notes. In particular, calculators are not allowed during this exam. Cell phones must be turned

More information

Physics 42 Exam 2 PRACTICE Name: Lab

Physics 42 Exam 2 PRACTICE Name: Lab Physics 42 Exam 2 PRACTICE Name: Lab 1 2 3 4 Conceptual Multiple Choice (2 points each) Circle the best answer. 1.Rank in order, from brightest to dimmest, the identical bulbs A to D. A. C = D > B > A

More information

Electricity. Revision Notes. R.D.Pilkington

Electricity. Revision Notes. R.D.Pilkington Electricity Revision Notes R.D.Pilkington DIRECT CURRENTS Introduction Current: Rate of charge flow, I = dq/dt Units: amps Potential and potential difference: work done to move unit +ve charge from point

More information

3 Chapter. Gauss s Law

3 Chapter. Gauss s Law 3 Chapter Gauss s Law 3.1 Electric Flux... 3-2 3.2 Gauss s Law (see also Gauss s Law Simulation in Section 3.10)... 3-4 Example 3.1: Infinitely Long Rod of Uniform Charge Density... 3-9 Example 3.2: Infinite

More information

Lecture 18 Capacitance and Conductance

Lecture 18 Capacitance and Conductance Lecture 18 Capacitance and Conductance Sections: 6.3, 6.4, 6.5 Homework: See homework file Definition of Capacitance capacitance is a measure of the ability of the physical structure to accumulate electrical

More information

NR/RR. Set No. 2 CODE NO: NR/RR210204

NR/RR. Set No. 2 CODE NO: NR/RR210204 Set No. 2 II B.Tech I Semester Examinations,May 2011 ELECTROMAGNETIC FIELDS Electrical And Electronics Engineering Time: 3 hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks

More information

Physics 202, Exam 1 Review

Physics 202, Exam 1 Review Physics 202, Exam 1 Review Logistics Topics: Electrostatics (Chapters 21-24.6) Point charges: electric force, field, potential energy, and potential Distributions: electric field, electric potential. Interaction

More information

Physics 112. Study Notes for Exam II

Physics 112. Study Notes for Exam II Chapter 20 Electric Forces and Fields Physics 112 Study Notes for Exam II 4. Electric Field Fields of + and point charges 5. Both fields and forces obey (vector) superposition Example 20.5; Figure 20.29

More information

EE243 Advanced Electromagnetic Theory Lec #3: Electrostatics (Apps., Form),

EE243 Advanced Electromagnetic Theory Lec #3: Electrostatics (Apps., Form), EE4 Advanced Electromagnetic Theory Lec #: Electrostatics Apps., Form, Electrostatic Boundary Conditions Energy, Force and Capacitance Electrostatic Boundary Conditions on Φ Image Solutions Eample Green

More information

Chapter 26. Capacitance and Dielectrics

Chapter 26. Capacitance and Dielectrics Chapter 26 Capacitance and Dielectrics Capacitors Capacitors are devices that store electric charge Examples of where capacitors are used include: radio receivers filters in power supplies to eliminate

More information

SOLUTIONS TO HOMEWORK ASSIGNMENT #2, Math 253

SOLUTIONS TO HOMEWORK ASSIGNMENT #2, Math 253 SOLUTIONS TO HOMEWORK ASSIGNMENT #, Math 5. Find the equation of a sphere if one of its diameters has end points (, 0, 5) and (5, 4, 7). The length of the diameter is (5 ) + ( 4 0) + (7 5) = =, so the

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics Spring 2014 Final Exam Equation Sheet. B( r) = µ o 4π

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics Spring 2014 Final Exam Equation Sheet. B( r) = µ o 4π MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring 2014 Final Exam Equation Sheet Force Law: F q = q( E ext + v q B ext ) Poynting Vector: S = ( E B) / µ 0 Force on Current Carrying

More information

1. Overview of the relations among charge, field and potential Gauss law Integrate charge to get potential More about energy Laplace and Poisson

1. Overview of the relations among charge, field and potential Gauss law Integrate charge to get potential More about energy Laplace and Poisson 1. Overview of the relations among charge, field and potential Gauss law Integrate charge to get potential More about energy Laplace and Poisson equations 2. Intro to conductors Field inside is zero BEFORE

More information

Chapter 1 The Electric Force

Chapter 1 The Electric Force Chapter 1 The Electric Force 1. Properties of the Electric Charges 1- There are two kinds of the electric charges in the nature, which are positive and negative charges. - The charges of opposite sign

More information

Figure 21:The polar and Cartesian coordinate systems.

Figure 21:The polar and Cartesian coordinate systems. Figure 21:The polar and Cartesian coordinate systems. Coordinate systems in R There are three standard coordinate systems which are used to describe points in -dimensional space. These coordinate systems

More information

Summary: Applications of Gauss Law

Summary: Applications of Gauss Law Physics 2460 Electricity and Magnetism I, Fall 2006, Lecture 15 1 Summary: Applications of Gauss Law 1. Field outside of a uniformly charged sphere of radius a: 2. An infinite, uniformly charged plane

More information

Examples of Dielectric Problems and the Electric Susceptability. 2 A Dielectric Sphere in a Uniform Electric Field

Examples of Dielectric Problems and the Electric Susceptability. 2 A Dielectric Sphere in a Uniform Electric Field Examples of Dielectric Problems and the Electric Susceptability Lecture 10 1 A Dielectric Filled Parallel Plate Capacitor Suppose an infinite, parallel plate capacitor filled with a dielectric of dielectric

More information

Chapter 26. Capacitance and Dielectrics

Chapter 26. Capacitance and Dielectrics Chapter 26 Capacitance and Dielectrics Circuits and Circuit Elements Electric circuits are the basis for the vast majority of the devices used in society. Circuit elements can be connected with wires to

More information

Physics GRE: Electromagnetism. G. J. Loges 1. University of Rochester Dept. of Physics & Astronomy. xkcd.com/567/

Physics GRE: Electromagnetism. G. J. Loges 1. University of Rochester Dept. of Physics & Astronomy. xkcd.com/567/ Physics GRE: Electromagnetism G. J. Loges University of Rochester Dept. of Physics & stronomy xkcd.com/567/ c Gregory Loges, 206 Contents Electrostatics 2 Magnetostatics 2 3 Method of Images 3 4 Lorentz

More information

Capacitors II. Physics 2415 Lecture 9. Michael Fowler, UVa

Capacitors II. Physics 2415 Lecture 9. Michael Fowler, UVa Capacitors II Physics 2415 Lecture 9 Michael Fowler, UVa Today s Topics First, some review then Storing energy in a capacitor How energy is stored in the electric field Dielectrics: why they strengthen

More information

Exam II. Solutions. Part A. Multiple choice questions. Check the best answer. Each question carries a value of 4 points. The wires repel each other.

Exam II. Solutions. Part A. Multiple choice questions. Check the best answer. Each question carries a value of 4 points. The wires repel each other. Exam II Solutions Part A. Multiple choice questions. Check the best answer. Each question carries a value of 4 points. 1.! Concerning electric and magnetic fields, which of the following is wrong?!! A

More information

Electric Potential Energy Chapter 16

Electric Potential Energy Chapter 16 Electric Potential Energy Chapter 16 Electric Energy and Capacitance Sections: 1, 2, 4, 6, 7, 8, 9 The electrostatic force is a conservative force It is possible to define an electrical potential energy

More information

Haus, Hermann A., and James R. Melcher. Electromagnetic Fields and Energy. Englewood Cliffs, NJ: Prentice-Hall, ISBN:

Haus, Hermann A., and James R. Melcher. Electromagnetic Fields and Energy. Englewood Cliffs, NJ: Prentice-Hall, ISBN: MIT OpenCourseWare http://ocw.mit.edu Haus, Hermann A., and James R. Melcher. Electromagnetic Fields and Energy. Englewood Cliffs, NJ: Prentice-Hall, 1989. ISBN: 97801349007. Please use the following citation

More information

PRACTICE EXAM 1 for Midterm 1

PRACTICE EXAM 1 for Midterm 1 PRACTICE EXAM 1 for Midterm 1 Multiple Choice Questions 1) The figure shows three electric charges labeled Q 1, Q 2, Q 3, and some electric field lines in the region surrounding the charges. What are the

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

Notes 19 Gradient and Laplacian

Notes 19 Gradient and Laplacian ECE 3318 Applied Electricity and Magnetism Spring 218 Prof. David R. Jackson Dept. of ECE Notes 19 Gradient and Laplacian 1 Gradient Φ ( x, y, z) =scalar function Φ Φ Φ grad Φ xˆ + yˆ + zˆ x y z We can

More information

PHYS General Physics for Engineering II FIRST MIDTERM

PHYS General Physics for Engineering II FIRST MIDTERM Çankaya University Department of Mathematics and Computer Sciences 2010-2011 Spring Semester PHYS 112 - General Physics for Engineering II FIRST MIDTERM 1) Two fixed particles of charges q 1 = 1.0µC and

More information

Quiz Fun! This box contains. 1. a net positive charge. 2. no net charge. 3. a net negative charge. 4. a positive charge. 5. a negative charge.

Quiz Fun! This box contains. 1. a net positive charge. 2. no net charge. 3. a net negative charge. 4. a positive charge. 5. a negative charge. Quiz Fun! This box contains 1. a net positive charge. 2. no net charge. 3. a net negative charge. 4. a positive charge. 5. a negative charge. Quiz Fun! This box contains 1. a net positive charge. 2. no

More information

Lecture 3. Electric Field Flux, Gauss Law

Lecture 3. Electric Field Flux, Gauss Law Lecture 3. Electric Field Flux, Gauss Law Attention: the list of unregistered iclickers will be posted on our Web page after this lecture. From the concept of electric field flux to the calculation of

More information

V A = V B = V B V A = Q1

V A = V B = V B V A = Q1 lectrostatics hapter : lectrostatics qin. q in Now, q IN for S q q + q q q IN for S + q q q IN for S q + q q q IN for S q. V P V r p.d l r q If is constant, then r p V P V d l r V P V (r p r ) (i ˆ ˆ j).

More information

D = 2(2) 3 2 = 4 9 = 5 < 0

D = 2(2) 3 2 = 4 9 = 5 < 0 1. (7 points) Let f(, ) = +3 + +. Find and classif each critical point of f as a local minimum, a local maimum, or a saddle point. Solution: f = + 3 f = 3 + + 1 f = f = 3 f = Both f = and f = onl at (

More information

Jackson 6.4 Homework Problem Solution Dr. Christopher S. Baird University of Massachusetts Lowell

Jackson 6.4 Homework Problem Solution Dr. Christopher S. Baird University of Massachusetts Lowell Jackson 6.4 Homework Problem Solution Dr. Christopher S. Baird University of Massachusetts Lowell PROBLEM: A uniformly magnetized and conducting sphere of radius R and total magnetic moment m = 4πMR 3

More information

Electric Flux. To investigate this, we have to understand electric flux.

Electric Flux. To investigate this, we have to understand electric flux. Problem 21.72 A charge q 1 = +5. nc is placed at the origin of an xy-coordinate system, and a charge q 2 = -2. nc is placed on the positive x-axis at x = 4. cm. (a) If a third charge q 3 = +6. nc is now

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics: Final Exam Review Session Problems Solutions

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics: Final Exam Review Session Problems Solutions Department of Physics: 8 Problem 1: Spherical Capacitor 8 Final Exam Review Session Problems Solutions A capacitor consists of two concentric spherical shells The outer radius of the inner shell is a =

More information

(a) Consider a sphere of charge with radius a and charge density ρ(r) that varies with radius as. ρ(r) = Ar n for r a

(a) Consider a sphere of charge with radius a and charge density ρ(r) that varies with radius as. ρ(r) = Ar n for r a Physics 7B Midterm 2 - Fall 207 Professor R. Birgeneau Total Points: 00 ( Problems) This exam is out of 00 points. Show all your work and take particular care to explain your steps. Partial credit will

More information

Physics 420 Fall 2004 Quiz 1 Wednesday This quiz is worth 6 points. Be sure to show your work and label your final answers.

Physics 420 Fall 2004 Quiz 1 Wednesday This quiz is worth 6 points. Be sure to show your work and label your final answers. Quiz 1 Wednesday This quiz is worth 6 points. Be sure to show your work and label your final answers. 1. A charge q 1 = +5.0 nc is located on the y-axis, 15 µm above the origin, while another charge q

More information

PHYS463 Electricity& Magnetism III ( ) Problems Solutions (assignment #3) r n+1

PHYS463 Electricity& Magnetism III ( ) Problems Solutions (assignment #3) r n+1 . (Problem 3.38, p.6) Solution: Use equation (3.95) PHYS463 Electricity& Magnetism (3-4) Problems Solutions (assignment #3) Φ 4π² X n ³ r n Pn ³cos ³ ϑ ρ r dτ r n+ Now λ Q/a a

More information

Math 3435 Homework Set 11 Solutions 10 Points. x= 1,, is in the disk of radius 1 centered at origin

Math 3435 Homework Set 11 Solutions 10 Points. x= 1,, is in the disk of radius 1 centered at origin Math 45 Homework et olutions Points. ( pts) The integral is, x + z y d = x + + z da 8 6 6 where is = x + z 8 x + z = 4 o, is the disk of radius centered on the origin. onverting to polar coordinates then

More information

Electrodynamics I Midterm - Part A - Closed Book KSU 2005/10/17 Electro Dynamic

Electrodynamics I Midterm - Part A - Closed Book KSU 2005/10/17 Electro Dynamic Electrodynamics I Midterm - Part A - Closed Book KSU 5//7 Name Electro Dynamic. () Write Gauss Law in differential form. E( r) =ρ( r)/ɛ, or D = ρ, E= electricfield,ρ=volume charge density, ɛ =permittivity

More information

Version: A. Earth s gravitational field g = 9.81 N/kg Vacuum Permeability µ 0 = 4π 10 7 T m/a

Version: A. Earth s gravitational field g = 9.81 N/kg Vacuum Permeability µ 0 = 4π 10 7 T m/a PHYS 2212 GJ Quiz and Exam Formulæ & Constants Fall 2015 Fundamental Charge e = 1.602 10 19 C Mass of an Electron m e = 9.109 10 31 kg Coulomb constant K = 8.988 10 9 N m 2 /C 2 Vacuum Permittivity ϵ 0

More information

LESSON 2 PHYSICS NOTES

LESSON 2 PHYSICS NOTES LESSON 2 ELECTROSTATIC POTENTIAL AND CAPACITANCE SECTION I ELECTROSTATIC POTENTIAL ELECTRIC FIELD IS CONSERVATIVE In an electric field work done by the electric field in moving a unit positive charge from

More information

UNIVERSITY OF BOLTON. SCHOOL OF ENGINEERING, SPORTS and SCIENCES BENG (HONS) ELECTRICAL & ELECTRONICS ENGINEERING EXAMINATION SEMESTER /2018

UNIVERSITY OF BOLTON. SCHOOL OF ENGINEERING, SPORTS and SCIENCES BENG (HONS) ELECTRICAL & ELECTRONICS ENGINEERING EXAMINATION SEMESTER /2018 ENG018 SCHOOL OF ENGINEERING, SPORTS and SCIENCES BENG (HONS) ELECTRICAL & ELECTRONICS ENGINEERING MODULE NO: EEE6002 Date: 17 January 2018 Time: 2.00 4.00 INSTRUCTIONS TO CANDIDATES: There are six questions.

More information

Physics 222, Spring 2010 Quiz 3, Form: A

Physics 222, Spring 2010 Quiz 3, Form: A Physics 222, Spring 2010 Quiz 3, Form: A Name: Date: Instructions You must sketch correct pictures and vectors, you must show all calculations, and you must explain all answers for full credit. Neatness

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 Instructions: Use SI units. Where appropriate, define all variables or symbols you use, in words. Try to tell about the physics involved,

More information

Exam 4 Solutions. a. 1,2,and 3 b. 1 and 2, not 3 c. 1 and 3, not 2 d. 2 and 3, not 1 e. only 2

Exam 4 Solutions. a. 1,2,and 3 b. 1 and 2, not 3 c. 1 and 3, not 2 d. 2 and 3, not 1 e. only 2 Prof. Darin Acosta Prof. Greg Stewart April 8, 007 1. Which of the following statements is true? 1. In equilibrium all of any excess charge stored on a conductor is on the outer surface.. In equilibrium

More information

Physics 202, Exam 1 Review

Physics 202, Exam 1 Review Physics 202, Exam 1 Review Logistics Topics: Electrostatics + Capacitors (Chapters 21-24) Point charges: electric force, field, potential energy, and potential Distributions: electric field, electric potential.

More information

1.1 a.) Suppose we have a conductor and place some charge density within it. For a surface S inside the conductor enclose the charge density!

1.1 a.) Suppose we have a conductor and place some charge density within it. For a surface S inside the conductor enclose the charge density! 1.1 a. uppose we have a conductor and place some charge density within it. # Q = d 3 x x V ( For a surface inside the conductor enclose the charge density E d a = 1 d 3 x $ %( x$ # V This will cause an

More information

Solutions: Homework 5

Solutions: Homework 5 Ex. 5.1: Capacitor Solutions: Homework 5 (a) Consider a parallel plate capacitor with large circular plates, radius a, a distance d apart, with a d. Choose cylindrical coordinates (r,φ,z) and let the z

More information

ELECTRICITY AND MAGNETISM

ELECTRICITY AND MAGNETISM THIRD EDITION ELECTRICITY AND MAGNETISM EDWARD M. PURCELL DAVID J. MORIN Harvard University, Massachusetts Щ CAMBRIDGE Ell UNIVERSITY PRESS Preface to the third edition of Volume 2 XIII CONTENTS Preface

More information

PHY103A: Lecture # 9

PHY103A: Lecture # 9 Semester II, 2017-18 Department of Physics, IIT Kanpur PHY103A: Lecture # 9 (Text Book: Intro to Electrodynamics by Griffiths, 3 rd Ed.) Anand Kumar Jha 20-Jan-2018 Summary of Lecture # 8: Force per unit

More information

Tentamen i ELEKTROMAGNETISK FÄLTTEORI

Tentamen i ELEKTROMAGNETISK FÄLTTEORI Karlstads Universitet Fysik Tentamen i ELEKTROMAGNETISK FÄLTTEORI [ VT 17, FYGB3] Datum: 17-3-9 Tid: 8.15 13.15 Lärare: Jürgen Fuchs Tel: 5471817 / 76714576 Total poäng: 5 Godkänd / 3: 5 Väl godkänd: 37.5

More information

ELECTRICITY AND MAGNETISM

ELECTRICITY AND MAGNETISM ELECTRICITY AND MAGNETISM Chapter 1. Electric Fields 1.1 Introduction 1.2 Triboelectric Effect 1.3 Experiments with Pith Balls 1.4 Experiments with a Gold-leaf Electroscope 1.5 Coulomb s Law 1.6 Electric

More information

Inductance - Lecture 3

Inductance - Lecture 3 Inductance - Lecture 3 1 Further Discussion of Faraday s Law In Lecture 2 Faraday s law was developed using the Lorentz force on a charge within a moving, conducting loop with the magnetic field is at

More information

y=1 1 J (a x ) dy dz dx dz 10 4 sin(2)e 2y dy dz sin(2)e 2y

y=1 1 J (a x ) dy dz dx dz 10 4 sin(2)e 2y dy dz sin(2)e 2y Chapter 5 Odd-Numbered 5.. Given the current density J = 4 [sin(x)e y a x + cos(x)e y a y ]ka/m : a) Find the total current crossing the plane y = in the a y direction in the region

More information

Lecture 6 - Introduction to Electricity

Lecture 6 - Introduction to Electricity Lecture 6 - Introduction to Electricity A Puzzle... We are all familiar with visualizing an integral as the area under a curve. For example, a b f[x] dx equals the sum of the areas of the rectangles of

More information

Physics 4B Winter 2018 Test 2

Physics 4B Winter 2018 Test 2 Physics 4B Winter 018 Test Name: Feb 15, 018 Please show your work! Answer as many questions as you can, in any order. Calculators are allowed. Books, notes, and internet connected devices are not allowed.

More information

Principles of Physics II

Principles of Physics II Principles of Physics II J. M. Veal, Ph. D. version 18.05.4 Contents 1 Fluid Mechanics 3 1.1 Fluid pressure............................ 3 1. Buoyancy.............................. 3 1.3 Fluid flow..............................

More information

Chapter 24: Capacitance and Dielectrics. Capacitor: two conductors (separated by an insulator) usually oppositely charged. (defines capacitance)

Chapter 24: Capacitance and Dielectrics. Capacitor: two conductors (separated by an insulator) usually oppositely charged. (defines capacitance) hapter 4: apacitance and Dielectrics apacitor: two conductors (separated by an insulator) usually oppositely charged a b - ab proportional to charge / ab (defines capacitance) units: F / pc4: The parallel

More information

3. Calculating Electrostatic Potential

3. Calculating Electrostatic Potential 3. Calculating Electrostatic Potential 3. Laplace s Equation 3. The Method of Images 3.3 Separation of Variables 3.4 Multipole Expansion 3.. Introduction The primary task of electrostatics is to study

More information

Physics 182. Assignment 4

Physics 182. Assignment 4 Physics 182 Assignment 4 1. A dipole (electric or magnetic) in a non-uniform field will in general experience a net force. The electric case was the subject of a problem on the midterm exam; here we examine

More information

Physics 2020 Exam 1 Constants and Formulae

Physics 2020 Exam 1 Constants and Formulae Physics 2020 Exam 1 Constants and Formulae Useful Constants k e = 8.99 10 9 N m 2 /C 2 ɛ = 8.85 10 12 C 2 /(N m 2 ) G = 6.673 10 11 N m 2 / kg 2 e = 1.602 10 19 C m p = 1.672 10 27 kg m e = 9.110 10 31

More information

Page Problem Score Max Score a 8 12b a b 10 14c 6 6

Page Problem Score Max Score a 8 12b a b 10 14c 6 6 Fall 14 MTH 34 FINAL EXAM December 8, 14 Name: PID: Section: Instructor: DO NOT WRITE BELOW THIS LINE. Go to the next page. Page Problem Score Max Score 1 5 5 1 3 5 4 5 5 5 6 5 7 5 8 5 9 5 1 5 11 1 3 1a

More information