Comparison of an Analytical Method and Matlab to Model Electromagnetic Distribution in a Trough

Size: px
Start display at page:

Download "Comparison of an Analytical Method and Matlab to Model Electromagnetic Distribution in a Trough"

Transcription

1 Comparison of an Analytical Method and Matlab to Model Electromagnetic Distribution in a Trough JJ Bruyns University of Johannesburg, South Africa Jacob@uj.ac.za JC Greeff Tshwane University of Technology greeffjc@tut.ac.za SV Joubert Tshwane University of Technology joubertsv@tut.ac.za Abstract In designing devices that discharge electrostatic voltage it is important to know the radiation pattern. To interpret and visualize the result is just as important as being able to obtain a correct analytical result. This article discusses the traditional analytical method to determine the radiation pattern in a closed trough, as well as the use of a computer algebra system (CAS) to determine the radiation pattern. MATLAB is used as a computer algebra system to solve and visually display the electrostatic distribution in a trough. The results of the analytical and numerical solutions are compared to determine the accuracy of the CAS solution. The use of the CAS system and its educational advantages is discussed. Introduction Since all electric devices radiate a magnetic field, electromagnetic theory and principles are fundamental to the study of electrical systems. Electrostatic principles are used in various applications such as electrostatic filters, spraying, laser printers and many other applications. Although electrostatics has many useful applications, it also has many negative effects on humans and the environment. Because various electrostatic sources interact, the design of these devices requires thorough knowledge of the laws and principles of electrostatics in order to minimise their harmful effects. It is therefore essential to calculate, project and visualise electromagnetic and electrostatic fields in order to design applications and manage the effect on people and the environment. According to a study by Last (2006), strong electromagnetic fields (EMFs) of about 50 to 60 cycles per second (Hz) and the related electromagnetic radiation (EMR) are harmful to human beings. An article in Huisgenoot (2007) reports that a study conducted by the Californian Health Department found that the exposure to magnetic fields greatly increases the risk of serious illnesses. A number of studies discussing electromagnetic and electrostatic fields are available in the literature, of which the following are applicable to this study. O'Neil (1995) discusses the analytical solution of the Laplace equation to determine the electrostatic voltage due to a point charge, but does not cover any practical applications. Rothwell and Cloud (2001) discuss and explain the electrostatic potential but do not explain in detail how to calculate the potential or visualise the distribution. Although these studies provide essential principles, they do not address the difficulty of visualising the electrostatic voltage distribution in a closed environment.

2 To predict the magnetic field distribution in a closed environment, a closed metal trough will be used to simulate the existence of such fields that may be present in our immediate environments, incorporating the use of a computer algebra system (CAS) such as MATLAB. The application of MATLAB assists in the understanding and visualisation of electromagnetic voltage distribution in a trough and relates the mathematical theory to realworld applications. Objectives of this study The author proposes to use an analytical method (a mathematical quantitative method) and a mathematical technology program (a mathematical qualitative method) to solve Laplace's equation in order to determine the electromagnetic distribution in a trough and visually display the results. The quantitative and qualitative results will be compared and an error analyses conducted to evaluate the accuracy and usefulness of the qualitative method proposed. Analytical Solution The specific Laplace equation in rectangular coordinates in a two-dimensional system subject to certain boundary conditions is solved using the method of separation of variables. Problem statement Consider a rectangular trough of infinite length, of which the cross-section is illustrated in Figure 1. The trough is constructed of thin conducting sheets. Conducting material is used so that a voltage can be applied to the walls of the trough. A conducting lid is placed at y = b and is insulated from the other walls at the two gaps. The charge density, ρ(v), inside the trough is zero, V=V on the lid, and the other three sides are grounded, that is V=0. The challenge is to determine an expression for voltage V(x,y) within the trough, so that the electrostatic voltage inside the trough, due to the potential applied to the conducting cap, can be determined. y b Gap Conductor cap V=V 0 Gap V=0 Ρ v = 0 V=V(x,y) V=0 Conductor V=0 Figure 1: Cross-section of a rectangular metal trough grounded on three sides where the voltage applied to the cap is maintained at V. a x 2

3 The "trough problem" can be stated as follows: Find the potential V(x,y) inside the trough for 2 V V V = +, for 0 < x < a and 0 < y < b, with the boundary conditions as specified x y in Table 1: Table 1. Boundary conditions for the trough problem. V( 0,y) = 0 for 0< y<b V(a,y) = 0 for 0< y< b V(x, 0 ) = 0 for 0 < x < a V(x,b) = Vo for 0 < x < a. 2 V V The analytical solution of Laplace s two-dimensional equation V = + = 0, x y through the separation of variables method and after application of the boundary conditions, nπx nπy sin( )sinh( ) 4V yields o V ( x, y) = a a (Eq. 1) π 2 k 1 nπb nsinh( ) a The potential function V(x,y) satisfies the four boundary conditions and is the solution to the trough problem. Graphical illustration As an example, a truncated series is plotted for the values a = 20, b = 15 and V o = 100V. Figure 2 below represents the resultant potential distribution in the cross-section of the trough. The figure were produced with Scientific Workplace after obtaining the summation of the first 8 terms of the series solution of Equation (1). Figure 2 illustrates that the electrostatic voltage inside the trough is at its maximum close to the side to which the voltage is applied and distributed through the trough. The voltage decreases gradually from a maximum to zero volts against the sides of the trough that are grounded. Figure 2: The 3-D plot of the potential distribution with 100V applied to one side. 3

