Systems Optimization. Exercise V

Size: px
Start display at page:

Download "Systems Optimization. Exercise V"

Transcription

1 Fachgebiet Simulation und Optimale Prozesse Fakultät für Informatik und Automatisierung Institut für Automatisierungsund Systemtechnik Systems Optimization Summer Semester 206 Exercise V Dr. Abebe Geletu Mr. Xujiang Huang Technical University of Ilmenau Department of Simulation and Optimal Processes (SOP). Energy optimal building design (adapted from [?]) An architect considers to design a building with a cost optimal heating and cooling. The design specifications are: the building should be rectangular and be partially buried under the ground the total floor space needed is at least 20, 000 m 2 the floor dimensions should not be longer than 50 m the ratio of length to the width of the floor should be.68 each story must be 3.5 m high cost of heating and cooling the exposed areas of the building is 00 $/m 2 the annual heating and cooling energy costs of the exposed areas of the building should not exceed $225, 000 Objective: to determine the dimension of the building with minimum excavation costs. (Excavation costs are assumed to be proportional to the volume of the building below the ground.)

2 n d h l w Table : Design parameters Number of stories Depth of building below ground Hight of building above ground Length of building in plan Width of building in plan 2 Mathematical Model: min {f(n, d, h, l, w) = dlw} (n,d,h,l,w) subject to: d + h = 3.5 n l =.68w 00 (2hl + 2hw + lw) 225, 000 nlw l 50 w 50 n, d 0, h 0, l 0, w 0. (a) Re-write the above optimization problem as an optimization problem involving only the d, h, w as decision variables. (b) Solve the resulting optimization problem using Matlab s fmincon.m, GAMS and compare your results, and determine all design parameters. 2. Optimal Design of a pressure vessel. (Use Matlab and GAMS) A pressure chamber is a closed vessel for transportation and storage of gases and liquids. The pressure in a such chamber can alter during operation is usually much greater than the ambient pressure. Areas of application are of pressure chambers in steam boilers, as hot water tankers, in distillation columns and for the storage of chemicals in chemical plants, in nuclear power plants, for the transport and storage of liquefied gases and petroleum products, as an engine cylinder, etc., The design, manufacture and use of pressure vessels requires high precision and precautions to avoid potential future risks, and for the reduction of manufacturing costs. A not precise designs of pressure vessels can lead to life-threatening and harmful explosions. Therefore, the engineer must make the best design decision. For example, the thickness of the vessel wall and the material costs are considered as decision variables. Problem Formulation (see e.g. [?]) Following the pressure vessel which is capped at both ends by semi-spherical heads. Objective : To minimize the entire material and production costs.

3 3 Figure : Some applications of pressure vessels (Image source: [?]) Figure 2: Design of a pressure vessel (figure taken from [?]) Variablen: x - Outer radius of the hemispherical shells x 2 - Outer radius the cylindrical shell x 3 - Interior radius of the hemispherical and cylindrical shells x 4 - length of the cylinder Objective function: f(x) = x x 2 x x 2 x x 2 x x 2 x 3 Constraints: g (x) = x x 3 0 g 2 (x) = x x 3 0 g 3 (x) = πx 2 3x πx2 3 +, 296, g 4 (x) = x Bounds on the design variables: x x x x Exercises

4 2.. Solve the problem using Matlab 2.a Solve the optimization problem using the function fmincon.m from Matlab s 4 Optimization-Toolbox (see, e.g. [?]). 2.b Display the iteration steps of Matlab (see e.g. [?]) 2.c How many iterations are need to solve the problem? 2.d How big is the CPU time to solve the problem? 2.e How does the number of iteration change when chaining the stopping tolerance? 2.f Which step-length rules are implemented under fmincon.m? 2.2. Solve the same optimization problem using GAMS (see e.g. [?]) and compare your result with one obtained from Matlab. 3. (Adpated from Venkatraman [?]) A transmission system for gas pipeline is given in the figure below. The pressure at pumping stations P and P 2 are given by p and p 2, respectively; r = P P 2 compression ratio, D is the pipe diameter, L is the pipe length. The annual operational costs are given by C(D, p, L, r) = 7.8D 2 p +450, 00+36, 900D ( + r 0.28 ) (Euro/yr). L L Figure 3: Pumping stations The volume flow rate Q (cm 3 /hr)is given by the following equation [ (p 2 Q(D, p, p 2, L, D) = 3.39 p 2 ] )D5, fl with a friction factor of f = 0.008D /3. Find the design parameters in order to guarantee a daily flow rate of 000cm 3 /day at a minimum annual operational costs. 4. (Minimization of the Weight of a Tension-Compression String, see [?]) Consider a tension-compression spring given below. The objective is to minimize the spring weigh under constraints on deflection, shear stress, surge frequency, bounds on outer diameters and design variables. The optimization problem is Figure 4: Pumping stations

5 { min f(x) = (x3 + 2) x 2 x 2 } x subject to: g (x) = x 2x x 4 0, 4x 2 2 g 2 (x) = x x ( x 2 x 3 ) + x4 g 3 (x) = 40.45x x 2 2 x 3 0, 508x 2 0, g 4 (x) = x 2 + x 0, x 2.0, 0.25 x 2.3, 2.0 x (i) Solve this optimization problem using fmincon.m by telling Matalb to compute all gradients for you. (Hint: set the parameters GradObj, off and GradConstr, off ) (ii) Solve the same problem using GAMS and compare the results. 5. (Hanging chain). A chain is suspended from to two hooks at (x 0, y 0 ) and (x f, y f ). The chain consists of a set of links of stiff steel. The total length of the chain is given by L. Figure 5: The hanging chain (image sources [?], [?]) Objective: To find the shape of the chain that guarantees the stable equilibrium of the chain despite external forces and the chain s own weight. Assuming that the chain is represented by a curve, suppose the shape of the chain is given by a function y(x). Hence, we need to find the function y(x) that guarantees the minimum potential energy.

