Hello there
the answer is
Let the initial position from where the ball is kickedat angle 45 deg, be A. The Horizontal range of the ball (AC) is V2 Sin2θ / g = 38.76 Meters
thank you
Answer:
The value is
Explanation:
From the question we are told that
The length of the solenoid is 
The radius is 
The number of turns is 
The current it carries is 
Generally the magnitude of the magnetic field is mathematically represented as

Here
is the permeability of free space with value 
=>
=>
Answer:
clc
clear all
close all
format long
A=load('xyg1.mat');
x=A(:,1);
y=A(:,2);
[z,N,R2]=polyfitsystem(x,y,0.95)
function [z,N,R2]=polyfitsystem(x,y,R2)
for N=1:20
z=polyfit(x,y,N);
SSR=sum((y-polyval(z,x)).^2);
SST=sum((y-mean(y)).^2);
s=1-SSR/SST;
if(s>=R2)
R2=s;
break;
end
end
xx=linspace(min(x),max(x));
plot(x,y,'o',xx,polyval(z,x));
xlabel('x');
ylabel('y(x)');
title('Plot of y vs x');
end
Explanation:
Answer:
There are many types of magnets, which are generally divided into two categories: permanent magnet and a soft magnet.
Explanation:
Answer:
The velocity of the astronaut is, v = - 0.36 m/s
Explanation:
Given data,
The mass of the astronaut, M = 84 kg
The mass of the gas expelled by the thruster, m = 35 g
= 0.035 g
The velocity of the gas expelled, v = 875 m/s
According to the conservation of momentum,
MV + mv = 0
V = - mv / M
Substituting the values,
V = - 0.035 x 875 / 84
= - 0.36 m/s
The negative sign in the velocity indicates the astronaut moves opposite to the direction of velocity of gas.
Hence, the velocity of the astronaut is, v = - 0.36 m/s