4 It is therefore possible to determine the electrostatic voltage distribution inside the trough analytically, and to plot the results using a computer algebra system. The solution, numerically produced simplified and plotted by Scientific Workplace, illustrates conveniently what is predicted by the analytical results. MATLAB Solution In the field of Engineering, MATLAB is one of the preferred and most commonly used software programs. The objectives of the MATLAB Partial Differential (PDE) Toolbox are to provide tools that will do the following: Numerically solve the PDE problem and produce an approximation to the solution. Represent the solution graphically The toolbox uses the Finite Element Method (FEM) to solve the defined problem, then provides a visual representation of the solution, which contributes to the important goal of understanding the result. The definition of the PDE problem Referring to the example above, the electrostatic potential in a trough of infinite length is determined as defined in the problem statement section. A square trough is used with Dirichlet-type boundary conditions, 100V on one side, while and the other three sides are kept at 0V. There is no volume charge in the domain, that is ρ =0. This leads to the problem of solving the Laplace equation 2 V = 0. In this case, ε is taken as ε = -1 since the relative coefficient of dielectricity in air is unity. V V The PDE to be solved then takes the form of + = 0. x y First select the application mode - Electrostatic. In the draw mode, draw the square geometry as depicted in Figure 3. Figure 3: Square trough with dimensions x = 20 and y = 15. 4

5 The PDE Toolbox solves the defined PDE numerically and the solution is then plotted using interpolated colouring where a colour bar is used to display the different colours and their numerical values. The solution in Figure 4 shows a high concentration of electrostatic voltage close to the boundary that had an initial charge of 100V. The voltage gradually decreases until it reaches 0V at the other three boundaries. Figure 4: Solution with colour bar. To view equipotential lines, a contour plot can be displayed as shown in Figure 5. Figure 5: Equipotential plot. To visualise the solution, a 3-D interactive plot is available. The mouse can be used to rotate this plot about the x-axis or the y-axis, and the angle from which the solution is viewed. Values at specific coordinates can be included in the plot as shown in Figure 6. The values in 5

6 the figure are given accurate to four significant figures which are sufficiently accurate for most scientific calculations. Figure 6: 3-D plot with specific coordinate values. Conclusion It is easy for new users to learn how to use the interactive windows of MATLAB's PDE Toolbox to specify conditions and perform basic plots. With practice, advanced tasks can also be performed. The toolbox is versatile and can be used for a number of applications. The Graphical User Interface (GUI) is powerful enough for experienced users to perform advanced tasks and obtain a visual result without having to write any MATLAB code. MATLAB's PDE Toolbox has important advantages over traditional analytical methods. MATLAB solutions are faster and the results compare favourable with other CAS as well as analytical methods. The GUI provides solutions to the common PDE problems encountered in engineering courses. The PDE Toolbox has many uses throughout the design cycle, from conceptualisation and proof of concept through simulation. It can also play a major role in the following areas: Design and development Education Creative possibilities Accuracy Users often ignore the danger of assuming the accuracy of a PDE solver. This could be fatal in the field of engineering, where applications are often more important than theory. Joubert and Greeff (2006) warn against the use of available technology without questioning the accuracy of the solutions generated. To investigate the accuracy of the PDE Toolbox plot results, the point values obtained in Figure 6 at coordinates (10, 9.533) are substituted in the analytical solution given in Equation 1. The result is then compared to the voltage, V PDE = 48.79V, as calculated by the PDE Toolbox. The number of iterations necessary for an accurate result is also investigated. 6

7 Table 2 illustrates that eight terms is sufficient for four significant figure accuracy when approximating V(x,y) analytically using Equation 1. In the field of engineering and in this application, four significant accuracy is sufficient. Table 2: Eight terms in the solution of Equation (1) yield V(x,y) = V. N V N (x,y) V N+1 -V N In Table 3, the approximate analytical voltage, (V N ) is compared to the voltage obtained through MATLAB (V M ), at point (10, 9.533) where V M = 48.79V. Define the relative VM VN percentage difference (RPD) between V N and V M as RPD = 100%. For V 5, RPD of VM 0% between the analytical and MATLAB values indicates that the comparison between the two solutions is satisfactory and the PDE Toolbox can be regarded as "sufficiently accurate" under the specified conditions. In fact the calculations agree to 4 significant digits. Table 3: Comparison between analytical and MATLAB results. N V N V M -V N RPD % % % % % Conclusion Two-dimensional studies of complex electrostatic problems can be conveniently performed using the PDE Toolbox from MATLAB. The PDE Toolbox can also form a valuable tool for teaching concepts and visualising electrostatic voltage distribution. A survey showed that students find it easy to use the PDE Toolbox because of its graphical user interface (GUI) and the interactive nature of the program. The main advantage is that it is quick to find a graphical solution and interpret the effect of changes to conditions. The Toolbox can be used for educational purposes to complement analytical methods, allowing the student to better understand the theory and visualise the result. The module offers a useful way for students to set up models for electrostatics, magnetostatics and wave propagation. Theory and equations become alive, and students may experiment with geometries, field strengths, wavelengths, material properties and initial conditions. The PDE Toolbox will contribute to the development of modelling and has practical benefits in terms of visualisation and ease of use. However, a sound theoretical background is essential, especially for post-graduate studies and research. 7

8 It is proposed that a computer algebra system (CAS) such as MATLAB be used in conjunction with traditional mathematical methods to substantiate findings obtained through analytical methods. However, Computer Algebra Systems should not replace traditional methods but rather should be used to clarify and enhance qualitative results, and to illustrate and teach abstract and difficult concepts of electrostatic potential. The MATLAB PDE Toolbox can be used interactively by students and lecturers in other fields such as structural mechanics electrostatics magnetostatics AC power electromagnetics conductive media DC heat transfer diffusion References HUISGENOOT. (15 Februarie 2007). Koel op eie risiko. JOUBERT, S.V. & GREEFF J.C. (2006). Accuracy estimates for computer algebra systems IVP solvers. SAJS, 102, LAST, W. Electrostatic pollution. Available at: <( com/electropollution.html)>. Accessed 24 August MATLAB. Partial differential equation toolbox. Available at: < mathworks.com/ access/helpdesk/help/toolbox/pde>. Accessed 19 April O'NEIL, P.V. (1987). Advanced Engineering Mathematics. California: Wadsworth publishing company, USA. ROTHWELL, J.E. & CLOUD, J.M Electromagnetics. New York: CRC, USA. 8

