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;
Because air does not exist in space
Answer:

Explanation:
The impulse-momentum theorem states the impulse on an object is equal to the change in momentum of that object. Momentum is given by
. Since mass is constant, the train's change in momentum is:
(two significant figures).
Impulse is also given as
, where
is the average force applied and
is change in time. Since
is given as
, we have the following equation:
(two significant figures).