找回密码
 快速注册
搜索
查看: 13|回复: 2

[几何] Deriving Kepler's Laws

[复制链接]

3149

主题

8386

回帖

6万

积分

$\style{scale:11;fill:#eff}꩜$

积分
65391
QQ

显示全部楼层

hbghlyj 发表于 2024-10-26 18:36 |阅读模式

Deriving Kepler's Laws

Overview

In antiquity, the great mathematician and astronomer Ptolemy had laid out a system for computing where planets would be found in the sky. It was based on the theory that the sun and the planets moved around the earth in epicycles, a pattern of circles which are themselves spinning in circles. It should be noted that his computations actually worked quite well to predict the night sky. However, the computations were quite messy. In the 16th century, Copernicus pointed out that the calculations could be simplified if instead it was assumed that the earth moved around the sun. This theory had been considered and rejected by Ptolemy. While Copernicus was correct that it simplified the calculations, it still required the use of epicycles. Johannes Kepler discovered that epicycles could be entirely avoided if instead of the planets were assumed to move in elliptical orbits instead of circular orbits. Kepler's three laws of planetary motion are:
  1. Planetary orbits are ellipses with the sun at one focus.
  2. Planets do not move with a constant speed, but the line segment joining the sun and a planet will sweep out equal areas in equal times.
  3. The square of the period of the orbit of a planet is proportional to the cube of the semi-major axis of the orbit.
This was an amazing feat given that Kepler did not actually have the positions of the planets but was working from the data accumulated by Tycho Brahe on where different planets appeared in the sky on different days. Kepler published his first two laws in 1609, and the third law in 1619. The laws were not immediately accepted. Part of this was religious resistance to the idea that the earth moved about the sun. Galileo's conviction for heresy in supporting a Copernican rather than Ptolemaic view was in 1633. But part of the objections were because there seemed no reason for the use of ellipses rather than perfect circles. Kepler's theories slowly gained acceptance during the 17th century.

In 1687, Newton published his Principia in which he demonstrated that Kepler's three laws were all consequences of the single assumption that planetary motion is governed by an inverse square attraction (gravity) toward the sun. This both sealed the acceptance of Kepler's laws in the scientific community, and established Newton's theory of gravity, since it explained all three laws in one simple assumption. While Newton was well-known in the scientific community prior to the publication of the Principia, afterward he became much more generally famous, in much the same way Einstein would be viewed in the 20th century. The derivation of Kepler's laws from Newton's theory of gravity is generally considered one of the greatest intellectual achievements in history.

Newton's Principia does not use calculus, but it does make extensive use of the infinitesimal techniques Newton used to develop the calculus. It seems fitting that as the capstone on the calculus sequence, we go through the development of Kepler's laws from Newton's theory. We will use modern calculus and differential equations techniques rather than the infinitesimal arguments Newton used. In fact, we will show that writing the equations for planetary motion based on Newton's theory of gravity leads to a non-linear second order system of differential equations. Along the way, we will deduce Kepler's second law. We will then use our standard trick for converting parametric systems to a single equation along with an inspired change of variables to reduce the non-linear system to a single linear, constant coefficient, differential equation. We will solve this using the techniques of chapter 2. This solution can be recognized as a conic section, establishing Kepler's first law. Finally, we will use Kepler's second law in combination with a formula for area of an ellipse to establish Kepler's third law.

Acceleration in polar coordinates

It will be most convenient to work in polar coordinates, with the sun at the origin and the axes oriented so aphelion, the point where the orbit is farthest from the sun, is along $\theta=0$. We write the position of the orbiting planet is the standard form $$\text{position} = \langle r\cos(\theta),r\sin(\theta) \rangle.$$ I use $\langle a,b \rangle$ for the vector because we will soon have enough $()$'s that we it will be helpful to have different separators for vectors. Here $r=r(t)$ and $\theta=\theta(t)$ are assumed to be functions changing with time, since the planet is moving. To find the velocity vector, we differentiate position with respect to time. We use the product rule to get $$\text{velocity} = \langle r'\cos(\theta)-r\theta'\sin(\theta), r'\sin(\theta)+r\theta'\cos(\theta) \rangle.$$ Differentiating again we get acceleration. $$ \begin{align} \text{acceleration} &= \langle r''\cos(\theta) - 2r'\theta'\sin(\theta) - r(\theta')^2\cos(\theta) - r\theta''\sin(\theta), r''\sin(\theta) + 2r'\theta'\cos(\theta) - r(\theta')^2\sin(\theta) + r\theta''\cos(\theta) \rangle \\ &= \langle (r'' - r(\theta')^2\cos(\theta) + (2r'\theta'+r\theta'')(-\sin(\theta)), (r'' - r(\theta')^2\sin(\theta) + (2r'\theta'+r\theta'')(\cos(\theta)) \rangle \\ &=(r''-r(\theta')^2)\langle\cos(\theta),\sin(\theta)\rangle\quad + \quad(2r'\theta' + r\theta'')\langle-\sin(\theta),\cos(\theta)\rangle \end{align} $$ Note that our acceleration vector naturally splits into two pieces. Since the vector $\langle\cos(\theta),\sin(\theta)\rangle$ lies along the radius from the origin, we call $$a_r = r'' - r(\theta')^2$$ the radial component of accelartion. The vector $\langle-\sin(\theta),\cos(\theta)\rangle$ is normal to the radial vector and we call $$a_{\theta} = 2r'\theta' + r\theta''$$ the transverse component of acceleration.

Newton's Law of Gravity

Newton's law of gravity states that the attractive force between two masses is $$\frac{GMm}{r^2}$$ where $M$ is the mass of one object, $m$ the mass of the other object, $r$ the distance between the two objects, and $G$ is the gravitational constant, $G\approx 6.67 \times 10^{-11} m^3/(kg\cdot sec^2).$ We let $M$ be the mass of the sun and $m$ be the mass of the planet. Since $F=ma$, the $m$ cancels out and we find the planet undergoes an acceleration of magnitude $GM/r^2$ toward the sun. Since the acceleration is toward the sun, that means we have $a_r = -GM/r^2$. On the other hand, $a_{\theta}=0$ since the acceleration is purely toward the sun and so there is no transverse component. Using our formulas for $a_r$ and $a_{\theta}$ from the previous section gives us a system of two non-linear differential equations for $r$ and $\theta$, $$ \begin{align} r''-r(\theta')^2 &= -\frac{GM}{r^2} \\ 2r'\theta'+r\theta'' &= 0 \end{align} $$

