Answer:
Explanation:
Ball is thrown downward:
initial velocity, u = - 20 m/s (downward)
height, h = - 60 m
Acceleration due to gravity, g = - 9.8 m/s^2 (downward)
(a) Let the speed of the ball as it hits the ground is v.
Use third equation of motion


v = 39.69 m/s
(b) Let t be the time taken
Use First equation of motion
v = u + a t
- 39.69 = - 20 - 9.8 t
t = 2 second
Now the ball is thrown upwards:
initial velocity, u = 20 m/s (upward)
height, h = - 60 m
Acceleration due to gravity, g = - 9.8 m/s^2 (downward)
(c) Let the speed of the ball as it hits the ground is v.
Use third equation of motion


v = 39.69 m/s
(d) Let t be the time taken
Use First equation of motion
v = u + a t
- 39.69 = + 20 - 9.8 t
t = 6.09 second
Answer: The car has a kinetic energy (because it's in motion) of: 
Explanation:





Answer: a) 6.67cm/s b) 1/2
Explanation:
According to law of conservation of momentum, the momentum of the bodies before collision is equal to the momentum of the bodies after collision. Since the second body was initially at rest this means the initial velocity of the body is "zero".
Let m1 and m2 be the masses of the bodies
u1 and u2 be their velocities respectively
m1 = 5.0g m2 = 10.0g u1 = 20.0cm/s u2 = 0cm/s
Since momentum = mass × velocity
The conservation of momentum of the body will be
m1u1 + m2u2 = (m1+m2)v
Note that the body will move with a common velocity (v) after collision which will serve as the velocity of each object after collision.
5(20) + 10(0) = (5+10)v
100 + 0 = 15v
v = 100/15
v = 6.67cm/s
Therefore the velocity of each object after the collision is 6.67cm/s
b) kinectic energy of the 10.0g object will be 1/2MV²
= 1/2×10×6.67²
= 222.44Joules
kinectic energy of the 5.0g object will be 1/2MV²
= 1/2×5×6.67²
= 222.44Joules
= 111.22Joules
Fraction of the initial kinetic transferred to the 10g object will be
111.22/222.44
= 1/2
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:
so that each component has the same voltage.
Explanation: