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
gulaghasi [49]
3 years ago
5

The electricity generated by wind turbines annually in kilowatt-hours per year is given in a file. The amount of electricity is

determined by, among other factors, the diameter of the turbine blade (in feet) and the wind velocity in mph. The file stores on each line the blade diameter, wind velocity, and the approximate electricity generated for the year. For example,
5 5 406
5 10 3250
5 15 10970
5 20 26000
10 5 1625
10 10 13000
10 15 43875
10 20 104005

Required:
Determine how to graphically display this data.

Engineering
2 answers:
Anika [276]3 years ago
5 0

Answer:

Steps:

1. Create a text file that contains blade diameter (in feet), wind velocity (in mph) and the approximate electricity generated for the year

2.  load the data file for example, in matlab, use ('fileame.txt') to load the file

3. create variables from each column of your data

  for example, in matlab,  

     x=t{1}

     y=t{2}

4. plot the wind velocity and electricity generated.

   plot(x, y)

5. Label the individual axis and name the graph title.

    title('Graph of wind velocity vs approximate electricity generated for the year')

     xlabel('wind velocity')

     ylabel('approximate electricity generated for the year')

Alona [7]3 years ago
3 0

Answer:

This problem is solved using Matlab, code along with step-by-step explanation and output results are provided below.

Matlab Code with Explanation:

% load the .txt file named data in which data is stored and store the data in a variable D

D=load('data.txt')  

% the 2nd column of data contains speed of the wind turbine so store it in a variable named speed

speed=D(:,2);

% the first 4 data points are for 5 feet blade diameter so extract and store them in variable speed_5

speed_5=speed(1:4);

% from the 5th data point to the end of vector contains data for 10 feet blade diameter so extract and store them in variable speed_10.

speed_10=speed(5:end);

% the 3rd column of data contains generated electricity of the wind turbine so store it in a variable named kwh

kwh=D(:,3);

% the first 4 data points are for 5 feet blade diameter so extract and store them in variable kwh_5

kwh_5=kwh(1:4);

% from the 5th data point to the end of vector contains data for 10 feet blade diameter so extract and store them in variable kwh_10.

kwh_10=kwh(5:end);

% Plot the speed _5 on x-axis and corresponding kwh_5 on y-axis

plot(speed_5,kwh_5,'LineWidth',2)

% hold on means we want to plot another curve in the same graph so wait

hold on

% Plot the speed _10 on x-axis and corresponding kwh_10 on y-axis

plot(speed_10,kwh_10,'LineWidth',2)

% legend command provides visual aid to distinguish between the two curves

legend('5 feet blade','10 feet blade')

% set the title of the graph, x-axis and y-axis labels

title('Generated Electricty Vs Wind speed')

xlabel('Wind speed (mph)')

ylabel('Generated Electricity (kWh)')

Output:

As you can see in the attached graph, 2 curves are being plotted one for 5 feet blade diameter and 2nd for 10 feet blade diameter of the wind turbine.

The generated electricity corresponding to 10 feet blade diameter is way more than the 5 feet blade diameter.

You might be interested in
One kilogram of air, initially at 5 bar, 350 K, and 3 kg of carbon dioxide (CO2), initially at 2 bar, 450 K, are confined to opp
pentagon [3]

Answer:

Check the explanation

Explanation:

Energy alance of 2 closed systems: Heat from CO2 equals the heat that is added to air in

m_{a} c_{v,a}(T_{eq} -T_{a,i)} =m_{co2} c_{v,co2} (T_{co2,i} -T_{eq)}

1x0.723x(T_{eq} -350)=3x0.780x(450-T_{eq} ) ⇒T_{eq} = 426.4 °K

The initail volumes of the gases can be determined by the ideal gas equation of state,

V_{a,i}  = \frac{mRT_{a,i} }{P_{a,i} }=  \frac{1x (8.314 28.97 kJ kg • °K)x 350°K}{5 bar x 100KPa bar} = 0.201m^{3}

The equilibrium pressure of the gases can also be obtained by the ideal gas equation

