Answer: The period of the pendulum will be bigger than in Earth.
Explanation:
The period of a pendulum is:
T = 2*pi*√(L/g)
where pi = 3.14
L is the length of the pendulum and g is the gravitational acceleration.
you can see that g is in the denominator, so if g is smaller, then the end number woll be bigger (because in the moon we are dividing by a smaller number)
This means that in the moon the period of the pendulum is bigger than in the Earth.
I think it will move down because this force it is 4N more than all force
Answer:
E0
Explanation:
Yes. The "0" indicates that it is spherical
Answer:
given function is


formula for newton's method is

so derivative of function is

now put values and solve
or you can also use MATLAB code to solve
i.e
function p= newton(x)
e=0.001;
for i=1:100
if abs(d(x))>e
if abs(k(x))>0
xm=x-(k(x)/d(x));
x=xm;
else
end
break;
end
end
disp(x)
disp(k(x))
return;
Momentum equation is
change in momentum = mass•initial velocity•final velocity
so....
p=700(15) because your initial is 30, and your final in 15, so you subtract! hope that helped!