ELEC 1908 The Electric Potential (V) March 28, 2013

ELEC 1908 The Electric Potential (V) March 28, 2013 ELEC 1908 The Electric Potential (V) March 28, 2013 1 Abstract The objective of this lab is to solve numerically Laplace s equation in order to obtain the electric potential distribution in di erent electric

More information

Teaching Electromagnetic Fields with Computer Visualization

Teaching Electromagnetic Fields with Computer Visualization Paper # 209, ENG 107 Teaching Electromagnetic Fields with Computer Visualization Yeqin Huang, Bill W. Yang, Robert Adams, Brian Howell, James Z. Zhang, and Kenneth Burbank Department of Engineering and

More information

Lab 1: Numerical Solution of Laplace s Equation

Lab 1: Numerical Solution of Laplace s Equation Lab 1: Numerical Solution of Laplace s Equation ELEC 3105 last modified August 27, 2012 1 Before You Start This lab and all relevant files can be found at the course website. You will need to obtain an

More information

ELECTRICITY AND MAGNETISM, A. C. THEORY AND ELECTRONICS, ATOMIC AND NUCLEAR PHYSICS

ELECTRICITY AND MAGNETISM, A. C. THEORY AND ELECTRONICS, ATOMIC AND NUCLEAR PHYSICS UNIT 2: ELECTRICITY AND MAGNETISM, A. C. THEORY AND ELECTRONICS, ATOMIC AND NUCLEAR PHYSICS MODULE 1: ELECTRICITY AND MAGNETISM GENERAL OBJECTIVES On completion of this Module, students should: 1. understand

More information

Elements of Matlab and Simulink Lecture 7

Elements of Matlab and Simulink Lecture 7 Elements of Matlab and Simulink Lecture 7 Emanuele Ruffaldi 12th May 2009 Copyright 2009,Emanuele Ruffaldi. This work is licensed under the Creative Commons Attribution-ShareAlike License. PARTIAL DIFFERENTIAL

More information

Electromagnetics in COMSOL Multiphysics is extended by add-on Modules

Electromagnetics in COMSOL Multiphysics is extended by add-on Modules AC/DC Module Electromagnetics in COMSOL Multiphysics is extended by add-on Modules 1) Start Here 2) Add Modules based upon your needs 3) Additional Modules extend the physics you can address 4) Interface

More information

Medical Physics & Science Applications

Medical Physics & Science Applications Power Conversion & Electromechanical Devices Medical Physics & Science Applications Transportation Power Systems 1-5: Introduction to the Finite Element Method Introduction Finite Element Method is used

More information

General review: - a) Dot Product

General review: - a) Dot Product General review: - a) Dot Product If θ is the angle between the vectors a and b, then a b = a b cos θ NOTE: Two vectors a and b are orthogonal, if and only if a b = 0. Properties of the Dot Product If a,

More information

Transmission Lines. Plane wave propagating in air Y unguided wave propagation. Transmission lines / waveguides Y. guided wave propagation

Transmission Lines. Plane wave propagating in air Y unguided wave propagation. Transmission lines / waveguides Y. guided wave propagation Transmission Lines Transmission lines and waveguides may be defined as devices used to guide energy from one point to another (from a source to a load). Transmission lines can consist of a set of conductors,

More information

xˆ z ˆ. A second vector is given by B 2xˆ yˆ 2z ˆ.

xˆ z ˆ. A second vector is given by B 2xˆ yˆ 2z ˆ. Directions for all homework submissions Submit your work on plain-white or engineering paper (not lined notebook paper). Write each problem statement above each solution. Report answers using decimals

More information

Year 10 End of Year Examination Revision Checklist

Year 10 End of Year Examination Revision Checklist St Olave s Physics Department Year 10 of Year Examination Revision Checklist The following checklists include all the topics that will be included in the Year 10 of Year exam. Students should use the tickboxes

More information

LAB 5. INTRODUCTION Finite Difference Method

LAB 5. INTRODUCTION Finite Difference Method LAB 5 In previous two computer labs, you have seen how the analytical techniques for solving electrostatic problems can be approximately solved using numerical methods. For example, you have approximated

More information

August 7, 2007 NUMERICAL SOLUTION OF LAPLACE'S EQUATION

August 7, 2007 NUMERICAL SOLUTION OF LAPLACE'S EQUATION August 7, 007 NUMERICAL SOLUTION OF LAPLACE'S EQUATION PURPOSE: This experiment illustrates the numerical solution of Laplace's Equation using a relaxation method. The results of the relaxation method

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

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

PH2200 Practice Final Exam Summer 2003

PH2200 Practice Final Exam Summer 2003 INSTRUCTIONS 1. Write your name and student identification number on the answer sheet. 2. Please cover your answer sheet at all times. 3. This is a closed book exam. You may use the PH2200 formula sheet

More information

TECHNO INDIA BATANAGAR

TECHNO INDIA BATANAGAR TECHNO INDIA BATANAGAR ( DEPARTMENT OF ELECTRONICS & COMMUNICATION ENGINEERING) QUESTION BANK- 2018 1.Vector Calculus Assistant Professor 9432183958.mukherjee@tib.edu.in 1. When the operator operates on

More information

1) Electronic Circuits & Laboratory

1) Electronic Circuits & Laboratory ENSEA COURSES TAUGHT IN ENGLISH SPRING Semester 1) Electronic Circuits & Laboratory Lecture : 45 hours Laboratory : 45 hours US Credits : 6 Analysis of integrated amplifiers with bipolar junction transistors

More information

EE-353 ELECTROMAGNETICS SIMULATION LABORATORY

EE-353 ELECTROMAGNETICS SIMULATION LABORATORY EE-353 ELECTROMAGNETICS SIMULATION LABORATORY DEPARTMENT OF ELECTRICAL ENGINEERING UNIVERSITY OF ENGINEERING & TECHNOLOGY, LAHORE Magnetic Field Around Current Carrying Conductors CONTACT INFORMATION Electrical

