line integral magnetic induction

4.2k Views Asked by At

Need help with this line integral problem. I've been stuck on this problem for a while any help will be much appreciated.

Problem:

Experiments show that a steady current in a long wire produces a magnetic field B that is tangent to any circle that lies in the plane perpendicular to the wire and whose center is the axis of the wire. Ampère’s Law relates the electric current to its magnetic effects and states that $$\int_c B \,dr=\mu_0 I $$ where $ I $ is the net current that passes through any surface bounded by a closed curve C , and $ \mu_0$ is a constant called the permeability of free space. By taking C to be a circle with radius r , show that the magnitude B of the magnetic field at a distance r from the center of the wire is $$ B = \mu_0 I/2 \pi r $$

2

There are 2 best solutions below

2
On

Ampere's Law:

$$\oint \vec B \cdot \, d \vec l = \mu_0 I$$

We assume that the magnetic field $\vec B$ is constant, therefore we take it out of the integral:

$$ B \oint d l = \mu_0 I$$ $$ B \cdot (\text{circumference of circle}) = \mu_0 I$$ $$ B \cdot (2 \pi r) = \mu_0 I$$ $$ B = \frac{\mu_0 I}{2 \pi r}$$

0
On

Ampere's law states that $$ \int_C \vec{B}\cdot d\vec{r} = \mu I. $$

If $C$ is a circle of radius $R$, it can be parametrized as follows: $$ \vec{r}(t)=R\cos(t)\vec{i}+R\sin(t)\vec{j},\quad 0\le t \le 2\pi, $$

so Ampere's law can be rewritten as

$$ \int_0^{2\pi} \vec{B}(\vec{r}(t))\cdot \vec{r}'(t)dt = \mu I. $$

But if the magnetic field $\vec{B}$ is tangent to any circle that lies in the plane perpendicular to the wire and whose center is the axis of the wire, then its direction is given by $\vec{r}'(t)$, more precisely by $\frac{\vec{r}'(t)}{\|\vec{r}'(t)\|}$ if we want a vector with norm 1. And since $\vec{B}$ has the same intensity all around the wire, it does not depend on variable $t$. It follows that

$$ \vec{B}(\vec{r}(t))=B(R) \frac{\vec{r}'(t)}{\|\vec{r}'(t)\|}, $$

and that

$$ \int_0^{2\pi} \vec{B}(\vec{r}(t))\cdot \vec{r}'(t)dt = \int_0^{2\pi} B(R)\frac{\vec{r}'(t)}{\|\vec{r}'(t)\|}\cdot \vec{r}'(t)dt =\int_0^{2\pi} B(R)\frac{\|\vec{r}'(t)\|^2}{\|\vec{r}'(t)\|}dt\\ = B(R) \int_0^{2\pi} \|\vec{r}'(t) \| dt = B(R) \int_0^{2\pi} R \;dt =2\pi R B(R) $$

Solving for $B(R)$ yields

$$ B(R )=\frac{\mu I }{2\pi R} $$