Questions
1. Using the equations describing the standard atmosphere, plot the speed of sound (in m/s, ft/s...

1. Using the equations describing the standard atmosphere, plot the speed of sound (in m/s, ft/s and knots) in the altitude range sea level – 32 km. You can use Matlab or Excel (10 points).


2. An airfoil has a critical Mach number of ??? = 0.65. The wing is swept back at 30°. a) What is the design flight Mach number for this wing? (2 points)

b) What is the design flight speed in knots at an altitude of 30,000 ft? (10 points)


3. A supersonic passenger plane is traveling at an altitude of 60,000 ft. A normal shock forms in front of the nose of the plane. A pitot-static system on the nose (behind the shock) measures the pressure ratio between stagnation pressure and static pressure to be 1.2256. a) Calculate the flight Mach number of the aircraft (12 points).

c) Calculate the required wing sweep for minimum wave drag. (4 points)


3. A fighter jet passes over you at Mach 1.6 at an altitude of h = 10000 m. What is its horizontal distance x from you when you hear the sonic boom? (6 points)

In: Mechanical Engineering

Design an electro-pneumatic circuit to control a double-acting cylinder via a 5/2 way singlesolenoid valve. The...

Design an electro-pneumatic circuit to control a double-acting cylinder via a 5/2 way singlesolenoid valve. The on switch is of detent type and when actuated, the piston will repeatedly extend and retract until the switch is released. The length of forward stroke and the speed of forward and return motion should be adjustable via roller-limit switches and flow control valves respectively.

(a) Show pneumatic and electrical circuits for indirect control of the system described above, i.e. each switch in the circuit indirectly controls the output components via a dedicated relay. [15]

(c) Redesign your circuit incorporating non-contact sensing for piston position detection using three-wire capacitive sensors.

In: Mechanical Engineering

Part 2: MATLAB Exercise 1 (50 pts) Write a program that tells the user if a...

Part 2: MATLAB

Exercise 1 (50 pts)

Write a program that tells the user if a city of their choice is in a tropical, temperate, or polar region. Use the cities.txt file provided in the Files section of this class. Your program should read the data in that file, find the city given by the user, and return a text message with the information. If the city is not found, your program should write a message accordingly. To decide which region each city falls into, use the table below.

Latitude Region
Above 66 N Polar
Between 35 N and 66 N Temperate
Between 35 S and 35 N Tropical
Between 35 S and 66 S Temperate
Below 66 S Polar

HINT: If you follow the file reading methods explained in our video tutorial, your data will be in cell format. There are a few functions that could be very useful in this case: strcmp compares two strings (one of which can be in a cell) to see if they match. Also, cell2mat converts a cell array into an ordinary array. Finally, find finds indices and values of any non-zero elements in an array.

See the output examples below:

What city are you interested in? Caracas
Caracas is in a tropical region 

What city are you interested in? Merced
City not found! 

https://catcourses.ucmerced.edu/files/1587454/download?download_frd=1

In: Mechanical Engineering

1.What is the purpose of the diffuser section of a gas turbine engine, and under what...

1.What is the purpose of the diffuser section of a gas turbine engine, and under what principle does it operate?

2.Why do some axial flow gas turbine engines use multiple compressors?

3.What happens in a compressor stall?

4.Why is a variable exhaust nozzle required in an engine equipped with an afterburner?

In: Mechanical Engineering

Q) Explain in brief, the importance of Energy Auditing and Energy Management. With the use of...

Q) Explain in brief, the importance of Energy Auditing and Energy Management. With the use of a case study, explain its significance at your workplace?

In: Mechanical Engineering

Air undergoes a polytropic process in a piston–cylinder assembly from p1 = 1 bar, T1 =...

Air undergoes a polytropic process in a piston–cylinder assembly from p1 = 1 bar, T1 = 295 K to p2 = 7 bar. The air is modeled as an ideal gas and kinetic and potential energy effects are negligible. For a polytropic exponent of 1.4, determine the work and heat transfer, each in kJ per kg of air, (1) assuming constant cv evaluated at 300 K. (2) assuming variable specific heats.

