sequoiasprout
- 4
- 0
- Homework Statement
- I need to code (in python) a simulation of a magnet dropping through a metal tube, demonstrating Faraday's law.
- Relevant Equations
- \oint_C {E \cdot d\ell = - \frac{d}{{dt}}} \int_S {B_n dA}
So I am tackling this by iterating over small rings, but I don't know how on earth I can write a function to calculate the flux through one of those ring's surface area. How can I use the derivative of a function I don't have an expression for? There must be some approximation I can make... but I don't know what it is.