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
Does anyone have cumulative exams today or tomorrow?(There so boring!)
IRINA_888 [86]

Answer:

I do!!

Explanation:

I have to sit for 3 hours lol‍♀️

3 0
3 years ago
Read 2 more answers
The uniform slender rod has a mass m.
Nikolay [14]

Answer: 3/2mg

Explanation:

Express the moment equation about point B

MB = (M K)B

-mg cosθ (L/6) = m[α(L/6)](L/6) – (1/12mL^2 )α

α = 3g/2L cosθ

express the force equation along n and t axes.

Ft = m (aG)t

mg cosθ – Bt = m [(3g/2L cos) (L/6)]

Bt = ¾ mg cosθ

Fn = m (aG)n

Bn -mgsinθ = m[ω^2 (L/6)]

Bn =1/6 mω^2 L + mgsinθ

Calculate the angular velocity of the rod

ω = √(3g/L sinθ)

when θ = 90°, calculate the values of Bt and Bn

Bt =3/4 mg cos90°

= 0

Bn =1/6m (3g/L)(L) + mg sin (9o°)

= 3/2mg

Hence, the reactive force at A is,

FA = √(02 +(3/2mg)^2

= 3/2 mg

The magnitude of the reactive force exerted on it by pin B when θ = 90° is 3/2mg

6 0
3 years ago
The alignment readings for the front of a vehicle are shown above. Camber and toe are within specification, caster is not. Techn
dlinn [17]

Answer:

B. B only

Given Information:

1. Camber and toe are within specification

2. Caster is not within specification

Technician A says that with the current settings, the left front tire tread may wear on the inside edge.

Technician B says that with the current settings, the vehicle may pull to the left

Explanation:

Lets discuss the effects of Camber, toe and caster misalignment

Effects of Camber and Toe misalignment:

Camber is the inward or outward tilt of the fron tires and is used to distribute load across the tread. Any misalignment causes uneven loading on the tires which results in tire wear on one edge.

The most common cause of tire wear on the inside edge is due to the camber misalignment which results in premature tire wear.

Another reason is of tire wear is vehicle’s toe. A slight misalignment of the toe reduces the life of the tire.

Since it is given that camber settings and toe settings are within specification therefore, tire tread wear on the inside edge cannot happen if camber and toe are within specification.

Technician A cannot be right.

Effects of Caster misalignment:

Whenever there is a misalignment of the castor then the vehicle will not be able to go in straight line rather it will pull to either left or right side. Caster misalignment also causes heavy or light steering depending upon the positive or negative misalignment of caster.

Since it is given that caster settings are not within specification therefore, the vehicle may pull to the left due to the caster misalignment.

Technician B must be right.

4 0
3 years ago
Which of the following describes one of an employee's responsibilities under OSHA's rules?
kow [346]

Explanation:

what are the options for this question?

5 0
2 years ago
Read 2 more answers
An excited electron in an Na atom emits radiation at a wavelength 589 nm and returns to the ground state. If the mean time for t
11Alexandr11 [23.1K]

Answer:   Inherent width in the emission line: 9.20 × 10⁻¹⁵ m or 9.20 fm

                length of the photon emitted: 6.0 m

Explanation:

The emitted wavelength is 589 nm and the transition time is ∆t = 20 ns.

Recall the Heisenberg's uncertainty principle:-

                                 ∆t∆E ≈ h ( Planck's Constant)

The transition time ∆t corresponds to the energy that is ∆E

E=h/t = \frac{(1/2\pi)*6.626*10x^{-34} J.s}{20*10x^{-9} } = 5.273*10x^{-27} J =  3.29* 10^{-8} eV.

The corresponding uncertainty in the emitted frequency ∆v is:

∆v= ∆E/h = (5.273*10^-27 J)/(6.626*10^ J.s)=  7.958 × 10^6 s^-1

To find the corresponding spread in wavelength and hence the line width ∆λ, we can differentiate

                                                    λ = c/v

                                                    dλ/dv = -c/v² = -λ²/c

Therefore,

      ∆λ = (λ²/c)*(∆v) = {(589*10⁻⁹ m)²/(3.0*10⁸ m/s)} * (7.958*10⁶ s⁻¹)

                                 =  9.20 × 10⁻¹⁵ m or 9.20 fm

     The length of the photon (<em>l)</em> is

l = (light velocity) × (emission duration)

  = (3.0 × 10⁸  m/s)(20 × 10⁻⁹ s) = 6.0 m          

                                                   

6 0
3 years ago
Other questions:
  • A company that produces footballs uses a proprietary mixture of ideal gases to inflate their footballs. If the temperature of 23
    11·1 answer
  • Tech A says that in some cases, the electronic brake control module can be programmed with a new tire size to restore proper ele
    7·1 answer
  • A cylindrical aluminum core is surrounded by a titanium sleeve, and both are attached at each end to a rigid end-plate. Set up t
    8·1 answer
  • Give me an A please!!!¡!!!!¡
    5·1 answer
  • Ask a question about your assignment
    8·2 answers
  • Determine the wattmeter reading when it is connected to resistor load.​
    11·1 answer
  • Linus is using a calculator to multiply 5,426 and 30. He enters 5,426 x 300 by mistake. What can Linus do to correct his mistake
    7·1 answer
  • I) A sag vertical curve is to be designed to join a 4% grade to a 2% grade. If the design
    6·1 answer
  • based on the graph shown, for any given output level, the veritcal distance between the avc and the atc curves represents
    14·1 answer
  • Dust, dirt, or metal chips can pose a potential ____ injury risk in a shop.
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!