1. Introduction
    1. Example – 1 / 12 {1}/{12}
    2. Example – 1 / ( 3 + x ) 2 {1}/{(3 + x)^2}
  2. Problems
    1. 1 / a + x {1}/{\sqrt{a + x}}
    2. Approximating E \mathbf{E} Due to q q at Β± b \pm b
    3. Approximating E \mathbf{E} Due to Β± q \pm q at z = Β± x z=\pm x
    4. Approximating Line of Charge E \mathbf{E} I.
    5. Approximating Line of Charge E \mathbf{E} II.

The Binomial Theorem is

( x + y ) m = βˆ‘ k = 0 m ( m k ) x m βˆ’ k y k (x+y)^m = \sum_{k=0}^m {m \choose k}x^{m-k}y^k

When x = 1 x=1 , it simplifies to

( 1 + y ) m = βˆ‘ k = 0 m ( m k ) y k (1+y)^m = \sum_{k=0}^m {m \choose k}y^k

Written as a power series, it is

( 1 + y ) m = 1 + m y + m ( m βˆ’ 1 ) 2 y 2 + … (1+y)^m = 1 + my + \frac{m(m-1)}{2}y^2 + …

From this, it follows that

1 ( 1 + y ) n = 1 βˆ’ n y + n ( n + 1 ) 2 y 2 + … \frac{1}{(1+y)^n} = 1 - ny + \frac{n(n+1)}{2}y^2 + …

(This equation can also be derived using the Taylor series expansion around y = 0 y=0 .)

In this course, we are going to use this expansion many times when y y is small. To emphasize this, Ξ΄ \delta will be used instead of y y as the variable.

1 ( 1 + Ξ΄ ) n = 1 βˆ’ n Ξ΄ + n ( n + 1 ) 2 ! Ξ΄ 2 βˆ’ n ( n + 1 ) ( n + 2 ) 3 ! Ξ΄ 3 … \frac{1}{(1+\delta)^n} = 1 - n\delta + \frac{n(n+1)}{2!}\delta^2- \frac{n(n+1)(n+2)}{3!}\delta^3…

The actual equation that you will most often use and should memorize is the truncated expansion to first order in Ξ΄ \delta :

1 ( 1 + Ξ΄ ) n ≃ 1 βˆ’ n Ξ΄ \boxed{\frac{1}{(1+\delta)^n} \simeq 1 - n\delta}

β€œFirst–order in Ξ΄ \delta ” means that the highest power in the approximate answer is Ξ΄ \delta , so only the n Ξ΄ n\delta terms is kept as in the boxed equation above. β€œSecond–order in Ξ΄ \delta ” means that the n ( n βˆ’ 1 ) Ξ΄ 2 n(n-1)\delta^2 term is kept.

This equation becomes more and more accurate as Ξ΄ β†’ 0 \delta \rightarrow 0 .

We will use this equation repeatedly to check our answers – typically, we will be able to say, β€œFor large Ξ΄ \delta , I expect the answer to approach the answer to a similar to the answer for a simpler problem for which I know the answer”. For example, if the problem is to compute the electric field for two positive charges q q at x = Β± 1 x=\pm 1 , we expect the electric field to approach that for a charge of 2 q 2q at the origin, which is simply 2 k q r ^ / r 2 2kq\hat{\mathbf{r}}/r^2 . This statement allows you to check your equation for the electric field – if for large r r your equation matches the equation at the origin, you will be more confident that you solved the problem correctly.

To use this equation, you will typically need to rewrite an equation so that a term of this form appears. This is demonstrated in the following examples.

Approximate 1 12 \frac{1}{12} using 1 / ( 1 + Ξ΄ ) n ≃ 1 βˆ’ n Ξ΄ {1}/{(1+\delta)^n} \simeq 1 - n\delta .

Answer

1 12 = 1 10 1 1 + 2 10 \displaystyle\frac{1}{12}=\frac{1}{10}\frac{1}{1+\frac{2}{10}}

In this equation, we identify n = 1 n=1 and Ξ΄ = 2 / 10 \delta = 2/10 , so

1 12 ≃ 1 10 ( 1 βˆ’ 2 10 ) = 1 10 8 10 = 8 100 = 0.08 \displaystyle\frac{1}{12}\simeq\frac{1}{10}\left(1-\frac{2}{10}\right)=\frac{1}{10}\frac{8}{10}=\frac{8}{100}=0.08

This is close to the exact answer of 1 / 12 = 0.08 3 β€Ύ 1/12=0.08\overline{3} .

Approximate 1 / ( 3 + x ) 2 {1}/{(3 + x)^2} using the binomial expansion to first order in x x . Check your answer by using x = 0.1 x=0.1 in the given equation and your approximation.

Answer:

Here n = 2 n=2 and we can rewrite the equation by factoring out the 3 3 from the term in the denominator to obtaiin a term of the form 1 / ( 1 + Ξ΄ ) n {1}/{(1+\delta)^n}

