Lesson 3 of 15
Electric Potential
Electric Potential
Electric potential V is the potential energy per unit charge at a point in space. For a point charge:
V = rac{kq}{r}
- V — electric potential (volts, J/C)
- k =
- q — source charge (C)
- r — distance from charge (m)
Field vs Potential
| Quantity | Falls off as | Units |
|---|---|---|
| Electric field E | N/C = V/m | |
| Electric potential V | V (volts) |
The field is the (negative) gradient of the potential: .
Potential Energy of Two Charges
The energy stored in a pair of charges is:
U = rac{k q_1 q_2}{r}
Positive for like charges (repulsive — you must do work to push them together), negative for opposite charges (attractive — they release energy as they approach).
Examples (q = 1 μC)
| r (m) | V (volts) |
|---|---|
| 1 | 8990.0000 |
| 2 | 4495.0000 |
| 0.1 | 89900.0000 |
Your Task
Implement electric_potential(q, r) returning V in volts.
Pyodide loading...
Loading...
Click "Run" to execute your code.