title, topic, keyword
Small group, whiteboard, etc
Required in-class time for activities
Leave blank to search both

Activities

Kinesthetic

10 min.

Acting Out Charge Densities
Students, pretending they are point charges, move around the room acting out various prompts from the instructor regarding charge densities, including linear \(\lambda\), surface \(\sigma\), and volume \(\rho\) charge densities, both uniform and non-uniform. The instructor demonstrates what it means to measure these quantities. In a remote setting, we have students manipulate 10 coins to model the prompts in this activity and we demonstrate the answers with coins under a doc cam.
Students write python programs to compute the potential due to a square of surface charge, and then to visualize the result. This activity can be used to introduce students to the process of integrating numerically.

You have a charge distribution on the \(x\)-axis composed of two point charges: one with charge \(+3q\) located at \(x=-d\) and the other with charge \(-q\) located at \(x=+d\).

  1. Sketch the charge distribution.
  2. Write an expression for the volume charge density \(\rho (\vec{r})\) everywhere in space.

Students work in small groups to use the superposition principle \[V(\vec{r}) =\frac{1}{4\pi\epsilon_0}\int\frac{\rho(\vec{r}^{\,\prime})}{\vert \vec{r}-\vec{r}^{\,\prime}\vert} \, d\tau^{\prime}\] to find an integral expression for the electrostatic potential, \(V(\vec{r})\), everywhere in space, due to a ring of charge.

In an optional extension, students find a series expansion for \(V(\vec{r})\) either on the axis or in the plane of the ring, for either small or large values of the relevant geometric variable. Add an extra half hour or more to the time estimate for the optional extension.

Small Group Activity

30 min.

Total Charge: Spheres & Cylinders

Calculating Total Charge

Each group will be given one of the charge distributions given below: (\(\alpha\) and \(k\) are constants with dimensions appropriate for the specific example.)

  • Spherical Symmetery
    1. A positively charged (dielectric) spherical shell of inner radius \(a\) and outer radius \(b\) with a spherically symmetric internal charge density \(\rho (\vec{r}) = \alpha\, r^{3}\)

    2. A positively charged (dielectric) spherical shell of inner radius \(a\) and outer radius \(b\) with a spherically symmetric internal charge density \(\rho (\vec{r}) =\alpha\, e^{(kr)^{3}}\)

    3. A positively charged (dielectric) spherical shell of inner radius \(a\) and outer radius \(b\) with a spherically symmetric internal charge density \(\rho (\vec{r}) = \alpha\, \frac{1}{r^{2}}\, e^{(kr)}\)
  • Cylindrical Symmetry

    1. A positively charged (dielectric) cylindrical shell of inner radius \(a\) and outer radius \(b\) with a cylindrically symmetric internal charge density \(\rho (\vec{r}) = \alpha\, s^{3}\)

    2. A positively charged (dielectric) cylindrical shell of inner radius \(a\) and outer radius \(b\) with a cylindrically symmetric internal charge density \(\rho (\vec{r}) =\alpha\, e^{(ks)^{2}}\)

    3. A positively charged (dielectric) cylindrical shell of inner radius \(a\) and outer radius \(b\) with a cylindrically symmetric internal charge density \(\rho (\vec{r}) = \alpha\, \frac{1}{s}\, e^{(ks)}\)

For your group's case, answer the following questions:

  1. Find the total charge. (If the total charge is infinite, decide what you should calculate instead to provide a meaningful answer.)
  2. Find the dimensions of the constants \(\alpha\) and \(k\).

Instructor's Guide

Introduction

We usually start with a mini-lecture reminder that total charge is calculated by integrating over the charge density by chopping up the charge density, multiplying by the appropriate geometric differential (length, area, or volume element), and adding up the contribution from each of the pieces. Chop, Multiply, Add is a mantra that we want students to use whenever they are doing integration in a physical context.

The students should already know formulas for the volume elements in cylindrical and spherical coordinates. We recommend Scalar Surface and Volume Elements as a prerequisite.