Conservation of Angular Momentum

From the second equation we can derive Kepler's second law. The key trick is to observe $$ \begin{align} \frac{d}{dt}(r^2\theta') &= 2rr'\theta' + r^2\theta'' \\ &= r(2r'\theta'+r\theta'') \\ &=ra_{\theta} \\ &=0 \end{align} $$ So $r^2\theta' = c$ for some constant $c$. Physicists refer to this as the law of conservation of angular momentum. In a little bit, we will find it very useful to have $$ \theta' = \frac{c}{r^2} $$ to be able to replace $\theta'$ terms by $r$ terms. But first, we will use this result to establish Kepler's second law.

Kepler's Second Law

In calculus you (should have) learned that the area swept out by a polar curve is $$ \text{Area} = \int \frac12 r^2 d\theta. $$ Treating $r$ and $\theta$ as functions of $t$, so $d\theta = \theta'dt$, and using the result from the previous section that $r^2\theta' = c$, we get that the area swept out by the line joining the sun (at the origin) to the planet between times $t_0$ and $t_1$ is $$ \begin{align} \text{Area} &= \int_{t_0}^{t_1} \frac12 r^2\theta' dt \\ &= \int_{t_0}^{t_1} \frac{c}{2} dt \\ &=\frac{c(t_1-t_0)}{2}. \end{align} $$ Hence the area swept out depends only on the length of time, or in Kepler's terms, the planet sweeps out equal areas in equal times.

Writing An Equation For The Orbit