More information

4 Finite Element Analysis of a three-phase PM synchronous machine

4 Finite Element Analysis of a three-phase PM synchronous machine Assignment 4 1-1 4 Finite Element Analysis of a three-phase PM synchronous machine The goal of the third assignment is to extend your understanding on electromagnetic analysis in FEM. This assignment is

More information

ECE2262 Electric Circuits. Chapter 6: Capacitance and Inductance

ECE2262 Electric Circuits. Chapter 6: Capacitance and Inductance ECE2262 Electric Circuits Chapter 6: Capacitance and Inductance Capacitors Inductors Capacitor and Inductor Combinations Op-Amp Integrator and Op-Amp Differentiator 1 CAPACITANCE AND INDUCTANCE Introduces

More information

Physics for Scientists and Engineers 4th Edition 2017

Physics for Scientists and Engineers 4th Edition 2017 A Correlation and Narrative Summary of Physics for Scientists and Engineers 4th Edition 2017 To the AP Physics C: Electricity and Magnetism Course Description AP is a trademark registered and/or owned

More information

ELECTROMAGNETIC FIELDS AND WAVES

ELECTROMAGNETIC FIELDS AND WAVES ELECTROMAGNETIC FIELDS AND WAVES MAGDY F. ISKANDER Professor of Electrical Engineering University of Utah Englewood Cliffs, New Jersey 07632 CONTENTS PREFACE VECTOR ANALYSIS AND MAXWELL'S EQUATIONS IN

More information

Lecture 15 Perfect Conductors, Boundary Conditions, Method of Images

Lecture 15 Perfect Conductors, Boundary Conditions, Method of Images Lecture 15 Perfect Conductors, Boundary Conditions, Method of Images Sections: 5.4, 5.5 Homework: See homework file Perfect Conductors 1 metals such as Cu, Ag, Al are closely approximated by the concept

More information

ENV level elective. ENV 200 Intro to Environmental Science 4 credits ENV 330 Ecosystems and Ecological Design 4 credits

ENV level elective. ENV 200 Intro to Environmental Science 4 credits ENV 330 Ecosystems and Ecological Design 4 credits PHYSICS Andrew Dawes, Chair; James Butler, Stephen Hall The program in physics is designed to prepare students for a variety of career paths including (but not limited to) physics and engineering graduate

More information

SIMULATION OF HEAT TRANSFER AND ELECTROMAGNETIC FIELDS OF PROTECTED MICROCOMPUTERS

SIMULATION OF HEAT TRANSFER AND ELECTROMAGNETIC FIELDS OF PROTECTED MICROCOMPUTERS 281 Simulation of heat transfer and electromagnetic fields of protected microcomputers SIMULATION OF HEAT TRANSFER AND ELECTROMAGNETIC FIELDS OF PROTECTED MICROCOMPUTERS J. Lakatoš, J. untala, A. Kondelová

More information

Unit-1 Electrostatics-1

Unit-1 Electrostatics-1 1. Describe about Co-ordinate Systems. Co-ordinate Systems Unit-1 Electrostatics-1 In order to describe the spatial variations of the quantities, we require using appropriate coordinate system. A point

More information

CHAPTER 9 ELECTROMAGNETIC WAVES

CHAPTER 9 ELECTROMAGNETIC WAVES CHAPTER 9 ELECTROMAGNETIC WAVES Outlines 1. Waves in one dimension 2. Electromagnetic Waves in Vacuum 3. Electromagnetic waves in Matter 4. Absorption and Dispersion 5. Guided Waves 2 Skip 9.1.1 and 9.1.2

More information

EFFECT OF DIELECTRIC BARRIERS TO THE ELECTRIC FIELD OF ROD-PLANE AIR GAP

EFFECT OF DIELECTRIC BARRIERS TO THE ELECTRIC FIELD OF ROD-PLANE AIR GAP EFFECT OF DIELECTRIC BARRIERS TO THE ELECTRIC FIELD OF ROD-PLANE AIR GAP A. Kara 1, Ö. Kalenderli, K. Mardikyan 3 1,, 3 Istanbul Technical University, Electrical and Electronics Engineering Faculty, Istanbul,

More information

Please write down the Serial Number of the question before attempting it. PHYSICS (Theory) Time allowed : 3 hours Maximum Marks : 70

Please write down the Serial Number of the question before attempting it. PHYSICS (Theory) Time allowed : 3 hours Maximum Marks : 70 Series ONS SET-1 Roll No. Candiates must write code on the title page of the answer book Please check that this question paper contains 16 printed pages. Code number given on the right hand side of the

More information

Basic Electricity and Magnetism 3910

Basic Electricity and Magnetism 3910 Basic Electricity and Magnetism 3910 Current Flow in Ohmic Resistors The general problem Most materials are characterized by a bulk parameter called resistivity, symbolized by ρ. The resistivity can be

More information

Calculation of Sound Fields in Flowing Media Using CAPA and Diffpack

Calculation of Sound Fields in Flowing Media Using CAPA and Diffpack Calculation of Sound Fields in Flowing Media Using CAPA and Diffpack H. Landes 1, M. Kaltenbacher 2, W. Rathmann 3, F. Vogel 3 1 WisSoft, 2 Univ. Erlangen 3 inutech GmbH Outline Introduction Sound in Flowing

More information

Comparison of Homotopy-Perturbation Method and variational iteration Method to the Estimation of Electric Potential in 2D Plate With Infinite Length

Comparison of Homotopy-Perturbation Method and variational iteration Method to the Estimation of Electric Potential in 2D Plate With Infinite Length Australian Journal of Basic and Applied Sciences, 4(6): 173-181, 1 ISSN 1991-8178 Comparison of Homotopy-Perturbation Method and variational iteration Method to the Estimation of Electric Potential in

More information

Lecture PowerPoints. Chapter 17 Physics: Principles with Applications, 7 th edition Giancoli

