#set document(title: "6.1 Electric Flux", 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")) == 6.1#h(0.6em)Electric Flux The concept of #strong[flux] describes how much of something goes through a given area. More formally, it is the dot product of a vector field (in this chapter, the electric field) with an area. You may conceptualize the flux of an electric field as a measure of the number of electric field lines passing through an area . The larger the area, the more field lines go through it and, hence, the greater the flux; similarly, the stronger the electric field is (represented by a greater density of lines), the greater the flux. On the other hand, if the area is rotated so that the plane is aligned with the field lines, none will pass through and there will be no flux. #figure(figph[Figure shows a shaded area in the center. Several arrows pointing right are shown behind, in front of and passing through the shaded area. These are labeled electric field.], alt: "Figure shows a shaded area in the center. Several arrows pointing right are shown behind, in front of and passing through the shaded area. These are labeled electric field.", caption: [The flux of an electric field through the shaded area captures information about the “number” of electric field lines passing through the area. The numerical value of the electric flux depends on the magnitudes of the electric field and the area, as well as the relative orientation of the area with respect to the direction of the electric field.]) A macroscopic analogy that might help you imagine this is to put a hula hoop in a flowing river. As you change the angle of the hoop relative to the direction of the current, more or less of the flow will go through the hoop. Similarly, the amount of flow through the hoop depends on the strength of the current and the size of the hoop. Again, flux is a general concept; we can also use it to describe the amount of sunlight hitting a solar panel or the amount of energy a telescope receives from a distant star, for example. To quantify this idea, (a) shows a planar surface #math.equation(block: false, alt: "S sub 1")[$S_(1)$] of area #math.equation(block: false, alt: "A sub 1")[$A_(1)$] that is perpendicular to the uniform electric field #math.equation(block: false, alt: "vector E equals E y hat .")[$arrow("E") = E hat("y") .$] If #emph[N] field lines pass through #math.equation(block: false, alt: "S sub 1")[$S_(1)$], then we know from the definition of electric field lines (Electric Charges and Fields) that #math.equation(block: false, alt: "N / A sub 1 ∝ E ,")[$N "/" A_(1) ∝ E ,$] or #math.equation(block: false, alt: "N ∝ E A sub 1.")[$N ∝ E A_(1) .$] The quantity #math.equation(block: false, alt: "E A sub 1")[$E A_(1)$] is the #strong[electric flux] through #math.equation(block: false, alt: "S sub 1")[$S_(1)$]. We represent the electric flux through an open surface like #math.equation(block: false, alt: "S sub 1")[$S_(1)$] by the symbol #math.equation(block: false, alt: "Φ")[$"Φ"$]. Electric flux is a scalar quantity and has an SI unit of newton-meters squared per coulomb (#math.equation(block: false, alt: "N times m squared /C")[$"N" · "m"^(2) "/C"$]). Notice that #math.equation(block: false, alt: "N ∝ E A sub 1")[$N ∝ E A_(1)$] may also be written as #math.equation(block: false, alt: "N ∝ Φ")[$N ∝ "Φ"$], demonstrating that #emph[electric flux is a measure of the number of field lines crossing a surface]. #figure(figph[Figure a shows a rectangular shaded area in the xz plane. This is labeled S1. There are three arrows labeled E passing through S1. They are parallel to the y axis and point along the positive y axis. Figure b, too has plane S1 and arrows E. Another plane, labeled S2 forms an angle theta with plane S1. Their line of intersection is parallel to the x axis. An arrow labeled n hat 2 forms an angle theta with E.], alt: "Figure a shows a rectangular shaded area in the xz plane. This is labeled S1. There are three arrows labeled E passing through S1. They are parallel to the y axis and point along the positive y axis. Figure b, too has plane S1 and arrows E. Another plane, labeled S2 forms an angle theta with plane S1. Their line of intersection is parallel to the x axis. An arrow labeled n hat 2 forms an angle theta with E.", caption: [(a) A planar surface #math.equation(block: false, alt: "S sub 1")[$S_(1)$] of area #math.equation(block: false, alt: "A sub 1")[$A_(1)$] is perpendicular to the electric field #math.equation(block: false, alt: "E j hat")[$E hat("j")$]. #emph[N] field lines cross surface #math.equation(block: false, alt: "S sub 1")[$S_(1)$]. (b) A surface #math.equation(block: false, alt: "S sub 2")[$S_(2)$] of area #math.equation(block: false, alt: "A sub 2")[$A_(2)$] whose projection onto the #emph[xz]-plane is #math.equation(block: false, alt: "S sub 1")[$S_(1)$]\.The same number of field lines cross each surface.]) Now consider a planar surface that is not perpendicular to the field. How would we represent the electric flux? (b) shows a surface #math.equation(block: false, alt: "S sub 2")[$S_(2)$] of area #math.equation(block: false, alt: "A sub 2")[$A_(2)$] that is inclined at an angle #math.equation(block: false, alt: "θ")[$θ$] to the #emph[xz]-plane and whose projection in that plane is #math.equation(block: false, alt: "S sub 1")[$S_(1)$] (area #math.equation(block: false, alt: "A sub 1")[$A_(1)$]). The areas are related by #math.equation(block: false, alt: "A sub 2 cos θ equals A sub 1.")[$A_(2) #h(0.2em) "cos" #h(0.2em) θ = A_(1) .$] Because the same number of field lines crosses both #math.equation(block: false, alt: "S sub 1")[$S_(1)$] and #math.equation(block: false, alt: "S sub 2")[$S_(2)$], the fluxes through both surfaces must be the same. The flux through #math.equation(block: false, alt: "S sub 2")[$S_(2)$] is therefore #math.equation(block: false, alt: "Φ equals E A sub 1 equals E A sub 2 cos θ .")[$"Φ" = E A_(1) = E A_(2) #h(0.2em) "cos" #h(0.2em) θ .$] Designating #math.equation(block: false, alt: "n hat sub 2")[$hat("n")_(2)$] as a unit vector normal to #math.equation(block: false, alt: "S sub 2")[$S_(2)$] (see (b)), we obtain #math.equation(block: true, alt: "Φ equals vector E times n hat sub 2 A sub 2.")[$"Φ" = arrow("E") · hat("n")_(2) A_(2) .$] #notebox("Media", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ Check out this #link("https://openstax.org/l/21fluxsizeangl")[video] to observe what happens to the flux as the area changes in size and angle, or the electric field changes in strength. ] === Area Vector For discussing the flux of a vector field, it is helpful to introduce an area vector #math.equation(block: false, alt: "vector A .")[$arrow("A") .$] This allows us to write the last equation in a more compact form. What should the magnitude of the area vector be? What should the direction of the area vector be? What are the implications of how you answer the previous question? The #strong[area vector] of a flat surface of area #emph[A] has the following magnitude and direction: - Magnitude is equal to area (#emph[A]) - Direction is along the normal to the surface (#math.equation(block: false, alt: "n hat")[$hat("n")$]); that is, perpendicular to the surface. Since the normal to a flat surface can point in either direction from the surface, the direction of the area vector of an open surface needs to be chosen, as shown. #figure(figph[Figure shows two horizontal planes labeled A. The first has two arrows pointing up from the plane. The longer is labeled vector A and the shorter is labeled n hat. The second plane has the same two arrows pointing down from the plane.], alt: "Figure shows two horizontal planes labeled A. The first has two arrows pointing up from the plane. The longer is labeled vector A and the shorter is labeled n hat. The second plane has the same two arrows pointing down from the plane.", caption: [The direction of the area vector of an open surface needs to be chosen; it could be either of the two cases displayed here. The area vector of a part of a closed surface is defined to point from the inside of the closed space to the outside. This rule gives a unique direction.]) Since #math.equation(block: false, alt: "n hat")[$hat("n")$] is a unit normal to a surface, it has two possible directions at every point on that surface ((a)). For an open surface, we can use either direction, as long as we are consistent over the entire surface. Part (c) of the figure shows several cases. #figure(figph[Figure a shows a curved rectangular surface. Two arrows originate from a point at its center and point in opposite directions. They are both perpendicular to the surface. They are labeled n hat 1 and n hat 2. Figure b shows a 3 dimensional surface shaped somewhat like a light bulb. There are five arrows labeled n hat, which originate from various points on the surface and point outward, perpendicular to the surface. Figure c shows three rectangular surfaces labeled S1, S2 and S3. Two arrows labeled n hat are perpendicular to S1 and point in opposite directions. Three arrows labeled n hat are perpendicular to S2, one pointing in a direction opposite to the other two. There are three arrows perpendicular to S3. All point outward from the same side of the surface.], alt: "Figure a shows a curved rectangular surface. Two arrows originate from a point at its center and point in opposite directions. They are both perpendicular to the surface. They are labeled n hat 1 and n hat 2. Figure b shows a 3 dimensional surface shaped somewhat like a light bulb. There are five arrows labeled n hat, which originate from various points on the surface and point outward, perpendicular to the surface. Figure c shows three rectangular surfaces labeled S1, S2 and S3. Two arrows labeled n hat are perpendicular to S1 and point in opposite directions. Three arrows labeled n hat are perpendicular to S2, one pointing in a direction opposite to the other two. There are three arrows perpendicular to S3. All point outward from the same side of the surface.", caption: [(a) Two potential normal vectors arise at every point on a surface. (b) The outward normal is used to calculate the flux through a closed surface. (c) Only #math.equation(block: false, alt: "S sub 3")[$S_(3)$] has been given a consistent set of normal vectors that allows us to define the flux through the surface.]) However, if a surface is closed, then the surface encloses a volume. In that case, the direction of the #strong[normal vector] at any point on the surface points from the inside to the outside. On a #emph[closed surface] such as that of (b), #math.equation(block: false, alt: "n hat")[$hat("n")$] is chosen to be the #emph[outward normal] at every point, to be consistent with the sign convention for electric charge. === Electric Flux Now that we have defined the area vector of a surface, we can define the electric flux of a uniform electric field through a flat area as the scalar product of the electric field and the area vector, as defined in Products of Vectors: #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "Φ equals vector E times vector A open parenthesis uniform vector E , flat surface close parenthesis .")[$"Φ" = arrow("E") · arrow("A") #h(0.2em) ( "uniform" #h(0.2em) arrow("E") , #h(0.2em) "flat surface" ) .$] ] shows the electric field of an oppositely charged, parallel-plate system and an imaginary box between the plates. The electric field between the plates is uniform and points from the positive plate toward the negative plate. A calculation of the flux of this field through various faces of the box shows that the net flux through the box is zero. Why does the flux cancel out here? #figure(figph[A cube ABCDKFGH is shown in the center. A diagonal plane is shown within it from KF to BC. The top surface of the cube, FGHK has a plane labeled minus q slightly above it and parallel to it. Similarly, another plane is labeled plus q is shown slightly below the bottom surface of the cube, parallel to it. Small red arrows are shown pointing upwards from the bottom plane, pointing up to the bottom surface of the cube, pointing up from the top surface of the cube and pointing up to the top plane. These are labeled vector E.], alt: "A cube ABCDKFGH is shown in the center. A diagonal plane is shown within it from KF to BC. The top surface of the cube, FGHK has a plane labeled minus q slightly above it and parallel to it. Similarly, another plane is labeled plus q is shown slightly below the bottom surface of the cube, parallel to it. Small red arrows are shown pointing upwards from the bottom plane, pointing up to the bottom surface of the cube, pointing up from the top surface of the cube and pointing up to the top plane. These are labeled vector E.", caption: [Electric flux through a cube, placed between two charged plates. Electric flux through the bottom face (#emph[ABCD]) is negative, because #math.equation(block: false, alt: "vector E")[$arrow("E")$] is in the opposite direction to the normal to the surface. The electric flux through the top face (#emph[FGHK]) is positive, because the electric field and the normal are in the same direction. The electric flux through the other faces is zero, since the electric field is perpendicular to the normal vectors of those faces. The net electric flux through the cube is the sum of fluxes through the six faces. Here, the net flux through the cube is equal to zero. The magnitude of the flux through rectangle #emph[BCKF] is equal to the magnitudes of the flux through both the top and bottom faces.]) The reason is that the sources of the electric field are outside the box. Therefore, if any electric field line enters the volume of the box, it must also exit somewhere on the surface because there is no charge inside for the lines to land on. Therefore, quite generally, electric flux through a closed surface is zero if there are no sources of electric field, whether positive or negative charges, inside the enclosed volume. In general, when field lines leave (or “flow out of”) a closed surface, #math.equation(block: false, alt: "Φ")[$"Φ"$] is positive; when they enter (or “flow into”) the surface, #math.equation(block: false, alt: "Φ")[$"Φ"$] is negative. Any smooth, non-flat surface can be replaced by a collection of tiny, approximately flat surfaces, as shown. If we divide a surface #emph[S] into small patches, then we notice that, as the patches become smaller, they can be approximated by flat surfaces. This is similar to the way we treat the surface of Earth as locally flat, even though we know that globally, it is approximately spherical. #figure(figph[Figure shows a wavy surface labeled S. Three arrows labeled n hat originate from three different patches on the surface. Longer arrows labeled vector E also originate from each patch. An enlarged view of one patch is shown on the side. It shows n hat to be perpendicular to the patch.], alt: "Figure shows a wavy surface labeled S. Three arrows labeled n hat originate from three different patches on the surface. Longer arrows labeled vector E also originate from each patch. An enlarged view of one patch is shown on the side. It shows n hat to be perpendicular to the patch.", caption: [A surface is divided into patches to find the flux.]) To keep track of the patches, we can number them from 1 through #emph[N] . Now, we define the area vector for each patch as the area of the patch pointed in the direction of the normal. Let us denote the area vector for the #emph[i]th patch by #math.equation(block: false, alt: "δ vector A sub i .")[$δ arrow("A")_(i) .$] (We have used the symbol #math.equation(block: false, alt: "δ")[$δ$] to remind us that the area is of an arbitrarily small patch.) With sufficiently small patches, we may approximate the electric field over any given patch as uniform. Let us denote the average electric field at the location of the #emph[i]th patch by #math.equation(block: false, alt: "vector E sub i .")[$arrow("E")_(i) .$] #math.equation(block: true, alt: "vector E sub i equals average electric field over the i th patch .")[$arrow("E")_(i) = "average electric field over the" #h(0.2em) i "th patch" "."$] Therefore, we can write the electric flux #math.equation(block: false, alt: "Φ sub i")[$"Φ"_(i)$] through the area of the #emph[i]th patch as #math.equation(block: true, alt: "Φ sub i equals vector E sub i times δ vector A sub i open parenthesis i th patch close parenthesis .")[$"Φ"_(i) = arrow("E")_(i) · δ arrow("A")_(i) #h(0.2em) ( i "th patch" ) "."$] The flux through each of the individual patches can be constructed in this manner and then added to give us an estimate of the net flux through the entire surface #emph[S], which we denote simply as #math.equation(block: false, alt: "Φ")[$"Φ"$]. #math.equation(block: true, alt: "Φ equals ∑ i equals 1 N Φ sub i equals ∑ i equals 1 N vector E sub i times δ vector A sub i open parenthesis N patch estimate close parenthesis .")[$"Φ" = display(limits(∑)^(N)_(i = 1) "Φ"_(i)) = display(limits(∑)^(N)_(i = 1) arrow("E")_(i)) · δ arrow("A")_(i) #h(0.2em) ( N #h(0.2em) "patch estimate" ) .$] This estimate of the flux gets better as we decrease the size of the patches. However, when you use smaller patches, you need more of them to cover the same surface. In the limit of infinitesimally small patches, they may be considered to have area #emph[dA] and unit normal #math.equation(block: false, alt: "n hat")[$hat("n")$]. Since the elements are infinitesimal, they may be assumed to be planar, and #math.equation(block: false, alt: "vector E sub i")[$arrow("E")_(i)$] may be taken as constant over any element. Then the flux #math.equation(block: false, alt: "d Φ")[$d "Φ"$] through an area #emph[dA] is given by #math.equation(block: false, alt: "d Φ equals vector E times n hat d A .")[$d "Φ" = arrow("E") · hat("n") #h(0.2em) d A .$] It is positive when the angle between #math.equation(block: false, alt: "vector E sub i")[$arrow("E")_(i)$] and #math.equation(block: false, alt: "n hat")[$hat("n")$] is less than #math.equation(block: false, alt: "90 °")[$90 "°"$] and negative when the angle is greater than #math.equation(block: false, alt: "90 °")[$90 "°"$]. The net flux is the sum of the infinitesimal flux elements over the entire surface. With infinitesimally small patches, you need infinitely many patches, and the limit of the sum becomes a surface integral. With #math.equation(block: false, alt: "∫ sub S")[$display(∫_(S))$] representing the integral over #emph[S], #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "Φ equals ∫ sub S vector E times n hat d A equals ∫ sub S vector E times d vector A open parenthesis open surface close parenthesis .")[$"Φ" = display(∫_(S) arrow("E") · hat("n") #h(0.2em) d A) = display(∫_(S)) arrow("E") · d arrow("A") #h(0.2em) ( "open surface" ) .$] ] In practical terms, surface integrals are computed by taking the antiderivatives of both dimensions defining the area, with the edges of the surface in question being the bounds of the integral. To distinguish between the flux through an open surface like that of and the flux through a closed surface (one that completely bounds some volume), we represent flux through a closed surface by #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "Φ equals ∮ sub S vector E times n hat d A equals ∮ sub S vector E times d vector A open parenthesis closed surface close parenthesis")[$"Φ" = display(∮_(S) arrow("E") · hat("n") #h(0.2em) d A) = display(∮_(S) arrow("E") · d arrow("A")) #h(0.2em) ( "closed surface" )$] ] where the circle through the integral symbol simply means that the surface is closed, and we are integrating over the entire thing. If you only integrate over a portion of a closed surface, that means you are treating a subset of it as an open surface. #examplebox("Example 1")[Flux of a Uniform Electric Field][ A constant electric field of magnitude #math.equation(block: false, alt: "E sub 0")[$E_(0)$] points in the direction of the positive #emph[z]-axis . What is the electric flux through a rectangle with sides #emph[a] and #emph[b] in the (a) #emph[xy]-plane and in the (b) #emph[xz]-plane? #figure(figph[A rectangular patch is shown in the xy plane. Its side along the x axis is of length a and its side along the y axis is of length b. Arrows labeled E subscript 0 originate from the plane and point in the positive z direction.], alt: "A rectangular patch is shown in the xy plane. Its side along the x axis is of length a and its side along the y axis is of length b. Arrows labeled E subscript 0 originate from the plane and point in the positive z direction.", caption: [Calculating the flux of #math.equation(block: false, alt: "E sub 0")[$E_(0)$] through a rectangular surface.]) Strategy Apply the definition of flux: #math.equation(block: false, alt: "Φ equals vector E times vector A open parenthesis uniform vector E close parenthesis")[$"Φ" = arrow("E") · arrow("A") #h(0.2em) ( "uniform" #h(0.2em) arrow("E") )$], where the definition of dot product is crucial. Solution + In this case, #math.equation(block: false, alt: "Φ equals vector E sub 0 times vector A equals E sub 0 A equals E sub 0 a b .")[$"Φ" = arrow("E")_(0) · arrow("A") = E_(0) A = E_(0) a b .$] + Here, the direction of the area vector is either along the positive #emph[y]-axis or toward the negative #emph[y]-axis. Therefore, the scalar product of the electric field with the area vector is zero, giving zero flux. Significance The relative directions of the electric field and area can cause the flux through the area to be zero. ] #examplebox("Example 2")[Flux of a Uniform Electric Field through a Closed Surface][ A constant electric field of magnitude #math.equation(block: false, alt: "E sub 0")[$E_(0)$] points in the direction of the positive #emph[z]-axis . What is the net electric flux through a cube? #figure(figph[A cube ABCDKFGH is shown in the center. A diagonal plane is shown within it from KF to BC. The top surface of the cube, FGHK has a plane labeled minus q slightly above it and parallel to it. Similarly, another plane is labeled plus q is shown slightly below the bottom surface of the cube, parallel to it. Small red arrows are shown pointing upwards from the bottom plane, pointing up to the bottom surface of the cube, pointing up from the top surface of the cube and pointing up to the top plane. These are labeled vector E.], alt: "A cube ABCDKFGH is shown in the center. A diagonal plane is shown within it from KF to BC. The top surface of the cube, FGHK has a plane labeled minus q slightly above it and parallel to it. Similarly, another plane is labeled plus q is shown slightly below the bottom surface of the cube, parallel to it. Small red arrows are shown pointing upwards from the bottom plane, pointing up to the bottom surface of the cube, pointing up from the top surface of the cube and pointing up to the top plane. These are labeled vector E.", caption: [Calculating the flux of #math.equation(block: false, alt: "E sub 0")[$E_(0)$] through a closed cubic surface.]) Strategy Apply the definition of flux: #math.equation(block: false, alt: "Φ equals vector E times vector A open parenthesis uniform vector E close parenthesis")[$"Φ" = arrow("E") · arrow("A") #h(0.2em) ( "uniform" #h(0.2em) arrow("E") )$], noting that a closed surface eliminates the ambiguity in the direction of the area vector. Solution Through the top face of the cube, #math.equation(block: false, alt: "Φ equals vector E sub 0 times vector A equals E sub 0 A .")[$"Φ" = arrow("E")_(0) · arrow("A") = E_(0) A .$] Through the bottom face of the cube, #math.equation(block: false, alt: "Φ equals vector E sub 0 times vector A equals − E sub 0 A ,")[$"Φ" = arrow("E")_(0) · arrow("A") = "−" E_(0) A ,$] because the area vector here points downward. Along the other four sides, the direction of the area vector is perpendicular to the direction of the electric field. Therefore, the scalar product of the electric field with the area vector is zero, giving zero flux. The net flux is #math.equation(block: false, alt: "Φ sub net equals E sub 0 A minus E sub 0 A plus 0 plus 0 plus 0 plus 0 equals 0")[$"Φ"_("net") = E_(0) A − E_(0) A + 0 + 0 + 0 + 0 = 0$]. Significance The net flux of a uniform electric field through a closed surface is zero. ] #examplebox("Example 3")[Electric Flux through a Plane, Integral Method][ A uniform electric field #math.equation(block: false, alt: "vector E")[$arrow("E")$] of magnitude 10 N/C is directed parallel to the #emph[yz]-plane at #math.equation(block: false, alt: "30 °")[$30 "°"$] above the #emph[xy]-plane, as shown. What is the electric flux through the plane surface of area #math.equation(block: false, alt: "6.0 m squared")[$6.0 #h(0.2em) "m"^(2)$] located in the #emph[xz]-plane? Assume that #math.equation(block: false, alt: "n hat")[$hat("n")$] points in the positive #emph[y]-direction. #figure(figph[A rectangular surface S is shown in the xz plane. Three arrows labeled n hat originate from three points on the surface and point in the positive y direction. Three longer arrows labeled vector E also originate from the same points. They make an angle of 30 degrees with n hat.], alt: "A rectangular surface S is shown in the xz plane. Three arrows labeled n hat originate from three points on the surface and point in the positive y direction. Three longer arrows labeled vector E also originate from the same points. They make an angle of 30 degrees with n hat.", caption: [The electric field produces a net electric flux through the surface #emph[S].]) Strategy Apply #math.equation(block: false, alt: "Φ equals ∫ sub S vector E times n hat d A")[$"Φ" = display(∫_(S) arrow("E") · hat("n") #h(0.2em) d A)$], where the direction and magnitude of the electric field are constant. Solution The angle between the uniform electric field #math.equation(block: false, alt: "vector E")[$arrow("E")$] and the unit normal #math.equation(block: false, alt: "n hat")[$hat("n")$] to the planar surface is #math.equation(block: false, alt: "30 °")[$30 "°"$]. Since both the direction and magnitude are constant, #emph[E] comes outside the integral. All that is left is a surface integral over #emph[dA], which is #emph[A]. Therefore, using the open-surface equation, we find that the electric flux through the surface is #math.equation(block: true, alt: "Φ, equals ∫ sub S vector E times n hat d A equals E A cos θ; equals open parenthesis 10 N/C close parenthesis open parenthesis 6.0 m squared close parenthesis open parenthesis cos 30 ° close parenthesis equals 52 N times m squared /C .")[$"Φ" & = display(∫_(S) arrow("E") · hat("n") #h(0.2em) d A) = E A #h(0.2em) "cos" #h(0.2em) θ \ & = ( 10 #h(0.2em) "N/C" ) ( 6.0 #h(0.2em) "m"^(2) ) ( #h(0.2em) "cos" #h(0.2em) 30 "°" ) = 52 #h(0.2em) "N" · "m"^(2) "/C" "."$] Significance Again, the relative directions of the field and the area matter, and the general equation with the integral will simplify to the simple dot product of area and electric field. ] #notebox("Check Your Understanding", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ What angle should there be between the electric field and the surface shown in in the previous example so that no electric flux passes through the surface? #solutionbox[ Place it so that its unit normal is perpendicular to #math.equation(block: false, alt: "vector E .")[$arrow("E") .$] ] ] #examplebox("Example 4")[Inhomogeneous Electric Field][ What is the total flux of the electric field #math.equation(block: false, alt: "vector E equals c y squared k hat")[$arrow("E") = c y^(2) hat("k")$] through the rectangular surface shown in ? #figure(figph[A rectangle labeled S is shown in the xy plane. Its side along y axis is of length a and that along the x axis measures b. A strip is marked on the rectangle, with its length parallel to x axis. Its length is b and its breadth is dy. Its area is labeled dA equal to b dy. Two arrows are shown perpendicular to S, n hat equal to k hat and vector E equal to cy squared k hat. These point in the positive z direction.], alt: "A rectangle labeled S is shown in the xy plane. Its side along y axis is of length a and that along the x axis measures b. A strip is marked on the rectangle, with its length parallel to x axis. Its length is b and its breadth is dy. Its area is labeled dA equal to b dy. Two arrows are shown perpendicular to S, n hat equal to k hat and vector E equal to cy squared k hat. These point in the positive z direction.", caption: [Since the electric field is not constant over the surface, an integration is necessary to determine the flux.]) Strategy Apply #math.equation(block: false, alt: "Φ equals ∫ sub S vector E times n hat d A")[$"Φ" = display(∫_(S) arrow("E") · hat("n") #h(0.2em) d A)$]. We assume that the unit normal #math.equation(block: false, alt: "n hat")[$hat("n")$] to the given surface points in the positive #emph[z]-direction, so #math.equation(block: false, alt: "n hat equals k hat .")[$hat("n") = hat("k") "."$] Since the electric field is not uniform over the surface, it is necessary to divide the surface into infinitesimal strips along which #math.equation(block: false, alt: "vector E")[$arrow("E")$] is essentially constant. As shown in , these strips are parallel to the #emph[x]-axis, and each strip has an area #math.equation(block: false, alt: "d A equals b d y .")[$d A = b #h(0.2em) d y .$] Solution From the open surface integral, we find that the net flux through the rectangular surface is #math.equation(block: true, alt: "Φ, equals ∫ sub S vector E times n hat d A equals ∫ sub 0 to the power a open parenthesis c y squared k hat close parenthesis times k hat open parenthesis b d y close parenthesis; equals c b ∫ sub 0 to the power a y squared d y equals the fraction 1 over 3 a cubed b c .")[$"Φ" & = display(∫_(S) arrow("E") · hat("n") #h(0.2em) d A) = display(∫_(0)^(a) ( c y^(2) hat("k") ) · hat("k") ( b #h(0.2em) d y )) \ & = c b display(∫_(0)^(a) y^(2) #h(0.2em) d y = frac(1, 3)) #h(0.2em) a^(3) b c .$] Significance For a non-constant electric field, the integral method is required. ] #notebox("Check Your Understanding", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ If the electric field in is #math.equation(block: false, alt: "vector E equals m x k hat ,")[$arrow("E") = m x hat("k") ,$] what is the flux through the rectangular area? #solutionbox[ #math.equation(block: true, alt: "m a b squared / 2")[$m a b^(2) "/" 2$] ] ] === Summary - The electric flux through a surface is proportional to the number of field lines crossing that surface. Note that this means the magnitude is proportional to the portion of the field perpendicular to the area. - The electric flux is obtained by evaluating the surface integral #math.equation(block: true, alt: "Φ equals ∮ sub S vector E times n hat d A equals ∮ sub S vector E times d vector A ,")[$"Φ" = display(∮_(S) arrow("E") · hat("n") #h(0.2em) d A) = display(∮_(S) arrow("E") · d arrow("A")) ,$] where the notation used here is for a closed surface #emph[S]. === Conceptual Questions Discuss how to orient a planar surface of area #emph[A] in a uniform electric field of magnitude #math.equation(block: false, alt: "E sub 0")[$E_(0)$] to obtain (a) the maximum flux and (b) the minimum flux through the area. #solutionbox[ a. If the planar surface is perpendicular to the electric field vector, the maximum flux would be obtained. b. If the planar surface were parallel to the electric field vector, the minimum flux would be obtained. ] What are the maximum and minimum values of the flux in the preceding question? The net electric flux crossing a closed surface is always zero. True or false? #solutionbox[ False. The net electric flux crossing a closed surface is always zero if and only if the net charge enclosed is zero. ] The net electric flux crossing an open surface is never zero. True or false? === Problems A uniform electric field of magnitude #math.equation(block: false, alt: "1.1 times 10 to the power 4 N/C")[$1.1 #h(0.2em) × #h(0.2em) 10^(4) #h(0.2em) "N/C"$] is perpendicular to a square sheet with sides 2.0 m long. What is the electric flux through the sheet? Calculate the flux through the sheet of the previous problem if the plane of the sheet is at an angle of #math.equation(block: false, alt: "60 °")[$60 "°"$] to the field. Find the flux for both directions of the unit normal to the sheet. #solutionbox[ #math.equation(block: false, alt: "Φ equals vector E times vector A → E A cos θ equals 3.8 times 10 to the power 4 N times m squared / C")[$"Φ" = arrow("E") · arrow("A") → E A #h(0.2em) "cos" #h(0.2em) θ = 3.8 #h(0.2em) × #h(0.2em) 10^(4) "N" · "m"^(2) "/" "C"$] electric field in direction of unit normal; #math.equation(block: false, alt: "Φ equals vector E times vector A → E A cos θ equals −3.8 times 10 to the power 4 N times m squared / C")[$"Φ" = arrow("E") · arrow("A") → E A #h(0.2em) "cos" #h(0.2em) θ = −3.8 #h(0.2em) × #h(0.2em) 10^(4) "N" · "m"^(2) "/" "C"$] electric field opposite to unit normal ] Find the electric flux through a rectangular area #math.equation(block: false, alt: "3 cm times 2 cm")[$3 #h(0.2em) "cm" #h(0.2em) × #h(0.2em) 2 #h(0.2em) "cm"$] between two parallel plates where there is a constant electric field of 30 N/C for the following orientations of the area: (a) parallel to the plates, (b) perpendicular to the plates, and (c) the normal to the area making a #math.equation(block: false, alt: "30 °")[$30 "°"$] angle with the direction of the electric field. Note that this angle can also be given as #math.equation(block: false, alt: "180 ° plus 30 ° .")[$180 "°" + 30 "°" .$] The electric flux through a square-shaped area of side 5 cm near a large charged sheet is found to be #math.equation(block: false, alt: "3 times 10 to the power −5 N times m squared / C")[$3 #h(0.2em) × #h(0.2em) 10^(−5) #h(0.2em) "N" · "m"^(2) "/" "C"$] when the area is parallel to the plate. Find the charge density on the sheet. #solutionbox[ #math.equation(block: true, alt: "the fraction 3 times 10 to the power −5 N times m squared / C over open parenthesis 0.05 m close parenthesis squared equals E ⇒ σ equals 2.12 times 10 to the power −13 C / m squared")[$frac(3 #h(0.2em) × #h(0.2em) 10^(−5) #h(0.2em) "N" · "m"^(2) "/" "C", attach(( 0.05 #h(0.2em) "m" ), t: 2)) = E ⇒ σ = 2.12 #h(0.2em) × #h(0.2em) 10^(−13) #h(0.2em) "C" "/" "m"^(2)$] ] Two large rectangular aluminum plates of area #math.equation(block: false, alt: "150 cm squared")[$150 #h(0.2em) "cm"^(2)$] face each other with a separation of 3 mm between them. The plates are charged with equal amount of opposite charges, #math.equation(block: false, alt: "plus or minus 20 μ C")[$± 20 #h(0.2em) μ "C"$]. The charges on the plates face each other. Find the flux through a circle of radius 3 cm between the plates when the normal to the circle makes an angle of #math.equation(block: false, alt: "5 °")[$5 "°"$] with a line perpendicular to the plates. Note that this angle can also be given as #math.equation(block: false, alt: "180 ° plus 5 ° .")[$180 "°" + 5 "°" .$] A square surface of area #math.equation(block: false, alt: "2 cm squared")[$2 #h(0.2em) "cm"^(2)$] is in a space of uniform electric field of magnitude #math.equation(block: false, alt: "10 cubed N/C")[$10^(3) #h(0.2em) "N/C"$]. The amount of flux through it depends on how the square is oriented relative to the direction of the electric field. Find the electric flux through the square, when the normal to it makes the following angles with electric field: (a) #math.equation(block: false, alt: "30 °")[$30 "°"$], (b) #math.equation(block: false, alt: "90 °")[$90 "°"$], and (c) #math.equation(block: false, alt: "0 °")[$0 "°"$]. Note that these angles can also be given as #math.equation(block: false, alt: "180 ° plus θ")[$180 "°" + θ$]. #solutionbox[ a. #math.equation(block: false, alt: "Φ equals 0.17 N times m squared /C;")[$"Φ" = 0.17 #h(0.2em) "N" · "m"^(2) "/C;"$] #linebreak() b. #math.equation(block: false, alt: "Φ equals 0")[$"Φ" = 0$]; c. #math.equation(block: false, alt: "Φ equals E A cos 0 ° equals 1.0 times 10 cubed N / C open parenthesis 2.0 times 10 to the power −4 m close parenthesis squared cos 0 ° equals 0.20 N times m squared / C")[$"Φ" = E A #h(0.2em) "cos" #h(0.2em) 0 "°" = 1.0 #h(0.2em) × #h(0.2em) 10^(3) #h(0.2em) "N" "/" "C" attach(( 2.0 #h(0.2em) × #h(0.2em) 10^(−4) #h(0.2em) "m" ), t: 2) #h(0.2em) "cos" #h(0.2em) 0 "°" = 0.20 #h(0.2em) "N" · "m"^(2) "/" "C"$] ] A vector field is pointed along the #emph[z]-axis, #math.equation(block: false, alt: "vector v equals the fraction α over x squared plus y squared z hat .")[$arrow("v") = frac(α, x^(2) + y^(2)) #h(0.2em) hat("z") .$] (a) Find the flux of the vector field through a rectangle in the #emph[xy]-plane between #math.equation(block: false, alt: "a less than x less than b")[$a < x < b$] and #math.equation(block: false, alt: "c less than y less than d")[$c < y < d$]. (b) Do the same through a rectangle in the #emph[yz]-plane between #math.equation(block: false, alt: "a less than z less than b")[$a < z < b$] and #math.equation(block: false, alt: "c less than y less than d")[$c < y < d$]. (Leave your answer as an integral.) Consider the uniform electric field #math.equation(block: false, alt: "vector E equals open parenthesis 4.0 j hat plus 3.0 k hat close parenthesis times 10 cubed N/C .")[$arrow("E") = ( 4.0 #h(0.2em) hat("j") + 3.0 #h(0.2em) hat("k") ) #h(0.2em) × #h(0.2em) 10^(3) #h(0.2em) "N/C" "."$] What is its electric flux through a circular area of radius 2.0 m that lies in the #emph[xy]-plane? #solutionbox[ #math.equation(block: true, alt: "Φ equals 3.8 times 10 to the power 4 N times m squared / C")[$"Φ" = 3.8 #h(0.2em) × #h(0.2em) 10^(4) #h(0.2em) "N" · "m"^(2) "/" "C"$] ] Repeat the previous problem, given that the circular area is (a) in the #emph[yz]-plane and (b) #math.equation(block: false, alt: "45 °")[$45 "°"$] above the #emph[xy-]plane. An infinite charged wire with charge per unit length #math.equation(block: false, alt: "λ")[$λ$] lies along the central axis of a cylindrical surface of radius #emph[r] and length #emph[l]. What is the flux through the surface due to the electric field of the charged wire? #solutionbox[ #math.equation(block: true, alt: "vector E open parenthesis z close parenthesis equals the fraction 1 over 4 π ε sub 0 the fraction 2 λ over z k hat , ∫ vector E times n hat d A equals the fraction λ over ε sub 0 l")[$arrow("E") ( z ) = frac(1, 4 π ε_(0)) #h(0.2em) frac(2 λ, z) hat("k") , #h(0.2em) display(∫ arrow("E") · hat("n")) #h(0.2em) d A = frac(λ, ε_(0)) l$] ]