We start the activity with the formulas \(Q=\int\rho(\vec{r}')d\tau'\), \(Q=\int\sigma(\vec{r}')dA'\), and \(Q=\int\lambda(\vec{r}')ds'\) written on the board. We emphasize that choosing the appropriate formula by looking at the geometry of the problem they are doing, is part of the task.

Each student group is assigned a particular charge density that varies in space and asked to calculate the total charge. This activity is an example of https://paradigms.oregonstate.edu/whitepaper/compare-and-contrast-activity.

Student Conversations

This activity helps students practice the mechanics of making total charge calculations.

  • Order of Integration When doing multiple integrals, students rarely think about the geometric interpretation of the order of integration. If they do the \(r\) integral first, then they are integrating along a radial line. What about \(\theta\) and \(\phi\). If this topic does not come up in the small groups, it makes a rich discussion in the wrap-up.
  • Limits of Integration some students need some practice determining the limits of the integrals. This issue becomes especially important for the groups working with a cylinder - the handout does not give the students a height of the cylinder. There are two acceptable resolutions to this situation. Students can “name the thing they don't know” and leave the height as a parameter of the problem. Students can also give the answer as the total charge per unit length. We usually talk the groups through both of these options.
  • Dimensions Students have some trouble determining the dimensions of constants. Making students talk through their reasoning is an excellent exercise. In particular, they should know that the argument of the exponential function (indeed, the argument of any special fuction other than the logarithm) must be dimensionless.
  • Integration Some students need a refresher in integrating exponentials and making \(u\)-substitutions.

Wrap-up

You might ask two groups to present their solutions, one spherical and one cylindrical so that everyone can see an example of both. Examples (b) and (f) are nice illustrative examples.

Problem

5 min.

Total Charge (HW)

For each case below, find the total charge.

  1. (4pts) A positively charged (dielectric) spherical shell of inner radius \(a\) and outer radius \(b\) with a spherically symmetric internal charge density \begin{equation*} \rho(\vec{r})=3\alpha\, e^{(kr)^3} \end{equation*}
  2. (4pts) A positively charged (dielectric) cylindrical shell of inner radius \(a\) and outer radius \(b\) with a cylindrically symmetric internal charge density \begin{equation*} \rho(\vec{r})=\alpha\, \frac{1}{s}\, e^{ks} \end{equation*}

Problem

5 min.

Electric Field and Charge
Consider the electric field \begin{equation} \vec E(r,\theta,\phi) = \begin{cases} 0&\textrm{for } r<a\\ \frac{1}{4\pi\epsilon_0} \,\frac{Q}{b^3-a^3}\, \left( r-\frac{a^3}{r^2}\right)\, \hat r & \textrm{for } a<r<b\\ 0 & \textrm{for } r>b \\ \end{cases} \end{equation}
  1. (4pts) Use step and/or delta functions to write this electric field as a single expression valid everywhere in space.
  2. (4pts) Find a formula for the charge density that creates this electric field.
  3. (2pts) Interpret your formula for the charge density, i.e. explain briefly in words where the charge is.

Problem

Cube Charge
  1. Charge is distributed throughout the volume of a dielectric cube with charge density \(\rho=\beta z^2\), where \(z\) is the height from the bottom of the cube, and where each side of the cube has length \(L\). What is the total charge inside the cube? Do this problem in two ways as both a single integral and as a triple integral.
  2. On a different cube: Charge is distributed on the surface of a cube with charge density \(\sigma=\alpha z\) where \(z\) is the height from the bottom of the cube, and where each side of the cube has length \(L\). What is the total charge on the cube? Don't forget about the top and bottom of the cube.
  • charge density
    Found in: Static Fields, AIMS Maxwell, Problem-Solving course(s) Found in: Integration Sequence sequence(s)

Kinesthetic

10 min.

Acting Out Current Density
Students, pretending they are point charges, move around the room so as to make an imaginary magnetic field meter register a constant magnetic field, introducing the concept of steady current. Students act out linear \(\vec{I}\), surface \(\vec{K}\), and volume \(\vec{J}\) current densities. The instructor demonstrates what it means to measure these quantities by counting how many students pass through a gate.

One way to write volume charge densities without using piecewise functions is to use step \((\Theta)\) or \(\delta\) functions. Consider a spherical shell with charge density \[\rho (\vec{r})=\alpha3e^{(k r)^3} \]

between the inner radius \(a\) and the outer radius \(b\). The charge density is zero everywhere else.

  1. (2 pts) What are the dimensions of the constants \(\alpha\) and \(k\)?
  2. (2 pts) By hand, sketch a graph the charge density as a function of \(r\) for \(\alpha > 0\) and \(k>0\) .
  3. (2 pts) Use step functions to write this charge density as a single function valid everywhere in space.

Problem

5 min.

Volume Charge Density

Consider the volume charge density: \begin{equation*} \rho (x,y,z)=c\,\delta (x-3) \end{equation*}

  1. (2 pts) Describe in words how this charge is distributed in space.
  2. (2 pts) What are the dimensions of the constant \(c\)?

  • Found in: Static Fields, AIMS Maxwell, Problem-Solving course(s)

Small Group Activity

30 min.

Electric Field Due to a Ring of Charge

Students work in small groups to use Coulomb's Law \[\vec{E}(\vec{r}) =\frac{1}{4\pi\epsilon_0}\int\frac{\rho(\vec{r}^{\,\prime})\left(\vec{r}-\vec{r}^{\,\prime}\right)}{\vert \vec{r}-\vec{r}^{\,\prime}\vert^3} \, d\tau^{\prime}\] to find an integral expression for the electric field, \(\vec{E}(\vec{r})\), everywhere in space, due to a ring of charge.

In an optional extension, students find a series expansion for \(\vec{E}(\vec{r})\) either on the axis or in the plane of the ring, for either small or large values of the relevant geometric variable. Add an extra half hour or more to the time estimate for the optional extension.

Problem

Cone Surface

  • Find \(dA\) on the surface of an (open) cone in both cylindrical and spherical coordinates. Hint: Be smart about how you coordinatize the cone.
  • Using integration, find the surface area of an (open) cone with height \(H\) and radius \(R\). Do this problem in both cylindrical and spherical coordinates.

  • Found in: Static Fields, AIMS Maxwell, Problem-Solving course(s)

Small Group Activity

30 min.

Vector Surface and Volume Elements

Students use known algebraic expressions for vector line elements \(d\boldsymbol{\vec{r}}\) to determine all simple vector area \(d\boldsymbol{\vec{A}}\) and volume elements \(d\tau\) in cylindrical and spherical coordinates.

This activity is identical to Scalar Surface and Volume Elements except uses a vector approach to find directed surface and volume elements.

  • Found in: AIMS Maxwell, Static Fields, Surfaces/Bridge Workshop, Problem-Solving course(s) Found in: Integration Sequence sequence(s)

Small Group Activity

30 min.

Scalar Surface and Volume Elements

Students use known algebraic expressions for length elements \(d\ell\) to determine all simple scalar area \(dA\) and volume elements \(d\tau\) in cylindrical and spherical coordinates.

This activity is identical to Vector Surface and Volume Elements except uses a scalar approach to find surface, and volume elements.

  • Found in: Static Fields, AIMS Maxwell, Problem-Solving course(s) Found in: Integration Sequence sequence(s)
Calculate the temperature of the surface of the Earth on the assumption that as a black body in thermal equilibrium it reradiates as much thermal radiation as it receives from the Sun. Assume also that the surface of the Earth is a constant temperature over the day-night cycle. Use the sun's surface temperature \(T_{\odot}=5800\text{K}\); and the sun's radius \(R_{\odot}=7\times 10^{10}\text{cm}\); and the Earth-Sun distance of \(1.5\times 10^{13}\text{cm}\).

Small Group Activity

10 min.

Modeling Nonuniform Density
  • how to distinguish the two different uses of the word “linear” in a linear charge density that varies linearly;
  • some of the words for describing functional variation: linear, quadratic, exponential, falls off like ..., proportional to the square, etc.
  • how to “name the thing you don't know” with an algebraic symbol so that it can appear in an equation.
  • Found in: AIMS Maxwell, Static Fields, Surfaces/Bridge Workshop, Problem-Solving course(s)

Small Group Activity

30 min.

The Pretzel
A pretzel is to be dipped in chocolate. The pretzel is in the shape of a quarter circle, consisting of a straight segment from the origin to the point (2,0), a circular arc from there to (0,2), followed by a straight segment back to the origin; all distances are in centimeters. The (linear) density of chocolate on the pretzel is given by \(\lambda = 3(x^ 2 + y^2 )\) in grams per centimeter. Find the total amount of chocolate on the pretzel.

Main ideas

  • Calculating (scalar) line integrals.
  • Use what you know!

Prerequisites

  • Familiarity with \(d\boldsymbol{\vec{r}}\).
  • Familiarity with “Use what you know” strategy.

Warmup

It is not necessary to explicitly introduce scalar line integrals, before this lab; figuring out that the (scalar) line element must be \(|d\boldsymbol{\vec{r}}|\) can be made part of the activity (if time permits).

Props

  • whiteboards and pens
  • “linear” chocolate covered candy (e.g. Pocky)

Wrapup

Emphasize that students must express each integrand in terms of a single variable prior to integration.

Emphasize that each integral must be positive!

Discuss several different ways of doing this problem (see below).


Details

In the Classroom

  • Make sure the shape of the pretzel is clear! It might be worth drawing it on the board.
  • Some students will work geometrically, determining \(ds\) on each piece by inspection. This is fine, but encourage such students to try using \(d\vec{r}\) afterwards.
  • Polar coordinates are natural for all three parts of this problem, not just the circular arc.
  • Many students will think that the integral “down” the \(y\)-axis should be negative. They will argue that \(ds=dy\), but the limits are from \(2\) to \(0\). The resolution is that \(ds = |dy\,\boldsymbol{\hat x}|=|dy|=-dy\) when integrating in this direction.
  • Unlike work or circulation, the amount of chocolate does not depend on which way one integrates, so there is in fact no need to integrate “down” the \(y\)-axis at all.
  • Some students may argue that \(d\boldsymbol{\vec{r}}=\boldsymbol{\hat T}\,ds\Longrightarrow ds=d\boldsymbol{\vec{r}}\cdot\boldsymbol{\hat T}\), and use this to get the signs right. This is fine if it comes up, but the unit tangent vector \(\boldsymbol{\hat T}\) is not a fundamental part of our approach.
  • There is of course a symmetry argument which says that the two “legs” along the axes must have the same amount of chocolate --- although some students will put a minus sign into this argument!

Subsidiary ideas

  • \(ds=|d\boldsymbol{\vec{r}}|\)
In this lecture, the instructor guides a discussion about translating between bra-ket notation and wavefunction notation for quantum systems.

Consider a white dwarf of mass \(M\) and radius \(R\). The dwarf consists of ionized hydrogen, thus a bunch of free electrons and protons, each of which are fermions. Let the electrons be degenerate but nonrelativistic; the protons are nondegenerate.

  1. Show that the order of magnitude of the gravitational self-energy is \(-\frac{GM^2}{R}\), where \(G\) is the gravitational constant. (If the mass density is constant within the sphere of radius \(R\), the exact potential energy is \(-\frac53\frac{GM^2}{R}\)).

  2. Show that the order of magnitude of the kinetic energy of the electrons in the ground state is \begin{align} \frac{\hbar^2N^{\frac53}}{mR^2} \approx \frac{\hbar^2M^{\frac53}}{mM_H^{\frac53}R^2} \end{align} where \(m\) is the mass of an electron and \(M_H\) is the mas of a proton.

  3. Show that if the gravitational and kinetic energies are of the same order of magnitude (as required by the virial theorem of mechanics), \(M^{\frac13}R \approx 10^{20} \text{g}^{\frac13}\text{cm}\).

  4. If the mass is equal to that of the Sun (\(2\times 10^{33}g\)), what is the density of the white dwarf?

  5. It is believed that pulsars are stars composed of a cold degenerate gas of neutrons (i.e. neutron stars). Show that for a neutron star \(M^{\frac13}R \approx 10^{17}\text{g}^{\frac13}\text{cm}\). What is the value of the radius for a neutron star with a mass equal to that of the Sun? Express the result in \(\text{km}\).

Einstein condensation temperature Starting from the density of free particle orbitals per unit energy range \begin{align} \mathcal{D}(\varepsilon) = \frac{V}{4\pi^2}\left(\frac{2M}{\hbar^2}\right)^{\frac32}\varepsilon^{\frac12} \end{align} show that the lowest temperature at which the total number of atoms in excited states is equal to the total number of atoms is \begin{align} T_E &= \frac1{k_B} \frac{\hbar^2}{2M} \left( \frac{N}{V} \frac{4\pi^2}{\int_0^\infty\frac{\sqrt{\xi}}{e^\xi-1}d\xi} \right)^{\frac23} T_E &= \end{align} The infinite sum may be numerically evaluated to be 2.612. Note that the number derived by integrating over the density of states, since the density of states includes all the states except the ground state.

Note: This problem is solved in the text itself. I intend to discuss Bose-Einstein condensation in class, but will not derive this result.

Problem

5 min.

Mass Density
None
  • Found in: AIMS Maxwell, Static Fields, Surfaces/Bridge Workshop, Problem-Solving course(s)
Students see probability density for eigenstates and linear combinations of eigenstates for a particle on a ring. The three visual representations: standard position vs probability density plot, a ring with colormapping, and cylindrical plot with height and colormapping, are also animated to visualize time-evolution.

Computational Activity

120 min.

Mean position
Students compute probabilities and averages given a probability density in one dimension. This activity serves as a soft introduction to the particle in a box, introducing all the concepts that are needed.

Small White Board Question

10 min.

Electrostatic Potential Due to a Point Charge

Write the equation for the electrostatic potential due to a point charge.

Instructor's Guide

Prerequisite Knowledge

Students will usually have seen the electrostatic potential due to a point charge in their introductory course, but may have trouble recalling it.

Whole-Class Conversations

As students try to remember the formula, many will conflate potential, potential energy, force, and electric field. Their answers may have some aspects of each of these. We use this question to get the iconic equation into the students' working memory in preparation for subsequent activities. This question also be used to help student disambiguate these different physical quantities.

Correct answers you're likely to see

\[V=\frac{kq}{r}\]

\[V=\frac{1}{4\pi\epsilon_0}\frac{q}{r}\] You may want to discuss which constants to use in which contexts, e.g. \(k\) is short and easy to write, but may be conflated with other uses of \(k\) in a give problem whereas \(\frac{1}{4\pi\epsilon_0}\) assumes you are working in a particular system of units.

Incorrect answers you're likely to see

  • Two charges instead of one \[\cancel{V=\frac{kq_{1}q_{2}}{r}}\]
  • Distance squared in the denominator \[\cancel{V=\frac{kq}{r^2}}\]
  • Vector values \[\cancel{V=\frac{kq\, \hat r}{r}}\]

Possible follow-up questions to help with the disambiguation:

  • Relationship between potential and potential energy \(U = qV\)
  • Which function is the derivative of the other: \(1/r\) or \(1/r^2\)?
  • Which physical quantity (potential or electric field, potential energy or force) is the derivative of the other?
  • What is the electrostatic potential conceptually?
  • Which function falls off faster: \(1/r\) or \(1/r^2\)?
  • What are the dimensions of potential? Units?
  • Where is the zero of potential?

Wrap-up

  • This could be a good time to refer to the (correct) expression for the potential as an iconic equation, which will need to be further interpreted (”unpacked”) in particular physical situations. This is where the course is going next.
  • This SWBQ can also serve to help students learn about recall as a cognitive activity. While parts of the equations that students write may be incorrect, many other parts will be correct. Let the way in which you manage the class discussion model for the students how a professional goes about quickly disambiguating several different choices. And TELL the students that this is what you are doing. Deliberately invoke their metacognition.
  • Many students may not know that the electrostatic potential that we are talking about in this activity is the same quantity as what a voltmeter reads, in principle, but not in practice. You may need to talk about how a voltmeter actually works, rather than idealizing it. It helps to have a voltmeter with leads as a prop. Students often want to know about the “ground” lead. We often tie a long string to it (to symbolize making a really long wire) and send the TA out of the room with the string, “headed off to infinity” while discussing the importance of setting the zero of potential. The extra minute or two of humerous byplay gives the importance of the zero of potential a chance to sink in.

We use this small whiteboard question as a transition between The Distance Formula (Star Trek) activity, where students are learning about how to describe (algebraically) the geometric distance between two points, and the Electrostatic Potential Due to a Pair of Charges (with Series) activity, where students are using these results and the superposition principle to find the electrostatic potential due to two point charges.

This activity is the initial activity in the sequence Visualizing Scalar Fields addressing the representations of scalar fields in the context of electrostatics.

  • Found in: Static Fields, None course(s) Found in: Warm-Up, E&M Ring Cycle Sequence sequence(s)

The electrostatic potential due to a point charge at the origin is given by: \begin{equation*} V=\frac{1}{4\pi\epsilon_0} \frac{q}{r} \end{equation*}

  1. (2pts) Find the electric field due to a point charge at the origin as a gradient in rectangular coordinates.
  2. (2pts) Find the electric field due to a point charge at the origin as a gradient in spherical coordinates.
  3. (2pts) Find the electric field due to a point charge at the origin as a gradient in cylindrical coordinates.

  • Found in: Static Fields, AIMS Maxwell, Problem-Solving course(s) Found in: Gradient Sequence sequence(s)

Consider the fields at a point \(\vec{r}\) due to a point charge located at \(\vec{r}'\).

  1. Write down an expression for the electrostatic potential \(V(\vec{r})\) at a point \(\vec{r}\) due to a point charge located at \(\vec{r}'\). (There is nothing to calculate here.)
  2. Write down an expression for the electric field \(\vec{E}(\vec{r})\) at a point \(\vec{r}\) due to a point charge located at \(\vec{r}'\). (There is nothing to calculate here.)
  3. Working in rectangular coordinates, compute the gradient of \(V\).
  4. Write several sentences comparing your answers to the last two questions.

  • Found in: Gradient Sequence sequence(s)
  • The superposition principle for the electrostatic potential;
  • How to calculate the distance formula \(\frac{1}{|\vec{r} - \vec{r}'|}\) for a simple specific geometric situation;
  • How to calculate the first few terms of a (binomial) power series expansion by factoring out the dimensionful quantity which is large;
  • How the symmetries of a physical situation are reflected in the symmetries of the power series expansion.

Problem

5 min.

Charge on a Spiral
(8pts) A charged spiral in the \(x,y\)-plane has 6 turns from the origin out to a maximum radius \(R\) , with \(\phi\) increasing proportionally to the distance from the center of the spiral. Charge is distributed on the spiral so that the charge density increases linearly as the radial distance from the center increases. At the center of the spiral the linear charge density is \(0~\frac{\textrm{C}}{\textrm{m}}\). At the end of the spiral, the linear charge density is \(13~\frac{\textrm{C}}{\textrm{m}}\). What is the total charge on the spiral?
  • Found in: Static Fields, Problem-Solving course(s)

Computational Activity

120 min.

Electric field for a waffle cone of charge
Students integrate numerically to find the electric field due to a cone of surface charge, and then visualize the result. This integral can be done in either spherical or cylindrical coordinates, giving students a chance to reason about which coordinate system would be more convenient.
  • electric field cone
    Found in: Computational Physics Lab II course(s) Found in: Computational integrating charge distributions sequence(s)

Students work in small groups to use the Biot-Savart law \[\vec{B}(\vec{r}) =\frac{\mu_0}{4\pi}\int\frac{\vec{J}(\vec{r}^{\,\prime})\times \left(\vec{r}-\vec{r}^{\,\prime}\right)}{\vert \vec{r}-\vec{r}^{\,\prime}\vert^3} \, d\tau^{\prime}\] to find an integral expression for the magnetic field, \(\vec{B}(\vec{r})\), due to a spinning ring of charge.

In an optional extension, students find a series expansion for \(\vec{B}(\vec{r})\) either on the axis or in the plane of the ring, for either small or large values of the relevant geometric variable. Add an extra half hour or more to the time estimate for the optional extension.

Small Group Activity

30 min.

The Hillside
Students work in groups to measure the steepest slope and direction at a given point on a plastic surface and to compare their result with the gradient vector, obtained by measuring its components (the slopes in the coordinate directions).
  • Found in: Vector Calculus I course(s) Found in: Gradient Sequence, Workshop Presentations 2023 sequence(s)

Computer Simulation

30 min.

Visualizing Flux through a Cube
Students explore the effects of putting a point charge at various places inside, outside, and on the surface of a cubical Gaussian surface. The Mathematica worksheet or Sage activity shows the electric field due to the charge, then plots the the flux integrand on the top surface of the box, calculates the flux through the top of the box, and the value of the flux through the whole cube.
  • Found in: Static Fields, AIMS Maxwell, Surfaces/Bridge Workshop, Problem-Solving, None course(s) Found in: Gauss/Ampere Sequence (Integral Form), Geometry of Vector Fields Sequence, Flux Sequence sequence(s)

Mathematica Activity

30 min.

Using Technology to Visualize Potentials
  • How to represent 3-d scalar fields in several different ways;
  • The symmetries of a some simple charge distributions such as a dipole and a quadrupole.

Small Group Activity

30 min.

Electric Field of Two Charged Plates
  • Students need to understand that the surface represents the electric potential in the center of a parallel plate capacitor. Try doing the activity Electric Potential of Two Charged Plates before this activity.
  • Students should know that
    1. objects with like charge repel and opposite charge attract,
    2. object tend to move toward lower energy configurations
    3. The potential energy of a charged particle is related to its charge: \(U=qV\)
    4. The force on a charged particle is related to its charge: \(\vec{F}=q\vec{E}\)
Students observe three different plots of linear combinations of spherical combinations with probability density represented by color on the sphere, distance from the origin (polar plot), and distance from the surface of the sphere.

Computational Activity

120 min.

Electrostatic potential of spherical shell
Students solve numerically for the potential due to a spherical shell of charge. Although this potential is straightforward to compute using Gauss's Law, it serves as a nice example for numerically integrating in spherical coordinates because the correct answer is easy to recognize.

Small Group Activity

120 min.

Equipotential Surfaces
Students are prompted to consider the scalar superposition of the electric potential due to multiple point charges. First a single point charge is discussed, then four positive charges, then an electric quadrupole. Students draw the equipotential curves in the plane of the charges, while also considering the 3D nature of equipotentials.

Students work in small groups to use the superposition principle \[\vec{A}(\vec{r}) =\frac{\mu_0}{4\pi}\int\frac{\vec{J}(\vec{r}^{\,\prime})}{\vert \vec{r}-\vec{r}^{\,\prime}\vert}\, d\tau^{\prime}\] to find an integral expression for the magnetic vector potential, \(\vec{A}(\vec{r})\), due to a spinning ring of charge.

In an optional extension, students find a series expansion for \(\vec{A}(\vec{r})\) either on the axis or in the plane of the ring, for either small or large values of the relevant geometric variable. Add an extra half hour or more to the time estimate for the optional extension.

Students use Mathematica to visualize the probability density distribution for the hydrogen atom orbitals with the option to vary the values of \(n\), \(\ell\), and \(m\).

Small White Board Question

5 min.

Find the Derivative
Students are asked to "find the derivative" of a plastic surface that represents a function of two variables. This ambiguous question is designed to help them generalize their concept of functions of one variable to functions of two variables. The definition of the gradient as the slope and direction of the "steepest derivative" is introduced geometrically.

Small Group Activity

120 min.

Box Sliding Down Frictionless Wedge
Students solve for the equations of motion of a box sliding down (frictionlessly) a wedge, which itself slides on a horizontal surface, in order to answer the question "how much time does it take for the box to slide a distance \(d\) down the wedge?". This activities highlights finding kinetic energies when the coordinate system is not orthonormal and checking special cases, functional behavior, and dimensions.

Small Group Activity

30 min.

Electric Potential of Two Charged Plates
Students examine a plastic "surface" graph of the electric potential due to two charged plates (near the center of the plates) and explore the properties of the electric potential.

Small Group Activity

30 min.

Charged Sphere
Students use a plastic surface representing the potential due to a charged sphere to explore the electrostatic potential, equipotential lines, and the relationship between potential and electric field.

Small Group Activity

30 min.

Work By An Electric Field (Contour Map)
Students will estimate the work done by a given electric field. They will connect the work done to the height of a plastic surface graph of the electric potential.

Small Group Activity

30 min.

The Hillside (Updated)
Students work in groups to measure the steepest slope and direction on a plastic surface, and to compare their result with the gradient vector, obtained by measuring its components (the slopes in the coordinate directions).
  • Found in: Surfaces/Bridge Workshop, Problem-Solving course(s) Found in: Workshop Presentations 2023 sequence(s)

Small White Board Question

5 min.

Normalization of the Gaussian for Wavefunctions
Students find a wavefunction that corresponds to a Gaussian probability density.
  • Found in: Periodic Systems course(s) Found in: Fourier Transforms and Wave Packets sequence(s)

Small Group Activity

30 min.

Gravitational Force
Students examine a plastic "surface" graph of the gravitational potential energy of a Earth-satellite system to make connections between gravitational force and gravitational potential energy.

Small Group Activity

30 min.

The Hot Plate
This small group activity using surfaces introduces a geometric interpretation of partial derivatives in terms of measured ratios of small changes. Students work in small groups to identify locations on their surface with particular properties. The whole class wrap-up discussion emphasizes the equivalence of multiple representations of partial derivatives.

Small Group Activity

30 min.

The Fishing Net
Students compute surface integrals and explore their interpretation as flux.
  • Found in: Vector Calculus II, Surfaces/Bridge Workshop course(s) Found in: Workshop Presentations 2023 sequence(s)