Lecture PowerPoints. Chapter 17 Physics: Principles with Applications, 7 th edition Giancoli Lecture PowerPoints Chapter 17 Physics: Principles with Applications, 7 th edition Giancoli This work is protected by United States copyright laws and is provided solely for the use of instructors in teaching

More information

UNIT-III Maxwell's equations (Time varying fields)

UNIT-III Maxwell's equations (Time varying fields) UNIT-III Maxwell's equations (Time varying fields) Faraday s law, transformer emf &inconsistency of ampere s law Displacement current density Maxwell s equations in final form Maxwell s equations in word

More information

1 Solution of Electrostatics Problems with COM- SOL

1 Solution of Electrostatics Problems with COM- SOL 1 Solution of Electrostatics Problems with COM- SOL This section gives examples demonstrating how Comsol can be used to solve some simple electrostatics problems. 1.1 Laplace s Equation We start with a

More information

Lecture PowerPoints. Chapter 17 Physics: Principles with Applications, 6 th edition Giancoli

Lecture PowerPoints. Chapter 17 Physics: Principles with Applications, 6 th edition Giancoli Lecture PowerPoints Chapter 17 Physics: Principles with Applications, 6 th edition Giancoli 2005 Pearson Prentice Hall This work is protected by United States copyright laws and is provided solely for

More information

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS ELEMENTS OF PHYSICS II W/LAB PHY 2220

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS ELEMENTS OF PHYSICS II W/LAB PHY 2220 PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS ELEMENTS OF PHYSICS II W/LAB PHY 2220 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Date Revised: Spring 01 Catalog Course Description:

More information

Limits to Statics and Quasistatics

Limits to Statics and Quasistatics Limits to Statics and Quasistatics Reading Haus and Melcher - Ch. 3 Outline Limits to Statics Quasistatics Limits to Quasistatics 1 Electric Fields Magnetic Fields GAUSS FARADAY GAUSS AMPERE For Statics

More information

Program WAVES Version 1D C.W. Trueman Updated March 23, 2004

Program WAVES Version 1D C.W. Trueman Updated March 23, 2004 Program WAVES Version 1D C.W. Trueman Updated March 23, 2004 Program WAVES animates plane wave incidence on a dielectric half space. These notes describe how to use the program and outline a series of

More information

Numerical Solutions of Partial Differential Equations

Numerical Solutions of Partial Differential Equations Numerical Solutions of Partial Differential Equations Dr. Xiaozhou Li xiaozhouli@uestc.edu.cn School of Mathematical Sciences University of Electronic Science and Technology of China Introduction Overview

More information

PHYSICS : CLASS XII ALL SUBJECTIVE ASSESSMENT TEST ASAT

PHYSICS : CLASS XII ALL SUBJECTIVE ASSESSMENT TEST ASAT PHYSICS 202 203: CLASS XII ALL SUBJECTIVE ASSESSMENT TEST ASAT MM MARKS: 70] [TIME: 3 HOUR General Instructions: All the questions are compulsory Question no. to 8 consist of one marks questions, which

More information

KS3 Science: Physics Contents

KS3 Science: Physics Contents KS3 Science MyWorks Guide Physics summary KS3 Science: Physics Mini zes: 37 Super zes: 4 Extension zes: 4 Skills zes: 6 TOTAL 51 What are MyWorks zes? MyWorks zes are short individual learning tasks that

More information

Experiment FT1: Measurement of Dielectric Constant

Experiment FT1: Measurement of Dielectric Constant Experiment FT1: Measurement of Dielectric Constant Name: ID: 1. Objective: (i) To measure the dielectric constant of paper and plastic film. (ii) To examine the energy storage capacity of a practical capacitor.

More information

Electromagnetic Waves

Electromagnetic Waves Chapter 32 Electromagnetic Waves PowerPoint Lectures for University Physics, Thirteenth Edition Hugh D. Young and Roger A. Freedman Lectures by Wayne Anderson Goals for Chapter 32 To learn why a light

More information

Electromagnetic Waves

Electromagnetic Waves Electromagnetic Waves Our discussion on dynamic electromagnetic field is incomplete. I H E An AC current induces a magnetic field, which is also AC and thus induces an AC electric field. H dl Edl J ds

More information

Ansoft HFSS 3D Boundary Manager Sources

Ansoft HFSS 3D Boundary Manager Sources Lumped Gap Defining s Voltage and Current When you select Source, you may choose from the following source types: Incident wave Voltage drop Current Magnetic bias These sources are available only for driven

More information

Equipotential Lines and Electric Fields

Equipotential Lines and Electric Fields Physics Equipotential Lines and Electric Fields Plotting the Electric Field MATERIALS AND RESOURCES EACH GROUP 5 alligator clip leads 2 batteries, 9 V 2 binder clips, large computer LabQuest multimeter,

More information

CBSE XII Physics 2016

CBSE XII Physics 2016 Time: 3 hours; Maximum Marks: 70 General Instructions: 1. All questions are compulsory. There are 26 questions in all. 2. This question paper has five sections: Section A, Section B, Section, Section D

More information

AC "POLARITY" Complex numbers are useful for AC circuit analysis because they provide a

AC POLARITY Complex numbers are useful for AC circuit analysis because they provide a AC "POLARITY" Complex numbers are useful for AC circuit analysis because they provide a convenient method of symbolically denoting phase shift between AC quantities like voltage and current. However, for

More information

B.Sc. in Electronics and Communication Engineering, Cairo University, Cairo, Egypt with Distinction (honors), 1992

B.Sc. in Electronics and Communication Engineering, Cairo University, Cairo, Egypt with Distinction (honors), 1992 EE3FK4 Electromagnetics II Dr. Mohamed Bakr, ITB A219, ext. 24079 mbakr@mail.ece.mcmaster.ca http://www.ece.mcmaster.ca/faculty/bakr/ ece3fk4/ece3fk4_main_2008.htm Lecture 0 0-1 Info About Myself B.Sc.

More information

Meeting of Modern Science and School Physics: College for School Teachers of Physics in ICTP. 27 April - 3 May, 2011

Meeting of Modern Science and School Physics: College for School Teachers of Physics in ICTP. 27 April - 3 May, 2011 2234-13 Meeting of Modern Science and School Physics: College for School Teachers of Physics in ICTP 27 April - 3 May, 2011 Computer based tools for active learning in the introductory physics course David

More information

St Olave s Physics Department. Year 11 Mock Revision Checklist

St Olave s Physics Department. Year 11 Mock Revision Checklist St Olave s Physics Department Year 11 Mock Revision Checklist The following checklists include all the topics that will be included in the Year 11 Mock exam. Students should use the tickboxes to check

More information

2. Waves with higher frequencies travel faster than waves with lower frequencies (True/False)

2. Waves with higher frequencies travel faster than waves with lower frequencies (True/False) PHY 2049C Final Exam. Summer 2015. Name: Remember, you know this stuff Answer each questions to the best of your ability. Show ALL of your work (even for multiple choice questions), you may receive partial

More information

Plasma Modeling with COMSOL Multiphysics

Plasma Modeling with COMSOL Multiphysics Plasma Modeling with COMSOL Multiphysics Copyright 2014 COMSOL. Any of the images, text, and equations here may be copied and modified for your own internal use. All trademarks are the property of their

More information

CHAPTER 5 ELECTROMAGNETIC INDUCTION

CHAPTER 5 ELECTROMAGNETIC INDUCTION CHAPTER 5 ELECTROMAGNETIC INDUCTION 1 Quick Summary on Previous Concepts Electrostatics Magnetostatics Electromagnetic Induction 2 Cases of Changing Magnetic Field Changing Field Strength in a Loop A Loop

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

Electrostatics so far

Electrostatics so far Electrostatics so far F = 1 2 1 2 2 Electric Force b/n q and q : qq 1 2 kq Electric Field E due to q : E = 1 1 r 2 kq q r q e = 1.6 x10-19 C k = 9 x 10 9 Nm 2 /C 2 Tesla Envy http://www.youtube.com/watch?v=jl

More information

Measurement of electric potential fields

Measurement of electric potential fields Measurement of electric potential fields Matthew Krupcale, Oliver Ernst Department of Physics, Case Western Reserve University, Cleveland Ohio, 44106-7079 18 November 2012 Abstract In electrostatics, Laplace

More information

Numerical Solution for Two Dimensional Laplace Equation with Dirichlet Boundary Conditions

Numerical Solution for Two Dimensional Laplace Equation with Dirichlet Boundary Conditions IOSR Journal of Mathematics (IOSR-JM) e-issn: 2278-5728,p-ISSN: 2319-765X, Volume 6, Issue 4 (May. - Jun. 2013), PP 66-75 Numerical Solution for Two Dimensional Laplace Equation with Dirichlet Boundary

More information

UNIT I ELECTROSTATIC FIELDS

UNIT I ELECTROSTATIC FIELDS UNIT I ELECTROSTATIC FIELDS 1) Define electric potential and potential difference. 2) Name few applications of gauss law in electrostatics. 3) State point form of Ohm s Law. 4) State Divergence Theorem.

More information

FLT5A FLT5A. abc. abc. Thermometer User Guide. Thermometer User Guide. Internet:

FLT5A FLT5A. abc. abc. Thermometer User Guide. Thermometer User Guide. Internet: abc instruments international FLT5A Thermometer Land Instruments International Dronfield, S18 1DJ England Telephone: (1246) 417691 Facsimile: (1246) 41585 Email: infrared.sales@landinst.com Internet: www.landinst.com

More information

Computation of Electromagnetic Energy Absorption in the Human Body Tissues by High Frequency Structure Simulator

Computation of Electromagnetic Energy Absorption in the Human Body Tissues by High Frequency Structure Simulator Computation of Electromagnetic Energy Absorption in the Human... Computation of Electromagnetic Energy Absorption in the Human Body Tissues by High requency Structure Simulator Md. Selim Hossain 1 and

More information

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS ELECTRICITY & MAGNETISM W/LAB PHY 2310

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS ELECTRICITY & MAGNETISM W/LAB PHY 2310 PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS ELECTRICITY & MAGNETISM W/LAB PHY 2310 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Date Revised: Spring 01 Catalog Course Description:

More information

DESIGN, FABRICATION AND ELECTROMECHANICAL CHARACTERISTICS OF A MEMS BASED MICROMIRROR

DESIGN, FABRICATION AND ELECTROMECHANICAL CHARACTERISTICS OF A MEMS BASED MICROMIRROR XIX IMEKO World Congress Fundamental and Applied Metrology September 6 11, 2009, Lisbon, Portugal DESIGN, FABRICATION AND ELECTROMECHANICAL CHARACTERISTICS OF A MEMS BASED MICROMIRROR Talari Rambabu 1,

More information

Thus the charges follow the field lines and the current density is proportional to intensity of the field.

Thus the charges follow the field lines and the current density is proportional to intensity of the field. FYSA 0/ K1 EQUIPOTENTIAL SURFACES In this laboratory work we examine the potential distribution created by the electric field of various conductors having different potentials. The task is to find equipotential

More information

Chapter 16. Electric Energy and Capacitance

Chapter 16. Electric Energy and Capacitance Chapter 16 Electric Energy and Capacitance Electric Potential of a Point Charge The point of zero electric potential is taken to be at an infinite distance from the charge The potential created by a point

More information

Two point charges, A and B, lie along a line separated by a distance L. The point x is the midpoint of their separation.

Two point charges, A and B, lie along a line separated by a distance L. The point x is the midpoint of their separation. Use the following to answer question 1. Two point charges, A and B, lie along a line separated by a distance L. The point x is the midpoint of their separation. 1. Which combination of charges would yield

More information

Magnetic Field Analysis

