Question

Problem 1 Using Excel create a graph of the following theoretical function for Lift of an airplane (Lift vs. Velocity) for 2 lift coefficients CL Create your Excel sheet so you are using absolute references for the constants. Your Velocity (x values) should range from 300 ft/s to 700 ft/s. You must choose an appropriate step size to create a smooth plot. Use good graphing practices. Where: L -Lift (lb) C Lift Coefficient (unitless), use 0.30 and 0.52 for this graph p Density of the air, we will use the density at 40,000 ft, p 0.00058735 V Velocity of the airplane (ft/s) S = Area of the wings, s = 5500 ft2 slug ft3 Problem 2 Complete the same problem as above in MATLAB. Note, you cannot just copy and paste the values in from Excel. You must create the vectors inside your MATLAB script file.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

ANSWER:

p=0.00058735;
Cl=[0.3 0.52];
S=5500;
V=300:0.05:700;
L1=0.5*p*Cl(1)*V.^2*S;
L2=0.5*p*Cl(2)*V.^2*S;
plot(V,L1,'r');
hold on;
plot(V,L2,'b');
hold off;
legend('C_L=0.30','C_L=0.52')

Figure 1 File Edit View nsert Iools Desktop Window Help 4.5 CL-О 30 CL=0 52 3.5 2.5 0.5 350 400 450 500 Mil 550 600 650 700 O Type here to search ENG 651 AM US 12/01/18

Add a comment
Know the answer?
Add Answer to:
Problem 1 Using Excel create a graph of the following theoretical function for Lift of an...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Problem 7 (4 marks) Consider a light, single-engine, propeller-driven airplane similar to a Cessna Skylane The...

    Problem 7 (4 marks) Consider a light, single-engine, propeller-driven airplane similar to a Cessna Skylane The airplane weight is 2950 lb and the wing reference area is 174ft2. The drag coefficient of the airplane Co is a function of the lift coefficient CL, such that C 0.025+0.054i a) For a steady level flight at sea level, where the ambient atmospheric density is 0.002377slug/ft3, plot on a graph the variation of Cu, CD, and the lift-to-drag ratio (L/D) with flight velocity...

  • Can you please do a part a 4. EXCEL Problem - each student is to create...

    Can you please do a part a 4. EXCEL Problem - each student is to create and submit a spreadsheet to solve this problem The pressure drop across a short constriction in a pipe is a function of fluid density, fluid velocity, and the pipe and constriction diameters, D and d, respectively. Experimental data collected in a pipe with diameter D = 0.2 ft, fluid density of 1.94 slugs/ft?, and velocity of 3 ft/s are given in the table d...

  • Problem: The altimeter of a low-speed Piper Aztec reads 8000ft. A Pitot tube mounted on the...

    Problem: The altimeter of a low-speed Piper Aztec reads 8000ft. A Pitot tube mounted on the wingtip measures a pressure of 1650 lb/ft2 . If the outside air temperature is 500 deg R, What is the true velocity of the airplane?, What is the equivalent airspeed? How did they get the pressure of 2.34e-3 for airspeed in step 4? (4 Bookmarks) Show all steps: ON Chapter 4, Problem 21P = 1.83x10 E Comment Step 3 of 4 A Calculate the...

  • TASK: C programming Create a program in either visual Studios or an online compiler that will...

    TASK: C programming Create a program in either visual Studios or an online compiler that will use the modern lift equation to calculate the average litt force of input values provided below. The modern lift formular L-a" I. - lift in Newtons air density in kg/m3 V = velocity in m/s 4 - Wing area in m CL = 2 x Pl x angel of the wing This formula is used to calculate the lift produced by airplane wings. You...

  • use matlab to solve 4. The following formulas are commonly used by engineers to predict the...

    use matlab to solve 4. The following formulas are commonly used by engineers to predict the lift and drag of an airfoil: L 30,8V2, 3PCSV? D where L and D are the lift and drag forces, V is the airspeed, S is the wing span, p is the air density, and C & Co are the lift and drag coefficients, which are polynomial expressions that depend on the attack angle, a. A wind tunnel experiment for a particular airfoil has...

  • PRACTICE IT Use the worked example above to help you solve this problem. An airplane has...

    PRACTICE IT Use the worked example above to help you solve this problem. An airplane has wings, each with area 4.05 m2, designed so that air flows over the top of the wing at 249 m/s and underneath the wing at 226 m/s. Find the mass of the airplane such that the lift on the plane will support its weight, assuming the force from the pressure difference across the wings is directed straight upwards. Your response differs from the correct...

  • PROBLEM 2 Write a Matlab code* (script) or use Excel to determine the damping coefficient of...

    PROBLEM 2 Write a Matlab code* (script) or use Excel to determine the damping coefficient of a spring - mass - damper system with a mass of 165 kg and stiffness of 2400 N/m such that its response will die out (decay) after about 1.5 s, given a zero initial position and an initial velocity of 8 mm/s. 1. Display the numerical value of the damping coefficient. 2. Plot the response of the system. *Turn in your Matlab code with...

  • Introduction to Engineering I Spring 2019 MATLAB Homework Assignment 1 a) Create a matrix called ...

    help wanted? Introduction to Engineering I Spring 2019 MATLAB Homework Assignment 1 a) Create a matrix called d from the third column of matrix a. (Hint, typing d 22: 5: 821 b) Combine matrix b and matrix d to create matrix e, a two-dimensional matrix with three rows c) Combine matrix b and matrix d to create matrix f, a one-dimensional matrix with six rows and d) Create matrix g from matrix a and the first three element of matrix...

  • MATLAB You Cannot Use guide, You must create a GUI using code only Problem 1 (100...

    MATLAB You Cannot Use guide, You must create a GUI using code only Problem 1 (100 pts) This week you will repeat the second problem from Week 8 (the problem is restated below for your convenience) but you will add a GUI (without using guide) for the user to control the execution of the program. Your program should do the following: Create a figure that contains a plotting area and user interface controls Allow the user to input the initial...

  • Follow the directions below to create an Excel graph for a perfectly competitive company. A company...

    Follow the directions below to create an Excel graph for a perfectly competitive company. A company has total costs of 200+ 2000 - 2.5Q++ 1/3Q'. The price per unit is $500. Use excel to create a table to solve the problem as in question 5. Add two columns for average total costs and average variable costs. Create a graph for quantities from 1 to 25 that has ATC, AVC, MC, and MR on it. . Give the graph a title...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT