Answer:
29.4m/s
Explanation:
Given parameters:
Time = 3s
Unknown:
Average velocity = ?
Solution:
To solve this problem, we use the expression below:
v = u + gt
v is the average velocity
u is the initial velocity = 0m/s
g is the acceleration due to gravity = 9.8m/s²
t is the time
So;
v = 0 + (9.8 x 3) = 29.4m/s
Two identical balls collide<span> head on. The </span>initial velocity<span> of </span>one<span> is 0.75 </span>m/s<span> east, while that of the </span>other one<span> is 0.43 </span>m/s west<span>.</span>
Answer:
a) > x<-c(1,2,3,4,5)
> y<-c(1.9,3.5,3.7,5.1,6)
> linearmodel<-lm(y~x)
And the output is given by:
> linearmodel
Call:
lm(formula = y ~ x)
Coefficients:
(Intercept) x
1.10 0.98
b)
And if we compare this with the general model
We see that the slope is m= 0.98 and the intercept b = 1.10
Explanation:
Part a
For this case we have the following data:
x: 1,2,3,4,5
y: 1.9,3.5,3.7,5.1, 6
For this case we can use the following R code:
> x<-c(1,2,3,4,5)
> y<-c(1.9,3.5,3.7,5.1,6)
> linearmodel<-lm(y~x)
And the output is given by:
> linearmodel
Call:
lm(formula = y ~ x)
Coefficients:
(Intercept) x
1.10 0.98
Part b
For this case we have the following trend equation given:
And if we compare this with the general model
We see that the slope is m= 0.98 and the intercept b = 1.10
Answer:
See the explanation below
Explanation:
There are several measures for the international system of measures. Let's name some and their representation symbol.
meter = [m]
time = [s] = seconds
mass = [kg] = kilograms
Temperature = [°C] = celcius degrees
Power = [W] = watts.
Force = [N] = Newtons
The distance is 30 km and the displacement is 22.4 km North East