#set document(title: "13.2 Gravitation Near Earth's Surface", 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")) == 13.2#h(0.6em)Gravitation Near Earth's Surface In this section, we observe how Newton’s law of gravitation applies at the surface of a planet and how it connects with what we learned earlier about free fall. We also examine the gravitational effects within spherical bodies. === Weight Recall that the acceleration of a free-falling object near Earth’s surface is approximately #math.equation(block: false, alt: "g equals 9.80 m/s squared")[$g = 9.80 #h(0.2em) "m/s"^(2)$]. The force causing this acceleration is called the weight of the object, and from Newton’s second law, it has the value #emph[mg]. This weight is present regardless of whether the object is in free fall. We now know that this force is the gravitational force between the object and Earth. If we substitute #emph[mg] for the magnitude of #math.equation(block: false, alt: "F → sub 12")[$arrow(F)_(12)$] in Newton’s law of universal gravitation, #emph[m] for #math.equation(block: false, alt: "m sub 1")[$m_(1)$], and #math.equation(block: false, alt: "M sub E")[$M_("E")$] for #math.equation(block: false, alt: "m sub 2")[$m_(2)$], we obtain the scalar equation #math.equation(block: true, alt: "m g equals G the fraction m M sub E over r squared")[$m g = G #h(0.1em) frac(m M_("E"), r^(2))$] where #emph[r] is the distance between the centers of mass of the object and Earth. The mass #emph[m] of the object cancels, leaving #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "g equals G the fraction M sub E over r squared .")[$g = G frac(M_("E"), r^(2)) .$] ] The average radius of Earth is about 6370 km. Hence, for objects within a few kilometers of Earth’s surface, we can take #math.equation(block: false, alt: "r equals R sub E")[$r = R_("E")$] . This explains why all masses free fall with the same acceleration. We have ignored the fact that Earth also accelerates toward the falling object, but that is acceptable as long as the mass of Earth is much larger than that of the object. #figure(figph[This figure shows an illustration of the earth, with a building on its surface. A cut away of a quarter of the earth shows several layers. The center of the earth is labeled C M, and the radius from the center to the building is labeled R E. An enlarged view of the building and a portion of the earth is also shown. In this view, we see that the arrow labeled R E terminates in the building, slightly above the surface of the earth.], alt: "This figure shows an illustration of the earth, with a building on its surface. A cut away of a quarter of the earth shows several layers. The center of the earth is labeled C M, and the radius from the center to the building is labeled R E. An enlarged view of the building and a portion of the earth is also shown. In this view, we see that the arrow labeled R E terminates in the building, slightly above the surface of the earth.", caption: [We can take the distance between the centers of mass of Earth and an object on its surface to be the radius of Earth, provided that its size is much less than the radius of Earth.]) #examplebox("Example 1")[Masses of Earth and Moon][ Have you ever wondered how we know the mass of Earth? We certainly can’t place it on a scale. The values of #emph[g] and the radius of Earth were measured with reasonable accuracy centuries ago. + Use the standard values of #emph[g], #math.equation(block: false, alt: "R sub E")[$R_("E")$], and to find the mass of Earth. + Estimate the value of #emph[g] on the Moon. Use the fact that the Moon has a radius of about 1700 km (a value of this accuracy was determined many centuries ago) and assume it has the same average density as Earth, #math.equation(block: false, alt: "5500 kg/m cubed")[$5500 #h(0.2em) "kg/m"^(3)$]. Strategy With the known values of #emph[g] and #math.equation(block: false, alt: "R sub E")[$R_("E")$], we can use to find #math.equation(block: false, alt: "M sub E")[$M_("E")$]. For the Moon, we use the assumption of equal average density to determine the mass from a ratio of the volumes of Earth and the Moon. Solution + Rearranging , we have #math.equation(block: true, alt: "M sub E equals the fraction g R E 2 over G equals the fraction 9.80 m/s squared open parenthesis 6.37 times 10 to the power 6 m close parenthesis squared over 6.67 times 10 to the power −11 N times m squared /kg squared equals 5.95 times 10 to the power 24 kg.")[$M_("E") = frac(g R_("E")^(2), G) = frac(9.80 #h(0.2em) "m/s"^(2) attach(( 6.37 #h(0.2em) × #h(0.2em) 10^(6) #h(0.2em) "m" ), t: 2), 6.67 #h(0.2em) × #h(0.2em) 10^(−11) #h(0.2em) "N" · "m"^(2) "/kg"^(2)) = 5.95 #h(0.2em) × #h(0.2em) 10^(24) #h(0.2em) "kg."$] + The volume of a sphere is proportional to the radius cubed, so a simple ratio gives us #math.equation(block: true, alt: "the fraction M sub M over M sub E equals the fraction R M 3 over R E 3 → M sub M equals open parenthesis the fraction open parenthesis 1.7 times 10 to the power 6 m close parenthesis cubed over open parenthesis 6.37 times 10 to the power 6 m close parenthesis cubed close parenthesis open parenthesis 5.95 times 10 to the power 24 kg close parenthesis equals 1.1 times 10 to the power 23 kg.")[$frac(M_("M"), M_("E")) = frac(R_("M")^(3), R_("E")^(3)) → M_("M") = ( frac(attach(( 1.7 #h(0.2em) × #h(0.2em) 10^(6) #h(0.2em) "m" ), t: 3), attach(( 6.37 #h(0.2em) × #h(0.2em) 10^(6) #h(0.2em) "m" ), t: 3)) ) ( 5.95 #h(0.2em) × #h(0.2em) 10^(24) #h(0.2em) "kg" ) = 1.1 #h(0.2em) × #h(0.2em) 10^(23) #h(0.2em) "kg."$] We now use . #math.equation(block: true, alt: "g sub M equals G the fraction M sub M over r M 2 equals open parenthesis 6.67 times 10 to the power −11 N times m squared /kg squared close parenthesis the fraction open parenthesis 1.1 times 10 to the power 23 kg close parenthesis over open parenthesis 1.7 times 10 to the power 6 m close parenthesis squared equals 2.5 to the power m/s squared")[$g_("M") = G #h(0.1em) frac(M_("M"), r_("M")^(2)) = ( 6.67 #h(0.2em) × #h(0.2em) 10^(−11) #h(0.2em) "N" · "m"^(2) "/kg"^(2) ) frac(( 1.1 #h(0.2em) × #h(0.2em) 10^(23) #h(0.2em) "kg" ), attach(( 1.7 #h(0.2em) × #h(0.2em) 10^(6) #h(0.2em) "m" ), t: 2)) = 2.5^ "m/s"^(2)$] Significance As soon as Cavendish determined the value of #emph[G] in 1798, the mass of Earth could be calculated. (In fact, that was the ultimate purpose of Cavendish’s experiment in the first place.) The value we calculated for #emph[g] of the Moon is incorrect. The average density of the Moon is actually only #math.equation(block: false, alt: "3340 kg/m cubed")[$3340 #h(0.2em) "kg/m"^(3)$] and #math.equation(block: false, alt: "g equals 1.6 m/s squared")[$g = 1.6 #h(0.2em) "m/s"^(2)$] at the surface. Newton attempted to measure the mass of the Moon by comparing the effect of the Sun on Earth’s ocean tides compared to that of the Moon. His value was a factor of two too small. The most accurate values for #emph[g] and the mass of the Moon come from tracking the motion of spacecraft that have orbited the Moon. But the mass of the Moon can actually be determined accurately without going to the Moon. Earth and the Moon orbit about a common center of mass, and careful astronomical measurements can determine that location. The ratio of the Moon’s mass to Earth’s is the ratio of \[the distance from the common center of mass to the Moon’s center\] to \[the distance from the common center of mass to Earth’s center\]. Later in this chapter, we will see that the mass of other astronomical bodies also can be determined by the period of small satellites orbiting them. But until Cavendish determined the value of #emph[G], the masses of all these bodies were unknown. ] #examplebox("Example 2")[Gravity above Earth’s Surface][ What is the value of #emph[g] 400 km above Earth’s surface, where the #strong[International Space Station] is in orbit? Strategy Using the value of #math.equation(block: false, alt: "M sub E")[$M_("E")$] and noting the radius is #math.equation(block: false, alt: "r equals R sub E plus 400 km")[$r = R_("E") + 400 #h(0.2em) "km"$], we use to find #emph[g]. From we have #math.equation(block: true, alt: "g equals G the fraction M sub E over r squared equals 6.67 times 10 to the power −11 N times m squared /kg squared the fraction 5.96 times 10 to the power 24 kg over open parenthesis 6.37 times 10 to the power 6 plus 400 times 10 cubed m close parenthesis squared equals 8.67 m/s squared .")[$g = G frac(M_("E"), r^(2)) = 6.67 #h(0.2em) × #h(0.2em) 10^(−11) #h(0.2em) "N" · "m"^(2) "/kg"^(2) frac(5.96 #h(0.2em) × #h(0.2em) 10^(24) #h(0.2em) "kg", attach(( 6.37 #h(0.2em) × #h(0.2em) 10^(6) + 400 #h(0.2em) × #h(0.2em) 10^(3) #h(0.2em) "m" ), t: 2)) = 8.67 #h(0.2em) "m/s"^(2) .$] Significance We often see video of astronauts in space stations, apparently weightless. But clearly, the force of gravity is acting on them. Comparing the value of #emph[g] we just calculated to that on Earth #math.equation(block: false, alt: "open parenthesis 9.80 m/s squared close parenthesis")[$( 9.80 #h(0.2em) "m/s"^(2) )$], we see that the astronauts in the International Space Station still have 88% of their weight. They only appear to be weightless because they are in free fall. We will come back to this in Satellite Orbits and Energy. ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ How does your weight at the top of a tall building compare with that on the first floor? Do you think engineers need to take into account the change in the value of #emph[g] when designing structural support for a very tall building? #solutionbox[ The tallest buildings in the world are all less than 1 km. Since #emph[g] is proportional to the distance squared from Earth’s center, a simple ratio shows that the change in #emph[g] at 1 km above Earth’s surface is less than 0.0001%. There would be no need to consider this in structural design. ] ] === The Gravitational Field is a scalar equation, giving the magnitude of the gravitational acceleration as a function of the distance from the center of the mass that causes the acceleration. But we could have retained the vector form for the force of gravity in , and written the acceleration in vector form as #math.equation(block: true, alt: "g → equals G the fraction M over r squared r ^ .")[$arrow(g) = G frac(M, r^(2)) hat(r) .$] We identify the vector field represented by #math.equation(block: false, alt: "g →")[$arrow(g)$] as the #strong[gravitational field] caused by mass #math.equation(block: false, alt: "M")[$M$]. We can picture the field as shown . The lines are directed radially inward and are symmetrically distributed about the mass. #figure(figph[This figure shows a three dimensional vector graph. The x, y, z coordinate system is shown. A spherical mass M is shown at the origin and field lines are shown pointing toward it. A box, aligned with the coordinate axes, is also shown.], alt: "This figure shows a three dimensional vector graph. The x, y, z coordinate system is shown. A spherical mass M is shown at the origin and field lines are shown pointing toward it. A box, aligned with the coordinate axes, is also shown.", caption: [Field line representation of the gravitational field created by Earth.]) The direction of #math.equation(block: false, alt: "g →")[$arrow(g)$] is parallel to the field lines at any point. The strength of #math.equation(block: false, alt: "g →")[$arrow(g)$] at any point is inversely proportional to the line spacing. Another way to state this is that the magnitude of the field in any region is proportional to the number of lines that pass through a unit surface area, effectively a density of lines. Since the lines are equally spaced in all directions, the number of lines per unit surface area at a distance #emph[r] from the mass is the total number of lines divided by the surface area of a sphere of radius #emph[r], which is proportional to #math.equation(block: false, alt: "r squared")[$r^(2)$]. Hence, this picture perfectly represents the inverse square law, in addition to indicating the direction of the field. In the field picture, we say that a mass #emph[m] interacts with the gravitational field of mass #emph[M]. We will use the concept of fields to great advantage in the later chapters on electromagnetism. === Apparent Weight: Accounting for Earth’s Rotation As we saw in Applications of Newton’s Laws, objects moving at constant speed in a circle have a centripetal acceleration directed toward the center of the circle, which means that there must be a net force directed toward the center of that circle. Since all objects on the surface of Earth move through a circle every 24 hours, there must be a net centripetal force on each object directed toward the center of that circle. Let’s first consider an object of mass #emph[m] located at the equator, suspended from a scale . The scale exerts an upward force #math.equation(block: false, alt: "F → sub SE")[$arrow(F)_("SE")$] away from Earth’s center. This is the reading on the scale, and hence it is the #strong[apparent weight] of the object. The weight (#emph[mg]) points toward Earth’s center. If Earth were not rotating, the acceleration would be zero and, consequently, the net force would be zero, resulting in #math.equation(block: false, alt: "F sub s equals m g")[$F_("s") = m g$]. This would be the true reading of the weight. #figure(figph[An illustration of the earth, rotating on its north-south axis, with masses on spring scales shown at three locations. The radius of the earth is labeled as R E, its center is labeled as O. One spring scale is above the north pole. An upward force F S N and a downward force m g are shown acting on the mass on this spring scale. A dashed line is shown from the center of the earth to the north pole. Another spring scale is shown to the right of the equator and a dashed line connects the center of the earth to the equator on the right side of the earth. The forces on the mass on this second spring scale are shown as a force F S E to the right and m g to the left. A third spring scale is shown at an angle lambda to the horizontal. A dashed line at this angle is shown from the center to the surface of the earth. The horizontal distance from the surface of the earth at this angle lambda to the vertical dashed line connecting the center to the north pole is labeled as r. The point on the dashed vertical line where r meets it is labeled P. Three forces are shown for the third mass. One force is labeled F S and points radially outward. A second force, labeled m g points radially inward. A third force, labeled F c, points horizontally to the left.], alt: "An illustration of the earth, rotating on its north-south axis, with masses on spring scales shown at three locations. The radius of the earth is labeled as R E, its center is labeled as O. One spring scale is above the north pole. An upward force F S N and a downward force m g are shown acting on the mass on this spring scale. A dashed line is shown from the center of the earth to the north pole. Another spring scale is shown to the right of the equator and a dashed line connects the center of the earth to the equator on the right side of the earth. The forces on the mass on this second spring scale are shown as a force F S E to the right and m g to the left. A third spring scale is shown at an angle lambda to the horizontal. A dashed line at this angle is shown from the center to the surface of the earth. The horizontal distance from the surface of the earth at this angle lambda to the vertical dashed line connecting the center to the north pole is labeled as r. The point on the dashed vertical line where r meets it is labeled P. Three forces are shown for the third mass. One force is labeled F S and points radially outward. A second force, labeled m g points radially inward. A third force, labeled F c, points horizontally to the left.", caption: [For a person standing at the equator, the centripetal acceleration #math.equation(block: false, alt: "open parenthesis a sub c close parenthesis")[$( a_("c") )$] is in the same direction as the force of gravity. At latitude #math.equation(block: false, alt: "λ")[$λ$], the angle the between #math.equation(block: false, alt: "a sub c")[$a_("c")$] and the force of gravity is #math.equation(block: false, alt: "λ")[$λ$] and the magnitude of #math.equation(block: false, alt: "a sub c")[$a_("c")$] decreases with #math.equation(block: false, alt: "cos λ")[$"cos" λ$].]) With rotation, the sum of these forces must provide the centripetal acceleration, #math.equation(block: false, alt: "a sub c")[$a_("c")$]. Using Newton’s second law, we have #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "∑ F equals F sub SE minus m g equals m a sub c where a sub c equals minus the fraction v squared over r .")[$display(∑ F = F_("SE")) − m g = m a_("c") #h(1em) "where" #h(1em) a_("c") = − frac(v^(2), r) .$] ] Note that #math.equation(block: false, alt: "a sub c")[$a_("c")$] points in the same direction as the weight; hence, it is negative. The tangential speed #emph[v] is the speed at the equator and #emph[r] is #math.equation(block: false, alt: "R sub E")[$R_("E")$]. We can calculate the speed simply by noting that objects on the equator travel the circumference of Earth in 24 hours. Instead, let’s use the alternative expression for #math.equation(block: false, alt: "a sub c")[$a_("c")$] from Motion in Two and Three Dimensions. Recall that the tangential speed is related to the angular speed #math.equation(block: false, alt: "open parenthesis ω close parenthesis")[$( ω )$] by #math.equation(block: false, alt: "v equals r ω")[$v = r ω$]. Hence, we have #math.equation(block: false, alt: "a sub c equals − r ω squared")[$a_(c) = "−" r ω^(2)$]. By rearranging and substituting #math.equation(block: false, alt: "r equals R sub E")[$r = R_("E")$], the apparent weight at the equator is #math.equation(block: true, alt: "F sub SE equals m open parenthesis g minus R sub E ω squared close parenthesis .")[$F_("SE") = m ( g − R_("E") ω^(2) ) .$] The angular speed of Earth everywhere is #math.equation(block: true, alt: "ω equals the fraction 2 π rad over 24 hr times 3600 s/hr equals 7.27 times 10 to the power −5 rad/s.")[$ω = frac(2 π #h(0.2em) "rad", 24 #h(0.2em) "hr" #h(0.2em) #h(0.2em) × #h(0.2em) 3600 #h(0.2em) "s/hr") = 7.27 #h(0.2em) × #h(0.2em) 10^(−5) #h(0.2em) "rad/s."$] Substituting for the values or #math.equation(block: false, alt: "R sub E")[$R_("E")$] and #math.equation(block: false, alt: "ω")[$ω$], we have #math.equation(block: false, alt: "R sub E ω squared equals 0.0337 m/s squared")[$R_("E") ω^(2) = 0.0337 #h(0.2em) "m/s"^(2)$]. This is only 0.34% of the value of gravity, so it is clearly a small correction. #examplebox("Example 3")[Zero Apparent Weight][ How fast would Earth need to spin for those at the equator to have zero apparent weight? How long would the length of the day be? Strategy Using , we can set the apparent weight (#math.equation(block: false, alt: "F sub SE")[$F_("SE")$]) to zero and determine the centripetal acceleration required. From that, we can find the speed at the equator. The length of day is the time required for one complete rotation. Solution From , we have #math.equation(block: false, alt: "∑ F equals F sub SE minus m g equals m a sub c")[$display(∑ F = F_("SE")) − m g = m a_("c")$], so setting #math.equation(block: false, alt: "F sub SE equals 0")[$F_("SE") = 0$], we get #math.equation(block: false, alt: "g equals a sub c")[$g = a_("c")$]. Using the expression for #math.equation(block: false, alt: "a sub c")[$a_("c")$], substituting for Earth’s radius and the standard value of gravity, we get #math.equation(block: true, alt: "a sub c equals the fraction v squared over r equals g; v equals the square root of g r equals the square root of open parenthesis 9.80 m/s squared close parenthesis open parenthesis 6.37 times 10 to the power 6 m close parenthesis equals 7.91 times 10 cubed m/s .")[$a_("c") = frac(v^(2), r) = g \ v = sqrt(g r) = sqrt(( 9.80 #h(0.2em) "m/s"^(2) ) ( 6.37 #h(0.2em) × #h(0.2em) 10^(6) #h(0.2em) "m" )) = 7.91 #h(0.2em) × #h(0.2em) 10^(3) #h(0.2em) "m/s" .$] The period #emph[T] is the time for one complete rotation. Therefore, the tangential speed is the circumference divided by #emph[T], so we have #math.equation(block: true, alt: "v equals the fraction 2 π r over T; T equals the fraction 2 π r over v equals the fraction 2 π open parenthesis 6.37 times 10 to the power 6 m close parenthesis over 7.91 times 10 cubed m/s equals 5.06 times 10 cubed s .")[$v = frac(2 π r, T) \ T = frac(2 π r, v) = frac(2 π ( 6.37 #h(0.2em) × #h(0.2em) 10^(6) #h(0.2em) "m" ), 7.91 #h(0.2em) × #h(0.2em) 10^(3) #h(0.2em) "m/s") = 5.06 #h(0.2em) × #h(0.2em) 10^(3) #h(0.2em) "s" .$] This is about 84 minutes. Significance We will see later in this chapter that this speed and length of day would also be the orbital speed and period of a satellite in orbit at Earth’s surface. While such an orbit would not be possible near Earth’s surface due to air resistance, it certainly is possible only a few hundred miles above Earth. ] === Results Away from the Equator At the pole, #math.equation(block: false, alt: "a sub c → 0")[$a_("c") → 0$] and #math.equation(block: false, alt: "F sub SN equals F sub SS equals m g")[$F_("SN") = F_("SS") = m g$], just as is the case without rotation. At any other latitude #math.equation(block: false, alt: "λ")[$λ$], the situation is more complicated. The centripetal acceleration is directed toward point #emph[P] in the figure, and the radius becomes #math.equation(block: false, alt: "r equals R sub E cos λ")[$r = R_("E") "cos" λ$]. The #emph[vector] sum of the weight and #math.equation(block: false, alt: "F → sub s")[$arrow(F)_("s")$] must point toward point #emph[P], hence #math.equation(block: false, alt: "F → sub s")[$arrow(F)_("s")$] no longer points away from the center of Earth. (The difference is small and exaggerated in the figure.) A plumb bob will always point along this deviated direction. All buildings are built aligned along this deviated direction, not along a radius through the center of Earth. For the tallest buildings, this represents a deviation of a few feet at the top. It is also worth noting that Earth is not a perfect sphere. The interior is partially liquid, and this enhances Earth bulging at the equator due to its rotation. The radius of Earth is about 30 km greater at the equator compared to the poles. It is left as an exercise to compare the strength of gravity at the poles to that at the equator using . The difference is comparable to the difference due to rotation and is in the same direction. Apparently, you really can lose “weight” by moving to the tropics. === Gravity Away from the Surface Earlier we stated without proof that the law of gravitation applies to spherically symmetrical objects, where the mass of each body acts as if it were at the center of the body. Since is derived from , it is also valid for symmetrical mass distributions, but both equations are valid only for values of #math.equation(block: false, alt: "r greater than or equal to R sub E")[$r ≥ R_("E")$]. As we saw in , at 400 km above Earth’s surface, where the International Space Station orbits, the value of #emph[g] is #math.equation(block: false, alt: "8.67 m/s squared")[$8.67 #h(0.2em) "m/s"^(2)$]. (We will see later that this is also the centripetal acceleration of the ISS.) For #math.equation(block: false, alt: "r less than R sub E")[$r < R_("E")$], and are not valid. However, we can determine #emph[g] for these cases using a principle that comes from Gauss’s law, which is a powerful mathematical tool that we study in more detail later in the course. A consequence of Gauss’s law, applied to gravitation, is that only the mass #emph[within r] contributes to the gravitational force. Also, that mass, just as before, can be considered to be located at the center. The gravitational effect of the mass #emph[outside r] has zero net effect. Two very interesting special cases occur. For a spherical planet with constant density, the mass within #emph[r] is the density times the volume within #emph[r]. This mass can be considered located at the center. Replacing #math.equation(block: false, alt: "M sub E")[$M_("E")$] with only the mass within #emph[r], #math.equation(block: false, alt: "M equals ρ times open parenthesis volume of a sphere close parenthesis")[$M = ρ #h(0.2em) × #h(0.2em) ( "volume of a sphere" )$], and #math.equation(block: false, alt: "R sub E")[$R_("E")$] with #emph[r], becomes #math.equation(block: true, alt: "g equals G the fraction M sub E over R E 2 equals G the fraction ρ open parenthesis 4 / 3 π r cubed close parenthesis over r squared equals the fraction 4 over 3 G ρ π r .")[$g = G #h(0.1em) frac(M_("E"), R_("E")^(2)) = G #h(0.1em) frac(ρ ( 4 "/" 3 π r^(3) ), r^(2)) = frac(4, 3) #h(0.1em) G ρ π r .$] The value of #emph[g], and hence your weight, decreases linearly as you descend down a hole to the center of the spherical planet. At the center, you are weightless, as the mass of the planet pulls equally in all directions. Actually, Earth’s density is not constant, nor is Earth solid throughout. shows the profile of #emph[g] if Earth had constant density and the more likely profile based upon estimates of density derived from seismic data. #figure(figph[A section of the earth is illustrated, showing several layers inside the earth. A legend indicates that the layers are, from the surface working inward, the Upper mantle in pink, lower mantle in red, outer core in orange, and inner core in tan. The upper mantle is much thinner than the lower mantle and outer core, which are approximately the same thickness, and the inner core radius is a greater than the upper mantle thickness but less than that of the outer core. Below this illustration is a graph of acceleration in m per second squared as a function of radius in 1000 k m. The vertical scale is from 0 to 12 meters per second squared and the horizontal scale is from 0 to 14 thousand kilometers. Vertical bars using the same color scheme as the illustration of the earth are shown aligned with the illustration. The inner core extends from 0 to a little over 1000 k m. The outer core extends to just under 4000 k m. The lower mantle to just under 6000 k m. The upper mantle extends to just over 6000 k m. A blue curve, labeled P R E M, starts at the origin and rises almost linearly to over 10 m per second squared at the outer edge of the outer core. The curve then decreases to under 10 at the outer edge of the upper mantle. The curve then decreases more rapidly, but with slope that is decreasing with radius. A second green curve is labeled “Constant decay” and is a straight line from the origin of the graph to the point at a radius of just over 6000 k m (the surface) and just under 10 (the value of the blue curve at the surface).], alt: "A section of the earth is illustrated, showing several layers inside the earth. A legend indicates that the layers are, from the surface working inward, the Upper mantle in pink, lower mantle in red, outer core in orange, and inner core in tan. The upper mantle is much thinner than the lower mantle and outer core, which are approximately the same thickness, and the inner core radius is a greater than the upper mantle thickness but less than that of the outer core. Below this illustration is a graph of acceleration in m per second squared as a function of radius in 1000 k m. The vertical scale is from 0 to 12 meters per second squared and the horizontal scale is from 0 to 14 thousand kilometers. Vertical bars using the same color scheme as the illustration of the earth are shown aligned with the illustration. The inner core extends from 0 to a little over 1000 k m. The outer core extends to just under 4000 k m. The lower mantle to just under 6000 k m. The upper mantle extends to just over 6000 k m. A blue curve, labeled P R E M, starts at the origin and rises almost linearly to over 10 m per second squared at the outer edge of the outer core. The curve then decreases to under 10 at the outer edge of the upper mantle. The curve then decreases more rapidly, but with slope that is decreasing with radius. A second green curve is labeled “Constant decay” and is a straight line from the origin of the graph to the point at a radius of just over 6000 k m (the surface) and just under 10 (the value of the blue curve at the surface).", caption: [For #math.equation(block: false, alt: "r less than R sub E")[$r < R_("E")$], the value of #emph[g] for the case of constant density is the straight green line. The blue line from the PREM (Preliminary Reference Earth Model) is probably closer to the actual profile for #emph[g].]) The second interesting case concerns living on a spherical shell planet. This scenario has been proposed in many science fiction stories. Ignoring significant engineering issues, the shell could be constructed with a desired radius and total mass, such that #emph[g] at the surface is the same as Earth’s. Can you guess what happens once you descend in an elevator to the inside of the shell, where there is no mass between you and the center? What benefits would this provide for traveling great distances from one point on the sphere to another? And finally, what effect would there be if the planet was spinning? === Summary - The weight of an object is the gravitational attraction between Earth and the object. - The gravitational field is represented as lines that indicate the direction of the gravitational force; the line spacing indicates the strength of the field. - Apparent weight differs from actual weight due to the acceleration of the object. === Conceptual Questions Must engineers take Earth’s rotation into account when constructing very tall buildings at any location other than the equator or very near the poles? #solutionbox[ The centripetal acceleration is not directed along the gravitational force and therefore the correct line of the building (i.e., the plumb bob line) is not directed towards the center of Earth. But engineers use either a plumb bob or a transit, both of which respond to both the direction of gravity and acceleration. No special consideration for their location on Earth need be made. ] === Problems (a) Calculate Earth’s mass given the acceleration due to gravity at the North Pole is measured to be #math.equation(block: false, alt: "9.832 m/s squared")[$9.832 #h(0.2em) "m/s"^(2)$] and the radius of the Earth at the pole is 6356 km. (b) Compare this with the NASA’s Earth Fact Sheet value of #math.equation(block: false, alt: "5.9726 times 10 to the power 24 kg")[$5.9726 #h(0.2em) × #h(0.2em) 10^(24) #h(0.2em) "kg"$]. (a) What is the acceleration due to gravity on the surface of the Moon? (b) On the surface of Mars? The mass of Mars is #math.equation(block: false, alt: "6.418 times 10 to the power 23 kg")[$6.418 #h(0.2em) × #h(0.2em) 10^(23) #h(0.2em) "kg"$] and its radius is #math.equation(block: false, alt: "3.38 times 10 to the power 6 m")[$3.38 #h(0.2em) × #h(0.2em) 10^(6) #h(0.2em) "m"$]. #solutionbox[ a. #math.equation(block: false, alt: "1.62 m/s squared")[$1.62 #h(0.2em) "m/s"^(2)$]; b. #math.equation(block: false, alt: "3.75 m/s squared")[$3.75 #h(0.2em) "m/s"^(2)$] ] (a) Calculate the acceleration due to gravity on the surface of the Sun. (b) By what factor would your weight increase if you could stand on the Sun? (Never mind that you cannot.) The mass of a particle is 15 kg. (a) What is its weight on Earth? (b) What is its weight on the Moon? (c) What is its mass on the Moon? (d) What is its weight in outer space far from any celestial body? (e) What is its mass at this point? #solutionbox[ a. 147 N; b. 25.5 N; c. 15 kg; d. 0; e. 15 kg ] On a planet whose radius is #math.equation(block: false, alt: "1.2 times 10 to the power 7 m")[$1.2 #h(0.2em) × #h(0.2em) 10^(7) #h(0.2em) "m"$], the acceleration due to gravity is #math.equation(block: false, alt: "18 m/s squared")[$18 #h(0.2em) "m/s"^(2)$]. What is the mass of the planet? The mean diameter of the planet Saturn is #math.equation(block: false, alt: "1.2 times 10 to the power 8 m")[$1.2 #h(0.2em) × #h(0.2em) 10^(8) #h(0.2em) "m"$], and its mean mass density is #math.equation(block: false, alt: "0.69 g/cm cubed")[$0.69 #h(0.2em) "g/cm"^(3)$]. Find the acceleration due to gravity at Saturn’s surface. #solutionbox[ #math.equation(block: true, alt: "12 m/s squared")[$12 #h(0.2em) "m/s"^(2)$] ] The mean diameter of the planet Mercury is #math.equation(block: false, alt: "4.88 times 10 to the power 6 m")[$4.88 #h(0.2em) × #h(0.2em) 10^(6) #h(0.2em) "m"$], and the acceleration due to gravity at its surface is #math.equation(block: false, alt: "3.78 m/s squared")[$3.78 #h(0.2em) "m/s"^(2)$]. Estimate the mass of this planet. The acceleration due to gravity on the surface of a planet is three times as large as it is on the surface of Earth. The mass density of the planet is known to be twice that of Earth. What is the radius of this planet in terms of Earth’s radius? #solutionbox[ #math.equation(block: true, alt: "open parenthesis 3 / 2 close parenthesis R sub E")[$( 3 "/" 2 ) R_("E")$] ] A body on the surface of a planet with the same radius as Earth’s weighs 10 times more than it does on Earth. What is the mass of this planet in terms of Earth’s mass?