Explanation:
(a) Draw a free body diagram of the cylinder at the top of the loop. At the minimum speed, the normal force is 0, so the only force is weight pulling down.
Sum of forces in the centripetal direction:
∑F = ma
mg = mv²/RL
v = √(g RL)
(b) Energy is conserved.
EE = KE + RE + PE
½ kd² = ½ mv² + ½ Iω² + mgh
kd² = mv² + Iω² + 2mgh
kd² = mv² + (m RC²) ω² + 2mg (2 RL)
kd² = mv² + m RC²ω² + 4mg RL
kd² = mv² + mv² + 4mg RL
kd² = 2mv² + 4mg RL
kd² = 2m (v² + 2g RL)
d² = 2m (v² + 2g RL) / k
d = √[2m (v² + 2g RL) / k]
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
The best name for the ionic bond that forms between them is Beryllium Bromide.
We have been provided with data,
Beryllium charge, q = 2
Bromine charge, q = -1
As we know the valance electron of Be is +2 and the valance electron of bromine is -1. Since one is metallic and the other is non-metallic.
Now, when they combine they exchange valance electron, and bromine change into bromide so they form Beryllium Bromide.
So, the best name for the ionic bond that forms between them is Beryllium Bromide.
Learn more about ionic bonds here:
brainly.com/question/21464719
#SPJ4