
Thinking Like an Engineer: An Active Learning Approach (4th Edition)
4th Edition
ISBN: 9780134639673
Author: Elizabeth A. Stephan, David R. Bowman, William J. Park, Benjamin L. Sill, Matthew W. Ohland
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Concept explainers
Textbook Question
Chapter 17.1, Problem 1CC
- a. Write an input statement to ask for the user’s height in inches.
- b. Write an input statement to ask the user to enter the temperature in degrees Fahrenheit.
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
USE MATLAB ONLY
Turbomachienery .
GIven:
vx = 185 m/s, flow angle = 60 degrees, R = 0.5, U = 150 m/s, b2 = -a3, a2 = -b3
Find: velocity triangle , a. magnitude of abs vel leaving rotor (m/s) b. flow absolute angles (a1, a2, a3) 3. flow rel angles (b2, b3) d. specific work done e. use code to draw vel. diagram
Use this code for plot
% plots Velocity Tri. in Ch4
function plotveltri(al1,al2,al3,b2,b3)
S1L = [0 1];
V1x = [0 0];
V1s = [0 1*tand(al3)];
S2L = [2 3];
V2x = [0 0];
V2s = [0 1*tand(al2)];
W2s = [0 1*tand(b2)];
U2x = [3 3];
U2y = [1*tand(b2) 1*tand(al2)];
S3L = [4 5];
V3x = [0 0];
V3r = [0 1*tand(al3)];
W3r = [0 1*tand(b3)];
U3x = [5 5];
U3y = [1*tand(b3) 1*tand(al3)];
plot(S1L,V1x,'k',S1L,V1s,'r',...
S2L,V2x,'k',S2L,V2s,'r',S2L,W2s,'b',U2x,U2y,'g',...
S3L,V3x,'k',S3L,V3r,'r',S3L,W3r,'b',U3x,U3y,'g',......
'LineWidth',2,'MarkerSize',10),...
axis([-1 6 -4 4]), ...
title('Velocity Triangle'), ...
xlabel('x'),yl
The wall of a furnace has a thickness of 5 cm and thermal conductivity
of 0.7 W/m-°C. The inside surface is heated by convection with a hot
gas at 402°C and a heat transfer coefficient of 37 W/m²-°C. The
outside surface has an emissivity of 0.8 and is exposed to air at 27°C
with a heat transfer coefficient of 20 W/m²-ºC. Assume that the
furnace is inside a large room with walls, floor and ceiling at 27°C.
Show the thermal circuit and determine the heat flux through the
furnace wall.
h₁
T₁
k
-L
T.
sur
ho
E
Turbomachienery .
GIven:
vx = 185 m/s, flow angle = 60 degrees, R = 0.5, U = 150 m/s, b2 = -a3, a2 = -b3
Find: velocity triangle , a. magnitude of abs vel leaving rotor (m/s) b. flow absolute angles (a1, a2, a3) 3. flow rel angles (b2, b3) d. specific work done e. use code to draw vel. diagram
Use this code for plot
% plots Velocity Tri. in Ch4
function plotveltri(al1,al2,al3,b2,b3)
S1L = [0 1];
V1x = [0 0];
V1s = [0 1*tand(al3)];
S2L = [2 3];
V2x = [0 0];
V2s = [0 1*tand(al2)];
W2s = [0 1*tand(b2)];
U2x = [3 3];
U2y = [1*tand(b2) 1*tand(al2)];
S3L = [4 5];
V3x = [0 0];
V3r = [0 1*tand(al3)];
W3r = [0 1*tand(b3)];
U3x = [5 5];
U3y = [1*tand(b3) 1*tand(al3)];
plot(S1L,V1x,'k',S1L,V1s,'r',...
S2L,V2x,'k',S2L,V2s,'r',S2L,W2s,'b',U2x,U2y,'g',...
S3L,V3x,'k',S3L,V3r,'r',S3L,W3r,'b',U3x,U3y,'g',......
'LineWidth',2,'MarkerSize',10),...
axis([-1 6 -4 4]), ...
title('Velocity Triangle'), ...
xlabel('x'),ylabel('y'), grid
Chapter 17 Solutions
Thinking Like an Engineer: An Active Learning Approach (4th Edition)
Ch. 17.1 - a. Write an input statement to ask for the users...Ch. 17.1 - Prob. 2CCCh. 17.1 - Prob. 3CCCh. 17.1 - Prob. 4CCCh. 17.1 - a. Create an input dialog that asks users for...Ch. 17.2 - Assume that the variable M is stored in the...Ch. 17.2 - Prob. 7CCCh. 17.2 - Prob. 8CCCh. 17.3 - Create a proper plot of the function D = 50 3t...Ch. 17.3 - Comprehension Check 17-1 0 Create a proper plot of...
Ch. 17.3 - Prob. 11CCCh. 17.4 - Prob. 12CCCh. 17.4 - Prob. 13CCCh. 17.4 - Prob. 14CCCh. 17 - Write a MATLAB statement that results in the input...Ch. 17 - You are writing code that is part of a purchasing...Ch. 17 - For each question dialog described below, write a...Ch. 17 - For each input dialog described below, write a...Ch. 17 - For the following questions, assume z = 100/810....Ch. 17 - For the following questions, z = 100/810. Write...Ch. 17 - Assume that the following variables are stored in...Ch. 17 - Assume that a three-element row vector v already...Ch. 17 - The tiles on the space shuttle are constructed to...Ch. 17 - The specific gravity of acetic acid (vinegar) is...Ch. 17 - Write a MATLAB program that will allow a user to...Ch. 17 - Write a program that will allow the user to type a...Ch. 17 - In order to calculate the pressure in a flask,...Ch. 17 - Write a program that will allow the user to type...Ch. 17 - Use a question dialog to determine whether the...Ch. 17 - Write a MATLAB program that will ask users to...Ch. 17 - Write a program that asks a user to enter, one at...Ch. 17 - Joules first law, also known as the Joule effect,...Ch. 17 - Create a proper plot of the following set of...Ch. 17 - There is currently an effort in the United States...Ch. 17 - You want to create a graph showing the theoretical...Ch. 17 - In 1619, Johannes Kepler proposed his third law of...Ch. 17 - The decay of a radioactive isotope can be...Ch. 17 - Create a proper plot of the theoretical voltage...Ch. 17 - Plot the following functions as assigned by your...Ch. 17 - Plot the following functions as assigned by your...Ch. 17 - Prob. 28ICACh. 17 - Enter the following data into MATLAB. Graph the...Ch. 17 - If an object is heated, the temperature of the...Ch. 17 - The resistance of a typical carbon film resistor...Ch. 17 - Today, most traffic lights have a delayed green,...Ch. 17 - Cadmium sulfide (CdS) is a semiconducting material...Ch. 17 - Your supervisor has assigned you the task of...Ch. 17 - Three different diodes were tested: a constant...Ch. 17 - Design a program that will ask the user to enter...Ch. 17 - If a hot liquid in a container is left to cool,...Ch. 17 - You are an engineer working for M M / Mars...Ch. 17 - 1. The specific gravity of gold is 19.3. Write a...Ch. 17 - An unmanned X-43A scramjet test vehicle has...Ch. 17 - A rod on the surface of Jupiter's moon Callisto...Ch. 17 - The Eco-Marathon is an annual competition...Ch. 17 - Your company wishes to write a computer program...Ch. 17 - You are developing a program to record information...Ch. 17 - In a factory, various metal rods are forged and...Ch. 17 - Write a function and program to determine the mass...Ch. 17 - Write a program to calculate a temperature...Ch. 17 - You are part of an engineering firm on contract...Ch. 17 - You want to create a graph showing the...Ch. 17 - When one tries to stop a car, both the reaction...Ch. 17 - If an object is heated, the temperature of the...Ch. 17 - Capillary action draws liquid up a narrow tube...Ch. 17 - In a turbine, a device used for mixing, the power...Ch. 17 - A pilot tube is a device that measures the...Ch. 17 - Prob. 19RQCh. 17 - Download the weekly retail gasoline and diesel...Ch. 17 - A sample of the data provided in the Microsoft...Ch. 17 - An Excel file named DartTosses.xlsx has one...
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, mechanical-engineering and related others by exploring similar questions and additional content below.Similar questions
- To save fuel during the heating season it is suggested that glass windows be covered at night with a 1.2 cm layer of polystyrene. Estimate the percent savings in energy and discuss the feasibility of this idea. Show the thermal circuit with and without the insulation panel. Consider a typical case of 0.2 cm thick window glass with inside and outside heat transfer coefficients of 6 and 32 W/m²-ºC. Lg←←Lp h T₁ T。 g kp insulation panelarrow_forwardA plate of thickness L and thermal conductivity k is exposed to a fluid at temperature T1 with a heat transfer coefficient h, on one side and T2 and h₂ on the other side. Determine the one-dimensional temperature distribution in the plate. Assume steady state and constant conductivity. L h h T%2 k Tx1 0xarrow_forwardDetermine the heater capacity needed to maintain the inside temperature of a laboratory chamber at 38°C when placed in a room at 21°C. The chamber is cubical with each side measuring 35 cm. The walls are 1.2 cm thick and are made of polystyrene. The inside and outside heat transfer coefficients are 5 and 22 W/m²-°C.arrow_forward
- (a) Refer to the above figure .What kind of controller is it ? (b) simplify the block diagramto derive the closed loop transfer function of the system. (C) What are the assumptions thatare needed to make to findthe controller gain ? What arethe value of Kp , Ti and Td ?arrow_forwardLonsider a regenerative gas turbine power plant with two stages of compression and two stages of expansion. The compressor pressure ratio of the compressor is 3. Air enters each stage of compressor at 290 K and esch stage of turbine at 1400 K. The regetierator has an effectiveness of 100%, Determine (a) The enthalpy at stage#2 in KJ/kg (b) The enthalpy at stage in KJ/kg" (c) The cathalpy at stager in KJ/kg* (d) The enthalpy at stage#10 in KJ/kg (c) The mass flow rate of air needed to develop a net power output of 50 MW *For all final answers please enter the integer part only, (ie 1234) and do not include the decimal part and the decimal point No rounding in your calculationarrow_forwardConsider a regenerative gas turbine power plant with two stages of compression and two stages of expansion. The compressor pressure ratio of the compressor is 3. Air enters each stage of compressor at 290 K and each stage of turbine at 1400 K. The regenerator has an effectiveness of 100%. Determine (a) The enthalpy at stage#2 in KJ/kg⭑ (b) The enthalpy at stage#6 in KJ/kg* (c) The enthalpy at stage#9 in KJ/kg (d) The enthalpy at stage#10 in KJ/kg (e)The mass flow rate of air needed to develop a net power output of 50 MW* *For all final answers please enter the integer part only, (ie 1234) and do not include the decimal part and the decimal point No rounding in your calculation. Compressor stage 1 Regenerator www HX ww 9 Combustor Reheat Intercooler ww Compressor stage 2 Turbine 1 combustor Turbine 2arrow_forward
- Design a proportional derivitivecontroller for a plant orsystemthat satisfies the following specifications : 1. is steady-state error is less than 2 % for a ramp input. 2.) Damping ratio (zeta) is greater than 0.7have determined the 3. Once youvalue of kp and kd, then plotthe response of the compensated(with controller) and uncompensated( without the controller, only the plantsystem using MATLAB.arrow_forwardExample 2 The particle has a mass of 0.5 kg and is confined to move along the smooth horizontal slot due to the rotation of the arm OA. Determine the force of the rod on the particle and the normal force of the slot on the particle when 0 = 30°. The rod is rotating with a constant angular velocity 2 rad/s. Assume the particle contacts only one side of the slot at any instant. B =2 rad/s 0.5 m 0.5(9.81)N r F 30° Narrow_forwardA gas turbine cycle has two stages of compression, with an intercooler between the stages. Air enters the first stage at 100 kPa, 300 K. The pressure efficiency of 82%. Air exits the intercooler at 330 K. Calculate the temperature at the exit of each compressor stage and the total specific work required.arrow_forward
- For problem 13, your answer should be the same as problem 12. Calculate the flow velocity and the heat transfer/area of the outer surfaces for both duct geometries to see the performance difference of the two designs.arrow_forwardOne end of a thin uniform rod of mass m and length 31 rests against a smooth vertical wall. The other end of the rod is attached by a string of length 1 to a fixed point O which is located a distance 21 from the wall. A horizontal force of magnitude F₁ is applied to the lower end of the rod as shown. Assuming the rod and the string remain in the same vertical plane perpendicular to the wall, find the angle 0 between the rod and the wall at the position of static equilibrium. Notes: This quiz is going to walk you through a sequence of steps to do this. It won't give you the answers, but it will hopefully get you to see how to approach problems like this so that you have a working reference/template in the future. This is actually a modified version of a problem from the textbook (6.3). Note that in that problem, is not actually given. It has been introduced for convenience as we move through solving the problem, and should not show up in the final answer. DO NOT DO PROBLEM 6.3. It is…arrow_forwardvarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Precision Machining Technology (MindTap Course Li...Mechanical EngineeringISBN:9781285444543Author:Peter J. Hoffman, Eric S. Hopewell, Brian JanesPublisher:Cengage Learning

Precision Machining Technology (MindTap Course Li...
Mechanical Engineering
ISBN:9781285444543
Author:Peter J. Hoffman, Eric S. Hopewell, Brian Janes
Publisher:Cengage Learning
Mechanical Calculations; Author: Mometrix Academy;https://www.youtube.com/watch?v=FiQw8fpUHMY;License: Standard youtube license