We now turn our attention to the key equation, $$r'' - r(\theta')^2 = -\frac{GM}{r^2}.$$ This equation involves $r$ and $\theta$ as functions of time $t$. If we want to plot the orbit as a whole, instead of determining the coordinates of the planet at time $t$, it would be better to have an equation for $r$ as a function of $\theta$. We have our standard trick to write $$ \frac{dr}{d\theta} = \frac{r'}{\theta'}. $$ But this doesn't actually help much since our equations aren't just simple formulas for $r'$ and $\theta'$. However, there is an inspired change of variables that makes everything work out neatly. Instead of working with $r$, we will use $u = 1/r$. Then $\displaystyle u' = -r'/r^2$. And then $$ \begin{align} \frac{du}{d\theta} &= \frac{u'}{\theta'} \\ &= \frac{-r'/r^2}{c/r^2} \\ &= -\frac{r'}{c} \end{align} $$ where we used the formula for $\theta'$ we found in the section on "Conservation of Angular Momentum." Now since we have a second order equation, we will need to compute the second derivative of $u$ with respect to $\theta$. $$ \begin{align} \frac{d^2u}{d\theta^2} &= \frac{d}{d\theta}\left(\frac{du}{d\theta}\right) \\ &= \frac{d/dt(du/d\theta)}{d\theta/dt} \\ &= \frac{d/dt(-r'/c)}{\theta'} \\ &= \frac{-r''/c}{c/r^2} \\ &= -\frac{r^2r''}{c^2}. \end{align} $$ Now return to our equation $$ r'' - r(\theta')^2 = -\frac{GM}{r^2}. $$ Making our standard substitution for $\theta'$ we get $$ r'' - r\left(\frac{c}{r^2}\right)^2 = -\frac{GM}{r^2}. $$ Multiply through by $\displaystyle -\frac{r^2}{c^2}$ to obtain $$ -\frac{r^2r''}{c^2} + \frac{1}{r} = \frac{GM}{c^2}. $$ Now substitute in our formulas for $u$ and $\displaystyle \frac{d^2u}{d\theta^2}$ to get $$ \frac{d^2u}{d\theta^2} + u = \frac{GM}{c^2}. $$ So we have found a nice constant coefficient linear differential equation. And we can solve this using the techniques of chapter 2 to obtain $$ u = \frac{GM}{c^2} - A\cos(\theta - \theta_0), $$ where $A$ is an arbitrary constant. Changing back to $r = 1/u$ we get $$ r = \frac{1}{GM/c^2 - A\cos(\theta - \theta_0)}. $$ Remember that we defined our coordinate system so aphelion occurs at $\theta = 0$. Since $r$ will be largest when the denominator is smallest, and $\cos$ takes its maximum value at 0, we must have $\theta_0=0$ so the orbit of the planet in polar coordinates is $$ r = \frac{1}{GM/c^2 - A\cos(\theta)}. $$

Kepler's First Law

Isaac Newton would have recognized the equation above as the general equation for a conic section in polar coordinates with a focus at the origin and major axis along the $x$-axis. And that establishes Kepler's first law, that the orbit of the planets is an ellipse with the sun at one focus. Now the ellipse is not the only conic section. But it is the only conic section with a closed curve, so a planet that repeats the same orbit must follow an ellipse.

Since polar forms of conic sections has drifted out of the curriculum at most schools, you may be curious about how to recognize the formula above describes a conic section. The algebra is straightforward, but rather messy. We start with $$ r = \frac{1}{GM/c^2 - A\cos(\theta)}. $$ We will assume $A < GM/c^2$, which corresponds to an ellipse ($A > GM/c^2$ is a hyperbola while $A = GM/c^2$ is a parabola). We will find it convenient to first multiply the fraction on the right top and bottom by $c^2/(GM)$ to get $$ r = \frac{c^2/(GM)}{1 - (Ac^2/(GM))\cos(\theta)}. $$ We can then prepare the equation to switch back to rectangular coordinates as follows. $$ \begin{align} r - (Ac^2/(GM))r\cos(\theta) &= c^2/(GM) \\ r &= c^2/(GM) + (Ac^2/(GM))r\cos(\theta) \\ r^2 &= \left(GM/c^2 + (Ac^2/(GM))r\cos(\theta)\right)^2 \end{align} $$ Now we can substitute $r^2 = x^2 + y^2$ and $r\cos(\theta)=x$ to get $$ x^2+y^2 = \left(c^2/(GM) + (Ac^2/(GM))x\right)^2. $$ This is a quadratic expression, and any second order equation in $x$ and $y$ corresponds to a conic section (and vice-versa). You can square the left-hand-side and move terms over to the right and complete the square to get the standard textbook presentation $$ \left(\frac{x-f}{a}\right)^2 + \left(\frac{y}{b}\right)^2 = 1, $$ but this gets rather messy and I've decided trying to follow the manipulations is more likely to confuse than enlighten, so we'll stop here. You can look at problems 19-21 which sketch out the algebra.

The ratio $Ac^2/(GM)$ is called the eccentricity of the orbit. If the eccentricity is less than 1, the orbit is an ellipse. If the eccentricity is greater than 1 it is a hyperbola, and if the eccentricity is exactly 1 it is a parabola. Now while it is possible for an extra-solar object to pass through the solar system with such a high velocity that it follows a hyperbolic trajectory, the odds against such an event are literally "astronomical." What has been observed is that a comet which has a very eccentric orbit gets disturbed by the gravity of a planet to increase its speed (and hence its eccentricity) to move from an eccentricity of just under 1 to just over. Since the new trajectory has eccentricity so close to 1, astronomers typically call these parabolic trajectories, even though they are technically hyperbolic.

Newton understood that his work should also apply to comets, but had difficulty getting predictions that matched with observation. The trouble is that cometary orbits typically get affected by the gravity of the planets. Newton's friend, Edmund Halley, worked out those details, which led to his ability to predict the return of the comet that now bears his name.

To make it look more like the standard textbook presentation of an ellipse, we can write $$ \begin{align} x^2 + y^2 &= (GM/c^2)^2 + 2Ax + (Ac^2/(GM))^2x^2 \\ (1-(Ac^2/(GM))^2)x^2 - 2Ax + y^2 &= (GM/c^2)^2 \\ (1-(Ac^2/(GM))^2)\left(x^2 - \left(\frac{2A}{1-(Ac^2/(GM))^2)}\right)x + \frac{A^2}{(1 - (Ac^2/(GM))^2)^2}\right) + y^2 &= (GM/c^2)^2 + \frac{A^2}{1-(Ac^2/(GM))^2} \\ (1-(Ac^2/(GM))^2)\left(x - \frac{A}{(1 - (Ac^2/(GM))^2)}\right)^2 + y^2 &= (GM/c^2)^2 + \frac{A^2}{1-(Ac^2/(GM))^2} \\ \alpha(x-f)^2 + y^2 = \beta \end{align} $$ where $\alpha=(1-(Ac^2/(GM))^2)$, $\displaystyle f=\frac{A}{(1 - (Ac^2/(GM))^2)}$, and $\beta=\displaystyle (GM/c^2)^2 + \frac{A^2}{1-(Ac^2/(GM))^2}$. Since $0 < \alpha$, this is the textbook form of an ellipse with major axis along the $x$-axis (since $\alpha < 1$) and center at $(f,0)$ (recall that the center of an ellipse is midway between the two foci).

Area Of An Orbit

Kepler's third law relates the period, the time it takes the planet to complete an orbit, to the semimajor axis of the ellipse. Kepler's second law relates time to the area swept out, and we also know how to find the area of an ellipse given the major and minor axes. We will use this to find two formulas for the area of an orbit, and then use those to deduce Kepler's third law.

b Asteroid Perihelion Aphelion a Sun f

The standard formula for area of an ellipse is $\pi ab$ where $a$ is the semi-major axis and $b$ is the semi-minor axis. If we worked out the full formula for the ellipse in the previous section we could get $a$ and $b$ from the equation, but there is an easier way, that involves developing a new and pretty formula for area in terms of perihelion and aphelion. Perihelion is the closest distance from the orbit to the sun (from the ellipse to the focus), while aphelion is the farthest distance. The diagram above, which I modified from a Science Buddies diagram, is not accurate in that the Sun should properly be much closer to the left edge for the indicated orbit, but it gets across the relationships between the major and minor axes and perihelion and aphelion. In particular, if we let $f$ be the focal distance, the distance from the sun at a focus to the center of the ellipse, $a$ be the semi-major axis, and $b$ the semi-minor axis, then perihelion is $a-f$ while aphelion is $a+f$, so the semi-major axis is the arithmetic mean of perihelion and aphelion, $$ a = \frac{\text{perihelion} + \text{aphelion}}{2}. $$ To get the semi-minor axis, we recall that the defining property of an ellipse is that the sum of the distances from any point on the ellipse to the two foci is a constant, which is $2a$, the major axis. So by symmetry, the distance from the Sun to the ellipse along the hypoteneuse in the diagram is $a$, while the sides of the right triangle are $f$ and $b$. Then we have $$ \begin{align} b &= \sqrt{a^2 - f^2} \\ &=\sqrt{(a-f)(a+f)} \\ &=\sqrt{\text{perihelion}\times\text{aphelion}}. \end{align} $$ So the semi-minor axis, $b$, is the geometric mean of the perihelion and aphelion. Finally, the area is $\pi$ times the product of the arithmetic and geometric means of the perihelion and aphelion, $$ \text{Area} = \pi\frac{\text{perihelion} + \text{aphelion}}{2} \sqrt{\text{perihelion} \times \text{aphelion}}. $$ So now we need to find the perihelion and the aphelion. Fortunately, we can do this easily from the polar form we derived above, $$ r = \frac{1}{GM/c^2 - A\cos(\theta)}. $$ Since $r$ is the distance to the sun, perihelion is just the minimum value of $r$, while aphelion is the maximum value of $r$. Since a fraction is smallest when the denominator is largest, to find perihelion we just need to maximize $GM/c^2 - A\cos(\theta)$. But since we know $-1 \le \cos(\theta) \le 1$, we can see that the maximum value will be $GM/c^2 + A$ when $\cos(\theta) = -1$, so perihelion will be $$ \text{perihelion} = \frac{1}{GM/c^2 + A}. $$ We similarly find $$ \text{aphelion} = \frac{1}{GM/c^2 - A}. $$ Then we plug these into our area formula to get $$ \begin{align} \text{Area} &= \pi \frac12\left(\frac{1}{GM/c^2 + A}+\frac{1}{GM/c^2 - A}\right) \sqrt{\left(\frac{1}{GM/c^2 + A}\right)\left(\frac{1}{GM/c^2 - A}\right)} \\ &=\pi\left(\frac{GM/c^2}{(GM/c^2)^2 - A^2}\right) \frac{1}{\sqrt{(GM/c^2)^2 - A^2}} \\ &=\pi \frac{GM/c^2}{\left( (GM/c^2)^2 - A^2 \right)^{3/2}} \end{align} $$

Kepler's Third Law

From the above we can compute $$ \begin{align} \text{semi-major axis} &= \frac{\text{perihelion} + \text{aphelion}}2 \\ &= \frac{1}{2}\left(\frac{1}{GM/c^2 + A}+\frac{1}{GM/c^2 - A}\right) \\ &=\frac{GM/c^2}{(GM/c^2)^2 - A^2}. \end{align} $$ We want to relate this to the orbital period $T$, the time it takes the planet to complete an orbit. In the section "Kepler's First Law," we deduced that the area swept out in a time $t$ was $ct/2$. So in time $T$, we sweep out area $cT/2$. But this must be the area of the entire orbit, which we computed in previous section. So $$ \begin{align} \frac{cT}{2} &= \pi \frac{GM/c^2}{\left((GM/c^2)^2 - A^2 \right)^{3/2}} \\ T &= 2\pi \frac{GM/c^3}{\left( (GM/c^2)^2 - A^2 \right)^{3/2}} \\ T^2 &= 4\pi^2 \frac{(GM)^2/c^6}{\left( (GM/c^2)^2 - A^2 \right)^3} \\ T^2 &= \frac{4\pi^2}{GM}\frac{(GM)^3/c^6}{\left( (GM/c^2)^2 - A^2 \right)^3} \\ T^2 &= \frac{4\pi^2}{GM}\left(\frac{(GM)/c^2}{(GM/c^2)^2 - A^2}\right)^3 \\ T^2 &= \frac{4\pi^2}{GM}(\text{semi-major axis})^3. \end{align} $$ So the orbital period squared is proportional to the semi-major axis cubed, with the constant of proportionality $\displaystyle \frac{4\pi^2}{GM}$. Note that we have not only established Kepler's third law, we've also worked out the specific constant of proportionality in terms of physical constants. This enables us to "weigh" the sun. An accurate determination of the semi-major axis of the earth's orbit was made based on measurements taken during the transits of Venus in 1761 and 1769. An accurate measurement for $G$ was carried out by Henry Cavendish in 1798 using a torsion balance. Since the orbital period of the earth is 1 year, from this information we are able to measure the mass of the Sun.

3149

主题

8386

回帖

6万

积分

$\style{scale:11;fill:#eff}꩜$

积分
65391
QQ

显示全部楼层

 楼主| hbghlyj 发表于 2024-10-26 18:37

    You may use $G \approx 6.67 \times 10^{-11} m^3 kg^{-1} sec^{-2}$ for the gravitational constant in the following problems.

  1. According to Newton's Law of Gravity, the acceleration due to gravity at the earth's surface is $\displaystyle g = \frac{GM}{r^2}$ where $M$ is the mass of the earth and $r$ is the radius of the earth. Using $g \approx 9.81 m/sec^2$ and $r \approx 6.37 \times 10^6 m$, approximate the mass of the earth.

  2. We are unable to stand on the surface of the sun to measure the acceleration of its gravity. But we can find the mass using Kepler's third law, that $\displaystyle \frac{T^2}{a^3} = \frac{4\pi^2}{GM}$, where $T$ is the orbital period, $a$ is the semi-major axis, and $M$ is the mass of the sun. For earth's orbit, $T \approx 3.156 \times 10^7 sec$ and $a \approx 1.496 \times 10^{11} m$. What is the approximate mass of the sun?

  3. Europa orbits Jupiter with semi-major axis about $6.709 \times 10^8 m$ and period $3.068 \times 10^5 sec$. What is the approximate mass of Jupiter?

  4. Phobos orbits Mars with semi-major axis about $9.376 \times 10^6 m$ and period $2.755 \times 10^4 sec$. What is the approximate mass of Mars?


  5. For the next problems you may find it easier to use the standard gravitational parameter for the sun, $\mu = GM \approx 1.327 \times 10^{20} m^3/sec^2$ rather than having to mulitply $G$ and $M$ each time.

  6. The European Space Agency recently landed the Philae probe on Comet 67P/Churyumov-Gerasimenko (67P/C-G). Comet 67P/C-G is a short period comet with an orbital period of approximately $2.03 \times 10^8 sec$. It has a perihelion of approximately $1.86 \times 10^{11} m$. What is its aphelion?

  7. One group of short period comets typically have orbits that take them from aphelion at about the distance of Jupiter from the Sun to the inner solar system for perihelion. This gives them a typical semi-major axis of around $10^{11} m$ to $5 \times 10^{11} m$. What would the periods be for such comets?

  8. Observing that the fossil record shows major extinction events tend to happen about every 25 million years, it has been theorized that perhaps there is a red or brown dwarf star orbiting the sun, called Nemesis, that has an orbit that disturbs trans-Neptunian bodies every 25 million years or so, leading to much higher chances of cometary impacts on the inner planets. What would the semi-major axis be for an orbit with a period of 25 million years (remember that $\mu$ is given above in units of seconds, not years)? Note: astronomical surveys have looked for such an object and not found anything, so the Nemesis hypothesis is currently considered incorrect.


  9. You may find it interesting to compare your answers to problems 9 and 10 to the mean speed of the Earth in orbit, which is about $30,000 m/sec$. Note that the Earth's orbit is close to circular (eccentricity 0.0167) so the speed only varies a few percent over the year.

  10. Speed is the magnitude of the velocity vector. Show that at perihelion and aphelion, speed is $c/r$ where $c$ is the angular velocity. Hint: there is something special about perihelion and aphelion that will simplify the calculations.

  11. Halley's comet has a period of about $2.38 \times 10^9 sec$, a perihelion of about $8.766 \times 10^{10} m$, and aphelion of about $5.25 \times 10^{12} m$ (you could actually deduce this last value from the first two using Kepler's third law). What is the speed of Halley's comet at perihelion? Note: it is usually easiest to find $c$ by remembering the area of the orbit is $\displaystyle \frac{cT}{2}$ from our derivation of Kepler's second law.

  12. Halley's comet has a period of about $2.38 \times 10^9 sec$, a perihelion of about $8.766 \times 10^{10} m$, and aphelion of about $5.25 \times 10^{12} m$ (you could actually deduce this last value from the first two using Kepler's third law). What is the speed of Halley's comet at aphelion? Note: it is usually easiest to find $c$ by remembering the area of the orbit is $\displaystyle \frac{cT}{2}$ from our derivation of Kepler's second law.

  13. Suppose a comet is observed with a perihelion of $1.30 \times 10^{11} m$ and moving with a speed of $4.50 \times 10^4 m/sec$ at perihelion. What is the period of the orbit of the comet? Hint: recall that orbits take the form $\displaystyle r = \frac{1}{GM/c^2 - A\cos(\theta)}.$ With this data it is easiest to solve for $c$ using the speed data and then solve for $A$. Then use these values to find the area of the orbit and from that the period.

  14. Suppose a comet is observed with a perihelion of $7.50 \times 10^{10} m$ and moving with a speed of $5.00 \times 10^4 m/sec$ at perihelion. What is the period of the orbit of the comet? Hint: recall that orbits take the form $\displaystyle r = \frac{1}{GM/c^2 - A\cos(\theta)}.$ With this data it is easiest to solve for $c$ using the speed data and then solve for $A$. Then use these values to find the area of the orbit and from that the period.

  15. Suppose a comet has a perihelion of $5.50 \times 10^{10} m.$ What speed would the comet need to have at perihelion to be on a "parabolic" orbit and escape the solar system?

  16. Suppose a comet has a perihelion of $8.00 \times 10^{10} m.$ What speed would the comet need to have at perihelion to be on a "parabolic" orbit and escape the solar system?

  17. Suppose Bennett's Law of Gravity says that the gravitational force between two masses is given by $\displaystyle -\frac{GMm}{r}$ (where the denominator is $r$ instead of $r^2$). Show the Kepler's second law still holds for this model.

  18. With Bennett's Law of Gravity from the previous problem, the key equation in "Writing an Equation for the Orbit" becomes $$ r'' - r(\theta')^2 = - \frac{GM}{r}. $$ Show that if you start from here and make the substitution $u = 1/r$ and write the equation as a differential equation for $u$ as a function of $\theta$, you get a non-linear equation.

  19. More generally, show that the law of gravitational force $\displaystyle -\frac{GM}{r^n}$ leads to a linear equation for $u$ as a function of $\theta$ only when $n=2$ or $n=3$.

  20. From Kepler's first law, we know that if we have an equation for $u = 1/r$ as a function of $\theta$, then the solution must have the form $u = B - A\cos(\theta)$, since that is the general form for an ellipse with a focus at the origin and aphelion at $\theta = 0$. Show that this is a solution for the law of gravitational force $\displaystyle -\frac{GM}{r^n}$ only when $n=2$.

  21. By definition, an ellipse consists of all points with the property that the sum of the distances from the point to two foci is a fixed quantity. Pick the coordinate system so the foci are $(f,0)$ and $(-f,0)$ and the sum of the distances be $2a$, and let $b^2 = a^2 - f^2$. Show the equation of the ellipse is $$ \left(\frac{x}{a}\right)^2 + \left(\frac{y}{b}\right)^2 = 1$$
  22. Show that the polar equation $\displaystyle r = \frac{ep}{1-e\cos(\theta)}$ becomes $$\left(\frac{x-f}{a}\right)^2 + \left(\frac{y}{b}\right)^2 = 1 $$ with $\displaystyle f = \frac{e^2p}{1-e^2}$, $\displaystyle a = \frac{ep}{1-e^2}$, and $\displaystyle b = \frac{ep}{\sqrt{1-e^2}}$.

  23. Show that $b^2 + f^2 = a^2$ for the values of $a$, $b$, and $f$ in problem 20. Note: problems 19-21 show that $$ r = \frac{ep}{1-e\cos(\theta)}$$ is the equation of an ellipse with a focus at the origin, since you now have the equation in problem 20 is that of the ellipse from problem 19, only translated by $f$, the distance from the focus to the origin.

