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:
I don't get it?
like yhu want us to rate it or?
Explanation:
Answer:
force is a derived quantity
work is a fundamental quantity
2.Force is measured in Newton why work is measured in Newton per seconds (N/s)
Explanation:
no
Answer:
An example in which liquid pressure phenomena can be used in daily life is in Water blasting
Explanation:
Water blasting refers application of pressurized water to remove materials from the surface of objects.
There are different varieties of water blasting, including;
Hydrocleaning; Cleaning enabled by the use of high pressure water
Hydrodemolition; Demolition or removal of concrete using pressurized water
Hydrojetting; The spraying of water under pressure on surfaces in order to remove surface contaminants.
Moment of inertia of single particle rotating in circle is I1 = 1/2 (m*r^2)
The value of the moment of inertia when the person is on the edge of the merry-go-round is I2=1/3 (m*L^2)
Moment of Inertia refers to:
- the quantity expressed by the body resisting angular acceleration.
- It the sum of the product of the mass of every particle with its square of a distance from the axis of rotation.
The moment of inertia of single particle rotating in a circle I1 = 1/2 (m*r^2)
here We note that the,
In the formula, r being the distance from the point particle to the axis of rotation and m being the mass of disk.
The value of the moment of inertia when the person is on the edge of the merry-go-round is determined with parallel-axis theorem:
I(edge) = I (center of mass) + md^2
d be the distance from an axis through the object’s center of mass to a new axis.
I2(edge) = 1/3 (m*L^2)
learn more about moment of Inertia here:
<u>brainly.com/question/14226368</u>
#SPJ4