Path Independence of Electric Potential: Difference between revisions

From Physics Book
Jump to navigation Jump to search
No edit summary
No edit summary
Line 58: Line 58:
[[File:path-indep1.png|frameless|upright=2|center]]
[[File:path-indep1.png|frameless|upright=2|center]]


Here we have 2 locations, A and B, that are on the two plates of a capacitor, and we're trying to find the potential difference <math> \Delta V = V_B - V_A </math>. We're given the field in between the plates is <math>\vec{E} = \langle E_x,0,0\rangle </math>. What's a simpler way to break this path up to make calculations easier?
Here we have 2 locations, A and B, that are on the two plates of a capacitor, and we're trying to find the potential difference <math> \Delta V = V_B - V_A </math>. We're given the field in between the plates is <math>\vec{E} = \langle E,0,0\rangle </math>. What's a simpler way to break this path up to make calculations easier?


[[File:path-indep2.png|frameless|upright=2|center]]
[[File:path-indep2.png|frameless|upright=2|center]]

Revision as of 00:27, 8 November 2017

Edited by Josh Whitley Spring 2016, Emilie Pourchet Fall 2016

CLAIMED BY WILLIAM NUTE FALL 2017

Potential difference is a scalar quantity; this means it has no direction and only a magnitude. Moreover, potential difference is also a "path independent" quantity. This means that given two different observation locations, the potential difference between those two locations will always be the same no matter what path is taken between them (similar to work, only here we use electric fields rather than forces). The path independent nature of potential helps to simplify electric potential calculations and enables us to solve problems more easily by allowing us to define paths to simplify calculations.


Why is Potential Path Independent?

Before discussing the path independence of electric potential, it can help to review the concept and rationalize why it might be a path independent quantity based on its characteristics.

Electric potential is essentially a value created to physicists to aid in their calculations. In a similar vein to electric field, which is a convenient way to generalize the force exerted on a particle of unit charge place at a given location, potential is a way to generalize the electric potential energy of a particle of unit charge placed at a given location. By nature, electric potential requires 2 points to define it (hence the term "potential difference"), so you will often hear something like "potential difference between A and B". If the potential of a single point is ever mentioned, it's typically in reference to the potential difference between that point and an arbitrary point infinitely far away from all sources of electric field.

So, in essence, electric field, electric potential, and potential difference are the "electric analogues" of force, potential energy, and work. Think for a minute about the relationship between force and work. Work is a path-independent quantity; no matter which way you push an object, how circuitous or direct your route is, the work required to get from one point to another is always the same. Given the analogy, it's not much of a stretch to conclude that potential difference, the electric analogue of work, is similarly a path independent quantity.

Another way of seeing the path independent nature of V is to look at the equation itself! The definition of potential is formally written as

[math]\displaystyle{ \Delta V = -\vec{E}\cdot \Delta \vec{l} }[/math]

When you expand out the dot product, you get an expression

[math]\displaystyle{ \Delta V = -\langle E_x\Delta x, E_y\Delta y, E_z\Delta z\rangle }[/math]

which breaks up the potential difference into the potential difference across the x component, then the y component, then the z component. If you can break it into 3 different paths this way, then why not any other way?

Path Independence

Now that we know some logical reasoning behind why potential has the quality of path independence, what is it?

Path independence is a very useful quality for a value to have. If a value is path independent, then by definition we don't care about any of the information along a path that a particle takes; in other words, we only care about the endpoints of that path. This is a property that allows us to define [math]\displaystyle{ V_{AB} = V_B - V_A }[/math] in the first place.

Moreover, path independence allows us to do some tricks when calculating potential difference. Calculating potential difference for a path through constant electric field is much simpler than calculating potential difference for a path through changing electric field - the latter requires you to integrate an electric field expression, which often times can get messy. By taking advantage of path independence, it's often possible to draw a path from one point to another such than you are always moving along a constant electric field, only having the field change when you are moving perpendicular to it (hence, making potential difference zero).

In more formal notation, you could see something like this:

[math]\displaystyle{ V_{AB} = (V_B - V_1) + (V_1 - V_2) + ... + (V_{n-1} - V_n) + (V_n - V_A) }[/math]

where 1, 2,..., n are all different points.

Visually, this would look like splitting up a path going straight from A to B into a path that goes from A to n, then to n-1, so on and so forth until point 2, then 1, then finally B.

A Computational Model

[1]

Click the above link to go to a GlowScript page that details Path Independence of Electric Potential. Point A is marked by a green sphere, Point B is marked by a red sphere, moving negative particle 1 is marked by a blue sphere and trail, while moving negative particle 2 is marked by a white sphere and trail. Remember to scroll down in the display window to make sure you've seen the most recent printed value!

In this simulation, you can:

1) Click the display window to progress the simulation, which will print a change in electric potential below corresponding to the parameters of your electric field and the size of your movement. By default, the electric field is (-50,0,0) N/C and the steps are arbitrary and simply designed to show a progression from point A to B by the particle.

2) See how two different paths (one blue and one white) result in the same change in electric potential, regardless of their stark differences in path length.

Note that if you have difficulty seeing the simulation or the printed values, you can navigate to the menu in the top left of the coding window (represented by three parallel bars) and engage a fullscreen mode. Note also that the default code is set to use an electric field with only an x component, for simplicity. Changes in the size of the movement steps are not supported.

Examples

Example 1

This a basic example of using path independence to simplify the calculation of potential difference.

Error creating thumbnail: sh: /usr/bin/convert: No such file or directory Error code: 127

Here we have 2 locations, A and B, that are on the two plates of a capacitor, and we're trying to find the potential difference [math]\displaystyle{ \Delta V = V_B - V_A }[/math]. We're given the field in between the plates is [math]\displaystyle{ \vec{E} = \langle E,0,0\rangle }[/math]. What's a simpler way to break this path up to make calculations easier?

Error creating thumbnail: sh: /usr/bin/convert: No such file or directory Error code: 127

Now we have a path that's broken up in the [math]\displaystyle{ x }[/math] and [math]\displaystyle{ y }[/math] directions. This is an example of splitting up the path into the dot product, as discussed above.

Using path independence, we can get the equation [math]\displaystyle{ V_B - V_A = (V_B - V_C) + (V_C - V_A) }[/math]. These two smaller potential difference will be easier to handle, since path is always on axis with field.

From A to C:

[math]\displaystyle{ \Delta V = -E_xl }[/math]

[math]\displaystyle{ \Delta V = -Es }[/math]

From C to B:

[math]\displaystyle{ \Delta V = -E_yl }[/math]

[math]\displaystyle{ \Delta V = 0 }[/math]

To calculate total potential difference, we'll just add our two values together.

[math]\displaystyle{ \Delta V=V_B - V_A = (V_B - V_C) + (V_C - V_A) }[/math]

[math]\displaystyle{ \Delta V = -Es + 0 }[/math]

[math]\displaystyle{ \Delta V = -Es }[/math]

While in this example, the dot product calculation of [math]\displaystyle{ \Delta V = -\langle E_x\Delta x, E_y\Delta y\rangle }[/math] could've been applied pretty easily without breaking the path up, you'll see in the next example that defining a convenient path will often allow you to solve otherwise unsolvable problems.

Example 2

We're given the above diagram of a dipole and 2 points A and B, the former on axis and the latter on the perpendicular axis, each a distance [math]\displaystyle{ d }[/math] away from the center of the dipole. Each charge in the dipole has magnitude [math]\displaystyle{ q }[/math] with separation distance [math]\displaystyle{ s }[/math] between them. For a dipole, we've only learned equations for a field on axis and perpendicular to the axis, so at first glance it may seem impossible to find the potential difference [math]\displaystyle{ \Delta V = V_B - V_A }[/math]; after all, the field of a dipole along that path is quite irregular. However, there is a way to solve the problem using path independence.

You might be tempted to try to draw a path from A to the center of the dipole, then to B, but this will create some problems. One, you won't be able to use the approximate dipole formulas when extremely close to the dipole; and two, you'd end up with a division by zero when the radius goes to zero. Instead, we can cheat a bit by traveling around from on axis to perpendicular axis, while avoiding the complicated fields by making this move at a distance infinitely far away. Since the field of a dipole at all infinitely distant locations is zero, we can travel between "different" infinities (like one on axis and one on the perpendicular axis) without any potential difference between the two locations.

Our equation for this path is going to look something like the following:

[math]\displaystyle{ \Delta V = V_B - V_A = (V_B - V_\infty) + (V_\infty - V_A) }[/math]

Since the field for a dipole varies with distance, we're going to have to integrate the field formula.

[math]\displaystyle{ \Delta V = -\int_{\infty}^{B}\vec{E}\cdot d\vec{l} - \int_{A}^{\infty}\vec{E}\cdot d\vec{l} }[/math]

However, we can see that the dot product in the first integral evaluates to zero; that is, the field on the perpendicular axis of the dipole is perpendicular to the path we're taking, so the potential difference for that integral is zero. Now, we can just solve the second integral, plugging in the on axis approximation for a dipole.

[math]\displaystyle{ \Delta V = -\int_{A}^{\infty}\vec{E}\cdot d\vec{l} }[/math]

[math]\displaystyle{ \Delta V = -\int_{A}^{\infty}\langle \frac{1}{4\pi\epsilon_0} \frac{2qs}{r^3},0,0\rangle\cdot\langle dx,0,0\rangle }[/math]

[math]\displaystyle{ \Delta V = -\frac{qs}{2\pi\epsilon_0}\int_{d}^{\infty} \frac{1}{x^3}dx }[/math]

[math]\displaystyle{ \Delta V = \frac{qs}{2\pi\epsilon_0}\bigg(\frac{1}{2x^2}\bigg)\bigg|_{d}^{\infty} }[/math]

[math]\displaystyle{ \Delta V = \frac{qs}{2\pi\epsilon_0}(0) - \frac{qs}{2\pi\epsilon_0}\bigg(\frac{1}{2d^2}\bigg) }[/math]

[math]\displaystyle{ \Delta V = -\frac{qs}{4\pi\epsilon_0d^2} }[/math]

Connectedness

How is this topic connected to something that you are interested in? How is it connected to your major?

Spontaneous redox reactions often cause a potential disparity that can drive batteries. Electrochemistry, a subset of chemistry that I am interested in as an aspiring chemical engineer, spends a significant amount of time focusing on these interactions and the electrical output of different reaction combinations. In a sense, understanding the physics side of electrical potential helps round out my understanding of electrochemistry.

Is there an interesting industrial application?

In terms of strictly applying the idea of path independence, I would argue there is no industrial application. Though I would argue that related fields, such as electrochemistry, have sweeping industrial applications. The optimization of batteries relies partially on finding half reaction combinations that yield the largest positive potential. It's just that strictly dealing with path independence doesn't leave much room for innovation or invention - you need to involve related ideas. Perhaps the pathing of chemicals inside of a battery is made moot by this principle.

History

Around 1800 an Italian doctor named Luigi Galvani found that touching a frog's leg to two different metals caused it to twitch. Alessandro Volta, a contemporary and rival or Galvani, studied these findings and concluded that a kind of electrical potential difference between the two metals caused a charge to flow through the frog's leg, firing the muscles to ultimately create a post-mortem twitch.

Volta found that, in the presence of significant electrical potential between two metals, electrical charge can flow through a metal wire (and through frog legs, salinated brine, etc). The analogy of the time was that current flowed through wire similarly to water in a pipe. Because of this discovery, Volta lives on through the concept of voltage and the associated unit of measurement - the volt.

See also

https://en.wikipedia.org/wiki/Voltage#See_also

https://en.wikipedia.org/wiki/Electric_potential

https://www.insidescience.org/content/soccers-electric-potential/1022

http://jes.ecsdl.org/content/147/11/4263.abstract

http://farside.ph.utexas.edu/teaching/302l/lectures/node32.html

http://faculty.cua.edu/sober/611/PATHIND.pdf

http://scienceline.ucsb.edu/getkey.php?key=4026

References

Matter & Interactions volume II by Ruth W. Chabay and Bruce A. Sherwood.

Chapter 16 Webassign Review

http://scienceline.ucsb.edu/getkey.php?key=4026