3149

主题

8386

回帖

6万

积分

$\style{scale:11;fill:#eff}꩜$

积分
65391
QQ

显示全部楼层

 楼主| hbghlyj 发表于 2024-10-26 18:37

Solutions to Odd Exercises

Note: Because these problems use rounded values for the data, the answers you get will often differ slightly from the actual values you will find in a reference work.

1. $5.97 \times 10^{24} kg$.

3. $1.899 \times 10^{27} kg$.

5. $8.49 \times 10^{11} m$.

7. $1.3 \times 10^{16} m$.

9. Approximately 54,500 m/sec.

11. $1.24 \times 10^{10} sec$ (which is about 393 years).

13. Approximately 69,500 m/sec.

15. Since the transverse component of acceleration is still 0, the proof of the second law in the text works exactly the same for Bennett's law of gravity as it does for Newton's.

17. Our key equation is $$ r'' - r(\theta')^2 = - \frac{GM}{r^n}. $$ Using the conservation of angular momentum, $\displaystyle \theta' = \frac{c}{r^2}$, we get \begin{align*} r'' - r(\theta')^2 &= -\frac{GM}{r^n} \\ r'' - r\left(\frac{c}{r^2}\right)^2 &= -\frac{GM}{r^n} \\ r'' - \left(\frac{c^2}{r^3}\right) &= -\frac{GM}{r^n} \\ -\frac{r^2r''}{c^2} + \frac{1}{r} &= \left(\frac{GM}{c^2}\right)r^{2-n} \end{align*} Then making the substitution $u=1/r$, which leads to $\displaystyle \frac{d^2u}{d\theta^2} = -\frac{r^2r''}{c^2}$ as shown in the text we get $$ \frac{d^2u}{d\theta^2} + u = \left(\frac{GM}{c^2}\right)u^{n-2}. $$ For this to be a linear equation, we can only have $u$ to the zeroth or first power, so we only get a linear equation if $n=2$ or $n=3$.

19. We want points $(x,y)$ where the sum of the distances to $(f,0)$ and $(-f,0)$ is $2a$. From the distance formula we thus get $$ \sqrt{(x-f)^2+y^2} + \sqrt{(x+f)^2+y^2} = 2a. $$ To simplify this equation we isolate one of the square roots and square both sides, then isolate the remaining square root and square both sides again as follows. \begin{align*} \sqrt{(x-f)^2+y^2} + \sqrt{(x+f)^2+y^2} &= 2a \\ \sqrt{(x-f)^2+y^2} &= 2a - \sqrt{(x+f)^2+y^2} \\ (x-f)^2+y^2 &= 4a^2 - 4a\sqrt{(x+f)^2+y^2} + (x+f)^2 + y^2 \\ x^2 - 2xf + f^2 +y^2 &= 4a^2 - 4a\sqrt{(x+f)^2+y^2} + x^2+2xf+f^2 + y^2 \\ -2xf &= 4a^2 - 4a\sqrt{(x+f)^2+y^2} + 2xf \\ 4a\sqrt{(x+f)^2+y^2} &= 4a^2+4xf \\ a\sqrt{(x+f)^2+y^2} &= a^2+xf \\ a^2\left((x+f)^2 + y^2\right) &= a^4 +2a^2xf + x^2f^2 \\ a^2x^2 + 2a^2xf + a^2f^2 + a^2y^2 &= a^2 + 2a^2xf + x^2f^2 \\ (a^2-f^2)x^2 + a^2y^2 &= a^4-a^2f^2 \\ (a^2-f^2)x^2 + a^2y^2 &= a^2(a^2-f^2) \\ \left(\frac{x^2}{a^2}\right) + \left(\frac{y^2}{a^2 - f^2}\right) &=1. \end{align*} 21. We compute \begin{align*} b^2 + f^2 &= \frac{e^2p^2}{1-e^2} + \frac{e^4p^2}{(1-e^2)^2} \\ &= \frac{(1-e^2)e^2p^2}{(1-e^2)^2} + \frac{e^4p^2}{(1-e^2)^2} \\ &= \frac{e^2p^2 - e^4p^2 + e^4p^2}{(1-e^2)^2} \\ &= \frac{e^2p^2}{(1-e^2)^2} \\ &= \left(\frac{ep}{1-e^2}\right)^2 \\ &= a^2. \end{align*}

手机版|悠闲数学娱乐论坛(第3版)

GMT+8, 2025-3-4 07:29

Powered by Discuz!

× 快速回复 返回顶部 返回列表