One fine day, I was weighing my self on a weighing scale. Suddenly a thought came to my mind, 'How much would be the mass of Earth?'. Leave that apart 'How can we even measure it?'. There is no such weighing scale on which, Earth can be placed. There has to be some indirect way to measure mass of the Earth. Here I present implementation of one such indirect method to measure mass of the Earth.
In early nineteenth century scientists used Newton's second law and Newton's law of universal gravitation to measure mass of the Earth. These equations are F = ma and F=(GmM)/(r2) respectively(m=mass of the object, a=acceleration, G=Gravitational Constant, M=mass of the Earth, r=Radius of the earth). If we substitute g i.e. acceleration due to gravity for the 'a' acceleration term and combine these two equation we get.
mg = GmM/r2
This equation can be solved for M i.e mass of the earth.
M = (gr2)/G.
We will assume that we know the value of G and r. We will find g i.e. acceleration due to gravity using a small experiment, involving arduino and a few sensors. Finally we will put all things together to find the value of M.
If equations seems a bit awkward , look at the attached image.
Let's get started with the experiment.
Here is the list of things we will need for experiment to measure acceleration due to gravity.
In case of any doubt look at the attached Images.
This circuit will be used to time-stamp the starting time of free fall for an object used to measure 'g'. Here are the important points about the fritzing schematic image.
Look at the attached image in case of any doubt, or refer the video (time= 5m 16s) .
This circuit will be used to time-stamp the ending time of free fall for an object used to measure 'g'. Here are the important points about the fritzing schematic image.
In case of doubt refer to attached image or video (time = 9m 2 sec).
Follow these instructions to put things together.
In case of doubt, look at the attached image, it is properly marked for ease of understanding the assembly.
With all things at place (except arduino code, discussed in step 8), lets go through the procedure of this experiment.
Here again we will use Newton's equation that goes like -
Distance traveled = (initial velocity * time of travel) + (acceleration * (time of travel)2)/2
In our case these variables takes following values-
So equation reduces to
1 = (g * (time of travel)2)/2
So,
g = 2 / (time of travel)2
So after we do the experiment we will use this equation to calculate value of 'g' and find mass of the earth. In case of any doubt refer the attached image or video.
I am attaching the arduino code for this experiment. Code is really simple. In case of any doubt refer the video where I explain the code in detail (time in video = 13 minute 35 secs)
Following things should be taken care before doing this experiment.
Here I am doing this experiment at time stamp 17 minute in the attached video. We will calculate Mass of earth using results i.e. time of flight obtained from this experiment.
After repeating this experiment for 3 times I got following results in terms of Time of Flight.
Lets take average.
Average time of flight = 450 ms
If we substitute this value in equation to obtain acceleration due to gravity we get acceleration to be around 9.8755 m/s2. As seen in the attached image.
Finally substituting this value of 'g' to get mass of earth we get it to be around 6.0066 x 1024 Kg, as you can see in the attached image.
Actual mass of the Earth as per google is 5.972 x 1024 Kg. I think we got close.
Thank you for your time, In case of any doubt refer the video or put it in the comments I will be happy to help.