• Stokes’ Drag Law

    Introductory physics often assumes without proof that the drag force on an object is proportional to its velocity, at least for smooth or laminar flow. In particular, a sphere of radius a falling slowly with velocity \underline v in air of viscosity \eta experiences a drag force

    \underline{F} = -6\pi \eta a \underline{v},

    which was first derived by George Stokes in 1851. Here is a digestible derivation of the force on an idealized sphere in an upward flowing fluid using Mathematica, including motivation for the underlying Navier-Stokes fluid-flow equations.

    Vectors (with singly-indexed components that can be arranged in column matrices) are underlined while second-rank tensors (with doubly-indexed components that can be arranged in square matrices) are doubly-underlined.


    Navier-Stokes Equations

    Stress tensor

    Recall that pressure perpendicular to the x-direction due to force in the x-direction is

    p_x = \frac{dF_x}{da_x},

    and the shear perpendicular to the y-direction due to velocity changes in the x-direction is

    \tau_{xy} = \frac{dF_x}{da_y} = \eta \frac{dv_x}{dy},

    where \eta = \mu is the dynamic viscosity. For an isotropic fluid, symmetrize this to

    \underline{\underline{\tau}} = \eta\left( \underline{\nabla}\,\underline{v} + (\underline{\nabla}\,\underline{v})^T \right)= \eta\left( \underline{\nabla}\,\underline{v} + \underline{v} \,\underline{\nabla} ) \right),

    where the pressure and the shear combine to form the stress tensor

    \underline{\underline{\sigma}} = -p \underline{\underline{I}}+\underline{\underline{\tau}},

    so the force

    \underline{F} = \oiint_{a=\partial V} \hspace{-1.6em} d\underline{a} \cdot \underline{\underline{\sigma}} = \iiint_V \hspace{-0.4em} dV\, \underline{\nabla} \cdot\underline{\underline{\sigma}} = \iiint_V \hspace{-0.4em} dV\, \underline{f}.

    Continuity Equation

    The time rate of change of the fluid density \rho is minus the divergence of the mass current \underline{J} = \rho \underline{v},

    \partial_t \rho = -\underline{\nabla} \cdot \underline{J},

    which for constant density simplifies to a divergence-less velocity field

    0 = \underline{\nabla} \cdot \underline{v}.

    Newton’s Second Law

    For an infinitesimal fluid element of velocity \vec v(t, \vec r), the force per unit volume

    \rho\left( \partial_t\underline{v}+\underline{v}\cdot \underline{\nabla}\, \underline{v} \right)= \rho \frac{d\underline{v}}{dt} = \underline{f} = \underline{\nabla} \cdot \underline{\underline{\sigma}}.

    For a stationary flow, so \partial_t\underline{v} = \underline{0}, and slow fluid, so terms \mathcal{O}(v^2) are negligible, this reduces to

    \begin{aligned}\underline{0} &= \underline{\nabla} \cdot \underline{\underline{\sigma}} \\ &= -\underline{\nabla}\,p + \underline{\nabla}\cdot \underline{\underline{\tau}} \\ &= -\underline{\nabla}\,p + \eta \left(\underline{\nabla} \cdot \underline{\nabla}\,\underline{v} + \underline{\nabla} \cdot \underline{v}\, \underline{\nabla} \right) \\ &= -\underline{\nabla}\, p + \eta \Delta \underline{v},\end{aligned}

    where the Laplacian \underline{\nabla} \cdot \underline{\nabla} = \nabla^2 = \Delta. Hence, the relevant Navier-Stokes equations

    \boxed{\begin{array}{ccc}\underline{\nabla}\,p & = & \eta \Delta \underline{v}, & (1)\\ \underline{\nabla}\cdot \underline{v} & = & 0, & (2) \end{array}}

    plus boundary conditions determine the fluid pressure p and velocity \underline{v}.


    Pressure and Velocity

    Although the computation can be done by hand (as Stokes did), Mathematica eases the workload.

    Coordinates

    Due to the sphere, introduce spherical coordinates \{r, \theta,\phi \} with unit vectors \{\underline{u}_r, \underline{u}_\theta, \underline{u}_\phi \}, and due to the distant uniform flow, introduce the cylindrical unit vector \underline{u}_z.

    Mathematica coordinates

    Solve Eq. (1) for Velocity

    Because the divergence of any curl vanishes, take the fluid velocity (with respect to the sphere) to be the curl of a vector field \underline{v} = \underline{\nabla} \times \underline{\psi}, where the educated guess

    \underline{\psi}(r,\theta) = \underline{u}_\theta \left( \frac{c_1}{r^2}+c_2 + c_3 r \right) \sin\theta,

    subject to the sticky boundary at the sphere and the uniform boundary at infinity, implies

    \begin{aligned}\underline{v}(r,\theta) = \frac{v_\infty}{4r^3}(a-r)\big((&\underline{u}_r(2a^2+2ar-4r^2)\cos\theta \\ &+\underline{u}_\theta (a^2+ar+4r^2)\sin\theta\big).\end{aligned}

    Mathematica velocity

    \underline{\psi}(r,\theta) mainly swirls about the vertical so that its curl \underline{v}(r,\theta) mainly streams upward.

    Mathematica velocity plots

    Shear

    From above, the shear is proportional to the symmetrized velocity gradient, and at the sphere’s surface

    \underline{\underline{\sigma}}_s(a,\theta) = \underline{\underline{\tau}}(a, \theta) = -\frac{3\eta v_\infty}{2a} \boxed{\begin{array}{ccc}0 & 1 & 0 \\ 1 & 0 & 0 \\ 0 & 0 & 0 \end{array}}\sin\theta.

    Mathematica pressure

    Solve Eq. (2) for Pressure

    As another educated guess (as they are easy to check with Mathematica), take the pressure (relative to atmospheric pressure) to be of the form

    p(r,\theta)= c_4 \frac{\cos\theta}{r^2},

    which satisfies the boundary condition p(\infty,\theta) =0 . Substituting into the Navier-Stokes pressure equation fixes the constant, so

    p(r,\theta)= -\frac{3 \eta a v_\infty}{2r^2} \cos\theta.

    Mathematica pressure

    The corresponding pressure stress at the sphere’s surface

    \underline{\underline{\sigma}}_p(a, \theta) = -p(a, \theta)\underline{\underline{I}} = \frac{3\eta v_\infty}{2a} \boxed{\begin{array}{ccc}1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{array}}\cos\theta.

    Mathematica pressure


    Force

    The radial pressure on the sphere in the \underline{u}_z direction is

    \begin{aligned}F_p &= \oiint_{S} dS\, \underline{u}_r \cdot\underline{\underline{\sigma}}_p(a,\theta)\cdot\underline{u}_z \\ &= \int_0^\pi\hspace{-0.5em}d\theta \int_0^{2\pi}\hspace{-1em}d\phi \left(a^2 \sin\theta\right) \frac{3 \eta v_\infty}{2a} \cos^2\theta \, \\&= 2 \pi \eta a v_\infty,\end{aligned}

    and the radial shear on the sphere in the \underline{u}_z direction is

    \begin{aligned}F_s &= \oiint_{S} dS\, \underline{u}_r \cdot\underline{\underline{\sigma}}_s(a,\theta)\cdot\underline{u}_z \\ &= \int_0^\pi\hspace{-0.5em}d\theta \int_0^{2\pi}\hspace{-1em}d\phi \left(a^2 \sin\theta\right) \frac{3 \eta v_\infty}{2a} \sin^2\theta \, \\&= 4 \pi \eta a v_\infty = 2F_p,\end{aligned}

    so the total upward force magnitude

    \begin{aligned}F = F_p + F_s = 6 \pi \eta a v_\infty.\end{aligned}

    Mathematica force

    The pressure “blows” from the bottom and “sucks” from the top, but the shear “rubs” twice as hard near the middle!

    Mathematica force plots
  • 1+2+3+… = -1/12 Revisited

    Why is minus-one-twelfth associated with the sum of the natural numbers? It’s the constant term in the series expansion of the corresponding smoothed or regularized sum! Introduce a decay factor, and in the limit of vanishing decay, the finite-non-zero part of the resulting sum is minus-one-twelfth, as one can quickly verify in Mathematica using (for example) an exponential decay:

    Mathematica Series

    In more detail, let the sum of natural numbers

    S = \sum_{n=0}^\infty n = 1+2+3+\cdots = \infty.

    To elucidate this divergent sum and identify the little bit of finiteness that can be extracted from it, introduce an exponential convergence factor and integrate to find

    \mathcal{S}\stackrel{\color{red}\lambda \downarrow 0}{=}\sum_{n=0}^\infty n\,\color{red} e^{-\lambda n}\color{black} = -\frac{d}{d\lambda} \sum_{n=0}^\infty e^{-\lambda n} = -\frac{d}{d\lambda} \sum_{n=0}^\infty \left(e^{-\lambda}\right)^n.

    Sum the resulting geometric series to get

    \begin{aligned}\mathcal{S}&\stackrel{\color{red}\lambda \downarrow 0}{=} -\frac{d}{d\lambda} \left( \frac{1}{1-e^{-\lambda}} \right)= \frac{e^{-\lambda}}{\left(1-e^{-\lambda}\right)^2}\color{red}\frac{e^{2\lambda}} {e^{2\lambda}} \\ & \color{black}= \frac{e^{\lambda}}{\left(e^{\lambda}-1\right)^2}= \frac{e^{\lambda}}{\left(1-e^{\lambda}\right)^2}\color{black},\end{aligned}

    which is thus an even function of \lambda. Replace the exponentials by their power series expansions

    \begin{aligned}\mathcal{S}&\stackrel{\color{red}\lambda \downarrow 0}{=}\frac{1+\lambda+\lambda^2/2!+\lambda^3/3!+\cdots}{\left(1+\lambda+\lambda^2/2!+\lambda^3/3!+\cdots-1 \right)^2}\\ &=\frac{1+\lambda+\lambda^2/2+\cdots}{\lambda^2\left(1+\lambda/2+\lambda^2/6+\cdots \right)^2},\end{aligned}

    expand the denominator square

    \begin{aligned}&\left(1+\lambda/2+\lambda^2/6+\cdots\right)^2=\\ \\&+1\hspace{1.2em}+\lambda/2\hspace{0.7em}+\lambda^2/6\hspace{0.2em}\phantom{+\cdots}\\ \rule{0pt}{1.3em}&+\lambda/2\hspace{0.43em}+\lambda^2/4\hspace{0.37em}\color{red}+\lambda^3/12\color{black}\phantom{+\cdots}\\ \rule{0pt}{1.3em}&+\lambda^2/6\color{red}+\lambda^3/12+\lambda^4/36+\cdots&\color{black} \\ \\&=1+\lambda+7\lambda^2/12+\cdots\end{aligned}

    and use long division

    \begin{array}{r}1-\lambda^2/12+\cdots\\ 1+\lambda+7\lambda^2/12+\cdots \,{\overline{\smash{\big)}\,1+\lambda+\phantom{9}\lambda^2/2\phantom{9} +\cdots}}\\ \underline{1+\lambda+7\lambda^2/12+\cdots }\\0-\lambda^2/12+\cdots\\ \underline{-\lambda^2/12+\cdots}\\0+\cdots \end{array}

    to show

    \mathcal{S} \stackrel{\color{red}\lambda \downarrow 0}{=} \frac{1}{\lambda^2} \left(1-\frac{\lambda^2}{12}+\mathcal{O}[\lambda^4]\right),

    or

    \sum_{n=0}^\infty n\color{red}\, e^{-\lambda n}\color{black}\stackrel{\color{red}\lambda \downarrow 0}{=}\color{red}\underbrace{\ +\frac{1}{\lambda^2}\ \ }_\text{Diverge}\color{black}\underbrace{\ -\frac{1\vphantom{\lambda^2}}{12}\ \ }_\text{Remain}\color{red} \underbrace{\vphantom{-\frac{1\vphantom{\lambda^2}}{12}}+\mathcal{O}[\lambda^2]}_\text{Vanish}\color{black},

    or

    1+2+3+\cdots \stackrel{R}{=} -\frac{1}{12},

    where R denotes regularizedrenormalized, and remainderR also denotes Ramanujan, who discovered this association without any formal mathematical training.

  • Pythagorean Animations

    Known for thousands of years, hundreds of proofs of the Pythagorean theorem have been published, including one by U.S. President James Garfield. Here I animate three of my favorites. Each shows that the sum of the squares of the lengths of the legs of a right triangle equals the square of the length of its hypotenuse,

    a^2+b^2=c^2.

    Without loss of generally, assume a \le b < c. You may need to click or tap the figures to trigger the animations.

    Shuffle

    Quadruplicate the triangle, and arrange the copies along the edges of a square so they bound a rotated square of area c^2 (colored cyan in the animation below). Shuffle the triangles to form two rectangles that bound two smaller squares of size a^2 and b^2. Since shuffling does not change the exposed (cyan) area, a^2+b^2=c^2

    Pythagoras shuffle

    Rescale

    Triplicate the triangle, rescale one copy by the hypotenuse length c, a second by the leg length a, and a third by the leg length b. Flip the leg triangles and join all 3 copies to form a rectangle with opposite sides of length a^2+b^2=c^2.

    Pythagoras rescale

    Unfold

    Guided by a perpendicular from the right angle to the hypotenuse, unfold the triangle so the original is surrounded by 3 similar triangles. The sum of the areas of the unfolded leg triangles equals the area of the unfolded hypotenuse triangle, and since the areas are proportional to the those of the corresponding squares, a^2+b^2=c^2.

    Pythagoras unfolding

  • Copy, Moon Joy

    Carrying the torch from Apollo, through shuttle and station, to a hoped-for new era of space exploration, the Artemis 2 lunar flyby exceeded expectations

    All last week I monitored the NASA mission coverage livestream. As the flyby approached, the Moon (Luna) waned from gibbous to half to crescent in just a few hours, while its apparent size grew to a basketball’s held at arm’s length. Earth appeared to set and rise. And then, partially lit by earthshine, haloed by the solar corona, floating in the void of space spangled with stars, amidst a parade of planets bathed in zodiacal light, the Moon eclipsed the Sun (Sol) and commander Reid Weisman declared, “We have not evolved to see such a sight.” Up until then, the crew photographs had done justice to their experiences, but no longer.

    Responding to the astronauts waxing poetic and ecstatic, one capsule communicator, channelling Project Hail Mary‘s fictional Rocky, replied, “Amaze, amaze, amaze,” while another cap com replied, “Copy, moon joy.”

    The crew travelled farther from Earth than any other humans, over a quarter million miles, about 1.3 light-seconds, when pilot Victor Glover advised, “Let’s actually savor the com delay we have.”

    NASA Associate Administrator Amit Kshatriya remarked, “The [crew’s] expressions of love and devotion to family … is a great example of why we go and do these missions. If you can’t take love to the stars, then what are we doing? … why do we even go? That’s why we send humans instead of robots, [for] that firsthand witness. They’ll go through a whole range of emotions, like we who are watching them, and that’s the whole point: that we can share that experience.”

    Earth out the window
    Half Moon and crescent Earth outside the window of the Artemis 2 Orion crew capsule “Integrity”.

    Earthiest
    Earth appears to set as the Artemis 2 crew moves behind the Moon. The lunar surface is comparatively dark and Earth is so bright it was difficult to look at.

    Eclipse
    The Sun eclipsed by the Moon (right) as seen by Artemis 2 (left) from a camera at the end of one of its solar arrays. The Moon is partially lit by Earthshine (upper left, out of frame) with Venus (upper left, nearly eclipsed by the spacecraft) and Saturn and Mars (lower right) amidst stars of the constellation Pisces.

    Command and service modules separate
    Broadcast live, ESA’s service module (left) separates from NASA’s command module (right) with the crew shortly before Artemis 2’s atmospheric reentry, again recorded from a solar array end.

  • The Dream Is Alive

    As a child of the Apollo program and a lifelong dreamer of spaceflight, I am thrilled to follow the Artemis 2 mission, carrying the first humans around the Moon (Luna) in over half a century, with the intent to pick up where we left off, establish a permanent lunar presence, and proceed to Mars and beyond.

    This evening, the Artemis 2 crew of Reid Wiseman, Victor Glover, Kristina Koch, and Jeremy Hansen approaches the Moon’s gravitational sphere of influence, where lunar gravity exceeds terrestrial gravity. Kristina recently remarked, “Our strong hope is that this mission is the start of an era where everyone — every person on Earth — can look at the Moon and think of it as … a destination.” The dream is alive.

    In Greek mythology, Artemis is the sister of Apollo; in reality, Artemis is safer (better computers), cheaper (as a fraction of US budget), and bigger (crew of 4 rather than 3) than Apollo. More importantly, with international and commercial help, I am hopeful that Artemis will evolve to a sustainable program so the Moon really does enter the human sphere as a destination, dramatically and irreversibly expanding the range of human experience.

    Earth by moonlight from Artemis 2
    This Reid Wiseman Artemis 2 photo shows Earth illuminated by moonlight, except for a thin crescent illuminated by sunlight, with Venus in zodiacal light at 4 o’clock joined by aurora at 1 o’clock and 7 o’clock, shortly after translunar injection (TLI), 2026 April 2.

    Artemis 2 crew in Orion en route to the Moon
    Artemis 2 crew — Reid, Jeremy, Kristina, Victor — in their Orion spacecraft “Integrity” en route to the Moon, 2026 April 4.

  • A Method of Reaching Extreme Altitudes

    100 years ago, physicist Robert Goddard designed and built the first liquid-fueled rocket. Powered by gasoline and liquid oxygen and launched from his Aunt Effie’s farm in Auburn, Massachusetts on 1926 March 16, the first flight lasted 2.5 seconds and reached an altitude of 12.5 meters.

    7 years earlier, in 1919, Goddard published the seminal treatise A Method of Reaching Extreme Altitudes, whose final section is “Calculation of minimum mass required to raise one pound to an ‘infinite’ altitude”, including to the Moon. Goddard eschewed publicity, but his ideas were nonetheless widely ridiculed.

    In 1920, an unsigned New York Times editorial denied that a rocket could work in a vacuum and suggested that Goddard “seems to lack the knowledge ladled out daily in high schools.” In 1929, a local newspaper mocked one of Goddard’s experiments with the headline “Moon rocket misses target by 298,799 ½ miles”.

    Goddard remarked, “It is difficult to say what is impossible, for the dream of yesterday is the hope of today and the reality of tomorrow.”

    Robert Goddard did not live to see the Space Age he helped create, but his wife Esther Goddard, who championed his work after his death, did live to see the 1969 July 16 launch of Apollo 11, which used a liquid-fueled rocket based on principles pioneered by him to reach the Moon. The crew included Buzz Aldrin, the son of one of his students.

    The day after Apollo 11 launched, the New York Times corrected its 1920 error and acknowledged that rockets can fly in a vacuum (by expelling mass in one direction and recoiling in the opposite direction).

    Goddard standing next to the first liquid-fueled rocket
    Robert Goddard and the first liquid-fueled rocket on 1926 March 8. (The combustion chamber is above the propellant tanks, but he reversed the order in later versions.) Photo by Esther Goddard.

  • Guided Flame

    Yuhe Ren, Niklas Manz, and I recently published an article Guided flame: reaction-diffusion of fire pulses in narrow channels in the journal Open Transport. Tim Siegenthaler helped machine the channels. This work had been gestating for a long time but has recently became a hot topic. Fortunately, Yuhe was able to acquire all our data in the last year, spanning his Junior I.S., Wooster summer REU (thanks to the Koontz Endowed Fund), and Senior I.S.

    We studied fire propagation in annular channels whose rectangular cross-sections are a few millimeters wide and high and whose circumferences are hundreds of millimeters long. If a channel is partially filled with a volatile flammable hydrocarbon fluid, locally igniting the vapor above the fluid can start a fire pulse that rapidly propagates around the annulus at hundreds of millimeters per second leaving behind an unexcitable region of depleted vapor, a refractory tail. Further evaporation of the volatile fluid restores the vapor and the corresponding excitable condition, allowing the returning pulse to propagate, provided the channel’s circumference is sufficiently long.

    Experimentally, we explored this quasi-one-dimensional reaction-diffusion system, discovering simple trends connecting refractory tail length and pulse propagation speed to channel length, height, and width. Computationally, we introduced phenomenological computer simulations that simply reproduce the guided flame and elucidate the underlying physics.

    Guided flame experiment.
    Yuhe’s overhead video of a blue hydrocarbon flame propagating at almost one meter per second counterclockwise in a narrow channel in a fume hood. (You may need to click or tap to see the motion.)

  • Moon Trees

    As command module pilot for the 1971 Apollo 14 mission, Stuart Roosa was one of 24 people to travel around the Moon* in the heroic first age of lunar exploration. He was also a former U.S. Forest Service smokejumper, and he carried into lunar orbit about 500 seeds to test the effects of spaceflight on the resulting trees. Upon returning to Earth, almost all the seeds germinated successfully, and many of the seedlings were distributed widely for the 1976 U.S. Bicentennial. After 50 years, no differences have been noted between Moon trees and Earth trees.

    NASA repeated this experiment for the 2022 Artemis I test flight. While we await the next 4 people to travel around the Moon, during Artemis II later this year, I recently visited Asheville Botanical Garden to see its Apollo Moon Tree. It was a clear and unseasonably warm February day, and I found the sycamore barren of leaves but apparently healthy, only distinguishable by the plaque at its base.

    *Luna is arguably a better name for Earth’s natural satellite.

    Moon Tree and I
    At the Asheville Botanical Garden with a sycamore tree planted from a seed that travelled around the moon with astronaut Stuart Roosa during Apollo 14 in 1971.

  • The Mathematics of Wonder

    Since childhood I have been fascinated by M. C. Escher‘s extraordinary graphics. Escher once wrote, “I never feel quite at home among my artist colleagues; what they are striving for, first and foremost is “beauty” … I guess the thing I mainly strive after is wonder … .”

    In 1945 Escher produced a lithograph called “Balcony“, of buildings overlooking a Malta harbor, whose center is enlarged four times compared to its edges to emphasize a single balcony. Working without computers, Escher accomplished the inflation by first manually constructing a blowup of a square grid.

    Later he imagined “a cyclic expansion or bulge, without beginning or end”. The result was his amazing 1956 lithograph “Print Gallery“, one of his favorite prints, and one of two that I have on the walls beside me as I write this. A young man in a print gallery gazes up at a print of a Malta harbor town, and as we follow his gaze rightward the scene enlarges until we see a woman looking out a window above the entrance to the print gallery containing the man — who is simultaneously inside and outside it!

    Like the circular bulge of “Balcony”, Escher accomplished the cyclic bulge of “Print Gallery” by first transforming a grid of squares, intuitively ensuring that right angles were mapped to right angles. The transformed squares became very small near the print’s center, and Escher left that part blank.

    In 2003, mathematicians B. de Smit and H. W. Lenstra Jr. published a refinement and extension of “Print Gallery” that filled the center with an infinite regress of rotated and scaled down copies of itself. Using complex variables

    z = x + i y = r e^{i \theta} \in \mathbb{C},

    and noting that moving 256 units in the original square grid corresponded to moving 22.6 units and rotating 158° in the cyclic bulge, they defined the conformal mapping

    h(z) = z^\alpha = \exp(\alpha \log z)

    by

    h^{-1}(256)\approx 22.6\, e^{-i\, 158^\circ},

    which has the principle branch solution

    \alpha \approx 1.33\,e^{-i\,41.4^\circ}.

    Working with artists and a computer programmer, they then created the final figure below, which would likely have pleased Escher.

    Complex conformal map
    Conformal map underlying the cyclic bulge (and inward spiral) of Escher’s “Print Gallery” depends on the complex constant \alpha in the exponent.

    Refined Print Gallery
    Escher’s “Print Gallery” as refined and extended by de Smit and Lenstra. The observer is both inside and outside the print!

  • Chemical Wires

    With Mahala Wanner and Gus Thomas, Niklas Manz and I recently published an article Chemical wires: reaction-diffusion waves as analogues of electron drift in the journal Transport Phenomena. Mahala began the work during our summer 2022 REU, and Gus continued it for his 2025 Senior IS.

    We used chemical reaction-diffusion waves in narrow channels to model electron drift in wires. By varying the initial conditions of an excitable Belousov–Zhabotinsky (BZ) medium, we achieved careful, quantitative control of BZ wave speeds in the range of electron drift speeds in conductors, a few millimeters per minute. We compared the speeds of the easily observable BZ waves and their computer simulations with theoretical electron drift speeds to explore the effects of wire radius, electric current, and material composition. Such BZ waves are compelling visual analogues of electron drift.

    The slow effective speed of typical electrical currents, despite the large quantum and thermal speeds of electrons in common wires, contributes to misconceptions about the nature of information transfer via current; individual electron trajectories do not transmit electrical signals at high speeds, but perturbations in the accompanying electromagnetic fields do. To build better intuition, below is an animation of a 10 mm / min electron drift, represented by the filling bar, with a penny for scale.

    Electron drift simulation to scale
    Electron drift simulation to scale.
    (You may need to click or tap to see the animation.)

Recent Comments

Recent Posts

Categories

Archives

Meta