6 Optimization problem: { min J[y] = y xf x 0 } y + [y (x)] 2 dx :Potential energy subject to: xf + [y (x)] 2 dx = L; :total length of hanging chain x 0 y(x 0 ) = y 0, y(x f ) = y f. :boundary conditions 6 (a) Use a finite-difference discretization to transform the problem into a constrained nonlinear optimization problem. (b) Use L = 60 m, (x 0, y 0 ) = (0, 20), and (x f, y f ) = (40, 20) to and solve the discretize problem using fmincon.m. References [] M. A. Bhatti: Practical optimization methods. Springer-Verlag, New York, [2] A. D. Belegundu and T. R. Chandrupatla: Optimization concepts and applciations in engineering (2nd Ed.). Cambridge University Press, 20 [3] L. C. Cagnina, S. C. Exquivle. Solving eignineering optimization problems with simple constrained particle swarm optimizer. Informatica, V. 32, , [4] Coello Coello, C. A. Use of a self-adaptive penalty approach for engineering optimization problems. Computers in Industry, 4(2), [5] Optimization Toolbox T M User s Guide, R204a. The MathWorks, 204. [6] A. Geletu. GAMS - Modeling and Solving Optimization Problems. TU-Ilmenau, Faculty of Mathematics and Natural Sciences, Department of Operation Research & Stochastrics, [7] A. Geletu. Solving Optimization Problems using the Matlab Optimization Toolbox - a Tutorial. TU-Ilmenau, Faculty of Mathematics and Natural Sciences, Department of Operation Research & Stochastrics, [8] Indiamart, Oriental Engineering Co. URL: [9] Plowman Brothers Ltd. URL: [0] [] [2] Singiresu S. Rao: Engineering Optimization Theory and Practice Fourth Edition JOHN WILEY & SONS, INC. [3] P. Venkatraman: Applied optimization with matlab programming. Wiely & Sons, 2009.

PROBABILISTIC STRESS ANALYSIS OF CYLINDRICAL PRESSURE VESSEL UNDER INTERNAL PRESSURE USING MONTE CARLO SIMULATION METHOD

PROBABILISTIC STRESS ANALYSIS OF CYLINDRICAL PRESSURE VESSEL UNDER INTERNAL PRESSURE USING MONTE CARLO SIMULATION METHOD PROBABILISTIC STRESS ANALYSIS OF CYLINDRICAL PRESSURE VESSEL UNDER INTERNAL PRESSURE USING MONTE CARLO SIMULATION METHOD Manikandan.R 1, K.J.Nagarajan 2 1,2 AssistantProfessor, Department of Mechanical

More information

