All Questions
5 questions
1
vote
1
answer
41
views
Basic Gravity/Projectile Question
I have a really basic question before I start some code.
Can a projectile, launched into space, hit the opposite side of a planet with just its initial trajectory and force (assume an ideal, perfect ...
1
vote
2
answers
76
views
Weber's gravitational law for zero acceleration
In: http://www.ifi.unicamp.br/~assis/J-Advanced-Phys-V5-p176-179(2016).pdf equation (5) Weber's gravitational law is given by (assuming zero acceleration):
$F = - G m_1 m_2 \frac{\hat{r}_{12}}{r_{12}^...
0
votes
1
answer
2k
views
Does higher velocity increases the impact force? [duplicate]
In this example we have an object with 100 kg that's being dropped from a certain height (h), for simplicity lets ignore Air Resistance, by calculating the Gravitational Force (F=m.g) we would obtain ...
1
vote
1
answer
113
views
Working of force of gravitation on the objects moving at the speed comparable to the speed of light
If two clamped objects of mass m starts moving at the speed comparable to the speed of light.Will the gravitational force between them increase?
$$
m=\frac{m_0}{\sqrt{1-\frac{v^2}{c^2}}}
$$
This ...
1
vote
1
answer
3k
views
How do I graph acceleration?
I have written some java code for the calculation of some various acceleration and etc. type data. I am now trying to graph that data so I can pull specific data over a time line. The values I have ...