1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
tamaranim1 [39]
3 years ago
7

Using Excel, or some other graphing software, plot the values of y as a function of x. (You will not submit this spreadsheet. Ho

wever, the results will be needed later in this problem.) Hint x y 1 1.9 2 3.5 3 3.7 4 5.1 5 6.0 (b) Use the trendline option to draw the best fit line for the above data and use it to determine the slope and y-intercept. Hint slope Incorrect: Your answer is incorrect. y-intercept
Physics
1 answer:
Evgesh-ka [11]3 years ago
7 0

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) y = 0.98 x +1.10

And if we compare this with the general model y = mx +b

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:

y = 0.98 x +1.10

And if we compare this with the general model y = mx +b

We see that the slope is m= 0.98 and the intercept b = 1.10

You might be interested in
What are the smallest parts that make up matter?
Alecsey [184]
The smallest parts that make up different types of matter are called atoms.
Atoms are tiny elements that are made up of literally everything on earth. <span />
3 0
4 years ago
efrigerant-134a is expanded isentropically from 600 kPa and 70°C at the inlet of a steady-flow turbine to 100 kPa at the outlet.
PolarNik [594]

Answer:

Inlet : v_i=0.0646\frac{m}{s}

Outlet:  v_o=0.171\frac{m}{s}

Explanation:

1) Notation and important concepts

Flow of mass represent "the mass of a substance which passes per unit of time".

Flow rate represent "a measure of the volume of liquid that moves in a certain amount of time"

Specific volume is "the ratio of the substance's volume to its mass. It is the reciprocal of density."

Isentropic process is a "thermodynamic process, in which the entropy of the fluid or gas remains constant".

We know that the flow of mass is given by the following expression

\dot{m}=\frac{\dot{V}}{\upsilon}, where \dot{V} represent the flow rate and \upsilon the specific volume at the pressure and temperature given.

A_i=0.5m^2 is the inlet area

P_i=600Kpa pressure at the inlet area

T_i=70C temperature at the inlet area

A_o=1m^2 is the outlet area

P_o=100Kpa pressure at the outlet area

T_o=C temperature at the outlet area

\dot{m}=0.75\frac{kg}{s} represent the flow of mass

If we look at the first figure attached Table A-13 we see that the specific volume for the inlet condition is

\upsilon_i =0.04304\frac{kg}{m^3} and the entropy is h_i=1.0645\frac{KJ}{KgK}=h_o

With the value of entropy and the outlet pressure of 100 Kpa we can find we specific volume at the outlet condition since w ehave the entropy h_o=1.0645\frac{KJ}{KgK}

Since on the table we don't have the exact value we need to interpolate between these two values (see the second figure attached)

h_1=1.0531\frac{KJ}{KgK} , \upsilon_1=0.22473\frac{kg}{m^3}

h_2=1.0829\frac{KJ}{KgK} , \upsilon_2=0.23349\frac{kg}{m^3}

Our interest value would be given using interpolation like this:

\upsilon=0.22473+\frac{(0.23349-0.22473)}{(1.0829-1.0531)}(1.0645-1.0531)=0.228\frac{kg}{m^3}

2) Solution to the problem

Now since we have all the info required to solve the problem we can find the velocities on this way.

We know from the definition of flow of mass that \dot{m}=\frac{\dot{V}}{\upsilon}, but since \dot{V}=Av we have this:

\dot{m}=\frac{Av}{\upsilon}

If we solve from the velocity v we have this:

v=\frac{\upsilon \dot{m}}{A}   (*)

And now we just need to replace the values into equation (*)

For the inlet case:

v_i=\frac{\upsilon_i \dot{m}}{A_i}=\frac{0.043069\frac{kg}{m^3}(0.75\frac{kg}{s})}{0.5m^2}=0.0646\frac{m}{s}

For the oulet case:

v_o=\frac{\upsilon_o \dot{m}}{A_o}=\frac{0.228\frac{kg}{m^3}(0.75\frac{kg}{s})}{1m^2}=0.171\frac{m}{s}

7 0
3 years ago
do constructive inference occur when the compression of one wave meets up with the compression of a second wave
Ugo [173]

Answer:

Yes

Explanation:

There are two types of interference possible when two waves meet at the same point:

- Constructive interference: this occurs when the two waves meet in phase, i.e. the crest (or the compression, in case of a longitudinale wave) meets with the crest (compression) of the other wave. In such a case, the amplitude of the resultant wave is twice that of the original wave.

- Destructive interferece: this occurs when the two waves meet in anti-phase, i.e. the crest (or the compression, in case of a longitudinal wave) meets with the trough (rarefaction) of the other wave. In this case, the amplitude of the resultant wave is zero, since the amplitudes of the two waves cancel out.

In this problem, we have a situation where the compression of one wave meets with the compression of the second wave, so we have constructive interference.

6 0
3 years ago
A positive charge is moved from point A to point B along an equipotential surface. How much work is performed or required in mov
Nitella [24]

Answer:

No work is performed or required in moving the positive charge from point A to point B.

Explanation:

Lets take

Q= Positive charge which move from  point A to point B along

Voltage difference,ΔV =V₁ - V₂  

The work done

W = Q . ΔV

Given that  charge is moved from point A to point B along an equipotential surface.It means that voltage  difference is zero.

ΔV = 0

So

W = Q . ΔV

W = Q x 0

W= 0 J

So work is zero.

5 0
3 years ago
The aircraft wing from problem 6 experiences temperature extremes that span 210 degrees Celsius. The component for the wing will
ExtremeBDS [4]

Answer:

α = 2,857 10⁻⁵ ºC⁻¹

Explanation:

The thermal expansion of materials is described by the expression

          ΔL = α Lo ΔT

          α = \frac{\Delta L}{L_o \ \Delta T}

in the case of the bar the expansion is

         ΔL = L_f - L₀

         ΔL=   1.002 -1

         ΔL = 0.002 m

the temperature variation is

         ΔT = 100 - 30

         ΔT = 70º C

we calculate

         α = 0.002 / 1 70

         α = 2,857 10⁻⁵ ºC⁻¹

5 0
3 years ago
Other questions:
  • You make the following measurements of an object: 42kg and 22m³. What would the objects density be? Show all work please and the
    14·1 answer
  • An athlete stretches a spring an extra 28.6 cm beyond its initial length. how much energy has he transferred to the spring, if t
    13·1 answer
  • The internal energy of a material is determined by
    14·2 answers
  • The humidity you feel in the southern states of the U.S. is _____. part of the water cycle water vapor caused by the Sun's heat
    6·1 answer
  • You repeated a measurement 6 times and recorded the time using a stop watch: 5.8s, 4.6s, 4.8s, 5.1s, 4.3s, 4.6s. What average va
    11·1 answer
  • A boy throws a baseball onto a roof and it rolls back down and off the roof with a speed of 3.05 m/s. If the roof is pitched at
    13·1 answer
  • the goat weighs 900 N and is 1 meter from the fulcrum. The strongman pulls down on the lever 3 meters from the fulcrum. What is
    8·1 answer
  • A student forgets to turn off a 6.00x 10² W block heater of a car when the weather turns warm. If 14 h goes by before he shuts i
    15·1 answer
  • What is the value of acceleration due to gravity at the pole, equator and the centre of the earth
    11·1 answer
  • *please refer to photo attached* The figure below shows a small, charged sphere, with a charge of q = +44.0 nC, that moves a dis
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!