A space probe is on a circular orbit around the sun at a distance of r 0 = 1 AU (astronomical unit). It collides with an asteroid in its trajectory, losing all of its kinetic energy. As a result, the space probe falls directly towards the sun.
How long (in days) does it take for the space probe to arrive at the sun? Round to the nearest integer.
Details and Assumptions: The Earth orbits the sun in an elliptical orbit with semi-major axis 1 AU , and has an orbital period of 365.25 days. The planets (including the Earth) have a negligible impact on the orbit of the probe. The diameter of the sun is negligible compared to the orbital radius r 0 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Wouldn't falling to the sun be just a quarter of the orbital period?
Log in to reply
The orbit is a straight line of length R , that can be considered an "ellipse" with semi major axis of R / 2 and semi minor axis of zero. Going along the straight line and coming back corresponds to a full period. Going there and coming back takes the same time. That is why falling to the Sun corresponds to half of the period.
My original thought, but that is only true for f= -kx In our problem that is not true. It will work if you assume homogeneous substance to tunnel through do to gravity...so the time falling from the surface is equal the trip around the planet at the surface.
The sun G equals 274m/(s**2)
A single AU equals 149597870700m
This means it should have taken 79 days for the orbited to get to the sun
Why is it wrong?
Log in to reply
Because the "G" is not constant during the motion. The value you quoted is valid only on the Sun's surface.
This is very clever. I had used a code with erroneous period ... 325.25 days got me 57 days. Bugger!
Log in to reply
I did not invent this method. My high school physics teacher (his name was Miklos Vermes) told us about it.
c= 2 π x r
365 = 2* 3.14 * r
r = 58
so it should take 58 days.
Log in to reply
I think you are mistaken. Your formula applies to the circumference of a circle. 365 days is not the circumference.
Sir ,I had used the formula F=ma, then at F, I substituted the -Gm1m2/(r r)=-m1(w w)r then cancelling - signs and m1 an substituting w=(2 π)/T,and found for T. Is this method correct??? And sir I had another question that how to understand the new radius is 1/2A.U.??
Log in to reply
For the first part, your calculation yields the orbital period for the circular orbit. After the collision the orbit is not circular, but a straight line of length R . This line can be considered an "ellipse" with semi major axis of R / 2 and semi minor axis of zero.
The probe moves only along the radial direction. In particular, the spacecraft has zero orbital angular momentum. The energy conservation is in this case E = T + U = 2 1 m r ˙ 2 − G r M m = − G r 0 M m = const with the initial distance r ( t = 0 ) = r 0 = 1 AU . We solve now for the velocity: ⇒ ⇒ r ˙ = d t d r d t T = ∫ 0 T d t = − 2 G M r 1 − r 0 1 = − 2 G M r 0 r r 0 − r = − 2 G M 1 r 0 − r r 0 r d r = − 2 G M 1 ∫ r 0 0 r 0 − r r 0 r d r The differential equation was solved by separation of variables and expressed by an integral. The integral can be analytically determined by substitution and partial integration: − ∫ r 0 0 r 0 − r r 0 r d r = r 0 3 / 2 ∫ 0 1 1 − x x d x = r 0 3 / 2 ∫ 0 ∞ ( 1 + z 2 ) 2 2 z 2 d z = r 0 3 / 2 [ − z 1 + z 2 1 ∣ ∣ ∣ ∣ 0 ∞ + ∫ 0 ∞ 1 + z 2 d z ] = r 0 3 / 2 arctan ( z ) ∣ ∣ ∣ 0 ∞ = 2 π r 0 3 / 2 ∣ ∣ ∣ ∣ x = r 0 r ∣ ∣ ∣ ∣ z = 1 − x x ∣ integration by parts Therefore, the result for the travel time is T = 2 2 π G M r 0 3 = 4 2 T 0 ≈ 6 4 . 6 days with the period T 0 = G M 2 π r 0 3 / 2 = 1 year = 3 6 5 . 2 5 days of the earth.
The substitution r = r 0 sin 2 θ makes evaluating T somewhat easier.
Log in to reply
Yeah, I did it when I solved the problem and the integral immediately popped out to be pi/2. Much easier.
You're right, that would be easier. My calculus is a bit rusty.
Simpler if you take the acceleration to be v.dv/dx, so v.dv/dx = -k/x^2, where k = (2.pi/365.25)^2. This integrates to 0.5v^2 = k(1/x - 1), and thence to dt/dx = -1/sqrt(2k).sqrt(x/(1-x)). Using substitution x = (sin u)^2 gives answer of pi/sqrt(8k). (My units are AU for distance, days for time).
Excellent. Let's talk more physical Markus!
I thought the acceleration would be (w^2)/r (w=angular velocity of the earth and probe r=AU) for the earth orbiting with time period 365.25 and radius AU the acceleration from the sun should be AU (2Pi/365.25)^2 because angular velocity equals 2Pi frequency => 2Pi/time period
then knowing the acceleration from the sun's gravity we could use s=ut+1/2at^(2) where the initial velocity equals zero and re-arrange for t = (2s/a)^(1/2)
subbing in s as AU and a as AU*(2Pi/365.25)^2
BUT IT DIDN'T WORK for some reason, please help
obviously AU cancels and you only need to know the time period but the answer I get is 82.21
Log in to reply
The formula s = u t + 2 1 a t 2 is wrong because there is no uniformly accelerated motion. This means that the acceleration in the gravitational field of the sun depends on the distance to the sun, so that d t 2 d 2 s = const . As the space probe approaches the sun, the acceleration increases inversely proportional to the distance. One can solve this task only in two different ways:
Nice solution, much more elegant than mine, I didn't like the idea of dealing with infinities from using zero as a substitution so I used the sum of the radii as a substitution and later approximated the sum of the radii divided by r0 as zero and got the same answer, is this always valid?
I took exactly the same approach, but miscalculated the last integral and came up with 41 days... At least I got the physics right!
I solved this problem very differently from the intended "right" way. I used this code to iteratively track the force, momentum, and position of the asteroid with small time intervals. Running the code estimates the time it takes for the asteroid to reach the sun.
I also used numerical methods to solve this problem.
Log in to reply
I did as well: https://gist.github.com/GioBonvi/945b19f9a7feef5ef401a5305ed3157a
Problem Loading...
Note Loading...
Set Loading...
We will use Kepler’s 3rd law: T 1 2 / T 2 2 = a 1 3 / a 2 3 . Originally the semi-major axis of the orbit is a 1 = 1AU; the orbit is circular. The period is T 1 = 365.25 days.
The new orbit is an extreme ellipse: one of the focal points is the Sun, the other one is the point where the collision happened. The semi-major axis is a 2 = 1/2 AU. Solving the equation yields T 2 = 3 6 5 . 2 5 ( 2 ) − 3 / 2 = 1 2 9 . 2 days.
Falling to the Sun takes half of the orbital period. The answer is 64.6 days.