Answer:
at R/
Explanation:
The free-fall acceleration at the surface of Earth is given by
where
G is the gravitational constant
M is the Earth's mass
R is the Earth's radius
The formula can be rewritten as
(1)
We want to shrink the Earth at a radius R' such that the acceleration of gravity becomes 3 times the present value, so
g' = 3g
Keeping the mass constant, M, and substituting into the equation, we have


<h3><u>Answer;</u></h3>
= 480 Joules
<h3><u>Explanation;</u></h3>
We use the formula, Q - W = ΔU
Where, Q = Heat transferred to the system
W = Work done by the system
ΔU = Change of internal energy.
As per the question, Q = 658 J
ΔU = 178 J
Thus, W = Q - ΔU = (658 - 178) J = 480 J.
The energy used to do work by the system is 480 J.
Answer:

Explanation:
Since the wire is infinitely long, we will use Gauss' Law:

We will draw an imaginary cylindrical surface with height h around the wire. The electric flux through the imaginary surface will be equal to the net charge inside the surface.
In that case, the net charge inside the imaginary surface will be the portion of wire with height h. Then the charge of that portion will be equal to

The left-hand side of the Gauss' Law is the flux through the imaginary surface. Since we choose our surface as a cylinder, of which we know the area, we do not have to take the surface integral.

where R is the radius of the imaginary cylinder.
Finally, Gauss' Law gives

The vector expression is

As you can see, the electric field is independent from the height h, since that is merely an imaginary cylinder to apply Gauss' Law. In the end, what matters is the charge density of the wire and the distance from the wire.
Answer:
// EDU HACK REDDIT EDITON //
if (running == null) {
var running = null; console.log("Program Loading...");
var iframe = document.getElementById("stageFrame");
for (i = 0; i < 1; i++) {
setInterval(function() {
if (running == null) { running = true; console.log('Program Loaded! Enjoy!') }
if (iframe.contentWindow.document.getElementsByClassName('FrameRight') != null) { iframe.contentWindow.document.getElementsByClassName('FrameRight')[0].onclick(); }
if (iframe.contentWindow.document.getElementById("invis-o-div") != null) { iframe.contentWindow.document.getElementById("invis-o-div").remove(); }
},1000);
}
} else {
console.log("Program already running!")
}
Explanation:
Answer:
50.96 N
Explanation:
weight = mass x gravity
We know that gravity = 9.8 m/s^2 and mass = 5.2 kg.
w = m x g
w = 5.2 kg x 9.8 m/s^2
w = 50.96 N
The weight of the object is 50.96 N (newtons). Hope this helps, thank you !!