In: Mechanical Engineering

A Copper plate that is 588mm wide and 48 mm thick is to be reduced in...

A Copper plate that is 588mm wide and 48 mm thick is to be reduced in a single pass in a two high rolling mill by using a 321mm diameter roll. The coefficient of friction at roll workpiece interface is  0.14 and the roll rotates at 107rpm. The rolling process is performed above the recrystallization temperature of the material and the width of the plate does not change during this operation. What is the minimum final thickness (mm) possible

In: Mechanical Engineering

2. Define a process for finding a job. For what types of endeavor does a well-defined...

2. Define a process for finding a job. For what types of endeavor does a well-defined
process enhance performance?

In: Mechanical Engineering

Diagram a process for planning and cooking a family dinner. Does your process re- semble the...

Diagram a process for planning and cooking a family dinner. Does your process re-
semble the generic product development process? Is cooking dinner analogous to amarket-pull, technology-push, platform, process-intensive, customization, high-risk quick-build, or complex system process?

In: Mechanical Engineering

Describe the difference between a substitutional solute atom, an interstitial solute atom, and a vacancy. Discuss...

Describe the difference between a substitutional solute atom, an interstitial solute atom, and a vacancy. Discuss whether the stress in the material near the defect will be tensile or compressive

In: Mechanical Engineering

Re-derive the coefficient of pitching moment equation for the aircraft in the previous problem.Note: Use the...

Re-derive the coefficient of pitching moment equation for the aircraft in the previous problem.Note: Use the corresponding free body diagram and build-up method for the derivation.

In: Mechanical Engineering

Your task is to take the above code, and insert comments (using the “%” symbol) next...

Your task is to take the above code, and insert comments (using the “%” symbol) next to each line of code to make sure that you know what every line does.


close all;
clear all;
clc;
thetaAB = 0;
angleIncrement = 0.1;
numOfLoops = 360/angleIncrement;
thetaABVector = [angleIncrement:angleIncrement:360];
rAB = 5;
rBC = 8;
for i=1:numOfLoops
    bothResults = SliderCrankPosn(rAB,rBC,thetaAB);
    rAC(i) = bothResults(1);
    thetaBC(i) = bothResults(2);
    thetaAB = thetaAB+angleIncrement;

end

subplot(2,1,1)
plot(thetaABVector,thetaBC,'Linewidth',3);
xlabel('\theta_{AB} [degrees]');
ylabel('\theta_{BC} [degrees]');
xlim([0 360]);
ylim([300 400]);
grid on;
subplot(2,1,2)
plot(thetaABVector,rAC,'r');
xlabel('\theta_{AB} [degrees]');
ylabel('r_{AC} [inches]');
xlim([0 360]);
grid on;

In: Mechanical Engineering

Differences in means 1. Does quench water temperature affect average yield strength 2. Does O-ring hardness...

Differences in means

1. Does quench water temperature affect average yield strength

2. Does O-ring hardness affect average leak pressure

3. Is the average pressure capacity of an air tank above spec

Differences in variances

1. Does quench water temperature affect variation in yield strength

2. Do harder O-rings reduce variability in leak pressure

3. Is the variation in pressure capacity of an air tank within spec

In: Mechanical Engineering

15 g of S are added to 100 g of chloroprene. What is the maximum fraction...

15 g of S are added to 100 g of chloroprene. What is the maximum fraction of crosslinks that can be obtained assuming only 12% of the crosslinking atoms are effective. B) What conditions have to be satisfied for polybutadiene to exhibit elastomeric behavior? Will it be an elastomer at -10C?

In: Mechanical Engineering

A particle moves along a straight line with an acceleration a=2v1/2m/s2, where v is in m/s....

A particle moves along a straight line with an acceleration a=2v1/2m/s2, where v is in m/s.

If s = 0, v = 1 m/s when t = 0, determine the time for the particle to achieve a velocity of 18 m/s. Also, find the displacement of particle when t = 1 s. Express your answer using three significant figures and include the appropriate units.

In: Mechanical Engineering