SEM-2017(03HI MECHANICAL ENGINEERING. Paper II. Please read each of the following instructions carefully before attempting questions.

SEM-2017(03HI MECHANICAL ENGINEERING. Paper II. Please read each of the following instructions carefully before attempting questions. We RoU No. 700095 Candidate should write his/her Roll No. here. Total No. of Questions : 7 No. of Printed Pages : 7 SEM-2017(03HI MECHANICAL ENGINEERING Paper II Time ; 3 Hours ] [ Total Marks : 0 Instructions

More information

6.5 Work and Fluid Forces

6.5 Work and Fluid Forces 6.5 Work and Fluid Forces Work Work=Force Distance Work Work=Force Distance Units Force Distance Work Newton meter Joule (J) pound foot foot-pound (ft lb) Work Work=Force Distance Units Force Distance

More information

PERIYAR CENTENARY POLYTECHNIC COLLEGE PERIYAR NAGAR - VALLAM THANJAVUR. DEPARTMENT OF MECHANICAL ENGINEERING QUESTION BANK

PERIYAR CENTENARY POLYTECHNIC COLLEGE PERIYAR NAGAR - VALLAM THANJAVUR. DEPARTMENT OF MECHANICAL ENGINEERING QUESTION BANK PERIYAR CENTENARY POLYTECHNIC COLLEGE PERIYAR NAGAR - VALLAM - 613 403 - THANJAVUR. DEPARTMENT OF MECHANICAL ENGINEERING QUESTION BANK Sub : Strength of Materials Year / Sem: II / III Sub Code : MEB 310

More information

cos(θ)sin(θ) Alternative Exercise Correct Correct θ = 0 skiladæmi 10 Part A Part B Part C Due: 11:59pm on Wednesday, November 11, 2015

cos(θ)sin(θ) Alternative Exercise Correct Correct θ = 0 skiladæmi 10 Part A Part B Part C Due: 11:59pm on Wednesday, November 11, 2015 skiladæmi 10 Due: 11:59pm on Wednesday, November 11, 015 You will receive no credit for items you complete after the assignment is due Grading Policy Alternative Exercise 1115 A bar with cross sectional

More information

6 th Pipeline Technology Conference 2011

6 th Pipeline Technology Conference 2011 6 th Pipeline Technology Conference 2011 Mechanical behavior of metal loss in heat affected zone of welded joints in low carbon steel pipes. M. J. Fernández C. 1, J. L. González V. 2, G. Jarvio C. 3, J.

More information

HEAT TRANSFER AND THERMAL STRESS ANALYSIS OF WATER COOLING JACKET FOR ROCKET EXHAUST SYSTEMS

HEAT TRANSFER AND THERMAL STRESS ANALYSIS OF WATER COOLING JACKET FOR ROCKET EXHAUST SYSTEMS HEAT TRANSFER AND THERMAL STRESS ANALYSIS OF WATER COOLING JACKET FOR ROCKET EXHAUST SYSTEMS Mihai MIHAILA-ANDRES 1 Paul Virgil ROSU 2 Ion FUIOREA 3 1 PhD., Structure Analysis and Simulation Division,

More information

Mechanics of Materials II. Chapter III. A review of the fundamental formulation of stress, strain, and deflection

Mechanics of Materials II. Chapter III. A review of the fundamental formulation of stress, strain, and deflection Mechanics of Materials II Chapter III A review of the fundamental formulation of stress, strain, and deflection Outline Introduction Assumtions and limitations Axial loading Torsion of circular shafts

More information

Samantha Ramirez, MSE. Stress. The intensity of the internal force acting on a specific plane (area) passing through a point. F 2

Samantha Ramirez, MSE. Stress. The intensity of the internal force acting on a specific plane (area) passing through a point. F 2 Samantha Ramirez, MSE Stress The intensity of the internal force acting on a specific plane (area) passing through a point. Δ ΔA Δ z Δ 1 2 ΔA Δ x Δ y ΔA is an infinitesimal size area with a uniform force

More information

Chapter 2 HEAT CONDUCTION EQUATION

Chapter 2 HEAT CONDUCTION EQUATION Heat and Mass Transfer: Fundamentals & Applications Fourth Edition Yunus A. Cengel, Afshin J. Ghajar McGraw-Hill, 2011 Chapter 2 HEAT CONDUCTION EQUATION Mehmet Kanoglu University of Gaziantep Copyright

More information

Optimization Problems with Constraints - introduction to theory, numerical Methods and applications

Optimization Problems with Constraints - introduction to theory, numerical Methods and applications Optimization Problems with Constraints - introduction to theory, numerical Methods and applications Dr. Abebe Geletu Ilmenau University of Technology Department of Simulation and Optimal Processes (SOP)

More information

Figure 1 Answer: = m

Figure 1 Answer: = m Q1. Figure 1 shows a solid cylindrical steel rod of length =.0 m and diameter D =.0 cm. What will be increase in its length when m = 80 kg block is attached to its bottom end? (Young's modulus of steel

More information

Chapter 3. Load and Stress Analysis

Chapter 3. Load and Stress Analysis Chapter 3 Load and Stress Analysis 2 Shear Force and Bending Moments in Beams Internal shear force V & bending moment M must ensure equilibrium Fig. 3 2 Sign Conventions for Bending and Shear Fig. 3 3

More information

Calculation of Thick-walled Shell Taking into Account Nonlinearity and Temperature Inhomogeneity of the Concrete at Subzero Temperatures

Calculation of Thick-walled Shell Taking into Account Nonlinearity and Temperature Inhomogeneity of the Concrete at Subzero Temperatures 2017 Asia-Pacific Engineering and Technology Conference (APETC 2017) ISBN: 978-1-60595-443-1 Calculation of Thick-walled Shell Taking into Account Nonlinearity and Temperature Inhomogeneity of the Concrete

More information

Introduction to Aerospace Engineering

Introduction to Aerospace Engineering Introduction to Aerospace Engineering Lecture slides Challenge the future 1 Aircraft & spacecraft loads Translating loads to stresses Faculty of Aerospace Engineering 29-11-2011 Delft University of Technology

More information

R13 SET - 1 '' ''' '' ' '''' Code No RT21033

R13 SET - 1 '' ''' '' ' '''' Code No RT21033 SET - 1 II B. Tech I Semester Supplementary Examinations, June - 2015 THERMODYNAMICS (Com. to ME, AE, AME) Time: 3 hours Max. Marks: 70 Note: 1. Question Paper consists of two parts (Part-A and Part-B)

More information

COURSE TITLE : APPLIED MECHANICS & STRENGTH OF MATERIALS COURSE CODE : 4017 COURSE CATEGORY : A PERIODS/WEEK : 6 PERIODS/ SEMESTER : 108 CREDITS : 5

COURSE TITLE : APPLIED MECHANICS & STRENGTH OF MATERIALS COURSE CODE : 4017 COURSE CATEGORY : A PERIODS/WEEK : 6 PERIODS/ SEMESTER : 108 CREDITS : 5 COURSE TITLE : APPLIED MECHANICS & STRENGTH OF MATERIALS COURSE CODE : 4017 COURSE CATEGORY : A PERIODS/WEEK : 6 PERIODS/ SEMESTER : 108 CREDITS : 5 TIME SCHEDULE MODULE TOPICS PERIODS 1 Simple stresses

More information

Applied Fluid Mechanics

Applied Fluid Mechanics Applied Fluid Mechanics 1. The Nature of Fluid and the Study of Fluid Mechanics 2. Viscosity of Fluid 3. Pressure Measurement 4. Forces Due to Static Fluid 5. Buoyancy and Stability 6. Flow of Fluid and

More information

Applied Fluid Mechanics

Applied Fluid Mechanics Applied Fluid Mechanics 1. The Nature of Fluid and the Study of Fluid Mechanics 2. Viscosity of Fluid 3. Pressure Measurement 4. Forces Due to Static Fluid 5. Buoyancy and Stability 6. Flow of Fluid and

More information

Lecture 12: Finite Elements

Lecture 12: Finite Elements Materials Science & Metallurgy Part III Course M6 Computation of Phase Diagrams H. K. D. H. Bhadeshia Lecture 2: Finite Elements In finite element analysis, functions of continuous quantities such as temperature

More information

Principles of Food and Bioprocess Engineering (FS 231) Problems on Heat Transfer

Principles of Food and Bioprocess Engineering (FS 231) Problems on Heat Transfer Principles of Food and Bioprocess Engineering (FS 1) Problems on Heat Transfer 1. What is the thermal conductivity of a material 8 cm thick if the temperature at one end of the product is 0 C and the temperature

More information

R13. II B. Tech I Semester Regular Examinations, Jan MECHANICS OF SOLIDS (Com. to ME, AME, AE, MTE) PART-A

R13. II B. Tech I Semester Regular Examinations, Jan MECHANICS OF SOLIDS (Com. to ME, AME, AE, MTE) PART-A SET - 1 II B. Tech I Semester Regular Examinations, Jan - 2015 MECHANICS OF SOLIDS (Com. to ME, AME, AE, MTE) Time: 3 hours Max. Marks: 70 Note: 1. Question Paper consists of two parts (Part-A and Part-B)

More information

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA SCIENCE FOR TECHNICIANS OUTCOME 3 - ENERGY TUTORIAL 1 MECHANICAL WORK, ENERGY AND POWER: WORK

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA SCIENCE FOR TECHNICIANS OUTCOME 3 - ENERGY TUTORIAL 1 MECHANICAL WORK, ENERGY AND POWER: WORK EDEXCEL NATIONAL CERTIFICATE/DIPLOMA SCIENCE FOR TECHNICIANS OUTCOME 3 - ENERGY TUTORIAL 1 MECHANICAL WORK, ENERGY AND POWER: WORK 3 Energy Mechanical work, energy and power: work - energy relationship,

More information

For more Stuffs Visit Owner: N.Rajeev. R07

For more Stuffs Visit  Owner: N.Rajeev. R07 Code.No: 43034 R07 SET-1 JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY HYDERABAD II.B.TECH - I SEMESTER REGULAR EXAMINATIONS NOVEMBER, 2009 FOUNDATION OF SOLID MECHANICS (AERONAUTICAL ENGINEERING) Time: 3hours

More information

Question Figure shows the strain-stress curve for a given material. What are (a) Young s modulus and (b) approximate yield strength for this material?

Question Figure shows the strain-stress curve for a given material. What are (a) Young s modulus and (b) approximate yield strength for this material? Question. A steel wire of length 4.7 m and cross-sectional area 3.0 x 10-5 m 2 stretches by the same amount as a copper wire of length 3.5 m and cross-sectional area of 4.0 x 10-5 m 2 under a given load.

More information

M15e Bending of beams

M15e Bending of beams Fakultät für Physik und Geowissenschaften Physikalisches Grundpraktikum M5e Bending of beams Tasks. Determine Young s modulus E for two metal rods of different material but of the same crosssectional form

More information

Thermal Analysis. with SolidWorks Simulation 2013 SDC. Paul M. Kurowski. Better Textbooks. Lower Prices.

Thermal Analysis. with SolidWorks Simulation 2013 SDC. Paul M. Kurowski. Better Textbooks. Lower Prices. Thermal Analysis with SolidWorks Simulation 2013 Paul M. Kurowski SDC PUBLICATIONS Schroff Development Corporation Better Textbooks. Lower Prices. www.sdcpublications.com Visit the following websites to

More information

Chapter 2 HEAT CONDUCTION EQUATION

Chapter 2 HEAT CONDUCTION EQUATION Heat and Mass Transfer: Fundamentals & Applications 5th Edition in SI Units Yunus A. Çengel, Afshin J. Ghajar McGraw-Hill, 2015 Chapter 2 HEAT CONDUCTION EQUATION Mehmet Kanoglu University of Gaziantep

More information

Mechanical Principles

Mechanical Principles Unit 4: Mechanical Principles Unit code: F/601/1450 QCF level: 5 Credit value: 15 Aim This unit aims to develop learners understanding of an extended range of mechanical principles that underpin the design

More information

Thermoelastic Stresses in a Rod Subjected to Periodic Boundary Condition: An Analytical Treatment

Thermoelastic Stresses in a Rod Subjected to Periodic Boundary Condition: An Analytical Treatment Thermoelastic Stresses in a Rod Subjected to Periodic Boundary Condition: An Analytical Treatment Ahmet N. Eraslan Department of Engineering Sciences Middle East Technical University Ankara 06531, Turkey

More information

: APPLIED MECHANICS & STRENGTH OF MATERIALS COURSE CODE : 4021 COURSE CATEGORY : A PERIODS/ WEEK : 5 PERIODS/ SEMESTER : 75 CREDIT : 5 TIME SCHEDULE

: APPLIED MECHANICS & STRENGTH OF MATERIALS COURSE CODE : 4021 COURSE CATEGORY : A PERIODS/ WEEK : 5 PERIODS/ SEMESTER : 75 CREDIT : 5 TIME SCHEDULE COURSE TITLE : APPLIED MECHANICS & STRENGTH OF MATERIALS COURSE CODE : 4021 COURSE CATEGORY : A PERIODS/ WEEK : 5 PERIODS/ SEMESTER : 75 CREDIT : 5 TIME SCHEDULE MODULE TOPIC PERIODS 1 Simple stresses

More information

Chapter 6 Some Applications of the Integral

Chapter 6 Some Applications of the Integral Chapter 6 Some Applications of the Integral Section 6.1 More on Area a. Representative Rectangle b. Vertical Separation c. Example d. Integration with Respect to y e. Example Section 6.2 Volume by Parallel

More information

DYNAMICS ME HOMEWORK PROBLEM SETS

DYNAMICS ME HOMEWORK PROBLEM SETS DYNAMICS ME 34010 HOMEWORK PROBLEM SETS Mahmoud M. Safadi 1, M.B. Rubin 2 1 safadi@technion.ac.il, 2 mbrubin@technion.ac.il Faculty of Mechanical Engineering Technion Israel Institute of Technology Spring

More information

FREE VIBRATION ANALYSIS OF THIN CYLINDRICAL SHELLS SUBJECTED TO INTERNAL PRESSURE AND FINITE ELEMENT ANALYSIS

FREE VIBRATION ANALYSIS OF THIN CYLINDRICAL SHELLS SUBJECTED TO INTERNAL PRESSURE AND FINITE ELEMENT ANALYSIS FREE VIBRATION ANALYSIS OF THIN CYLINDRICAL SHELLS SUBJECTED TO INTERNAL PRESSURE AND FINITE ELEMENT ANALYSIS J. Kandasamy 1, M. Madhavi 2, N. Haritha 3 1 Corresponding author Department of Mechanical

More information

REE 307 Fluid Mechanics II. Lecture 1. Sep 27, Dr./ Ahmed Mohamed Nagib Elmekawy. Zewail City for Science and Technology

REE 307 Fluid Mechanics II. Lecture 1. Sep 27, Dr./ Ahmed Mohamed Nagib Elmekawy. Zewail City for Science and Technology REE 307 Fluid Mechanics II Lecture 1 Sep 27, 2017 Dr./ Ahmed Mohamed Nagib Elmekawy Zewail City for Science and Technology Course Materials drahmednagib.com 2 COURSE OUTLINE Fundamental of Flow in pipes

More information

For the intersections: cos x = 0 or sin x = 1 2

For the intersections: cos x = 0 or sin x = 1 2 Chapter 6 Set-up examples The purpose of this document is to demonstrate the work that will be required if you are asked to set-up integrals on an exam and/or quiz.. Areas () Set up, do not evaluate, any

More information

Energy Considerations

Energy Considerations Physics 42200 Waves & Oscillations Lecture 4 French, Chapter 3 Spring 2016 Semester Matthew Jones Energy Considerations The force in Hooke s law is = Potential energy can be used to describe conservative

More information

W 18e Heat Capacity Ratio γ

W 18e Heat Capacity Ratio γ Fakultät für Physik und Geowissenschaften Physikalisches Grundpraktikum W 8e Heat Capacity Ratio γ Tasks Determine the heat capacity ratio γ of air and carbon dioxide using the method of Clément and Desormes.

More information

Do not fill out the information below until instructed to do so! Name: Signature: Student ID: Section Number:

Do not fill out the information below until instructed to do so! Name: Signature: Student ID:   Section Number: Do not fill out the information below until instructed to do so! Name: Signature: Student ID: E-mail: Section Number: Formulae are provided on the last page. You may NOT use any other formula sheet. You

More information

Statics Chapter II Fall 2018 Exercises Corresponding to Sections 2.1, 2.2, and 2.3

Statics Chapter II Fall 2018 Exercises Corresponding to Sections 2.1, 2.2, and 2.3 Statics Chapter II Fall 2018 Exercises Corresponding to Sections 2.1, 2.2, and 2.3 2 3 Determine the magnitude of the resultant force FR = F1 + F2 and its direction, measured counterclockwise from the

More information

ME Final Exam. PROBLEM NO. 4 Part A (2 points max.) M (x) y. z (neutral axis) beam cross-sec+on. 20 kip ft. 0.2 ft. 10 ft. 0.1 ft.

ME Final Exam. PROBLEM NO. 4 Part A (2 points max.) M (x) y. z (neutral axis) beam cross-sec+on. 20 kip ft. 0.2 ft. 10 ft. 0.1 ft. ME 323 - Final Exam Name December 15, 2015 Instructor (circle) PROEM NO. 4 Part A (2 points max.) Krousgrill 11:30AM-12:20PM Ghosh 2:30-3:20PM Gonzalez 12:30-1:20PM Zhao 4:30-5:20PM M (x) y 20 kip ft 0.2

More information

2012 MECHANICS OF SOLIDS

2012 MECHANICS OF SOLIDS R10 SET - 1 II B.Tech II Semester, Regular Examinations, April 2012 MECHANICS OF SOLIDS (Com. to ME, AME, MM) Time: 3 hours Max. Marks: 75 Answer any FIVE Questions All Questions carry Equal Marks ~~~~~~~~~~~~~~~~~~~~~~

More information

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MECHANICAL ENGINEERING QUESTION BANK. Subject code/name: ME2254/STRENGTH OF MATERIALS Year/Sem:II / IV

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MECHANICAL ENGINEERING QUESTION BANK. Subject code/name: ME2254/STRENGTH OF MATERIALS Year/Sem:II / IV KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MECHANICAL ENGINEERING QUESTION BANK Subject code/name: ME2254/STRENGTH OF MATERIALS Year/Sem:II / IV UNIT I STRESS, STRAIN DEFORMATION OF SOLIDS PART A (2 MARKS)

More information

The Dynamical Loading of the WWER440/V213 Reactor Pressure Vessel Internals during LOCA Accident in Hot and Cold Leg of the Primary Circuit

The Dynamical Loading of the WWER440/V213 Reactor Pressure Vessel Internals during LOCA Accident in Hot and Cold Leg of the Primary Circuit The Dynamical Loading of the WWER440/V213 Reactor Pressure Vessel Internals during LOCA Accident in Hot and Cold Leg of the Primary Circuit ABSTRACT Peter Hermansky, Marian Krajčovič VUJE, Inc. Okružná

More information

Analytical Strip Method for Thin Isotropic Cylindrical Shells

Analytical Strip Method for Thin Isotropic Cylindrical Shells IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684,p-ISSN: 2320-334X, Volume 14, Issue 4 Ver. III (Jul. Aug. 2017), PP 24-38 www.iosrjournals.org Analytical Strip Method for

More information

8. Combined Loadings

8. Combined Loadings CHAPTER OBJECTIVES qanalyze the stress developed in thin-walled pressure vessels qreview the stress analysis developed in previous chapters regarding axial load, torsion, bending and shear qdiscuss the

More information

STRESS IN ASME PRESSURE VESSELS, BOILERS, AND NUCLEAR COMPONENTS

STRESS IN ASME PRESSURE VESSELS, BOILERS, AND NUCLEAR COMPONENTS STRESS IN ASME PRESSURE VESSELS, BOILERS, AND NUCLEAR COMPONENTS Wiley-ASME Press Series List Stress in ASME Pressure Vessels, Boilers, and Nuclear Jawad October 2017 Components Robust Adaptive Control

More information

if the initial displacement and velocities are zero each. [ ] PART-B

if the initial displacement and velocities are zero each. [ ] PART-B Set No - 1 I. Tech II Semester Regular Examinations ugust - 2014 ENGINEERING MECHNICS (Common to ECE, EEE, EIE, io-tech, E Com.E, gri. E) Time: 3 hours Max. Marks: 70 Question Paper Consists of Part- and

More information

Introduction to Heat and Mass Transfer. Week 9

Introduction to Heat and Mass Transfer. Week 9 Introduction to Heat and Mass Transfer Week 9 補充! Multidimensional Effects Transient problems with heat transfer in two or three dimensions can be considered using the solutions obtained for one dimensional

More information

QUESTION BANK SEMESTER: III SUBJECT NAME: MECHANICS OF SOLIDS

QUESTION BANK SEMESTER: III SUBJECT NAME: MECHANICS OF SOLIDS QUESTION BANK SEMESTER: III SUBJECT NAME: MECHANICS OF SOLIDS UNIT 1- STRESS AND STRAIN PART A (2 Marks) 1. Define longitudinal strain and lateral strain. 2. State Hooke s law. 3. Define modular ratio,

More information

(in m^3) 4.A 1.62 B 2.35 C 3.41 D pt 5.A B C pt

(in m^3) 4.A 1.62 B 2.35 C 3.41 D pt 5.A B C pt Mark Reeves - Physics 21 Spring 2012 1 An automobile driver fills his 17.1-L steel gasoline tank in the cool of the morning when the temperature of the tank and the gasoline is 15.0 C and the pressure

More information

QUESTION BANK DEPARTMENT: CIVIL SEMESTER: III SUBJECT CODE: CE2201 SUBJECT NAME: MECHANICS OF SOLIDS UNIT 1- STRESS AND STRAIN PART A

QUESTION BANK DEPARTMENT: CIVIL SEMESTER: III SUBJECT CODE: CE2201 SUBJECT NAME: MECHANICS OF SOLIDS UNIT 1- STRESS AND STRAIN PART A DEPARTMENT: CIVIL SUBJECT CODE: CE2201 QUESTION BANK SEMESTER: III SUBJECT NAME: MECHANICS OF SOLIDS UNIT 1- STRESS AND STRAIN PART A (2 Marks) 1. Define longitudinal strain and lateral strain. 2. State

More information

On Nonlinear Buckling and Collapse Analysis using Riks Method

On Nonlinear Buckling and Collapse Analysis using Riks Method Visit the SIMULIA Resource Center for more customer examples. On Nonlinear Buckling and Collapse Analysis using Riks Method Mingxin Zhao, Ph.D. UOP, A Honeywell Company, 50 East Algonquin Road, Des Plaines,

More information

CONNECTED RATE OF CHANGE PACK

CONNECTED RATE OF CHANGE PACK C4 CONNECTED RATE OF CHANGE PACK 1. A vase with a circular cross-section is shown in. Water is flowing into the vase. When the depth of the water is h cm, the volume of water V cm 3 is given by V = 4 πh(h

More information

DETAILED SYLLABUS FOR DISTANCE EDUCATION. Diploma. (Three Years Semester Scheme) Diploma in Architecture (DARC)

DETAILED SYLLABUS FOR DISTANCE EDUCATION. Diploma. (Three Years Semester Scheme) Diploma in Architecture (DARC) DETAILED SYLLABUS FOR DISTANCE EDUCATION Diploma (Three Years Semester Scheme) Diploma in Architecture (DARC) COURSE TITLE DURATION : Diploma in ARCHITECTURE (DARC) : 03 Years (Semester System) FOURTH

More information

9 MECHANICAL PROPERTIES OF SOLIDS

9 MECHANICAL PROPERTIES OF SOLIDS 9 MECHANICAL PROPERTIES OF SOLIDS Deforming force Deforming force is the force which changes the shape or size of a body. Restoring force Restoring force is the internal force developed inside the body

More information

Static & Dynamic. Analysis of Structures. Edward L.Wilson. University of California, Berkeley. Fourth Edition. Professor Emeritus of Civil Engineering

Static & Dynamic. Analysis of Structures. Edward L.Wilson. University of California, Berkeley. Fourth Edition. Professor Emeritus of Civil Engineering Static & Dynamic Analysis of Structures A Physical Approach With Emphasis on Earthquake Engineering Edward LWilson Professor Emeritus of Civil Engineering University of California, Berkeley Fourth Edition

More information

Finite Element Analysis of Compression of Thin, High Modulus, Cylindrical Shells with Low-Modulus Core

Finite Element Analysis of Compression of Thin, High Modulus, Cylindrical Shells with Low-Modulus Core Finite Element Analysis of Compression of Thin, High Modulus, Cylindrical Shells with Low-Modulus Core Robert S. Joseph Design Engineering Analysis Corporation, McMurray, PA ABSTRACT Long, cylindrical

More information

Department of Mathematical 1 Limits. 1.1 Basic Factoring Example. x 1 x 2 1. lim

Department of Mathematical 1 Limits. 1.1 Basic Factoring Example. x 1 x 2 1. lim Contents 1 Limits 2 1.1 Basic Factoring Example...................................... 2 1.2 One-Sided Limit........................................... 3 1.3 Squeeze Theorem..........................................

More information

ENGI Multiple Integration Page 8-01

ENGI Multiple Integration Page 8-01 ENGI 345 8. Multiple Integration Page 8-01 8. Multiple Integration This chapter provides only a very brief introduction to the major topic of multiple integration. Uses of multiple integration include

More information

Rotational Inertia (approximately 2 hr) (11/23/15)

Rotational Inertia (approximately 2 hr) (11/23/15) Inertia (approximately 2 hr) (11/23/15) Introduction In the case of linear motion, a non-zero net force will result in linear acceleration in accordance with Newton s 2 nd Law, F=ma. The moving object

More information

Modelling of dispersed, multicomponent, multiphase flows in resource industries. Section 3: Examples of analyses conducted for Newtonian fluids

Modelling of dispersed, multicomponent, multiphase flows in resource industries. Section 3: Examples of analyses conducted for Newtonian fluids Modelling of dispersed, multicomponent, multiphase flows in resource industries Section 3: Examples of analyses conducted for Newtonian fluids Globex Julmester 017 Lecture # 04 July 017 Agenda Lecture

More information

A Flexible Methodology for Optimal Helical Compression Spring Design

A Flexible Methodology for Optimal Helical Compression Spring Design A Flexible Methodology for Optimal Helical Compression Spring Design A. Bentley, T. Hodges, J. Jiang, J. Krueger, S. Nannapaneni, T. Qiu Problem Presenters: J. Massad and S. Webb Faculty Mentors: I. Ipsen

More information

Lecture 2: Finite Elements

Lecture 2: Finite Elements Materials Science & Metallurgy Master of Philosophy, Materials Modelling, Course MP7, Finite Element Analysis, H. K. D. H. Bhadeshia Lecture 2: Finite Elements In finite element analysis, functions of

More information

D : SOLID MECHANICS. Q. 1 Q. 9 carry one mark each. Q.1 Find the force (in kn) in the member BH of the truss shown.

D : SOLID MECHANICS. Q. 1 Q. 9 carry one mark each. Q.1 Find the force (in kn) in the member BH of the truss shown. D : SOLID MECHANICS Q. 1 Q. 9 carry one mark each. Q.1 Find the force (in kn) in the member BH of the truss shown. Q.2 Consider the forces of magnitude F acting on the sides of the regular hexagon having

More information

Analysis of asymmetric radial deformation in pipe with local wall thinning under internal pressure using strain energy method

Analysis of asymmetric radial deformation in pipe with local wall thinning under internal pressure using strain energy method Analysis of asymmetric radial deformation in pipe with local wall thinning under internal pressure using strain energy method V.M.F. Nascimento Departameto de ngenharia Mecânica TM, UFF, Rio de Janeiro

More information

7. Design of pressure vessels and Transformation of plane stress Contents

7. Design of pressure vessels and Transformation of plane stress Contents 7. Design of pressure vessels and Transformation of plane stress Contents 7. Design of pressure vessels and Transformation of plane stress... 1 7.1 Introduction... 7. Design of pressure vessels... 7..1

More information

CE6306 STRENGTH OF MATERIALS TWO MARK QUESTIONS WITH ANSWERS ACADEMIC YEAR

CE6306 STRENGTH OF MATERIALS TWO MARK QUESTIONS WITH ANSWERS ACADEMIC YEAR CE6306 STRENGTH OF MATERIALS TWO MARK QUESTIONS WITH ANSWERS ACADEMIC YEAR 2014-2015 UNIT - 1 STRESS, STRAIN AND DEFORMATION OF SOLIDS PART- A 1. Define tensile stress and tensile strain. The stress induced

More information

MATERIAL PROPERTIES. Material Properties Must Be Evaluated By Laboratory or Field Tests 1.1 INTRODUCTION 1.2 ANISOTROPIC MATERIALS

MATERIAL PROPERTIES. Material Properties Must Be Evaluated By Laboratory or Field Tests 1.1 INTRODUCTION 1.2 ANISOTROPIC MATERIALS . MARIAL PROPRIS Material Properties Must Be valuated By Laboratory or Field ests. INRODUCION he fundamental equations of structural mechanics can be placed in three categories[]. First, the stress-strain

More information

Principles of Convection

Principles of Convection Principles of Convection Point Conduction & convection are similar both require the presence of a material medium. But convection requires the presence of fluid motion. Heat transfer through the: Solid

More information

DEPARTMENT OF MECHANICAL ENIGINEERING, UNIVERSITY OF ENGINEERING & TECHNOLOGY LAHORE (KSK CAMPUS).

DEPARTMENT OF MECHANICAL ENIGINEERING, UNIVERSITY OF ENGINEERING & TECHNOLOGY LAHORE (KSK CAMPUS). DEPARTMENT OF MECHANICAL ENIGINEERING, UNIVERSITY OF ENGINEERING & TECHNOLOGY LAHORE (KSK CAMPUS). Lab Director: Coordinating Staff: Mr. Muhammad Farooq (Lecturer) Mr. Liaquat Qureshi (Lab Supervisor)

More information

Physics 8 Wednesday, November 29, 2017

Physics 8 Wednesday, November 29, 2017 Physics 8 Wednesday, November 29, 2017 HW11 due this Friday, Dec 1. After another day or two on beams, our last topic of the semester will be oscillations (a.k.a. vibration, periodic motion). Toward that

More information

EXAMPLE SHEET FOR TOPIC 3 AUTUMN 2013

EXAMPLE SHEET FOR TOPIC 3 AUTUMN 2013 EXAMPLE SHEET FOR TOPIC ATMN 01 Q1. se dimensional analysis to investigate how the capillary rise h of a liquid in a tube varies with tube diameter d, gravity g, fluid density ρ, surface tension σ and

More information

Convection. forced convection when the flow is caused by external means, such as by a fan, a pump, or atmospheric winds.

Convection. forced convection when the flow is caused by external means, such as by a fan, a pump, or atmospheric winds. Convection The convection heat transfer mode is comprised of two mechanisms. In addition to energy transfer due to random molecular motion (diffusion), energy is also transferred by the bulk, or macroscopic,

More information

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad AERONAUTICAL ENGINEERING QUESTION BANK : AERONAUTICAL ENGINEERING.

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad AERONAUTICAL ENGINEERING QUESTION BANK : AERONAUTICAL ENGINEERING. Course Name Course Code Class Branch INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad - 00 0 AERONAUTICAL ENGINEERING : Mechanics of Fluids : A00 : II-I- B. Tech Year : 0 0 Course Coordinator

More information

1. For a simple harmonic motion governed by Hooke s Law, F = kx, if T is the period then the quantity T/2π is equal to

1. For a simple harmonic motion governed by Hooke s Law, F = kx, if T is the period then the quantity T/2π is equal to 1. For a simple harmonic motion governed by Hooke s Law, F = kx, if T is the period then the quantity T/2π is equal to (a) m (b) (c) m k k k m (d) k m (e) the angular frequency ω 2. If the mass of a simple

More information

Lectures on Applied Reactor Technology and Nuclear Power Safety. Lecture No 6

Lectures on Applied Reactor Technology and Nuclear Power Safety. Lecture No 6 Lectures on Nuclear Power Safety Lecture No 6 Title: Introduction to Thermal-Hydraulic Analysis of Nuclear Reactor Cores Department of Energy Technology KTH Spring 2005 Slide No 1 Outline of the Lecture

More information

Purdue University Study Guide for MA Credit Exam

Purdue University Study Guide for MA Credit Exam Purdue University Study Guide for MA 60 Credit Exam Students who pass the credit exam will gain credit in MA60. The credit exam is a twohour long exam with 5 multiple choice questions. No books or notes

More information

Impact of the HP Preheater Bypass on the Economizer Inlet Header

Impact of the HP Preheater Bypass on the Economizer Inlet Header Impact of the HP Preheater Bypass on the Economizer Inlet Header Dr.-Ing. Henning Zindler E.ON Kraftwerke Tresckowstrasse 5 30457 Hannover Germany henning.zindler@eon-energie.com Dipl.-Ing. Andreas Hauschke

More information

Determining Liquid Capacity 4 th Annual Pipeline Knowledge Retention Chris Sonneborn November 7, 2013

Determining Liquid Capacity 4 th Annual Pipeline Knowledge Retention Chris Sonneborn November 7, 2013 Determining Liquid Capacity 4 th Annual Pipeline Knowledge Retention Chris Sonneborn November 7, 2013 Outline What is important? Liquid Properties Thermal Conditions Hydraulic Gradient Flow Regime in Liquids

More information

SRI CHANDRASEKHARENDRA SARASWATHI VISWA MAHAVIDHYALAYA

SRI CHANDRASEKHARENDRA SARASWATHI VISWA MAHAVIDHYALAYA SRI CHANDRASEKHARENDRA SARASWATHI VISWA MAHAVIDHYALAYA (Declared as Deemed-to-be University under Section 3 of the UGC Act, 1956, Vide notification No.F.9.9/92-U-3 dated 26 th May 1993 of the Govt. of

More information

Entropy and the Second Law of Thermodynamics

Entropy and the Second Law of Thermodynamics Entropy and the Second Law of Thermodynamics Reading Problems 7-1 7-3 7-88, 7-131, 7-135 7-6 7-10 8-24, 8-44, 8-46, 8-60, 8-73, 8-99, 8-128, 8-132, 8-1 8-10, 8-13 8-135, 8-148, 8-152, 8-166, 8-168, 8-189

More information

CVE 372 HYDROMECHANICS EXERCISE PROBLEMS

CVE 372 HYDROMECHANICS EXERCISE PROBLEMS VE 37 HYDROMEHNIS EXERISE PROLEMS 1. pump that has the characteristic curve shown in the accompanying graph is to be installed in the system shown. What will be the discharge of water in the system? Take

More information

Math 76 Practice Problems for Midterm II Solutions

Math 76 Practice Problems for Midterm II Solutions Math 76 Practice Problems for Midterm II Solutions 6.4-8. DISCLAIMER. This collection of practice problems is not guaranteed to be identical, in length or content, to the actual exam. You may expect to

More information

18.Define the term modulus of resilience. May/June Define Principal Stress. 20. Define Hydrostatic Pressure.

18.Define the term modulus of resilience. May/June Define Principal Stress. 20. Define Hydrostatic Pressure. CE6306 STREGNTH OF MATERIALS Question Bank Unit-I STRESS, STRAIN, DEFORMATION OF SOLIDS PART-A 1. Define Poison s Ratio May/June 2009 2. What is thermal stress? May/June 2009 3. Estimate the load carried

More information

CHAPTER 13. Liquids FLUIDS FLUIDS. Gases. Density! Bulk modulus! Compressibility. To begin with... some important definitions...

CHAPTER 13. Liquids FLUIDS FLUIDS. Gases. Density! Bulk modulus! Compressibility. To begin with... some important definitions... CHAPTER 13 FLUIDS Density! Bulk modulus! Compressibility Pressure in a fluid! Hydraulic lift! Hydrostatic paradox Measurement of pressure! Manometers and barometers Buoyancy and Archimedes Principle! Upthrust!

More information

R09. d water surface. Prove that the depth of pressure is equal to p +.

R09. d water surface. Prove that the depth of pressure is equal to p +. Code No:A109210105 R09 SET-1 B.Tech II Year - I Semester Examinations, December 2011 FLUID MECHANICS (CIVIL ENGINEERING) Time: 3 hours Max. Marks: 75 Answer any five questions All questions carry equal

More information

A techno-economic probabilistic approach to superheater lifetime determination

A techno-economic probabilistic approach to superheater lifetime determination Journal of Energy in Southern Africa 17(1): 66 71 DOI: http://dx.doi.org/10.17159/2413-3051/2006/v17i1a3295 A techno-economic probabilistic approach to superheater lifetime determination M Jaeger Rafael

More information

Chapter 10 Lecture Outline. Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Chapter 10 Lecture Outline. Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 10 Lecture Outline Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 10: Elasticity and Oscillations Elastic Deformations Hooke s Law Stress and

More information

Optimal Control - Homework Exercise 3

Optimal Control - Homework Exercise 3 Optimal Control - Homework Exercise 3 December 17, 2010 In this exercise two different problems will be considered, first the so called Zermelo problem the problem is to steer a boat in streaming water,

More information

THERMODYNAMICS, FLUID AND PLANT PROCESSES. The tutorials are drawn from other subjects so the solutions are identified by the appropriate tutorial.

THERMODYNAMICS, FLUID AND PLANT PROCESSES. The tutorials are drawn from other subjects so the solutions are identified by the appropriate tutorial. THERMODYNAMICS, FLUID AND PLANT PROCESSES The tutorials are drawn from other subjects so the solutions are identified by the appropriate tutorial. THERMODYNAMICS TUTORIAL 2 THERMODYNAMIC PRINCIPLES SAE

More information

Comparison between the visco-elastic dampers And Magnetorheological dampers and study the Effect of temperature on the damping properties

Comparison between the visco-elastic dampers And Magnetorheological dampers and study the Effect of temperature on the damping properties Comparison between the visco-elastic dampers And Magnetorheological dampers and study the Effect of temperature on the damping properties A.Q. Bhatti National University of Sciences and Technology (NUST),

More information

Thermal Analysis with SOLIDWORKS Simulation 2015 and Flow Simulation 2015

Thermal Analysis with SOLIDWORKS Simulation 2015 and Flow Simulation 2015 Thermal Analysis with SOLIDWORKS Simulation 2015 and Flow Simulation 2015 Paul M. Kurowski SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit

More information

Analytical Design of Isolations for Cryogenic Tankers

Analytical Design of Isolations for Cryogenic Tankers , July 3-5, 2013, London, U.K. Analytical Design of Isolations for Cryogenic Tankers R. Miralbes, D. Valladares, L. Castejon, J. Abad, J.L. Santolaya, Member, IAENG Abstract In this paper it is presented

More information

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA SCIENCE FOR TECHNICIANS OUTCOME 3 - ENERGY TUTORIAL 2 HEAT

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA SCIENCE FOR TECHNICIANS OUTCOME 3 - ENERGY TUTORIAL 2 HEAT EDEXCEL NATIONAL CERTIFICATE/DIPLOMA SCIENCE FOR TECHNICIANS OUTCOME 3 - ENERGY TUTORIAL 2 HEAT 3. Energy Mechanical work, energy and power: work - energy relationship, gravitational potential energy,

More information

EDEXCEL ANALYTICAL METHODS FOR ENGINEERS H1 UNIT 2 - NQF LEVEL 4 OUTCOME 3 - CALCULUS TUTORIAL 2 MAXIMA AND MINIMA

EDEXCEL ANALYTICAL METHODS FOR ENGINEERS H1 UNIT 2 - NQF LEVEL 4 OUTCOME 3 - CALCULUS TUTORIAL 2 MAXIMA AND MINIMA EDEXCEL ANALYTICAL METHODS FOR ENGINEERS H1 UNIT - NQF LEVEL 4 OUTCOME 3 - CALCULUS TUTORIAL MAXIMA AND MINIMA The calculus: the concept of the limit and continuity; definition of the derivative; derivatives

More information

MECHANICAL PROPERTIES OF SOLIDS

MECHANICAL PROPERTIES OF SOLIDS Chapter Nine MECHANICAL PROPERTIES OF SOLIDS MCQ I 9.1 Modulus of rigidity of ideal liquids is (a) infinity. (b) zero. (c) unity. (d) some finite small non-zero constant value. 9. The maximum load a wire

More information

The University of Melbourne Engineering Mechanics

The University of Melbourne Engineering Mechanics The University of Melbourne 436-291 Engineering Mechanics Tutorial Four Poisson s Ratio and Axial Loading Part A (Introductory) 1. (Problem 9-22 from Hibbeler - Statics and Mechanics of Materials) A short

More information

Exam. Name. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Exam. Name. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) You want to swim straight across a river that is 76 m wide. You find that you can do

More information

Lecture 2 Flow classifications and continuity

Lecture 2 Flow classifications and continuity Lecture 2 Flow classifications and continuity Dr Tim Gough: t.gough@bradford.ac.uk General information 1 No tutorial week 3 3 rd October 2013 this Thursday. Attempt tutorial based on examples from today

More information