Explanation:
Gravitational potential energy = mgh = (5)(9.81)(7) = 343.35J.
True, the path of the ball, as observed from the train window, will be a horizontal straight line.
An object projected from a certain height has a parabolic path when observed from a fixed point.
However, if the reference point is moving at the same velocity as the object, the path of the object's motion appears to be a straight line.
When the ball is released from the window of the train, it will move at the same constant velocity as the train, and the path of the ball's motion observed from the train window will be a straight line.
Thus, we can conclude that the given statement is true. The path of the ball, as observed from the train window, will be a horizontal straight line.
Learn more about path of motion of objects here: brainly.com/question/82610
Answer:
#include <iostream>
#include <vector>
using namespace std;
int main() {
const int NUM_GUESSES = 3;
vector<int> userGuesses(NUM_GUESSES);
int i = 0;
int uGuess = 0;
for(i = 0; i <= userGuesses.size() - 1; i++){
cin >> uGuess;
userGuesses.at(i) = uGuess;
}
cout << endl;
return 0;
}
Explanation:
First inbuilt library were imported. Then inside the main( ) function, 3 was assigned to NUM_GUESSES meaning the user is to guess 3 numbers. Next, a vector was defined with a size of NUM_GUESSES.
Then a for-loop is use to receive user guess via cin and each guess is assigned to the vector.
The speed of the satellite in a circular orbit around the Earth is 1.32 x 10⁵ m/s.
<h3>
Speed of the satellite</h3>
v = √(GM/r)
where;
- G is universal gravitation constant
- M is mass of Earth
- r is radius of the satellite
v = √(6.67 x 10⁻¹¹ x 5.98 x 10²⁴/3.57 x 6.37x 10³)
v = 1.32 x 10⁵ m/s
Thus, the speed of the satellite in a circular orbit around the Earth is 1.32 x 10⁵ m/s.
Learn more about speed of satellite here: brainly.com/question/22247460
#SPJ1
Answer:
Explanation:
According to first law of thermodynamics:
∆U= q + w
= 10kj+(-70kJ)
-60kJ
, w = + 70 kJ
(work done on the system is positive)
q = -10kJ ( heat is given out, so negative)
∆U = -10 + (+70) = +60 kJ
Thus, the internal energy of the system decreases by 60 kJ.