1 ( 3 + x ) 2 = 1 3 2 1 ( 1 + x 3 ) 2 \displaystyle\frac{1}{(3 + x)^2}=\frac{1}{3^2}\frac{1}{(1 + \frac{x}{3})^2}

In the above, we identify Ξ΄ = x / 3 \delta=x/3 and so

1 3 2 1 ( 1 + x 3 ) 2 ≃ 1 3 2 [ 1 βˆ’ 2 ( x 3 ) ] = 1 3 2 ( 1 βˆ’ 2 3 x ) \displaystyle\frac{1}{3^2}\frac{1}{(1 + \frac{x}{3})^2}\simeq\frac{1}{3^2}\left[1-2\left(\frac{x}{3}\right)\right]=\frac{1}{3^2}\left(1-\frac{2}{3}x\right)

When x = 0.1 x=0.1 , the exact answer to four decimal places is 1 / ( 3.1 ) 2 = 0.1041 1/(3.1)^2=0.1041 . The approximate answer is 0.1037 0.1037

Approximate 1 / a + x {1}/{\sqrt{a + x}} using the binomial expansion to first order in x x . Check your answer by using plugging a = 1 a=1 and x = 0.1 x=0.1 into the given equation and your approximation. They should be close.

Answer:

To do the expansion, we need to write the equation in the form 1 / ( 1 + Ξ΄ ) n 1/(1+\delta)^n , where Ξ΄ β‰ͺ 1 \delta \ll 1 .

1 a + x = 1 a ( 1 + x a ) = 1 a 1 / 2 1 ( 1 + x a ) 1 / 2 \displaystyle \frac{1}{\sqrt{a+x}}=\frac{1}{\sqrt{a(1+\frac{x}{a})}} = \frac{1}{a^{1/2}}\frac{1}{\left(1+\frac{x}{a}\right)^{1/2}}

From this, we identify Ξ΄ = x / a \delta=x/a and n = 1 / 2 n=1/2 , so using 1 / ( 1 + Ξ΄ ) n ≃ 1 βˆ’ n Ξ΄ 1/(1+\delta)^n\simeq 1-n\delta gives

1 a + x ≃ 1 a ( 1 βˆ’ 1 2 x a ) \displaystyle \frac{1}{\sqrt{a+x}}\simeq \frac{1}{\sqrt{a}}\left(1 - \frac{1}{2}\frac{x}{a}\right)

Find the equation for the electric field for two positive charges q q at x = Β± b x=\pm b . Verify that for large r / b r/b , this equation approaches the equation for the electric field for 2 q 2q at the origin.

Two point charges q q are located at x = Β± b x=\pm b .

  1. Find E \mathbf{E} on the x x –axis in terms of k k , q q , b b , and cartesian coordinates and unit vectors.

  2. For x ≫ b x\gg b , write an equation for E \mathbf{E} in the form

    E = [ B o + B 1 x + B 2 x 2 + B 3 x 3 ] x ^ \displaystyle \mathbf{E}=\left[B_o+\frac{B_1}{x} + \frac{B_2}{x^2} + \frac{B_3}{x^3}\right]\mathbf{\hat{x}}

    by using the binomial expansion formula with your answer from 1. The values for B 0 , … , B 3 B_0, …, B_3 , if non–zero, should be written in terms of k k , q q , and b b . The binomial expansion formula to first order in Ξ΄ \delta is 1 / ( 1 + Ξ΄ ) n ≃ 1 βˆ’ n Ξ΄ 1/(1+\delta)^n\simeq 1-n\delta , which applies for Ξ΄ β‰ͺ 1 \delta \ll 1 .

  3. State at least one check that you made of your answer to 2.

