Mechanics, First year university Physics

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
Isaac Pepper
Messages
31
Reaction score
1

Homework Statement


A space traveller lands on a small planet whose circumference is 12,500 km. He releases a hammer and a table tennis ball simultaneously from rest and from a height of 1.6 m, timing their fall to take 0.66 s. Determine the density of the planet. What can you conclude about its atmosphere?

Homework Equations


[itex]x = \frac{1}{2} \gamma t^2[/itex]
[itex]V<sub>sphere</sub> =\frac{4}{3} \π r<sup>3</sup>[/itex]
Circumference = [itex]2 \pi r[/itex]

The Attempt at a Solution


[itex]r = \frac{12,500}{2 \pi } = 1989 km[/itex]
[itex]V<sub>sphere</sub> = \frac{4}{3} \pi r<sup>3</sup> = 3.30*10<sup>10</sup> km<sup>3</sup>[/itex]
[itex]\gamma = \frac{2x}{t^2} = \frac{3.2}{0.66^2} = 7.35 m.s<sup>-2</sup>[/itex]

Since the density [itex]ρ=m/V[/itex], is there a way to determine the mass of the planet with the acceleration due to gravity, to then figure out the density with the formula?
Thanks for the help !
Also...a bit of help with LaTeX please !
 
Physics news on Phys.org
Think about Newton's law of gravitation and how one can determine "g" from it.

For LaTeX, I'd suggest using the more convenient "##" tags to surround the expressions rather than the "itex" ones. And don't embed other bb code tags inside LaTeX expressions (i.e., don't use the x2 or x2 icons to form super- or subscripts. Instead use the LaTeX syntax).
 
thanks ! I think I have worked it out.
Will use Newton's law of gravitation to work out M and then work out the density from that.
 
gneill said:
don't embed other bb code tags inside LaTeX expressions (i.e., don't use the x2 or x2 icons to form super- or subscripts. Instead use the LaTeX syntax).
Also, make sure there are no bold or italics inside. This can be tricky because you don't necessarily see it. What looks like regular text can include (in the html, I guess) start and end controls for italics ("em") with no text between them. If that ends up inside the LaTeX delimiters, the LaTeX processor gives up. This problem arises when text is pasted in from somewhere else.
 
  • Like
Likes   Reactions: BvU
haruspex said:
Also, make sure there are no bold or italics inside. This can be tricky because you don't necessarily see it. What looks like regular text can include (in the html, I guess) start and end controls for italics ("em") with no text between them. If that ends up inside the LaTeX delimiters, the LaTeX processor gives up. This problem arises when text is pasted in from somewhere else.
Yes, those are very good hints! Thanks for that, I hadn't considered the surprises hiding in cut&paste objects.
 
Thanks guys I'll keep this advice in mind and try to make a more legible post next time because I am aware of how tiresome it is trying to read the equations otherwise!