#set document(title: "18.3 Coulomb’s Law", 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")) == 18.3#h(0.6em)Coulomb’s Law === Learning Objectives By the end of this section, you will be able to: - State Coulomb’s law in terms of how the electrostatic force changes with the distance between two objects. - Calculate the electrostatic force between two charged point forces, such as electrons or protons. - Compare the electrostatic force to the gravitational attraction for a proton and an electron; for a human and the Earth. #figure(figph[Two spiral galaxies show the strong gravitational attraction between them as their arms appear to reach out toward one another.], alt: "Two spiral galaxies show the strong gravitational attraction between them as their arms appear to reach out toward one another.", caption: [This NASA image of Arp 87 shows the result of a strong gravitational attraction between two galaxies. In contrast, at the subatomic level, the electrostatic attraction between two objects, such as an electron and a proton, is far greater than their mutual attraction due to gravity.]) Through the work of scientists in the late 18th century, the main features of the #strong[electrostatic force]—the existence of two types of charge, the observation that like charges repel, unlike charges attract, and the decrease of force with distance—were eventually refined, and expressed as a mathematical formula. The mathematical formula for the electrostatic force is called #strong[Coulomb’s law] after the French physicist Charles Coulomb (1736–1806), who performed experiments and first proposed a formula to calculate it. #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Coulomb’s Law] #math.equation(block: true, alt: "F equals k the fraction | q sub 1 q sub 2 | over r squared .")[$F = k frac(| q_(1) q_(2) |, r^(2)) .$] Coulomb’s law calculates the magnitude of the force #math.equation(block: false, alt: "F")[$F$] between two point charges, #math.equation(block: false, alt: "q sub 1")[$q_(1)$] and #math.equation(block: false, alt: "q sub 2")[$q_(2)$], separated by a distance #math.equation(block: false, alt: "r")[$r$]. In SI units, the constant #math.equation(block: false, alt: "k")[$k$] is equal to #math.equation(block: true, alt: "k equals 8 . 988 times 10 to the power 9 the fraction N times m squared over C squared approximately equals 8 . 99 times 10 to the power 9 the fraction N times m squared over C squared .")[$k = 8 "." "988" × "10"^(9) frac("N" ⋅ "m"^(2), "C"^(2)) ≈ 8 "." "99" × "10"^(9) frac("N" ⋅ "m"^(2), "C"^(2)) .$] The electrostatic force is a vector quantity and is expressed in units of newtons. The force is understood to be along the line joining the two charges. () ] Although the formula for Coulomb’s law is simple, it was no mean task to prove it. The experiments Coulomb did, with the primitive equipment then available, were difficult. Modern experiments have verified Coulomb’s law to great precision. For example, it has been shown that the force is inversely proportional to distance between two objects squared #math.equation(block: false, alt: "F ∝ 1 / r squared")[$F ∝ 1 / r^(2)$] to an accuracy of 1 part in #math.equation(block: false, alt: "10 to the power 16")[$"10"^("16")$]. No exceptions have ever been found, even at the small distances within the atom. #figure(figph[In part a, two charges q one and q two are shown at a distance r. Force vector arrow F one two points toward left and acts on q one. Force vector arrow F two one points toward right and acts on q two. Both forces act in opposite directions and are represented by arrows of same length. In part b, two charges q one and q two are shown at a distance r. Force vector arrow F one two points toward right and acts on q one. Force vector arrow F two one points toward left and acts on q two. Both forces act toward each other and are represented by arrows of same length. ], alt: "In part a, two charges q one and q two are shown at a distance r. Force vector arrow F one two points toward left and acts on q one. Force vector arrow F two one points toward right and acts on q two. Both forces act in opposite directions and are represented by arrows of same length. In part b, two charges q one and q two are shown at a distance r. Force vector arrow F one two points toward right and acts on q one. Force vector arrow F two one points toward left and acts on q two. Both forces act toward each other and are represented by arrows of same length.", caption: [The magnitude of the electrostatic force #math.equation(block: false, alt: "F")[$F$] between point charges #math.equation(block: false, alt: "q sub 1")[$q_(1)$] and #math.equation(block: false, alt: "q sub 2")[$q_(2)$] separated by a distance #math.equation(block: false, alt: "r")[$r$] is given by Coulomb’s law. Note that Newton’s third law (every force exerted creates an equal and opposite force) applies as usual—the force on #math.equation(block: false, alt: "q sub 1")[$q_(1)$] is equal in magnitude and opposite in direction to the force it exerts on #math.equation(block: false, alt: "q sub 2")[$q_(2)$]. (a) Like charges. (b) Unlike charges.]) #examplebox("Example 1")[How Strong is the Coulomb Force Relative to the Gravitational Force?][ Compare the electrostatic force between an electron and proton separated by #math.equation(block: false, alt: "0 . 530 times 10 to the power minus 10 m")[$0 "." "530" × "10"^(− "10") #h(0.25em) "m"$] with the gravitational force between them. This distance is their average separation in a hydrogen atom. Strategy To compare the two forces, we first compute the electrostatic force using Coulomb’s law, #math.equation(block: false, alt: "F equals k the fraction | q sub 1 q sub 2 | over r squared")[$F = k frac(| q_(1) q_(2) |, r^(2))$]. We then calculate the gravitational force using Newton’s universal law of gravitation. Finally, we take a ratio to see how the forces compare in magnitude. Solution Entering the given and known information about the charges and separation of the electron and proton into the expression of Coulomb’s law yields #math.equation(block: true, alt: "F equals k the fraction | q sub 1 q sub 2 | over r squared")[$F = k frac(| q_(1) q_(2) |, r^(2))$] #math.equation(block: true, alt: "equals 8.99 times 10 to the power 9 N times m squared / C squared times the fraction open parenthesis 1.60 times 10 to the power –19 C close parenthesis open parenthesis 1.60 times 10 to the power –19 C close parenthesis over open parenthesis 0.530 times 10 to the power –10 m close parenthesis squared")[$= 8.99 × attach(" 10", t: 9) #h(0.25em) "N" ⋅ attach(" m", t: 2) / "C"^(2) × frac(( "1.60" × attach(" 10", t: "–19") #h(0.25em) "C" ) ( 1.60 × attach(" 10", t: "–19 ") #h(0.25em) "C" ), ( 0.530 × attach(" 10", t: "–10") #h(0.25em) "m" )^(2))$] Thus the Coulomb force is #math.equation(block: true, alt: "F equals 8.19 times 10 to the power –8 N .")[$F = "8.19" × attach(" 10", t: "–8") #h(0.25em) "N" .$] The charges are opposite in sign, so this is an attractive force. This is a very large force for an electron—it would cause an acceleration of #math.equation(block: false, alt: "8.99 times 10 to the power 22 m / s squared")[$8.99 × "10"^("22") #h(0.25em) "m" / "s"^(2)$] (verification is left as an end-of-section problem).The gravitational force is given by Newton’s law of gravitation as: #math.equation(block: true, alt: "F sub G equals G the fraction mM over r squared ,")[$F_(G) = G frac("mM", r^(2)) ,$] where #math.equation(block: false, alt: "G equals 6.67 times 10 to the power minus 11 N times m squared / kg squared")[$G = 6.67 × "10"^(− "11") #h(0.25em) "N" ⋅ "m"^(2) / "kg"^(2)$]. Here #math.equation(block: false, alt: "m")[$m$] and #math.equation(block: false, alt: "M")[$M$] represent the electron and proton masses, which can be found in the appendices. Entering values for the knowns yields #math.equation(block: true, alt: "F sub G equals open parenthesis 6.67 times 10 to the power minus 11 N times m squared / kg squared close parenthesis times the fraction open parenthesis 9.11 times 10 to the power –31 kg close parenthesis open parenthesis 1.67 times 10 to the power –27 kg close parenthesis over open parenthesis 0.530 times 10 to the power –10 m close parenthesis squared equals 3.61 times 10 to the power –47 N")[$F_(G) = ( 6.67 × attach(" 10", t: − "11") #h(0.25em) "N" ⋅ "m"^(2) / "kg"^(2) ) × frac(( 9.11 × attach(" 10", t: "–31") #h(0.25em) "kg" ) ( 1.67 × "10"^("–27") #h(0.25em) "kg" ), ( 0.530 × attach(" 10", t: "–10") #h(0.25em) "m" )^(2)) = 3.61 × attach(" 10", t: "–47") #h(0.25em) "N"$] This is also an attractive force, although it is traditionally shown as positive since gravitational force is always attractive. The ratio of the magnitude of the electrostatic force to gravitational force in this case is, thus, #math.equation(block: true, alt: "the fraction F over F sub G equals 2 . 27 times 10 to the power 39 .")[$frac(F, F_(G)) = " 2" "." "27 " × attach(" 10", t: "39") .$] Discussion This is a remarkably large ratio! Note that this will be the ratio of electrostatic force to gravitational force for an electron and a proton at any distance (taking the ratio before entering numerical values shows that the distance cancels). This ratio gives some indication of just how much larger the Coulomb force is than the gravitational force between two of the most common particles in nature. ] As the example implies, gravitational force is completely negligible on a small scale, where the interactions of individual charged particles are important. On a large scale, such as between the Earth and a person, the reverse is true. Most objects are nearly electrically neutral, and so attractive and repulsive #strong[Coulomb forces] nearly cancel. Gravitational force on a large scale dominates interactions between large objects because it is always attractive, while Coulomb forces tend to cancel. === Test Prep for AP Courses For questions 25–27, suppose that the electrostatics force between two charges is #emph[F]. What will be the force if the distance between them is halved? + 4#emph[F] + 2#emph[F] + #emph[F]/4 + #emph[F]/2 #solutionbox[ (a) ] Which of the following is false? + If the charge of one of the particles is doubled and that of the second is unchanged, the force will become 2#emph[F]. + If the charge of one of the particles is doubled and that of the second is halved, the force will remain #emph[F]. + If the charge of both the particles is doubled, the force will become 4#emph[F]. + None of the above. Which of the following is true about the gravitational force between the particles? + It will be 3.25×10#super[−38] #emph[F]. + It will be 3.25×10#super[38] #emph[F]. + It will be equal to #emph[F]. + It is not possible to determine the gravitational force as the masses of the particles are not given. #solutionbox[ (d) ] Two massive, positively charged particles are initially held a fixed distance apart. When they are moved farther apart, the magnitude of their mutual gravitational force changes by a factor of #emph[n]. Which of the following indicates the factor by which the magnitude of their mutual electrostatic force changes? + 1/#emph[n]#super[2] + 1/#emph[n] + #emph[n] + #emph[n]#super[2] + What is the electrostatic force between two charges of 1 C each, separated by a distance of 0.5 m? + How will this force change if the distance is increased to 1 m? #solutionbox[ (a) 3.60×10#super[10] N, (b) It will become 1/4 of the original value; hence it will be equal to 8.99×10#super[9] N ] + Find the ratio of the electrostatic force to the gravitational force between two electrons. + Will this ratio change if the two electrons are replaced by protons? If yes, find the new ratio. === Section Summary - Frenchman Charles Coulomb was the first to publish the mathematical equation that describes the electrostatic force between two objects. - Coulomb’s law gives the magnitude of the force between point charges. It is #math.equation(block: true, alt: "F equals k the fraction | q sub 1 q sub 2 | over r squared ,")[$F = k frac(| q_(1) q_(2) |, r^(2)) ,$]where #math.equation(block: false, alt: "q sub 1")[$q_(1)$] and #math.equation(block: false, alt: "q sub 2")[$q_(2)$] are two point charges separated by a distance #math.equation(block: false, alt: "r")[$r$], and #math.equation(block: false, alt: "k approximately equals 8.99 times 10 to the power 9 N times m squared / C squared")[$k ≈ 8.99 × 10^(9) #h(0.25em) "N" · "m"^(2) / "C"^(2)$] - This Coulomb force is extremely basic, since most charges are due to point-like particles. It is responsible for all electrostatic effects and underlies most macroscopic forces. - The Coulomb force is extraordinarily strong compared with the gravitational force, another basic force—but unlike gravitational force it can cancel, since it can be either attractive or repulsive. - The electrostatic force between two subatomic particles is far greater than the gravitational force between the same two particles. === Conceptual Questions shows the charge distribution in a water molecule, which is called a polar molecule because it has an inherent separation of charge. Given water’s polar character, explain what effect humidity has on removing excess charge from objects. #figure(figph[A schematic representation of the outer electron cloud of a neutral water molecule is shown. Three atoms are placed on the vertices of a triangle. The hydrogen atom has positive q charge and the oxygen atom has minus two q charge, and the angle between the line joining each hydrogen atom with the oxygen atom is one hundred and four degrees. The cloud density is shown more at the oxygen atom.], alt: "A schematic representation of the outer electron cloud of a neutral water molecule is shown. Three atoms are placed on the vertices of a triangle. The hydrogen atom has positive q charge and the oxygen atom has minus two q charge, and the angle between the line joining each hydrogen atom with the oxygen atom is one hundred and four degrees. The cloud density is shown more at the oxygen atom.", caption: [Schematic representation of the outer electron cloud of a neutral water molecule. The electrons spend more time near the oxygen than the hydrogens, giving a permanent charge separation as shown. Water is thus a #emph[polar molecule]. It is more easily affected by electrostatic forces than molecules with uniform charge distributions.]) Using , explain, in terms of Coulomb’s law, why a polar molecule (such as in ) is attracted by both positive and negative charges. Given the polar character of water molecules, explain how ions in the air form nucleation centers for rain droplets. === Problems & Exercises What is the repulsive force between two pith balls that are 8.00 cm apart and have equal charges of – 30.0 nC? (a) How strong is the attractive force between a glass rod with a #math.equation(block: false, alt: "0.700 μ C")[$0.700 #h(0.25em) μ "C"$] charge and a silk cloth with a #math.equation(block: false, alt: "–0.600 μ C")[$–0.600 #h(0.25em) μ "C"$] charge, which are 12.0 cm apart, using the approximation that they act like point charges? (b) Discuss how the answer to this problem might be affected if the charges are distributed over some area and do not act like point charges. #solutionbox[ (a) 0.263 N (b) If the charges are distributed over some area, there will be a concentration of charge along the side closest to the oppositely charged object. This effect will increase the net force. ] Two point charges exert a 5.00 N force on each other. What will the force become if the distance between them is increased by a factor of three? Two point charges are brought closer together, increasing the force between them by a factor of 25. By what factor was their separation decreased? #solutionbox[ The separation decreased by a factor of 5. ] How far apart must two point charges of 75.0 nC (typical of static electricity) be to have a force of 1.00 N between them? If two equal charges each of 1 C each are separated in air by a distance of 1 km, what is the magnitude of the force acting between them? You will see that even at a distance as large as 1 km, the repulsive force is substantial because 1 C is a very significant amount of charge. A test charge of #math.equation(block: false, alt: "+2 μ C")[$+2 #h(0.25em) μ "C"$] is placed halfway between a charge of #math.equation(block: false, alt: "+6 μ C")[$+6 #h(0.25em) μ "C"$] and another of #math.equation(block: false, alt: "+4 μ C")[$+4 #h(0.25em) μ "C"$] separated by 10 cm. (a) What is the magnitude of the force on the test charge? (b) What is the direction of this force (away from or toward the #math.equation(block: false, alt: "+6 μ C")[$+6 #h(0.25em) μ "C"$] charge)? Bare free charges do not remain stationary when close together. To illustrate this, calculate the acceleration of two isolated protons separated by 2.00 nm (a typical distance between gas atoms). Explicitly show how you follow the steps in the Problem-Solving Strategy for electrostatics. #solutionbox[ #math.equation(block: true, alt: "F, equals, k the fraction | q sub 1 q sub 2 | over r squared equals ma ⇒ a equals the fraction k q squared over m r squared; equals, the fraction open parenthesis 9.00 times 10 to the power 9 N times m squared / C squared close parenthesis open parenthesis 1.60 times 10 to the power –19 m close parenthesis squared over open parenthesis 1.67 times 10 to the power –27 kg close parenthesis open parenthesis 2.00 times 10 to the power –9 m close parenthesis squared; equals, 3.45 times 10 to the power 16 m/ s squared")[$F & = & k frac(| q_(1) q_(2) |, r^(2)) = "ma" ⇒ a = frac(k q^(2), m r^(2)) \ & = & frac(( 9.00 × 10^(9) #h(0.25em) "N" ⋅ "m"^(2) / "C"^(2) ) attach(( 1.60 × 10^(–19) #h(0.25em) "m" ), t: 2), ( 1.67 × 10^(–27) #h(0.25em) "kg" ) attach(( 2.00 × 10^(–9) #h(0.25em) "m" ), t: 2)) \ & = & 3.45 × 10^(16) #h(0.25em) "m/" "s"^(2)$] ] (a) By what factor must you change the distance between two point charges to change the force between them by a factor of 10? (b) Explain how the distance can either increase or decrease by this factor and still cause a factor of 10 change in the force. #solutionbox[ (a) 3.2 (b) If the distance increases by 3.2, then the force will decrease by a factor of 10 ; if the distance decreases by 3.2, then the force will increase by a factor of 10. Either way, the force changes by a factor of 10. ] Suppose you have a total charge #math.equation(block: false, alt: "q sub tot")[$q_("tot")$] that you can split in any manner. Once split, the separation distance is fixed. How do you split the charge to achieve the greatest force? (a) Common transparent tape becomes charged when pulled from a dispenser. If one piece is placed above another, the repulsive force can be great enough to support the top piece’s weight. Assuming equal point charges (only an approximation), calculate the magnitude of the charge if electrostatic force is great enough to support the weight of a 10.0 mg piece of tape held 1.00 cm above another. (b) Discuss whether the magnitude of this charge is consistent with what is typical of static electricity. #solutionbox[ (a) #math.equation(block: false, alt: "1 . 04 times 10 to the power minus 9")[$1 "." "04" × "10"^(− 9)$] C (b) This charge is approximately 1 nC, which is consistent with the magnitude of charge typical for static electricity ] (a) Find the ratio of the electrostatic to gravitational force between two electrons. (b) What is this ratio for two protons? (c) Why is the ratio different for electrons and protons? At what distance is the electrostatic force between two protons equal to the weight of one proton? A certain five cent coin contains 5.00 g of nickel. What fraction of the nickel atoms’ electrons, removed and placed 1.00 m above it, would support the weight of this coin? The atomic mass of nickel is 58.7, and each nickel atom contains 28 electrons and 28 protons. #solutionbox[ #math.equation(block: true, alt: "1 . 02 times 10 to the power minus 11")[$1 "." "02" × "10"^(− "11")$] ] (a) Two point charges totaling #math.equation(block: false, alt: "8.00 µ C")[$8.00 #h(0.25em) µ "C"$] exert a repulsive force of 0.150 N on one another when separated by 0.500 m. What is the charge on each? (b) What is the charge on each if the force is attractive? Point charges of #math.equation(block: false, alt: "5.00 µ C")[$5.00 #h(0.25em) µ "C"$] and #math.equation(block: false, alt: "–3.00 µ C")[$–3.00 #h(0.25em) µ "C"$] are placed 0.250 m apart. (a) Where can a third charge be placed so that the net force on it is zero? (b) What if both charges are positive? #solutionbox[ + 0.859 m beyond negative charge on line connecting two charges + 0.109 m from lesser charge on line connecting two charges ] Two point charges #math.equation(block: false, alt: "q sub 1")[$q_("1")$] and #math.equation(block: false, alt: "q sub 2")[$q_("2")$] are #math.equation(block: false, alt: "3.00 m")[$3.00 m$] apart, and their total charge is #math.equation(block: false, alt: "20 µ C")[$20 #h(0.25em) µ "C"$]. (a) If the force of repulsion between them is 0.075N, what are magnitudes of the two charges? (b) If one charge attracts the other with a force of 0.525N, what are the magnitudes of the two charges? Note that you may need to solve a quadratic equation to reach your answer.