Answer

  1. Two ways of getting the answer are

    1. Write the field due to each charge in the regions x < βˆ’ b x\lt -b , βˆ’ b < x < b -b\lt x\lt b , and x > b x>b and manually insert the correct sign. For example, in the region βˆ’ b < x < b -b\lt x\lt b , the charge at + b +b has a field that points to the left, so E + b = βˆ’ k q x ^ / ( b βˆ’ x ) 2 \mathbf{E}_{+b}=-kq\mathbf{\hat{x}}/(b-x)^2 ; the charge at βˆ’ b -b has a field that points to the right, so E βˆ’ b = + k q x ^ / ( b βˆ’ x ) 2 \mathbf{E}_{-b}=+kq\mathbf{\hat{x}}/(b-x)^2 . Many students only wrote the equation for E \mathbf{E} in one region, but the problem asked for E ( x ) \mathbf{E}(x) , which implies for all x x .

    2. Use k q Τ‰ ^ Τ‰ 2 = k q r βˆ’ r β€² ∣ r βˆ’ r β€² ∣ 3 \displaystyle kq\frac{\hat{\textbf{\char"0509}}}{\char"0509^2}=kq\frac{\mathbf{r}-\mathbf{r}'}{|\mathbf{r}-\mathbf{r}'|^3} with r β€² = Β± b x ^ \mathbf{r}'=\pm b\mathbf{\hat{x}} and r = b x ^ \mathbf{r}=b\mathbf{\hat{x}} .

      E = E + b + E βˆ’ b = k q x x ^ βˆ’ b x ^ ∣ x x ^ βˆ’ b x ^ ∣ 3 + k q x x ^ + b x ^ ∣ x x ^ + b x ^ ∣ 3 \displaystyle\mathbf{E}=\mathbf{E}_{+b}+\mathbf{E}_{-b}=kq\frac{x\mathbf{\hat{x}}-b\mathbf{\hat{x}}}{|x\mathbf{\hat{x}}-b\mathbf{\hat{x}}|^3}+kq\frac{x\mathbf{\hat{x}}+b\mathbf{\hat{x}}}{|x\mathbf{\hat{x}}+b\mathbf{\hat{x}}|^3}

      This simplifies to

      E = E + b + E βˆ’ b = k q ( x βˆ’ b ) x ^ ∣ x βˆ’ b ∣ 3 + k q ( x + b ) x ^ ∣ x + b ∣ 3 \displaystyle\mathbf{E}=\mathbf{E}_{+b}+\mathbf{E}_{-b}=kq\frac{(x-b)\mathbf{\hat{x}}}{|x-b|^3}+kq\frac{(x+b)\mathbf{\hat{x}}}{|x+b|^3}

      where now the ∣ β‹… ∣ |\cdot| operator corresponds to the abslute value. This equation gives the correct sign for the fields due to each charges in all three regions mentioned above.

  2. For x > b x\gt b , the absolute value signs can be dropped and cancellation gives

    E = E + b + E βˆ’ b = k q x ^ ( 1 ( x βˆ’ b ) 2 + 1 ( x + b ) 2 ) \displaystyle\mathbf{E}=\mathbf{E}_{+b}+\mathbf{E}_{-b}=kq\mathbf{\hat{x}}\left(\frac{1}{(x-b)^2}+\frac{1}{(x+b)^2}\right)

    Factoring out x x gives

    E = k q x 2 x ^ ( 1 ( 1 βˆ’ b / x ) 2 + 1 ( 1 + b / x ) 2 ) \displaystyle\mathbf{E}=\frac{kq}{x^2}\mathbf{\hat{x}}\left(\frac{1}{(1-b/x)^2}+\frac{1}{(1+b/x)^2}\right)

    Using 1 / ( 1 + Ξ΄ ) n ≃ 1 βˆ’ n Ξ΄ 1/(1+\delta)^n\simeq 1-n\delta with n = 2 n=2 and Ξ΄ = βˆ’ b / x \delta=-b/x and Ξ΄ = b / x \delta=b/x gives

    E ≃ k q x 2 x ^ [ 1 + 2 b x + ( 1 βˆ’ 2 b x ) ] = 2 k q x 2 x ^ \displaystyle\mathbf{E}\simeq\frac{kq}{x^2}\mathbf{\hat{x}}\left[1+\frac{2b}{x}+\left(1-\frac{2b}{x}\right)\right]=\frac{2kq}{x^2}\mathbf{\hat{x}}

    From this, we conclude B 0 = B 1 = B 3 = 0 B_0=B_1=B_3=0 and B 2 = 2 k q B_2=2kq . (To verify that B 3 B_3 is zero, one could keep an additional term in the binomial expansion. In this case, B 3 B_3 is still zero because there is no 1 / x 3 1/x^3 term that results; there will be a postive B 4 B_4 term, which means that the approximation of 2 q / x 2 2q/x^2 is an underestimate – do you see why this would be?)

  3. The answer to 2. corresponds to the field due to 2 q 2q at the origin, which is expected for x ≫ b x\gg b . In addition the direction is in the + x ^ +\mathbf{\hat{x}} direction, which is expected if q q is positive.

The electric field on the z z –axis due to a line of charge Ξ» \lambda between Β± L \pm L is

E = 2 k Ξ» L z [ 1 z 2 + L 2 ] z ^ \mathbf{E}=\frac{2k\lambda L}{z}\left[\frac{1}{\sqrt{z^2+L^2}}\right]\mathbf{\hat{z}}

Expand the term in square braces to first order in z z . Note that z 2 = ∣ z ∣ \sqrt{z^2}=|z| .

The exact answer for the electric field in the y = 0 y=0 plane due to a line of charge with charge density Ξ» \lambda between 0 0 and L L on the x x –axis is

E = k Ξ» z [ ( βˆ’ 1 + z z 2 + L 2 ) x ^ + ( L z 2 + L 2 ) z ^ ] \mathbf{E} = \frac{k\lambda}{z}\left[\left(-1+\frac{z}{\sqrt{z^2+L^2}}\right)\hat{\mathbf{x}} + \left(\frac{L}{\sqrt{z^2+L^2}}\right)\hat{\mathbf{z}}\right]

Expand the term in square braces to first order in z z . Note that z 2 = ∣ z ∣ \sqrt{z^2}=|z| .