Magnetic Field Analysis NISA - EMAG EMAG is the electromagnetic module of the family of general purpose finite element based program NISA. It can determine electric and magnetic field distributions in a wide class of electromagnetic

More information

ERROR CONVERGENCE ANALYSIS FOR LOCAL HYPERTHERMIA APPLICATIONS

ERROR CONVERGENCE ANALYSIS FOR LOCAL HYPERTHERMIA APPLICATIONS Journal of Engineering Science and Technology Vol. 11, No. 1 (2016) 060-067 School of Engineering, Taylor s University ERROR CONVERGENCE ANALYSIS FOR LOCAL HYPERTHERMIA APPLICATIONS NEERU MALHOTRA 1, *,

More information

DOWNLOAD PDF AC CIRCUIT ANALYSIS PROBLEMS AND SOLUTIONS

DOWNLOAD PDF AC CIRCUIT ANALYSIS PROBLEMS AND SOLUTIONS Chapter 1 : Resistors in Circuits - Practice â The Physics Hypertextbook In AC circuit analysis, if the circuit has sources operating at different frequencies, Superposition theorem can be used to solve

More information

ECE 4800 Fall 2011: Electromagnetic Fields and Waves. Credits: 4 Office Hours: M 6-7:30PM, Th 2-3:30, and by appointment

ECE 4800 Fall 2011: Electromagnetic Fields and Waves. Credits: 4 Office Hours: M 6-7:30PM, Th 2-3:30, and by appointment ECE 4800 Fall 2011: Electromagnetic Fields and Waves Instructor: Amar S. Basu Office: 3133 Engineering Email: abasu@eng.wayne.edu Phone: 313-577-3990 Lecture Times: M W 7:30PM - 9:20PM, Class Dates: 9/7/11

More information

EELE 3332 Electromagnetic II Chapter 9. Maxwell s Equations. Islamic University of Gaza Electrical Engineering Department Dr.

EELE 3332 Electromagnetic II Chapter 9. Maxwell s Equations. Islamic University of Gaza Electrical Engineering Department Dr. EELE 3332 Electromagnetic II Chapter 9 Maxwell s Equations Islamic University of Gaza Electrical Engineering Department Dr. Talal Skaik 2012 1 Review Electrostatics and Magnetostatics Electrostatic Fields

More information

Space-Time Formulation for Finite- Element Modeling of Superconductors

Space-Time Formulation for Finite- Element Modeling of Superconductors Presented at the COMSOL Conference 2008 Boston Space-Time Formulation for Finite- Element Modeling of Superconductors Francesco Grilli, Frédéric Sirois, Marc Laforest Ecole Polytechnique de Montreal Stephen

More information

Software for the Support of Learning and Teaching in Electromagnetics

Software for the Support of Learning and Teaching in Electromagnetics International Journal of Electromagnetics and Applications. 2011; 1(1): 1-6 DOI: 10. 5923/j.ijea.20110101.01 Software for the Support of Learning and Teaching in Electromagnetics H. R. E. H. Bouchekara

More information

Tactics Box 23.1 Using Kirchhoff's Loop Law

Tactics Box 23.1 Using Kirchhoff's Loop Law PH203 Chapter 23 solutions Tactics Box 231 Using Kirchhoff's Loop Law Description: Knight/Jones/Field Tactics Box 231 Using Kirchhoff s loop law is illustrated Learning Goal: To practice Tactics Box 231

More information

A MATLAB GUI FOR SIMULATING THE PROPAGATION OF THE ELECTROMAGNETIC FIELD IN A 2-D INFINITE SPACE

A MATLAB GUI FOR SIMULATING THE PROPAGATION OF THE ELECTROMAGNETIC FIELD IN A 2-D INFINITE SPACE A MATLAB GUI FOR SIMULATING THE PROPAGATION OF THE ELECTROMAGNETIC FIELD IN A 2-D INFINITE SPACE Ioana SĂRĂCUŢ Victor POPESCU Marina Dana ŢOPA Technical University of Cluj-Napoca, G. Bariţiu Street 26-28,

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS CALCULUS BASED PHYSICS I PHYS 2110

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS CALCULUS BASED PHYSICS I PHYS 2110 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS CALCULUS BASED PHYSICS I PHYS 2110 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Revised: Spring 2011 Catalog Course Description: For students

More information

(Autonomous/ Affiliated to Anna University, Chennai) COIMBATORE DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING

(Autonomous/ Affiliated to Anna University, Chennai) COIMBATORE DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING (Autonomous/ Affiliated to Anna University, Chennai) COIMBATORE-641 032 DEPARTMENT OF ELECTRICAL AND ELECTRONICS ENGINEERING Semester III Academic Year: 2015-2016 Regulations 2014 COURSE PLAN Vision To

More information

General Physics (PHY 2140)

General Physics (PHY 2140) General Physics (PHY 2140) Lecture 5 Electrostatics Electrical energy potential difference and electric potential potential energy of charged conductors Capacitance and capacitors http://www.physics.wayne.edu/~apetrov/phy2140/

More information

CAMI - Science. CAPS - Physics Links Grade 10

CAMI - Science. CAPS - Physics Links Grade 10 CAMI - Science CAPS - Physics Links Grade 10 TERM 1 TOPICS CONTENT, CONCEPTS & SKILLS CAMI - KEYSTROKES Transverse pulses on a string or spring Pulse, amplitude Define a pulse Define a transverse pulse

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

PHYSICS 1 UNIT 1 - WAVES & LIGHT. September-October - 4 weeks May-June - 2 weeks. Resources & ICT. Students to Know. Cross curricular links.

PHYSICS 1 UNIT 1 - WAVES & LIGHT. September-October - 4 weeks May-June - 2 weeks. Resources & ICT. Students to Know. Cross curricular links. UNIT 1 - WAVES & LIGHT Wave properties Wave effects Reflection of light Refraction of light Total internal reflection Optical fibres Dispersion Converging lenses Electromagnetic spectrum Sound waves Pitch

