The gravitation force with which the earth is being pulled can be determined by applying Newton's law of universal gravitation.
<h3>
What is gravitation force?</h3>
According Newton's law of universal gravitation, the force exerted between two objects in the universe is directly proportional to the product of masses of the two objects and inversely proportional to the square of the distance between the two objects.
Mathematically, the formula for gravitation force is given as;
F = GmM/R²
where;
- m is the mass of the object
- M is mass of earth
- R is the distance of the object from earth
- G is universal gravitation constant
If the mass of the object is know and the distance between earth and the object is also known, the force with which the earth is being pulled can be calculated by applying Newton's law of universal gravitation as shown in the above equation.
Thus, the force with which the earth is being pulled can calculated as well.
Learn more about gravitation force here: brainly.com/question/27943482
#SPJ1
Explanation:
sound waves go through almost every thing exept solid walls
<span>Drought
....................</span>
Answer:
471392.4 N
Explanation:
From the question,
Just before contact with the beam,
mgh = Fd.................... Equation 1
Where m = mass of the beam, g = acceleration due to gravity, h = height. F = average Force on the beam, d = distance.
make f the subject of the equation
F = mgh/d................ Equation 2
Given: m = 1900 kg, h = 4 m, d = 15.8 = 0.158 m
Constant: g = 9.8 m/s²
Substitute into equation 2
F = 1900(4)(9.8)/0.158
F = 471392.4 N
Line of code will call force with a value of 10 for mass and a value of 9.81 for acceleration is force(10, 9.81).
<h3 /><h3>Line of code for force and acceleration</h3>
- In mechanics, acceleration refers to the rate at which an object's velocity with respect to time varies.
- Acceleration is a vector quantity (in that they have magnitude and direction).
- The direction of an object's acceleration is determined by the direction of the net force acting on it.
- Newton's Second Law states that the combined effect of two factors determines how much an item accelerates.
- The size of the net balance of all external forces acting on the object is, in accordance with the materials used to create it.
- It inversely proportional to its mass, whereas the magnitude of the net resultant force is directly proportional to the net force.
def force(mass, acceleration):
force_val = mass*acceleration
return force_val
10 is assigned to mass and 9.81 is assigned to acceleration
def force(10, 9.81)
So, Line of code will call force with a value of 10 for mass and a value of 9.81 for acceleration is force(10, 9.81).
Learn more about acceleration here:
brainly.com/question/460763
#SPJ4