#set document(title: "5.5 Calculating Electric Fields of Charge Distributions", author: "OpenStax / XYZ Homework") #set page(width: 8.5in, height: auto, margin: 1in) #import "@preview/cetz:0.5.2" #set text(font: ("STIX Two Text", "Libertinus Serif", "New Computer Modern"), size: 10.5pt, lang: "en") #show math.equation: set text(font: ("STIX Two Math", "New Computer Modern Math")) #set par(justify: true, leading: 0.62em, spacing: 0.9em) #set enum(spacing: 1.1em) // room between list items so tall inline fractions don't collide #set list(spacing: 1.1em) #set table(stroke: 0.5pt + rgb("#c7ccd3")) #let BLUE = rgb("#183B6F") // brand navy — section bars + example/solution labels (white on navy 11.09:1) #let ORANGE = rgb("#A94509") // brand primary-700 — AA-safe deep orange for TEXT (5.93:1 on white; raw brand #F37021 is 2.94:1 and must never carry text) #let RED = rgb("#DC2626") // brand error-600 #let GREEN = rgb("#059669") // brand success-600 (decoration only; small green text uses green-text #007942) #show heading.where(level: 1): it => block(width: 100%, above: 0pt, below: 16pt, fill: gradient.linear(BLUE, rgb("#2C5AA0")), inset: (x: 14pt, y: 12pt), radius: 3pt, text(fill: white, weight: "bold", size: 19pt, it.body)) #show heading.where(level: 2): it => block(width: 100%, above: 18pt, below: 10pt, fill: BLUE, inset: (x: 10pt, y: 6pt), radius: 2pt, text(fill: white, weight: "bold", size: 12pt, it.body)) #show heading.where(level: 3): it => text(fill: ORANGE, weight: "bold", size: 12.5pt, it.body) #show heading.where(level: 4): it => text(fill: BLUE, weight: "bold", size: 10.5pt, it.body) #let examplebox(label, title, body) = block(width: 100%, breakable: true, fill: rgb("#EFF1F5"), stroke: 0.5pt + rgb("#CFDDF0"), radius: 4pt, inset: 10pt, above: 12pt, below: 12pt)[ #block(below: 6pt)[#box(fill: BLUE, inset: (x: 6pt, y: 2pt), radius: 2pt, text(fill: white, weight: "bold", size: 8.5pt, label)) #h(0.4em) #strong[#title]] #body] // rail = decorative left rule (raw brand token); labelcolor = AA-safe label text shade #let notebox(label, rail, labelcolor, tint, body) = block(width: 100%, breakable: true, fill: tint, stroke: (left: 3pt + rail), inset: (left: 10pt, rest: 8pt), radius: (right: 4pt), above: 11pt, below: 11pt)[ #text(fill: labelcolor, weight: "bold", size: 7.5pt, tracking: 0.5pt)[#upper(label)] #linebreak() #body] #let solutionbox(body) = block(above: 4pt, below: 8pt)[ #text(fill: BLUE, weight: "bold", size: 8.5pt)[Solution] #linebreak() #body] #let figph(msg) = block(width: 100%, height: 60pt, fill: rgb("#f6f7f9"), stroke: (paint: rgb("#c7ccd3"), dash: "dashed"), radius: 4pt, inset: 10pt)[ #align(center + horizon, text(fill: rgb("#889"), style: "italic", size: 9pt, msg))] // Standardize inlined figure sizes: measure the natural CeTZ canvas, then scale to a // consistent envelope (aspect-aware; see build_typst.py FIG_* constants). Unlike the // print preamble, dimensions are FLOORED: in an editor a user can trim a figure to a // degenerate 1-D shape (a bare line), and w/h or tw/w would then divide by zero. #let _STD_W = 3.5 #let _WIDE_W = 5.6 #let _MAX_H = 3.4 #let _ASPECT_WIDE = 2.2 #let _UPSCALE_MAX = 1.15 #let stdfig(body) = context { let m = measure(body) let w = calc.max(m.width / 1in, 0.01) let h = calc.max(m.height / 1in, 0.01) let tw = if w / h > _ASPECT_WIDE { _WIDE_W } else { _STD_W } let s = calc.min(tw / w, _MAX_H / h, _UPSCALE_MAX) align(center, box(scale(x: s * 100%, y: s * 100%, reflow: true, body))) } #show figure: set block(breakable: false) #set figure(gap: 8pt) #show figure.caption: set text(size: 8.5pt, fill: rgb("#555")) == 5.5#h(0.6em)Calculating Electric Fields of Charge Distributions The charge distributions we have seen so far have been discrete: made up of individual point particles. This is in contrast with a #strong[continuous charge distribution], which has at least one nonzero dimension. If a charge distribution is continuous rather than discrete, we can generalize the definition of the electric field. We simply divide the charge into infinitesimal pieces and treat each piece as a point charge. Note that because charge is quantized, there is no such thing as a “truly” continuous charge distribution. However, in most practical cases, the total charge creating the field involves such a huge number of discrete charges that we can safely ignore the discrete nature of the charge and consider it to be continuous. This is exactly the kind of approximation we make when we deal with a bucket of water as a continuous fluid, rather than a collection of #math.equation(block: false, alt: "H sub 2 O")[$"H"_(2) "O"$] molecules. Our first step is to define a charge density for a charge distribution along a line, across a surface, or within a volume, as shown. #figure(figph[Figure a shows a long rod with linear charge density lambda. A small segment of the rod is shaded and labeled d l. Figure b shows a surface with surface charge density sigma. A small area within the surface is shaded and labeled d A. Figure c shows a volume with volume charge density rho. A small volume within it is shaded and labeled d V. Figure d shows a surface with two regions shaded and labeled q 1 and q2. A point P is identified above (not on) the surface. A thin line indicates the distance from each of the shaded regions. The vectors E 1 and E 2 are drawn at point P and point away from the respective shaded region. E net is the vector sum of E 1 and E 2. In this case, it points up, away from the surface.], alt: "Figure a shows a long rod with linear charge density lambda. A small segment of the rod is shaded and labeled d l. Figure b shows a surface with surface charge density sigma. A small area within the surface is shaded and labeled d A. Figure c shows a volume with volume charge density rho. A small volume within it is shaded and labeled d V. Figure d shows a surface with two regions shaded and labeled q 1 and q2. A point P is identified above (not on) the surface. A thin line indicates the distance from each of the shaded regions. The vectors E 1 and E 2 are drawn at point P and point away from the respective shaded region. E net is the vector sum of E 1 and E 2. In this case, it points up, away from the surface.", caption: [The configuration of charge differential elements for (a) a line charge, (b) a sheet of charge, and (c) a volume of charge. Also note that (d) some of the components of the total electric field cancel out, with the remainder resulting in a net electric field.]) Definitions of charge density: - #math.equation(block: false, alt: "λ ≡")[$λ ≡$] charge per unit length (#strong[linear charge density]); units are coulombs per meter (C/m) - #math.equation(block: false, alt: "σ ≡")[$σ ≡$] charge per unit area (#strong[surface charge density]); units are coulombs per square meter #math.equation(block: false, alt: "open parenthesis C / m squared close parenthesis")[$( "C" "/" "m"^(2) )$] - #math.equation(block: false, alt: "ρ ≡")[$ρ ≡$] charge per unit volume (#strong[volume charge density]); units are coulombs per cubic meter #math.equation(block: false, alt: "open parenthesis C / m cubed close parenthesis")[$( "C" "/" "m"^(3) )$] Then, for a line charge, a surface charge, and a volume charge, the summation in becomes an integral and #math.equation(block: false, alt: "q sub i")[$q_(i)$] is replaced by #math.equation(block: false, alt: "d q equals λ d l")[$d q = λ d l$], #math.equation(block: false, alt: "σ d A")[$σ d A$], or #math.equation(block: false, alt: "ρ d V")[$ρ d V$], respectively: #math.equation(block: true, alt: "Point charges: E → open parenthesis P close parenthesis equals the fraction 1 over 4 π ε sub 0 ∑ i equals 1 N open parenthesis the fraction q sub i over r squared close parenthesis r ^")[$"Point charges:" #h(2em) arrow("E") ( P ) = frac(1, 4 π ε_(0)) display(limits(∑)^(N)_(i = 1) ( frac(q_(i), r^(2)) )) hat("r")$] #math.equation(block: true, alt: "Line charge: E → open parenthesis P close parenthesis equals the fraction 1 over 4 π ε sub 0 ∫ sub line open parenthesis the fraction λ d l over r squared close parenthesis r ^")[$"Line charge:" #h(2em) arrow("E") ( P ) = frac(1, 4 π ε_(0)) display(∫_("line") ( frac(λ d l, r^(2)) )) hat("r")$] #math.equation(block: true, alt: "Surface charge: E → open parenthesis P close parenthesis equals the fraction 1 over 4 π ε sub 0 ∫ sub surface open parenthesis the fraction σ d A over r squared close parenthesis r ^")[$"Surface charge:" #h(2em) arrow("E") ( P ) = frac(1, 4 π ε_(0)) display(∫_("surface") ( frac(σ d A, r^(2)) )) hat("r")$] #math.equation(block: true, alt: "Volume charge: E → open parenthesis P close parenthesis equals the fraction 1 over 4 π ε sub 0 ∫ sub volume open parenthesis the fraction ρ d V over r squared close parenthesis r ^")[$"Volume charge:" #h(2em) arrow("E") ( P ) = frac(1, 4 π ε_(0)) display(∫_("volume") ( frac(ρ d V, r^(2)) )) hat("r")$] The integrals are generalizations of the expression for the field of a point charge. They implicitly include and assume the principle of superposition. The “trick” to using them is almost always in coming up with correct expressions for #emph[dl], #emph[dA], or #emph[dV], as the case may be, expressed in terms of #emph[r], and also expressing the charge density function appropriately. It may be constant; it might be dependent on location. Note carefully the meaning of #emph[r] in these equations: It is the distance from the charge element #math.equation(block: false, alt: "open parenthesis q sub i , λ d l , σ d A , ρ d V close parenthesis")[$( q_(i) , λ d l , σ d A , ρ d V )$] to the location of interest, #math.equation(block: false, alt: "P open parenthesis x , y , z close parenthesis")[$P ( x , y , z )$] (the point in space where you want to determine the field). However, don’t confuse this with the meaning of #math.equation(block: false, alt: "r ^")[$hat("r")$]; we are using it and the vector notation #math.equation(block: false, alt: "E →")[$arrow("E")$] to write three integrals at once. That is, is actually #math.equation(block: true, alt: "E sub x open parenthesis P close parenthesis equals the fraction 1 over 4 π ε sub 0 ∫ sub line open parenthesis the fraction λ d l over r squared close parenthesis sub x , E sub y open parenthesis P close parenthesis equals the fraction 1 over 4 π ε sub 0 ∫ sub line open parenthesis the fraction λ d l over r squared close parenthesis sub y , E sub z open parenthesis P close parenthesis equals the fraction 1 over 4 π ε sub 0 ∫ sub line open parenthesis the fraction λ d l over r squared close parenthesis sub z .")[$E_(x) ( P ) = frac(1, 4 π ε_(0)) attach(display(∫_("line") ( frac(λ d l, r^(2)) )), b: x) , #h(0.5em) E_(y) ( P ) = frac(1, 4 π ε_(0)) attach(display(∫_("line") ( frac(λ d l, r^(2)) )), b: y) , #h(0.5em) E_(z) ( P ) = frac(1, 4 π ε_(0)) attach(display(∫_("line") ( frac(λ d l, r^(2)) )), b: z) .$] #examplebox("Example 1")[Electric Field of a Line Segment][ Find the electric field a distance #emph[z] above the midpoint of a straight line segment of length #emph[L] that carries a uniform line charge density #math.equation(block: false, alt: "λ")[$λ$]. Strategy Since this is a continuous charge distribution, we conceptually break the wire segment into differential pieces of length #emph[dl], each of which carries a differential amount of charge #math.equation(block: false, alt: "d q equals λ d l")[$d q = λ d l$]. Then, we calculate the differential field created by two symmetrically placed pieces of the wire, using the symmetry of the setup to simplify the calculation . Finally, we integrate this differential field expression over the length of the wire (half of it, actually, as we explain below) to obtain the complete electric field expression. #figure(figph[A long, thin wire is on the x axis. The end of the wire is a distance z from the center of the wire. A small segment of the wire, a distance x to the right of the center of the wire, is shaded. Another segment, the same distance to the left of center, is also shaded. Point P is a distance z above the center of the wire, on the z axis. Point P is a distance r from each shaded region. The r vectors point from each shaded region to point P. Vectors d E 1 and d E 2 are drawn at point P. d E 1 points away from the left side shaded region and points up and right, at an angle theta to the z axis. d E 2 points away from the right side shaded region and points up and r left, making the same angle with the vertical as d E 1. The two d E vectors are equal in length.], alt: "A long, thin wire is on the x axis. The end of the wire is a distance z from the center of the wire. A small segment of the wire, a distance x to the right of the center of the wire, is shaded. Another segment, the same distance to the left of center, is also shaded. Point P is a distance z above the center of the wire, on the z axis. Point P is a distance r from each shaded region. The r vectors point from each shaded region to point P. Vectors d E 1 and d E 2 are drawn at point P. d E 1 points away from the left side shaded region and points up and right, at an angle theta to the z axis. d E 2 points away from the right side shaded region and points up and r left, making the same angle with the vertical as d E 1. The two d E vectors are equal in length.", caption: [A uniformly charged segment of wire. The electric field at point #emph[P] can be found by applying the superposition principle to symmetrically placed charge elements and integrating.]) Solution Before we jump into it, what do we expect the field to “look like” from far away? Since it is a finite line segment, from far away, it should look like a point charge. We will check the expression we get to see if it meets this expectation. The electric field for a line charge is given by the general expression #math.equation(block: true, alt: "E → open parenthesis P close parenthesis equals the fraction 1 over 4 π ε sub 0 ∫ sub line the fraction λ d l over r squared r ^ .")[$arrow("E") ( P ) = frac(1, 4 π ε_(0)) display(∫_("line") frac(λ d l, r^(2))) hat("r") .$] The symmetry of the situation (our choice of the two identical differential pieces of charge) implies the horizontal (#emph[x])-components of the field cancel, so that the net field points in the #emph[z]-direction. Let’s check this formally. The total field #math.equation(block: false, alt: "E → open parenthesis P close parenthesis")[$arrow("E") ( P )$] is the vector sum of the fields from each of the two charge elements (call them #math.equation(block: false, alt: "E → sub 1")[$arrow("E")_(1)$] and #math.equation(block: false, alt: "E → sub 2")[$arrow("E")_(2)$], for now): #math.equation(block: true, alt: "E → open parenthesis P close parenthesis equals E → sub 1 plus E → sub 2 equals E sub 1 x i ^ plus E sub 1 z k ^ plus E sub 2 x open parenthesis − i ^ close parenthesis plus E sub 2 z k ^ .")[$arrow("E") ( P ) = arrow("E")_(1) + arrow("E")_(2) = E_(1 x) hat("i") + E_(1 z) hat("k") + E_(2 x) ( "−" hat("i") ) + E_(2 z) hat("k") .$] Because the two charge elements are identical and are the same distance away from the point #emph[P] where we want to calculate the field, #math.equation(block: false, alt: "E sub 1 x equals E sub 2 x ,")[$E_(1 x) = E_(2 x) ,$] so those components cancel. This leaves #math.equation(block: true, alt: "E → open parenthesis P close parenthesis equals E sub 1 z k ^ plus E sub 2 z k ^ equals E sub 1 cos θ k ^ plus E sub 2 cos θ k ^ .")[$arrow("E") ( P ) = E_(1 z) hat("k") + E_(2 z) hat("k") = E_(1) #h(0.2em) "cos" #h(0.2em) θ hat("k") + E_(2) #h(0.2em) "cos" #h(0.2em) θ hat("k") .$] These components are also equal, so we have #math.equation(block: true, alt: "E → open parenthesis P close parenthesis, equals the fraction 1 over 4 π ε sub 0 ∫ the fraction λ d l over r squared cos θ k ^ plus the fraction 1 over 4 π ε sub 0 ∫ the fraction λ d l over r squared cos θ k ^; equals the fraction 1 over 4 π ε sub 0 ∫ 0 L / 2 the fraction 2 λ d x over r squared cos θ k ^")[$arrow("E") ( P ) & = frac(1, 4 π ε_(0)) display(∫ frac(λ d l, r^(2))) #h(0.2em) "cos" #h(0.2em) θ hat("k") + frac(1, 4 π ε_(0)) display(∫ frac(λ d l, r^(2))) #h(0.2em) "cos" #h(0.2em) θ hat("k") \ & = frac(1, 4 π ε_(0)) display(∫_(0)^(L "/" 2) frac(2 λ d x, r^(2))) #h(0.2em) "cos" #h(0.2em) θ hat("k")$] where our differential line element #emph[dl] is #emph[dx], in this example, since we are integrating along a line of charge that lies on the #emph[x]-axis. (The limits of integration are 0 to #math.equation(block: false, alt: "the fraction L over 2")[$frac(L, 2)$], not #math.equation(block: false, alt: "minus the fraction L over 2")[$− frac(L, 2)$] to #math.equation(block: false, alt: "plus the fraction L over 2")[$+ frac(L, 2)$], because we have constructed the net field from two differential pieces of charge #emph[dq]. If we integrated along the entire length, we would pick up an erroneous factor of 2.) In principle, this is complete. However, to actually calculate this integral, we need to eliminate all the variables that are not given. In this case, both #emph[r] and #math.equation(block: false, alt: "θ")[$θ$] change as we integrate outward to the end of the line charge, so those are the variables to get rid of. We can do that the same way we did for the two point charges: by noticing that #math.equation(block: true, alt: "r equals open parenthesis z squared plus x squared close parenthesis to the power 1 / 2")[$r = attach(( z^(2) + x^(2) ), t: 1 "/" 2)$] and #math.equation(block: true, alt: "cos θ equals the fraction z over r equals the fraction z over open parenthesis z squared plus x squared close parenthesis to the power 1 / 2 .")[$"cos" #h(0.2em) θ = frac(z, r) = frac(z, attach(( z^(2) + x^(2) ), t: 1 "/" 2)) .$] Substituting, we obtain #math.equation(block: true, alt: "E → open parenthesis P close parenthesis, equals the fraction 1 over 4 π ε sub 0 ∫ 0 L / 2 the fraction 2 λ d x over open parenthesis z squared plus x squared close parenthesis the fraction z over open parenthesis z squared plus x squared close parenthesis to the power 1 / 2 k ^; equals the fraction 1 over 4 π ε sub 0 ∫ 0 L / 2 the fraction 2 λ z over open parenthesis z squared plus x squared close parenthesis to the power 3 / 2 d x k ^; equals the fraction 2 λ z over 4 π ε sub 0 [ the fraction x over z squared the square root of z squared plus x squared ] | 0 L / 2 k ^")[$arrow("E") ( P ) & = frac(1, 4 π ε_(0)) display(∫_(0)^(L "/" 2) frac(2 λ d x, ( z^(2) + x^(2) ))) #h(0.2em) frac(z, attach(( z^(2) + x^(2) ), t: 1 "/" 2)) hat("k") \ & = frac(1, 4 π ε_(0)) display(∫_(0)^(L "/" 2) frac(2 λ z, attach(( z^(2) + x^(2) ), t: 3 "/" 2))) d x hat("k") \ & = frac(2 λ z, 4 π ε_(0)) [ frac(x, z^(2) sqrt(z^(2) + x^(2))) ] |_(0)^(L "/" 2) hat("k")$] which simplifies to #math.equation(block: true, alt: "E → open parenthesis z close parenthesis equals the fraction 1 over 4 π ε sub 0 the fraction λ L over z the square root of z squared plus the fraction L squared over 4 k ^ .")[$arrow("E") ( z ) = frac(1, 4 π ε_(0)) #h(0.2em) frac(λ L, z sqrt(z^(2) + frac(L^(2), 4))) hat("k") .$] Significance Notice, once again, the use of symmetry to simplify the problem. This is a very common strategy for calculating electric fields. The fields of nonsymmetrical charge distributions have to be handled with multiple integrals and may need to be calculated numerically by a computer. ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ How would the strategy used above change to calculate the electric field at a point a distance #emph[z] above one end of the finite line segment? #solutionbox[ We will no longer be able to take advantage of symmetry. Instead, we will need to calculate each of the two components of the electric field with their own integral. ] ] #examplebox("Example 2")[Electric Field of an Infinite Line of Charge][ Find the electric field a distance #emph[z] above the midpoint of an infinite line of charge that carries a uniform line charge density #math.equation(block: false, alt: "λ")[$λ$]. Strategy This is exactly like the preceding example, except the limits of integration will be #math.equation(block: false, alt: "− ∞")[$"−" ∞$] to #math.equation(block: false, alt: "+ ∞")[$"+" ∞$]. Solution Again, the horizontal components cancel out, so we wind up with #math.equation(block: true, alt: "E → open parenthesis P close parenthesis equals the fraction 1 over 4 π ε sub 0 ∫ − ∞ ∞ the fraction λ d x over r squared cos θ k ^")[$arrow("E") ( P ) = frac(1, 4 π ε_(0)) display(∫_("−" ∞)^(∞) frac(λ d x, r^(2))) #h(0.2em) "cos" #h(0.2em) θ hat("k")$] where our differential line element #emph[dl] is #emph[dx], in this example, since we are integrating along a line of charge that lies on the #emph[x]-axis. Again, #math.equation(block: true, alt: "cos θ equals the fraction z over r equals the fraction z over open parenthesis z squared plus x squared close parenthesis to the power 1 / 2 .")[$"cos" #h(0.2em) θ = frac(z, r) = frac(z, attach(( z^(2) + x^(2) ), t: 1 "/" 2)) .$] Substituting, we obtain #math.equation(block: true, alt: "E → open parenthesis P close parenthesis, equals the fraction 1 over 4 π ε sub 0 ∫ − ∞ ∞ the fraction λ d x over open parenthesis z squared plus x squared close parenthesis the fraction z over open parenthesis z squared plus x squared close parenthesis to the power 1 / 2 k ^; equals the fraction 1 over 4 π ε sub 0 ∫ − ∞ ∞ the fraction λ z over open parenthesis z squared plus x squared close parenthesis to the power 3 / 2 d x k ^; equals the fraction λ z over 4 π ε sub 0 [ the fraction x over z squared the square root of z squared plus x squared ] | − ∞ ∞ k ^ ,")[$arrow("E") ( P ) & = frac(1, 4 π ε_(0)) display(∫_("−" ∞)^(∞) frac(λ d x, ( z^(2) + x^(2) ))) #h(0.2em) frac(z, attach(( z^(2) + x^(2) ), t: 1 "/" 2)) hat("k") \ & = frac(1, 4 π ε_(0)) display(∫_("−" ∞)^(∞) frac(λ z, attach(( z^(2) + x^(2) ), t: 3 "/" 2))) d x hat("k") \ & = frac(λ z, 4 π ε_(0)) attach([ frac(x, z^(2) sqrt(z^(2) + x^(2))) ] |, t: ∞, b: "−" ∞) hat("k") ,$] which simplifies to #math.equation(block: true, alt: "E → open parenthesis z close parenthesis equals the fraction 1 over 4 π ε sub 0 the fraction 2 λ over z k ^ .")[$arrow("E") ( z ) = frac(1, 4 π ε_(0)) #h(0.2em) frac(2 λ, z) hat("k") .$] Significance Our strategy for working with continuous charge distributions also gives useful results for charges with infinite dimension. ] In the case of a finite line of charge, note that for #math.equation(block: false, alt: "z ≫ L")[$z ≫ L$], #math.equation(block: false, alt: "z squared")[$z^(2)$] dominates the #emph[L] in the denominator, so that simplifies to #math.equation(block: true, alt: "E → approximately equals the fraction 1 over 4 π ε sub 0 the fraction λ L over z squared k ^ .")[$arrow("E") ≈ frac(1, 4 π ε_(0)) #h(0.2em) frac(λ L, z^(2)) hat("k") .$] If you recall that #math.equation(block: false, alt: "λ L equals q")[$λ L = q$], the total charge on the wire, we have retrieved the expression for the field of a point charge, as expected. In the limit #math.equation(block: false, alt: "L → ∞")[$L → ∞$], on the other hand, we get the field of an #strong[infinite straight wire], which is a straight wire whose length is much, much greater than either of its other dimensions, and also much, much greater than the distance at which the field is to be calculated: #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "E → open parenthesis z close parenthesis equals the fraction 1 over 4 π ε sub 0 the fraction 2 λ over z k ^ .")[$arrow("E") ( z ) = frac(1, 4 π ε_(0)) #h(0.2em) frac(2 λ, z) hat("k") .$] ] An interesting artifact of this infinite limit is that we have lost the usual #math.equation(block: false, alt: "1 / r squared")[$1 "/" r^(2)$] dependence that we are used to. This will become even more intriguing in the case of an infinite plane. #examplebox("Example 3")[Electric Field due to a Ring of Charge][ A ring has a uniform charge density #math.equation(block: false, alt: "λ")[$λ$], with units of coulomb per unit meter of arc. Find the electric field at a point on the axis passing through the center of the ring. Strategy We use the same procedure as for the charged wire. The difference here is that the charge is distributed on a circle. We divide the circle into infinitesimal elements shaped as arcs on the circle and use polar coordinates shown. #figure(figph[A ring of radius R is shown in the x y plane of an x y z coordinate system. The ring is centered on the origin. A small segment of the ring is shaded. The segment is at an angle of theta from the x axis, subtends an angle of d theta, and contains a charge of d q equal to lambda R d theta. Point P is on the z axis, a distance of z above the center of the ring. The distance from the shaded segment to point P is equal to the square root of R squared plus squared.], alt: "A ring of radius R is shown in the x y plane of an x y z coordinate system. The ring is centered on the origin. A small segment of the ring is shaded. The segment is at an angle of theta from the x axis, subtends an angle of d theta, and contains a charge of d q equal to lambda R d theta. Point P is on the z axis, a distance of z above the center of the ring. The distance from the shaded segment to point P is equal to the square root of R squared plus squared.", caption: [The system and variable for calculating the electric field due to a ring of charge.]) Solution The electric field for a line charge is given by the general expression #math.equation(block: true, alt: "E → open parenthesis P close parenthesis equals the fraction 1 over 4 π ε sub 0 ∫ sub line the fraction λ d l over r squared r ^ .")[$arrow("E") ( P ) = frac(1, 4 π ε_(0)) display(∫_("line") frac(λ d l, r^(2))) hat("r") .$] A general element of the arc between #math.equation(block: false, alt: "θ")[$θ$] and #math.equation(block: false, alt: "θ plus d θ")[$θ + d θ$] is of length #math.equation(block: false, alt: "R d θ")[$R d θ$] and therefore contains a charge equal to #math.equation(block: false, alt: "λ R d θ .")[$λ R d θ .$] The element is at a distance of #math.equation(block: false, alt: "r equals the square root of z squared plus R squared")[$r = sqrt(z^(2) + R^(2))$] from #emph[P], the angle is #math.equation(block: false, alt: "cos ϕ equals the fraction z over the square root of z squared plus R squared")[$"cos" #h(0.2em) ϕ = frac(z, sqrt(z^(2) + R^(2)))$], and therefore the electric field is #math.equation(block: true, alt: "E → open parenthesis P close parenthesis, equals the fraction 1 over 4 π ε sub 0 ∫ sub line the fraction λ d l over r squared r ^ equals the fraction 1 over 4 π ε sub 0 ∫ 0 2 π the fraction λ R d θ over z squared plus R squared the fraction z over the square root of z squared plus R squared z ^; equals the fraction 1 over 4 π ε sub 0 the fraction λ R z over open parenthesis z squared plus R squared close parenthesis to the power 3 / 2 z ^ ∫ 0 2 π d θ equals the fraction 1 over 4 π ε sub 0 the fraction 2 π λ R z over open parenthesis z squared plus R squared close parenthesis to the power 3 / 2 z ^; equals the fraction 1 over 4 π ε sub 0 the fraction q sub tot z over open parenthesis z squared plus R squared close parenthesis to the power 3 / 2 z ^ .")[$arrow("E") ( P ) & = frac(1, 4 π ε_(0)) display(∫_("line") frac(λ d l, r^(2))) hat("r") = frac(1, 4 π ε_(0)) display(∫_(0)^(2 π) frac(λ R d θ, z^(2) + R^(2)) #h(0.2em) frac(z, sqrt(z^(2) + R^(2))) hat(z)) \ & = frac(1, 4 π ε_(0)) #h(0.2em) frac(λ R z, attach(( z^(2) + R^(2) ), t: 3 "/" 2)) hat(z) display(∫_(0)^(2 π) d θ) = frac(1, 4 π ε_(0)) #h(0.2em) frac(2 π λ R z, attach(( z^(2) + R^(2) ), t: 3 "/" 2)) hat(z) \ & = frac(1, 4 π ε_(0)) #h(0.2em) frac(q_("tot") z, attach(( z^(2) + R^(2) ), t: 3 "/" 2)) hat(z) .$] Significance As usual, symmetry simplified this problem, in this particular case resulting in a trivial integral. Also, when we take the limit of #math.equation(block: false, alt: "z >> R")[$z >> R$], we find that #math.equation(block: true, alt: "E → approximately equals the fraction 1 over 4 π ε sub 0 the fraction q sub tot over z squared z ^ ,")[$arrow("E") ≈ frac(1, 4 π ε_(0)) #h(0.2em) frac(q_("tot"), z^(2)) hat(z) ,$] as we expect. ] #examplebox("Example 4")[The Field of a Disk][ Find the electric field of a circular thin disk of radius #emph[R] and uniform charge density at a distance #emph[z] above the center of the disk #figure(figph[A disk of radius R is shown in the x y plane of an x y z coordinate system. The disk is centered on the origin. A ring, concentric with the disk, of radius r prime and width d r prime is indicated and two small segments on opposite sides of the ring are shaded and labeled as having charge d q. The test point is on the z axis, a distance of z above the center of the disk. The distance from each shaded segment to the test point is r. The electric field contributions, d E, due to the d q charges are shown as arrows in the directions of the associated r vectors. The d E vectors are at an angle of theta to the z axis.], alt: "A disk of radius R is shown in the x y plane of an x y z coordinate system. The disk is centered on the origin. A ring, concentric with the disk, of radius r prime and width d r prime is indicated and two small segments on opposite sides of the ring are shaded and labeled as having charge d q. The test point is on the z axis, a distance of z above the center of the disk. The distance from each shaded segment to the test point is r. The electric field contributions, d E, due to the d q charges are shown as arrows in the directions of the associated r vectors. The d E vectors are at an angle of theta to the z axis.", caption: [A uniformly charged disk. As in the line charge example, the field above the center of this disk can be calculated by taking advantage of the symmetry of the charge distribution.]) Strategy The electric field for a surface charge is given by #math.equation(block: true, alt: "E → open parenthesis P close parenthesis equals the fraction 1 over 4 π ε sub 0 ∫ sub surface the fraction σ d A over r squared r ^ .")[$arrow("E") ( P ) = frac(1, 4 π ε_(0)) display(∫_("surface") frac(σ d A, r^(2))) hat("r") .$] To solve surface charge problems, we break the surface into symmetrical differential “strips” that match the shape of the surface; here, we’ll use rings, as shown in the figure. Again, by symmetry, the horizontal components cancel and the field is entirely in the vertical #math.equation(block: false, alt: "open parenthesis k ^ close parenthesis")[$( hat("k") )$] direction. The vertical component of the electric field is extracted by multiplying by #math.equation(block: false, alt: "cos θ")[$"cos" #h(0.2em) θ$], so #math.equation(block: true, alt: "E → open parenthesis P close parenthesis equals the fraction 1 over 4 π ε sub 0 ∫ sub surface the fraction σ d A over r squared cos θ k ^ .")[$arrow("E") ( P ) = frac(1, 4 π ε_(0)) display(∫_("surface") frac(σ d A, r^(2))) #h(0.2em) "cos" #h(0.2em) θ #h(0.2em) hat("k") .$] As before, we need to rewrite the unknown factors in the integrand in terms of the given quantities. In this case, #math.equation(block: true, alt: "d A, equals, 2 π r prime d r prime; r squared, equals, r prime squared plus z squared; cos θ, equals, the fraction z over open parenthesis r prime squared plus z squared close parenthesis to the power 1 / 2 .")[$d A & = & 2 π r^("′") d r^(′) \ r^(2) & = & r^(′)^(2) + z^(2) \ "cos" #h(0.2em) θ & = & frac(z, attach(( r^(′)^(2) + z^(2) ), t: 1 "/" 2)) .$] (Please take note of the two different “#emph[r]’s” here; #emph[r] is the distance from the differential ring of charge to the point #emph[P] where we wish to determine the field, whereas #math.equation(block: false, alt: "r prime")[$r^(′)$] is the distance from the center of the disk to the differential ring of charge.) Also, we already performed the polar angle integral in writing down #emph[dA]. Solution Substituting all this in, we get #math.equation(block: true, alt: "E → open parenthesis P close parenthesis, equals E → open parenthesis z close parenthesis equals the fraction 1 over 4 π ε sub 0 ∫ 0 R the fraction σ open parenthesis 2 π r prime d r prime close parenthesis z over open parenthesis r prime squared plus z squared close parenthesis to the power 3 / 2 k ^; equals the fraction 1 over 4 π ε sub 0 open parenthesis 2 π σ z close parenthesis open parenthesis the fraction 1 over z minus the fraction 1 over the square root of R squared plus z squared close parenthesis k ^")[$arrow("E") ( P ) & = arrow("E") ( z ) = frac(1, 4 π ε_(0)) display(∫_(0)^(R) frac(σ ( 2 π r^(′) d r^(′) ) z, attach(( r^(′)^(2) + z^(2) ), t: 3 "/" 2))) hat("k") \ & = frac(1, 4 π ε_(0)) ( 2 π σ z ) ( frac(1, z) − frac(1, sqrt(R^(2) + z^(2))) ) hat("k")$] or, more simply, #math.equation(block: true, alt: "E → open parenthesis z close parenthesis equals the fraction 1 over 4 π ε sub 0 open parenthesis 2 π σ minus the fraction 2 π σ z over the square root of R squared plus z squared close parenthesis k ^ .")[$arrow("E") ( z ) = frac(1, 4 π ε_(0)) ( 2 π σ − frac(2 π σ z, sqrt(R^(2) + z^(2))) ) hat("k") .$] Significance Again, it can be shown (via a Taylor expansion) that when #math.equation(block: false, alt: "z ≫ R")[$z ≫ R$], this reduces to #math.equation(block: true, alt: "E → open parenthesis z close parenthesis approximately equals the fraction 1 over 4 π ε sub 0 the fraction σ π R squared over z squared k ^ ,")[$arrow("E") ( z ) ≈ frac(1, 4 π ε_(0)) #h(0.2em) frac(σ π R^(2), z^(2)) hat("k") ,$] which is the expression for a point charge #math.equation(block: false, alt: "Q equals σ π R squared .")[$Q = σ π R^(2) .$] ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ How would the above limit change with a uniformly charged rectangle instead of a disk? #solutionbox[ The point charge would be #math.equation(block: false, alt: "Q equals σ a b")[$Q = σ a b$] where #emph[a] and #emph[b] are the sides of the rectangle but otherwise identical. ] ] As #math.equation(block: false, alt: "R → ∞")[$R → ∞$], reduces to the field of an #strong[infinite plane], which is a flat sheet whose area is much, much greater than its thickness, and also much, much greater than the distance at which the field is to be calculated: #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "E → equals the fraction σ over 2 ε sub 0 k ^ .")[$arrow("E") = frac(σ, 2 ε_(0)) hat("k") .$] ] Note that this field is constant. This surprising result is, again, an artifact of our limit, although one that we will make use of repeatedly in the future. To understand why this happens, imagine being placed above an infinite plane of constant charge. Does the plane look any different if you vary your altitude? No—you still see the plane going off to infinity, no matter how far you are from it. It is important to note that is because we are above the plane. If we were below, the field would point in the #math.equation(block: false, alt: "− k ^")[$"−" hat("k")$] direction. #examplebox("Example 5")[The Field of Two Infinite Planes][ Find the electric field everywhere resulting from two infinite planes with equal but opposite charge densities . #figure(figph[The figure shows two vertically oriented parallel plates A and B separated by a distance d. Plate A is positively charged and B is negatively charged. Electric field lines are parallel between the plates and curved outward at the ends of the plates. A charge q is moved from A to B. The work done W equals q times V sub A B, and the electric field intensity E equals V sub A B over d.], alt: "The figure shows two vertically oriented parallel plates A and B separated by a distance d. Plate A is positively charged and B is negatively charged. Electric field lines are parallel between the plates and curved outward at the ends of the plates. A charge q is moved from A to B. The work done W equals q times V sub A B, and the electric field intensity E equals V sub A B over d.", caption: [Two charged infinite planes. Note the direction of the electric field.]) Strategy We already know the electric field resulting from a single infinite plane, so we may use the principle of superposition to find the field from two. Solution The electric field points away from the positively charged plane and toward the negatively charged plane. Since the #math.equation(block: false, alt: "σ")[$σ$] are equal and opposite, this means that in the region outside of the two planes, the electric fields cancel each other out to zero. However, in the region between the planes, the electric fields add, and we get #math.equation(block: true, alt: "E → equals the fraction σ over ε sub 0 i ^")[$arrow("E") = frac(σ, ε_(0)) hat("i")$] for the electric field. The #math.equation(block: false, alt: "i ^")[$hat("i")$] is because in the figure, the field is pointing in the +#emph[x]-direction. Significance Systems that may be approximated as two infinite planes of this sort provide a useful means of creating uniform electric fields. ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ What would the electric field look like in a system with two parallel positively charged planes with equal charge densities? #solutionbox[ The electric field would be zero in between, and have magnitude #math.equation(block: false, alt: "the fraction σ over ε sub 0")[$frac(σ, ε_(0))$] everywhere else. ] ] === Summary - A very large number of charges can be treated as a continuous charge distribution, where the calculation of the field requires integration. Common cases are: - one-dimensional (like a wire); uses a line charge density #math.equation(block: false, alt: "λ")[$λ$] - two-dimensional (metal plate); uses surface charge density #math.equation(block: false, alt: "σ")[$σ$] - three-dimensional (metal sphere); uses volume charge density #math.equation(block: false, alt: "ρ")[$ρ$] - The “source charge” is a differential amount of charge #emph[dq]. Calculating #emph[dq] depends on the type of source charge distribution: #math.equation(block: true, alt: "d q equals λ d l ; d q equals σ d A ; d q equals ρ d V .")[$d q = λ d l ; #h(0.5em) d q = σ d A ; #h(0.5em) d q = ρ d V .$] - Symmetry of the charge distribution is usually key. - Important special cases are the field of an “infinite” wire and the field of an “infinite” plane. === Conceptual Questions Give a plausible argument as to why the electric field outside an infinite charged sheet is constant. #solutionbox[ At infinity, we would expect the field to go to zero, but because the sheet is infinite in extent, this is not the case. Everywhere you are, you see an infinite plane in all directions. ] Compare the electric fields of an infinite sheet of charge, an infinite, charged conducting plate, and infinite, oppositely charged parallel plates. Describe the electric fields of an infinite charged plate and of two infinite, charged parallel plates in terms of the electric field of an infinite sheet of charge. #solutionbox[ The infinite charged plate would have #math.equation(block: false, alt: "E equals the fraction σ over 2 ε sub 0")[$E = frac(σ, 2 ε_(0))$] everywhere. The field would point toward the plate if it were negatively charged and point away from the plate if it were positively charged. The electric field of the parallel plates would be zero between them if they had the same charge, and #emph[E] would be #math.equation(block: false, alt: "E equals the fraction σ over ε sub 0")[$E = frac(σ, ε_(0))$] everywhere else. If the charges were opposite, the situation is reversed, zero outside the plates and #math.equation(block: false, alt: "E equals the fraction σ over ε sub 0")[$E = frac(σ, ε_(0))$] between them. ] A negative charge is placed at the center of a ring of uniform positive charge. What is the motion (if any) of the charge? What if the charge were placed at a point on the axis of the ring other than the center? === Problems A thin conducting plate 1.0 m on the side is given a charge of #math.equation(block: false, alt: "−2.0 times 10 to the power −6 C")[$−2.0 #h(0.2em) × #h(0.2em) 10^(−6) #h(0.2em) "C"$]. An electron is placed 1.0 cm above the center of the plate. What is the acceleration of the electron? Calculate the magnitude and direction of the electric field 2.0 m from a long wire that is charged uniformly at #math.equation(block: false, alt: "λ equals 4.0 times 10 to the power −6 C/m .")[$λ = 4.0 #h(0.2em) × #h(0.2em) 10^(−6) #h(0.2em) "C/m" .$] #solutionbox[ #math.equation(block: true, alt: "E → open parenthesis z close parenthesis equals 3.6 times 10 to the power 4 N / C k ^")[$arrow("E") ( z ) = 3.6 #h(0.2em) × #h(0.2em) 10^(4) #h(0.2em) "N" "/" "C" hat("k")$] ] Two thin conducting plates, each 25.0 cm on a side, are situated parallel to one another and 5.0 mm apart. If #math.equation(block: false, alt: "10 to the power 11")[$10^(11)$] electrons are moved from one plate to the other, what is the electric field between the plates? The charge per unit length on the thin rod shown below is #math.equation(block: false, alt: "λ")[$λ$]. What is the electric field at the point #emph[P]? (#emph[Hint]: Solve this problem by first considering the electric field #math.equation(block: false, alt: "d E →")[$d arrow("E")$] at #emph[P] due to a small segment #emph[dx] of the rod, which contains charge #math.equation(block: false, alt: "d q equals λ d x")[$d q = λ d x$]. Then find the net field by integrating #math.equation(block: false, alt: "d E →")[$d arrow("E")$] over the length of the rod.) #figure(figph[A horizontal rod of length L is shown. The rod has total charge q. Point P is a distance a to the right of the right end of the rod.], alt: "A horizontal rod of length L is shown. The rod has total charge q. Point P is a distance a to the right of the right end of the rod.", caption: none) #solutionbox[ #math.equation(block: true, alt: "d E equals the fraction 1 over 4 π ε sub 0 the fraction λ d x over open parenthesis x plus a close parenthesis squared , E equals the fraction λ over 4 π ε sub 0 [ the fraction 1 over l plus a minus the fraction 1 over a ]")[$d E = frac(1, 4 π ε_(0)) #h(0.2em) frac(λ d x, attach(( x + a ), t: 2)) , #h(0.5em) E = frac(λ, 4 π ε_(0)) [ frac(1, l + a) − frac(1, a) ]$] ] The charge per unit length on the thin semicircular wire shown below is #math.equation(block: false, alt: "λ")[$λ$]. What is the electric field at the point #emph[P]? #figure(figph[A semicircular arc of radius r is shown. The arc has total charge q. Point P is at the center of the circle of which the arc is a part.], alt: "A semicircular arc of radius r is shown. The arc has total charge q. Point P is at the center of the circle of which the arc is a part.", caption: none) Two thin parallel conducting plates are placed 2.0 cm apart. Each plate is 2.0 cm on a side; one plate carries a net charge of #math.equation(block: false, alt: "8.0 μ C ,")[$8.0 #h(0.2em) μ "C" ,$] and the other plate carries a net charge of #math.equation(block: false, alt: "−8.0 μ C .")[$−8.0 #h(0.2em) μ "C" .$] What is the charge density on the inside surface of each plate? What is the electric field between the plates? #solutionbox[ #math.equation(block: true, alt: "σ equals 0.02 C / m squared E equals 2.26 times 10 to the power 9 N / C")[$σ = 0.02 #h(0.2em) "C" "/" "m"^(2) #h(0.5em) E = 2.26 #h(0.2em) × #h(0.2em) 10^(9) #h(0.2em) "N" "/" "C"$] ] A thin conducting plate 2.0 m on a side is given a total charge of #math.equation(block: false, alt: "−10.0 μ C")[$−10.0 #h(0.2em) μ "C"$]. (a) What is the electric field #math.equation(block: false, alt: "1.0 cm")[$1.0 #h(0.2em) "cm"$] above the plate? (b) What is the force on an electron at this point? (c) Repeat these calculations for a point 2.0 cm above the plate. (d) When the electron moves from 1.0 to 2,0 cm above the plate, how much work is done on it by the electric field? A total charge #emph[q] is distributed uniformly along a thin, straight rod of length #emph[L] (see below). What is the electric field at #math.equation(block: false, alt: "P sub 1 ? At P sub 2 ?")[$P_(1) ? #h(0.2em) "At" #h(0.2em) P_(2) ?$] #figure(figph[A horizontal rod of length L is shown. The rod has total charge q. Point P 1 is a distance a over 2 above the midpoint of the rod, so that the horizontal distance from P 1 to each end of the rod is L over 2. Point P 2 is a distance a to the right of the right end of the rod.], alt: "A horizontal rod of length L is shown. The rod has total charge q. Point P 1 is a distance a over 2 above the midpoint of the rod, so that the horizontal distance from P 1 to each end of the rod is L over 2. Point P 2 is a distance a to the right of the right end of the rod.", caption: none) #solutionbox[ At #math.equation(block: false, alt: "P sub 1")[$P_(1)$]: #math.equation(block: false, alt: "E → open parenthesis y close parenthesis equals the fraction 1 over 4 π ε sub 0 the fraction λ L over y the square root of y squared plus the fraction L squared over 4 j ^ ⇒ the fraction 1 over 4 π ε sub 0 the fraction q over the fraction a over 2 the square root of open parenthesis the fraction a over 2 close parenthesis squared plus the fraction L squared over 4 j ^ equals the fraction 1 over π ε sub 0 the fraction q over a the square root of a squared plus L squared j ^")[$arrow("E") ( y ) = frac(1, 4 π ε_(0)) #h(0.2em) frac(λ L, y sqrt(y^(2) + frac(L^(2), 4))) hat("j") ⇒ frac(1, 4 π ε_(0)) #h(0.2em) frac(q, frac(a, 2) sqrt(attach(( frac(a, 2) ), t: 2) + frac(L^(2), 4))) hat("j") = frac(1, π ε_(0)) #h(0.2em) frac(q, a sqrt(a^(2) + L^(2))) hat("j")$] #linebreak() At #math.equation(block: false, alt: "P sub 2 :")[$P_(2) ":"$] Put the origin at the end of #emph[L]. #linebreak() #math.equation(block: false, alt: "d E equals the fraction 1 over 4 π ε sub 0 the fraction λ d x over open parenthesis x plus a close parenthesis squared , E → equals minus the fraction q over 4 π ε sub 0 l [ the fraction 1 over l plus a minus the fraction 1 over a ] i ^")[$d E = frac(1, 4 π ε_(0)) #h(0.2em) frac(λ d x, attach(( x + a ), t: 2)) , #h(0.5em) arrow("E") = − frac(q, 4 π ε_(0) l) [ frac(1, l + a) − frac(1, a) ] hat("i")$] ] Charge is distributed along the entire #emph[x]-axis with uniform density #math.equation(block: false, alt: "λ .")[$λ .$] How much work does the electric field of this charge distribution do on an electron that moves along the #emph[y]-axis from #math.equation(block: false, alt: "y equals a to y equals b ?")[$y = a #h(0.2em) "to" #h(0.2em) y = b ?$] Charge is distributed along the entire #emph[x]-axis with uniform density #math.equation(block: false, alt: "λ sub x")[$λ_(x)$] and along the entire #emph[y]-axis with uniform density #math.equation(block: false, alt: "λ sub y .")[$λ_(y) .$] Calculate the resulting electric field at (a) #math.equation(block: false, alt: "r → equals a i ^ plus b j ^")[$arrow("r") = a hat("i") + b hat("j")$] and (b) #math.equation(block: false, alt: "r → equals c k ^ .")[$arrow("r") = c hat("k") .$] #solutionbox[ a. #math.equation(block: false, alt: "E → open parenthesis r → close parenthesis equals the fraction 1 over 4 π ε sub 0 the fraction 2 λ sub y over a i ^ plus the fraction 1 over 4 π ε sub 0 the fraction 2 λ sub x over b j ^")[$arrow("E") ( arrow("r") ) = frac(1, 4 π ε_(0)) #h(0.2em) frac(2 λ_(y), a) hat("i") + frac(1, 4 π ε_(0)) #h(0.2em) frac(2 λ_(x), b) hat("j")$]; b. #math.equation(block: false, alt: "the fraction 1 over 4 π ε sub 0 the fraction 2 open parenthesis λ sub x plus λ sub y close parenthesis over c k ^")[$frac(1, 4 π ε_(0)) #h(0.2em) frac(2 ( λ_(x) + λ_(y) ), c) hat("k")$] ] A rod bent into the arc of a circle subtends an angle #math.equation(block: false, alt: "2 θ")[$2 θ$] at the center #emph[P] of the circle (see below). If the rod is charged uniformly with a total charge #emph[Q], what is the electric field at #emph[P]? #figure(figph[An arc that is part of a circle of radius R and with center P is shown. The arc extends from an angle theta to the left of vertical to an angle theta to the right of vertical.], alt: "An arc that is part of a circle of radius R and with center P is shown. The arc extends from an angle theta to the left of vertical to an angle theta to the right of vertical.", caption: none) A proton moves in the electric field #math.equation(block: false, alt: "E → equals 200 i ^ N/C .")[$arrow("E") = 200 hat("i") #h(0.2em) "N/C" .$] (a) What are the force on and the acceleration of the proton? (b) Do the same calculation for an electron moving in this field. #solutionbox[ a. #math.equation(block: false, alt: "F → equals 3.2 times 10 to the power −17 N i ^")[$arrow("F") = 3.2 #h(0.2em) × #h(0.2em) 10^(−17) #h(0.2em) "N" hat("i")$], #linebreak() #math.equation(block: false, alt: "a → equals 1.92 times 10 to the power 10 m / s squared i ^")[$arrow("a") = 1.92 #h(0.2em) × #h(0.2em) 10^(10) #h(0.2em) "m" "/" "s"^(2) hat("i")$]; #linebreak() b. #math.equation(block: false, alt: "F → equals −3.2 times 10 to the power −17 N i ^")[$arrow("F") = −3.2 #h(0.2em) × #h(0.2em) 10^(−17) #h(0.2em) "N" hat("i")$], #linebreak() #math.equation(block: false, alt: "a → equals −3.51 times 10 to the power 13 m / s squared i ^")[$arrow("a") = −3.51 #h(0.2em) × #h(0.2em) 10^(13) #h(0.2em) "m" "/" "s"^(2) hat("i")$] ] An electron and a proton, each starting from rest, are accelerated by the same uniform electric field of 200 N/C. Determine the distance and time for each particle to acquire a kinetic energy of #math.equation(block: false, alt: "3.2 times 10 to the power −16 J .")[$3.2 #h(0.2em) × #h(0.2em) 10^(−16) #h(0.2em) "J" .$] A spherical water droplet of radius #math.equation(block: false, alt: "25 μ m")[$25 #h(0.2em) μ "m"$] carries an excess 250 electrons. What vertical electric field is needed to balance the gravitational force on the droplet at the surface of the earth? #solutionbox[ #math.equation(block: true, alt: "m equals 6.5 times 10 to the power −11 kg")[$m = 6.5 #h(0.2em) × #h(0.2em) 10^(−11) #h(0.2em) "kg"$], #linebreak() #math.equation(block: true, alt: "E equals 1.6 times 10 to the power 7 N / C")[$E = 1.6 #h(0.2em) × #h(0.2em) 10^(7) #h(0.2em) "N" "/" "C"$] ] A proton enters the uniform electric field produced by the two charged plates shown below. The magnitude of the electric field is #math.equation(block: false, alt: "4.0 times 10 to the power 5 N/C ,")[$4.0 #h(0.2em) × #h(0.2em) 10^(5) #h(0.2em) "N/C" ,$] and the speed of the proton when it enters is #math.equation(block: false, alt: "1.5 times 10 to the power 7 m/s .")[$1.5 #h(0.2em) × #h(0.2em) 10^(7) #h(0.2em) "m/s" .$] What distance #emph[d] has the proton been deflected downward when it leaves the plates? #figure(figph[Two oppositely charged horizontal plates are parallel to each other. The upper plate is positive and the lower is negative. The plates are 12.0 centimeters long. The path of a positive proton is shown passing from left to right between the plates. It enters moving horizontally and deflects down toward the negative plate, emerging a distance d below the straight line trajectory.], alt: "Two oppositely charged horizontal plates are parallel to each other. The upper plate is positive and the lower is negative. The plates are 12.0 centimeters long. The path of a positive proton is shown passing from left to right between the plates. It enters moving horizontally and deflects down toward the negative plate, emerging a distance d below the straight line trajectory.", caption: none) Shown below is a small sphere of mass 0.25 g that carries a charge of #math.equation(block: false, alt: "9.0 times 10 to the power −10 C .")[$9.0 #h(0.2em) × #h(0.2em) 10^(−10) #h(0.2em) "C" .$] The sphere is attached to one end of a very thin silk string 5.0 cm long. The other end of the string is attached to a large vertical conducting plate that has a charge density of #math.equation(block: false, alt: "30 times 10 to the power −6 C/m squared .")[$30 #h(0.2em) × #h(0.2em) 10^(−6) #h(0.2em) "C/m"^(2) .$] What is the angle that the string makes with the vertical? #figure(figph[A small sphere is attached to the lower end of a string. The other end of the string is attached to a large vertical conducting plate that has a uniform positive charge density. The string makes an angle of theta with the vertical.], alt: "A small sphere is attached to the lower end of a string. The other end of the string is attached to a large vertical conducting plate that has a uniform positive charge density. The string makes an angle of theta with the vertical.", caption: none) #solutionbox[ #math.equation(block: false, alt: "E equals 1.70 times 10 to the power 6 N / C")[$E = 1.70 #h(0.2em) × #h(0.2em) 10^(6) #h(0.2em) "N" "/" "C"$], #linebreak() #math.equation(block: false, alt: "F equals 1.53 times 10 to the power −3 N T cos θ equals m g T sin θ equals q E")[$F = 1.53 #h(0.2em) × #h(0.2em) 10^(−3) #h(0.2em) "N" #h(0.5em) T #h(0.2em) "cos" #h(0.2em) θ = m g #h(0.5em) T #h(0.2em) "sin" #h(0.2em) θ = q E$], #linebreak() #math.equation(block: false, alt: "tan θ equals 0.62 ⇒ θ equals 32.0 °")[$"tan" #h(0.2em) θ = 0.62 ⇒ θ = 32.0 "°"$], #linebreak() This is independent of the length of the string. ] Two infinite rods, each carrying a uniform charge density #math.equation(block: false, alt: "λ ,")[$λ ,$] are parallel to one another and perpendicular to the plane of the page. (See below.) What is the electrical field at #math.equation(block: false, alt: "P sub 1 ? At P sub 2 ?")[$P_(1) ? #h(0.2em) "At" #h(0.2em) P_(2) ?$] #figure(figph[An end view of the arrangement in the problem is shown. Two rods are parallel to one another and perpendicular to the plane of the page. They are separated by a horizontal distance of a. Pint P 1 is a distance of a over 2 above the midpoint between the rods, and so also a distance of a over 2 horizontally from each rod. Point P 2 is a distance of a to the right of the rightmost rod.], alt: "An end view of the arrangement in the problem is shown. Two rods are parallel to one another and perpendicular to the plane of the page. They are separated by a horizontal distance of a. Pint P 1 is a distance of a over 2 above the midpoint between the rods, and so also a distance of a over 2 horizontally from each rod. Point P 2 is a distance of a to the right of the rightmost rod.", caption: none) Positive charge is distributed with a uniform density #math.equation(block: false, alt: "λ")[$λ$] along the positive #emph[x]-axis from #math.equation(block: false, alt: "r to ∞ ,")[$r #h(0.2em) "to" #h(0.2em) ∞ ,$] along the positive #emph[y]-axis from #math.equation(block: false, alt: "r to ∞ ,")[$r #h(0.2em) "to" #h(0.2em) ∞ ,$] and along a #math.equation(block: false, alt: "90 °")[$90 "°"$] arc of a circle of radius #emph[r], as shown below. What is the electric field at #emph[O]? #figure(figph[A uniform distribution of positive charges is shown on an x y coordinate system. The charges are distributed along a 90 degree arc of a circle of radius r in the first quadrant, centered on the origin. The distribution continues along the positive x and y axes from r to infinity.], alt: "A uniform distribution of positive charges is shown on an x y coordinate system. The charges are distributed along a 90 degree arc of a circle of radius r in the first quadrant, centered on the origin. The distribution continues along the positive x and y axes from r to infinity.", caption: none) #solutionbox[ circular arc #math.equation(block: false, alt: "d E sub x open parenthesis − i ^ close parenthesis equals the fraction 1 over 4 π ε sub 0 the fraction λ d s over r squared cos θ open parenthesis − i ^ close parenthesis")[$d E_(x) ( "−" hat("i") ) = frac(1, 4 π ε_(0)) #h(0.2em) frac(λ d s, r^(2)) #h(0.2em) "cos" #h(0.2em) θ ( "−" hat("i") )$], #linebreak() #math.equation(block: false, alt: "E → sub x equals the fraction λ over 4 π ε sub 0 r open parenthesis − i ^ close parenthesis")[$arrow("E")_(x) = frac(λ, 4 π ε_(0) r) ( "−" hat("i") )$], #linebreak() #math.equation(block: false, alt: "d E sub y open parenthesis − i ^ close parenthesis equals the fraction 1 over 4 π ε sub 0 the fraction λ d s over r squared sin θ open parenthesis − j ^ close parenthesis")[$d E_(y) ( "−" hat("i") ) = frac(1, 4 π ε_(0)) #h(0.2em) frac(λ d s, r^(2)) #h(0.2em) "sin" #h(0.2em) θ ( "−" hat("j") )$], #linebreak() #math.equation(block: false, alt: "E → sub y equals the fraction λ over 4 π ε sub 0 r open parenthesis − j ^ close parenthesis")[$arrow("E")_(y) = frac(λ, 4 π ε_(0) r) ( "−" hat("j") )$]; #linebreak() #emph[y]-axis: #math.equation(block: false, alt: "E → sub x equals the fraction λ over 4 π ε sub 0 r open parenthesis − i ^ close parenthesis")[$arrow("E")_(x) = frac(λ, 4 π ε_(0) r) ( "−" hat("i") )$]; #linebreak() #emph[x]-axis: #math.equation(block: false, alt: "E → sub y equals the fraction λ over 4 π ε sub 0 r open parenthesis − j ^ close parenthesis")[$arrow("E")_(y) = frac(λ, 4 π ε_(0) r) ( "−" hat("j") )$], #linebreak() #math.equation(block: false, alt: "E → equals the fraction λ over 2 π ε sub 0 r open parenthesis − i ^ close parenthesis plus the fraction λ over 2 π ε sub 0 r open parenthesis − j ^ close parenthesis")[$arrow("E") = frac(λ, 2 π ε_(0) r) ( "−" hat("i") ) + frac(λ, 2 π ε_(0) r) ( "−" hat("j") )$] ] From a distance of 10 cm, a proton is projected with a speed of #math.equation(block: false, alt: "v equals 4.0 times 10 to the power 6 m/s")[$v = 4.0 #h(0.2em) × #h(0.2em) 10^(6) #h(0.2em) "m/s"$] directly at a large, positively charged plate whose charge density is #math.equation(block: false, alt: "σ equals 2.0 times 10 to the power −5 C/m squared .")[$σ = 2.0 #h(0.2em) × #h(0.2em) 10^(−5) #h(0.2em) "C/m"^(2) .$] (See below.) (a) Does the proton reach the plate? (b) If not, how far from the plate does it turn around? #figure(figph[A positive charge is shown at a distance of 10 centimeters and moving to the right with a speed of 4.0 times 10 to the 6 meters per second, directly toward a large, positively and uniformly charged vertical plate.], alt: "A positive charge is shown at a distance of 10 centimeters and moving to the right with a speed of 4.0 times 10 to the 6 meters per second, directly toward a large, positively and uniformly charged vertical plate.", caption: none) A particle of mass #emph[m] and charge #math.equation(block: false, alt: "− q")[$"−" q$] moves along a straight line away from a fixed particle of charge #emph[Q]. When the distance between the two particles is #math.equation(block: false, alt: "r sub 0 , − q")[$r_(0) , "−" q$] is moving with a speed #math.equation(block: false, alt: "v sub 0 .")[$v_(0) .$] (a) Use the work-energy theorem to calculate the maximum separation of the charges. (b) What do you have to assume about #math.equation(block: false, alt: "v sub 0")[$v_(0)$] to make this calculation? (c) What is the minimum value of #math.equation(block: false, alt: "v sub 0")[$v_(0)$] such that #math.equation(block: false, alt: "− q")[$"−" q$] escapes from #emph[Q]? #solutionbox[ a. #math.equation(block: false, alt: "W equals the fraction 1 over 2 m open parenthesis v squared minus v 0 2 close parenthesis")[$W = frac(1, 2) m ( v^(2) − v_(0)^(2) )$], #math.equation(block: false, alt: "the fraction Q q over 4 π ε sub 0 open parenthesis the fraction 1 over r minus the fraction 1 over r sub 0 close parenthesis equals the fraction 1 over 2 m open parenthesis v squared minus v 0 2 close parenthesis ⇒ r sub 0 minus r equals the fraction 4 π ε sub 0 over Q q the fraction 1 over 2 r r sub 0 m open parenthesis v squared minus v 0 2 close parenthesis")[$frac(Q q, 4 π ε_(0)) ( frac(1, r) − frac(1, r_(0)) ) = frac(1, 2) m ( v^(2) − v_(0)^(2) ) ⇒ r_(0) − r = frac(4 π ε_(0), Q q) #h(0.2em) frac(1, 2) r r_(0) m ( v^(2) − v_(0)^(2) )$]; b. #math.equation(block: false, alt: "r sub 0 minus r")[$r_(0) − r$] is negative; therefore, #math.equation(block: false, alt: "v sub 0 greater than v")[$v_(0) > v$], #math.equation(block: false, alt: "r → ∞ , and v → 0 : the fraction Q q over 4 π ε sub 0 open parenthesis minus the fraction 1 over r sub 0 close parenthesis equals minus the fraction 1 over 2 m v 0 2 ⇒ v sub 0 equals the square root of the fraction Q q over 2 π ε sub 0 m r sub 0")[$r → ∞ , #h(0.2em) "and" #h(0.2em) v → 0 ":" #h(0.2em) frac(Q q, 4 π ε_(0)) ( − frac(1, r_(0)) ) = − frac(1, 2) m v_(0)^(2) ⇒ v_(0) = sqrt(frac(Q q, 2 π ε_(0) m r_(0)))$] ]