P_{eq=\frac{(m_{a}R_{a}T_{eq})+(m_{a}R_{a}T_{eq} ) }{(V_{a,eq}+V_{CO2,eq)} } =\frac{(m_{a}R_{a}T_{eq})+(m_{a}R_{a}T_{eq} ) }{(V_{a,i}+V_{CO2,i)} }

P_{eq}= 1x(8.314 28.97)x426.4+3x(8.314 44)x426.4

                             (0.201+1.275)

= 246.67 KPa = 2.47 bar

6 0
2 years ago
This question is 100 points<br> I NEED HELP!!!
Mamont248 [21]

Answer:

hey if u repost this i can answer it u and u dont have to waste this much points but its super blury and not even able to read a single word

8 0
2 years ago
Read 2 more answers
python Given num_rows and num_cols, print a list of all seats in a theater. Rows are numbered, columns lettered, as in 1A or 3E.
MissTica

Explanation:

First of all get the input from the user, number of rows and number of columns where rows represents seat digit number and column represents the seat letter

rows is initialized to 1 to ensure that row starts at 1 or you can remove it then seat number will start from 0.

The first loop is used for digits starting from 1 to number of rows

The second loop is used for letters starting from 1 to number of columns

since rows and cols are not of the same type that's why we are converting the int type to string type

print(str(rows)+cols) counter will keep updating the columns A, B, C.....

rows= rows + 1 counter will keep updating the rows 1, 2, 3....

Code:

Please refer to the attached image.

Output:

Please enter the number of rows: 2

Please enter the number of columns: 3

1A

1B

1C

2A

2B

2C

3 0
3 years ago
Close to 16 billion pounds of ethylene glycol (EG) were produced in 2013. It previously ranked as the twenty-sixth most produced
bekas [8.4K]

Answer:

a) 0.684

b) 0.90

Explanation:

Catalyst

EO + W → EG

<u>a) calculate the conversion exiting the first reactor </u>

CAo = 16.1 / 2   mol/dm^3

Given that there are two stream one  contains 16.1 mol/dm^3 while the other contains   0.9 wt% catalyst

Vo = 7.24 dm^3/s

Vm = 800 gal = 3028 dm^3

hence Im = Vin/ Vo = (3028 dm^3) / (7.24dm^3/s) = 418.232 secs = 6.97 mins

next determine the value of conversion exiting the reactor ( Xai ) using the relation below

KIm = \frac{Xai}{1-Xai}  ------ ( 1 )

make Xai subject of the relation

Xai = KIm / 1 + KIm  ---  ( 2 )

<em>where : K = 0.311 ,  Im = 6.97   ( input values into equation 2 )</em>

Xai = 0.684

<u>B) calculate the conversion exiting the second reactor</u>

CA1 = CA0 ( 1 - Xai )

therefore CA1 = 2.5438 mol/dm^3

Vo = 7.24 dm^3/s

To determine the value of the conversion exiting the second reactor  ( Xa2 ) we will use the relation below

XA2 = ( Xai + Im K ) / ( Im K + 1 ) ----- ( 3 )

<em> where : Xai = 0.684 , Im = 6.97,  and K = 0.311  ( input values into equation 3 )</em>

XA2 = 0.90

<u />

<u />

<u />

4 0
3 years ago
In a TDM communication example, 15 voice signals are badlimited to 5kHz and transmitted simultaneously using PAM. What is a prel
MA_775_DIABLO [31]

Answer:

Option D

160 kHz

Explanation:

Since we must use at least one synchronization bit, total message signal is 15+1=16

The minimum sampling frequency, fs=2fm=2(5)=10 kHz

Bandwith, BW required is given by

BW=Nfs=16(10)=160 kHz

5 0
3 years ago
Other questions:
  • 1) Pareto charts are used to: A) identify inspection points in a process. B) outline production schedules. C) organize errors, p
    6·1 answer
  • Hey, can anyone tell me if Igneous rock is good to build on? Cheers!
    6·1 answer
  • An engineer is designing a total hip implant. She intends to make the femoral stem out of titanium because it forms a good inter
    12·1 answer
  • Trees grow in bulk in outward direction​
    9·1 answer
  • A Wii remote flung from a hand through a TV, with a kinetic energy of 1.44J and a mass of 4.5kg. Whats the velocity?
    6·1 answer
  • Technician A says that reinforcements may be made of plastic.
    6·1 answer
  • Electrical circuits must be locked-out/tagged-out before electricians work on any equipment. Is this true or false?
    15·1 answer
  • Label each of the line types in the drawing below. ( will not mark you brainlest or whatever if you don't at least try to help)
    11·1 answer
  • You guys want to talk at seven I am free then
    7·2 answers
  • 10. What refrigerant is no longer manufactured in the<br> United States?
    5·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!