More information

OAKTON COMMUNITY COLLEGE COURSE SYLLABUS. I. Course Course Course Prefix Number Name Credit: Lecture Lab. PHY 132 College Physics II 4 3 2

OAKTON COMMUNITY COLLEGE COURSE SYLLABUS. I. Course Course Course Prefix Number Name Credit: Lecture Lab. PHY 132 College Physics II 4 3 2 OAKTON COMMUNITY COLLEGE COURSE SYLLABUS I. Course Course Course Prefix Number Name Credit: Lecture Lab PHY 132 College Physics II 4 3 2 II. Prerequisites: PHY 131 III. Course (catalog) Description: Course

More information

Electric Fields and Potentials

Electric Fields and Potentials Electric Fields and Potentials INTRODUCTION This experiment is intended to illustrate the concepts of electric fields and electric potentials and how they are related to the charge distribution that produces

More information

ELECTROMAGNETIC FIELD

ELECTROMAGNETIC FIELD UNIT-III INTRODUCTION: In our study of static fields so far, we have observed that static electric fields are produced by electric charges, static magnetic fields are produced by charges in motion or by

More information

AP Physics C. Electricity - Term 3

AP Physics C. Electricity - Term 3 AP Physics C Electricity - Term 3 Interest Packet Term Introduction: AP Physics has been specifically designed to build on physics knowledge previously acquired for a more in depth understanding of the

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

Chapter 16. Electric Energy and Capacitance

Chapter 16. Electric Energy and Capacitance Chapter 16 Electric Energy and Capacitance Electric Potential Energy The electrostatic force is a conservative force It is possible to define an electrical potential energy function with this force Work

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

FIRST TERM EXAMINATION (07 SEPT 2015) Paper - PHYSICS Class XII (SET B) Time: 3hrs. MM: 70

FIRST TERM EXAMINATION (07 SEPT 2015) Paper - PHYSICS Class XII (SET B) Time: 3hrs. MM: 70 FIRST TERM EXAMINATION (07 SEPT 205) Paper - PHYSICS Class XII (SET B) Time: 3hrs. MM: 70 Instructions:. All questions are compulsory. 2. Q.no. to 5 carry mark each. 3. Q.no. 6 to 0 carry 2 marks each.

More information

COLLEGE PHYSICS Chapter 19 ELECTRIC POTENTIAL AND ELECTRIC FIELD

COLLEGE PHYSICS Chapter 19 ELECTRIC POTENTIAL AND ELECTRIC FIELD COLLEGE PHYSICS Chapter 19 ELECTRIC POTENTIAL AND ELECTRIC FIELD Electric Potential Energy and Electric Potential Difference It takes work to move a charge against an electric field. Just as with gravity,

More information

Agenda for Today. Elements of Physics II. Capacitors Parallel-plate. Charging of capacitors

Agenda for Today. Elements of Physics II. Capacitors Parallel-plate. Charging of capacitors Capacitors Parallel-plate Physics 132: Lecture e 7 Elements of Physics II Charging of capacitors Agenda for Today Combinations of capacitors Energy stored in a capacitor Dielectrics in capacitors Physics

More information

Sound Propagation in Porous Media

Sound Propagation in Porous Media Final Project Report for ENGN34 Sound Propagation in Porous Media ---Numerical simulation based on MATLAB Name: Siyuan Song Department: Engineering Date: Dec.15 17 1 Name: Siyuan Song Department: Engineering

More information

ECE2262 Electric Circuits. Chapter 6: Capacitance and Inductance

ECE2262 Electric Circuits. Chapter 6: Capacitance and Inductance ECE2262 Electric Circuits Chapter 6: Capacitance and Inductance Capacitors Inductors Capacitor and Inductor Combinations 1 CAPACITANCE AND INDUCTANCE Introduces two passive, energy storing devices: Capacitors

More information

ENGG4420 LECTURE 7. CHAPTER 1 BY RADU MURESAN Page 1. September :29 PM

ENGG4420 LECTURE 7. CHAPTER 1 BY RADU MURESAN Page 1. September :29 PM CHAPTER 1 BY RADU MURESAN Page 1 ENGG4420 LECTURE 7 September 21 10 2:29 PM MODELS OF ELECTRIC CIRCUITS Electric circuits contain sources of electric voltage and current and other electronic elements such

More information

Electric Force and Potential Energy

Electric Force and Potential Energy Class 04 (Class 03: whiteboard exercises of Gauss' law.) Electric Force and Potential Energy For a charge q 0 in an electric field: The force picture F=q 0 E Can we similarly look for an energy picture?

More information

ECE 341 Test 2, Spring 2019 Your Name Tue 4/16/2019

ECE 341 Test 2, Spring 2019 Your Name Tue 4/16/2019 Problem 1. Electrostatics One surface of an infinitely large ideal conductor plate is at the plane x = 0 of the Cartesian coordinate system, with the x-y plane being the plane of the paper and the z axis

More information

SUBJECT & PEDAGOGICAL CONTENT STANDARDS FOR PHYSICS TEACHERS (GRADES 9-10)

SUBJECT & PEDAGOGICAL CONTENT STANDARDS FOR PHYSICS TEACHERS (GRADES 9-10) SUBJECT & PEDAGOGICAL CONTENT STANDARDS FOR PHYSICS TEACHERS (GRADES 9-10) JULY 2014 2 P a g e 1) Standard 1: Content Knowledge for Grade 9-10 Physics Teacher Understands Models and Scales G9-10PS1.E1.1)

More information

CHAPTER 7 ELECTRODYNAMICS

CHAPTER 7 ELECTRODYNAMICS CHAPTER 7 ELECTRODYNAMICS Outlines 1. Electromotive Force 2. Electromagnetic Induction 3. Maxwell s Equations Michael Faraday James C. Maxwell 2 Summary of Electrostatics and Magnetostatics ρ/ε This semester,

More information