University of Illinois at Urbana-Champaign College of Engineering

Size: px
Start display at page:

Download "University of Illinois at Urbana-Champaign College of Engineering"

Transcription

1 University of Illinois at Urbana-Champaign College of Engineering CEE 570 Finite Element Methods (in Solid and Structural Mechanics) Spring Semester 2014 Quiz #1 March 3, 2014 Name: SOLUTION ID#: PS.: ALL the pages must be stapled at all times. PS2.: This is a closed book, closed notes, open minds exam. Show ALL work on the exam sheets SCORE: Problem 1: 25 / 25 points Problem 2: 20 / 20 points 100/ 100 TOTAL : Problem 3: 15 / 15 points Problem 4: 40 / 40 points Page 1 of 11

2 Problem 1 (25 points total): Part I [Historical Aspects] (10 points): The person shown at the left is Euler. State the relevance of his work in the context of the finite element method (FEM). Use the language of mathematics in your statement. Solution) The followings are some of his major contributions which should be included (at least two) in the statement. A. Bernoulli-Euler beam theory B. Calculus of variations - Euler-Lagrange Equation 0 C. Euler critical buckling load Page 2 of 11

3 Problem 1 Part II (15 points): In a three-node triangle (e.g. T3), the scalar field quantity φ can be written as φ = a 1 + a 2 x + a 3 y, where the a i (i=1,2,3) are generalized degrees of freedom (dof). For the particular shape of triangle shown below, express φ in the form φ = f 1 φ 1 + f 2 φ 2 + f 3 φ 3 where the f i (i=1,2,3) are functions of (x, y, a, b). b 1 a y 3 a 2 x Acknowledgement: This problem was assigned as part of Homework #1, Problem Solution) Point 1:,, 0 Point 2:,, 0 Point 3:, 0, From equation (1.3-5): Point 1: Point 2: Point 3: Solving for,, yields: Finally: Page 3 of 11

4 Problem 2 (20 points): The stiffness matrix below is associated with an actual structure. Devise such a structure, using linear springs and rigid blocks, in the manner that you did Homework #2 (Problem 4.3-3) and also as done in class. Do a clear drawing of the structure and indicate each spring stiffness (magnitude), the nodal loads, and the actual displacement degrees of freedom (DOFs). Solution) Optional to verify (Not needed) Π Π Π 06 6 Π Π Page 4 of 11

5 Problem 3 (15 points): Assume that the structure shown below has one degree of freedom (DOF) per node, and that each straight line between nodes is a two-node element. (a) Assign a node numbering that minimizes the largest semi-bandwidth (b max ). For this numbering, what are b max, profile p, and the fills generated by Gauss elimination? (b) Repeat part (a), but now try to assign an alternative numbering that maximizes b max. Solution) (a) Candidate numbering b max = 5, p= 69, fills = 29 Page 5 of 11

6 (b) Candidate numbering b max = 16, p= 66, fills = 29 Page 6 of 11

7 Problem 4 (40 points): Consider the notched plate shown below. The plate will be modeled using plane stress conditions, with a thickness of 0.02, a Young s modulus, E, of 200 and Poisson ratio, ν, of 0.3. A pressure load of 3.0/unit length is applied to the top and bottom edges. The domain is discretized using 4 quadratic quadrilateral (Q8) elements, as shown below. Fill in the 20 missing spaces in the ABAQUS input file, and answer questions (a) through (h). *HEADING Plate with slit problem - QUIZ 1 *NODE 1, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , *ELEMENT, TYPE=CPS8, ELSET=THINPLATE 1, 1, 9, 11, 3, 6, 10, 7, 2 2, 3, 11, 13, 5, 7, 12, 8, 4 3, 9, 18, 20, 11, 14, 19, 15, 10 4, 11, 21, 23, 13, 16, 22, 17, 12 *SOLID SECTION, ELSET=THINPLATE, MATERIAL=MAT *MATERIAL, NAME=MAT01 *ELASTIC 200, 0.3 *STEP, PERTURBATION Page 7 of 11

8 *STATIC *BOUNDARY 1, 1 2, 1 3, 1, 2 4, 1 5, 1 *DLOAD 1, P1, -3 or P1, , P3, -3 or P3, , P1, -3 or P1, , P3, -3 or P3, -150 *NODE PRINT U, RF *EL PRINT, POSITION=AVERAGED AT NODES S, E *END STEP (a) The input file above, called plate_slit.inp has been ed to you for access on a Linux machine. You download the file into your downloads folder located at /home/downloads/. From a command line prompt, you need to move the file to your working directory located at /home/workingdir/ and rename it to plate_slit_2.inp. The original file should not remain in the downloads folder. Write the command(s) you would type at the terminal to achieve this. The current directory is shown below using the pwd command. $ pwd /home Many solutions are possible, the following is one option: $ mv downloads/plate_slit.inp workingdir/plate_slit_2.inp (b) What is the total size of the full stiffness matrix for the static analysis of the problem? Hint: each node contains 2 degrees of freedom (DOFs). Number of DOFs = dofs per node number of nodes = Matrix size is (c) What is the maximum semi-bandwidth of the stiffness matrix in (b)? (dofs per node) (highest node number in an element lowest node number in an element - 1) = Page 8 of 11

9 (d) The problem is remeshed with 16 Q8 elements shown below. This is achieved by means of two surfaces, which are each meshed in PATRAN, as shown below. What is the number of finite element nodes after meshing (before equivalencing)? What is the number of finite element nodes after equivalencing? Is there any special care that need to be taken when equivalencing this domain? If so, please describe. Number of nodes after meshing = 74 Number of nodes after equivalencing = 69 In order to preserve the notch, the nodes on the notch surfaces must remain separated. Therefore the eight nodes on the notch surfaces should be excluded from equivalencing. (e) We would like to produce a fringe plot of one of the stress components on the deformed shape, as shown below. Circle the items that need to be selected in the PATRAN Results dialogue box, shown to the right, before clicking Apply. Page 9 of 11

10 (f) Which stress component is plotted in the figure of part (e)? (1) (2) (3) (4) (von Mises stress) (5) None of the above (g) If higher order terms are neglected the analytical stress at the tip of the notch (i.e. node 11) is given as, 2 where is the so-called stress intensity factor, is a dimensionless quantity that depends on the problem geometry and boundary conditions, is the radial distance from the tip of the notch, and is the angle measured from the notch tip, as shown below. (Hint: Think CEE471) Will the finite element solution resolve the analytical solution given above at the notch tip (i.e. 0) using the standard Q8 elements? Why or why not? What will happen if the mesh is refined? The elements can represent a quadratic displacement field exactly, thus they can represent and linear stress field exactly. The analytical solution of stress contains a singularity at the crack tip, (i.e. ), and the quadratic elements will never be able to resolve the analytical solution at this point. Even with mesh refinement, the analytical solution cannot be obtained at this point, because the richer quadratic space will never represent infinite stress at a point. Page 10 of 11

11 (h) Consider the case where the direction of the force is reversed as is shown in the figure to the right. When trying to model this problem with standard finite elements, what do you predict will happen? (Hint: Think CEE471) (1) The gap will close and the plate will be modeled as if the slit didn t exist (Case 1). (2) The free surfaces will come into contact with each other, but penetration is prevented causing to be continuous across the slit, but not and (Case 2). (3) The contact will not be detected and edges of the plate will penetrate each other without any interaction from the opposite side (Case 3). (4) ABAQUS/ANSYS/ETABS/SAP2000/etc. will report an error and fail to run the model. (5) Other. Explain (Case 1) (Case 2) (Case 3) Page 11 of 11

Using Fiber Reinforced Polymer to Restore Deteriorated Structural Members

Using Fiber Reinforced Polymer to Restore Deteriorated Structural Members International Journal of Material and Mechanical Engineering, 01, 1: 1-7 - 1 - Published Online April 01 http://www.ijm-me.org Using Fiber Reinforced Polymer to Restore Deteriorated Structural Members

More information

Principal Stresses: Interpreting Principal Stresses

Principal Stresses: Interpreting Principal Stresses Principal Stresses: This document talks about the principal stresses in a gross sense than its theoretical explanations. And, here I go... Most of the times we do wonder what use are these principal stresses

More information

Finite Element Method

Finite Element Method In Finite Difference Methods: the solution domain is divided into a grid of discrete points or nodes the PDE is then written for each node and its derivatives replaced by finite-divided differences In

More information

STRESS INTENSITY FACTOR CALCULATIONS FOR CRACKS EMANATING FROM BOLT HOLES IN A JET ENGINE COMPRESSOR DISC

STRESS INTENSITY FACTOR CALCULATIONS FOR CRACKS EMANATING FROM BOLT HOLES IN A JET ENGINE COMPRESSOR DISC ICAS2002 CONGRESS STRESS INTENSITY FACTOR CALCULATIONS FOR CRACKS EMANATING FROM BOLT HOLES IN A JET ENGINE COMPRESSOR DISC W. Beres, A.K. Koul 1 Institute for Aerospace Research, National Research Council

More information

Enforced Motion with Direct Frequency Response

Enforced Motion with Direct Frequency Response WORKSHOP PROBLEM 8 Enforced Motion with Direct Frequency Response Z Y X Objectives Define frequency-varying tip displacement. Use the large mass method. Produce a MSC/NASTRAN input file from a dynamic

More information

Effect of Mechanical Mismatch on the Stress Intensity Factors of Inclined Cracks under Mode I Tension Loading

Effect of Mechanical Mismatch on the Stress Intensity Factors of Inclined Cracks under Mode I Tension Loading Effect of Mechanical Mismatch on the Stress Intensity Factors of Inclined Cracks under Mode I Tension Loading M.A Azlan 1,a and A.E Ismail 1,b 1 Faculty of Mechanical and Manufacturing Engineering, Universiti

More information

Investigation of Interaction between Guidewire and Native Vessel Using Finite Element Analysis

Investigation of Interaction between Guidewire and Native Vessel Using Finite Element Analysis Visit the SIMULIA Resource Center for more customer examples. Investigation of Interaction between Guidewire and Native Vessel Using Finite Element Analysis Atul Gupta 1, Subham Sett 2, Srinivasan Varahoor

More information

PDE Project Course 1. Adaptive finite element methods

PDE Project Course 1. Adaptive finite element methods PDE Project Course 1. Adaptive finite element methods Anders Logg logg@math.chalmers.se Department of Computational Mathematics PDE Project Course 03/04 p. 1 Lecture plan Introduction to FEM FEM for Poisson

More information

Application of an Interval Backward Finite Difference Method for Solving the One-Dimensional Heat Conduction Problem

Application of an Interval Backward Finite Difference Method for Solving the One-Dimensional Heat Conduction Problem Application of an Interval Backward Finite Difference Method for Solving the One-Dimensional Heat Conduction Problem Malgorzata A. Jankowska 1, Andrzej Marciniak 2 and Tomasz Hoffmann 2 1 Poznan University

More information

UNIVERSITY OF CALIFORNIA College of Engineering Departments of Mechanical Engineering and Material Science & Engineering

UNIVERSITY OF CALIFORNIA College of Engineering Departments of Mechanical Engineering and Material Science & Engineering Fall 006 UNIVERSITY OF CALIFORNIA College of Engineering Departments of Mechanical Engineering and Material Science & Engineering MSEc113/MEc14 Mechanical Behavior of Materials Midterm #1 September 19

More information

BARUCH COLLEGE MATH 2003 SPRING 2006 MANUAL FOR THE UNIFORM FINAL EXAMINATION

BARUCH COLLEGE MATH 2003 SPRING 2006 MANUAL FOR THE UNIFORM FINAL EXAMINATION BARUCH COLLEGE MATH 003 SPRING 006 MANUAL FOR THE UNIFORM FINAL EXAMINATION The final examination for Math 003 will consist of two parts. Part I: Part II: This part will consist of 5 questions similar

More information

Prentice Hall Connected Mathematics 2, 7th Grade Units 2009 Correlated to: Minnesota K-12 Academic Standards in Mathematics, 9/2008 (Grade 7)

Prentice Hall Connected Mathematics 2, 7th Grade Units 2009 Correlated to: Minnesota K-12 Academic Standards in Mathematics, 9/2008 (Grade 7) 7.1.1.1 Know that every rational number can be written as the ratio of two integers or as a terminating or repeating decimal. Recognize that π is not rational, but that it can be approximated by rational

More information

1 SE = Student Edition - TG = Teacher s Guide

1 SE = Student Edition - TG = Teacher s Guide Mathematics State Goal 6: Number Sense Standard 6A Representations and Ordering Read, Write, and Represent Numbers 6.8.01 Read, write, and recognize equivalent representations of integer powers of 10.

More information

Math 167: Mathematical Game Theory Instructor: Alpár R. Mészáros

Math 167: Mathematical Game Theory Instructor: Alpár R. Mészáros Math 167: Mathematical Game Theory Instructor: Alpár R. Mészáros Midterm #1, February 3, 2017 Name (use a pen): Student ID (use a pen): Signature (use a pen): Rules: Duration of the exam: 50 minutes. By

More information

SAQ KONTROLL AB Box 49306, STOCKHOLM, Sweden Tel: ; Fax:

SAQ KONTROLL AB Box 49306, STOCKHOLM, Sweden Tel: ; Fax: ProSINTAP - A Probabilistic Program for Safety Evaluation Peter Dillström SAQ / SINTAP / 09 SAQ KONTROLL AB Box 49306, 100 29 STOCKHOLM, Sweden Tel: +46 8 617 40 00; Fax: +46 8 651 70 43 June 1999 Page

More information

Fracture Mechanics, Damage and Fatigue Linear Elastic Fracture Mechanics Stress Intensity Factor (SIF)

Fracture Mechanics, Damage and Fatigue Linear Elastic Fracture Mechanics Stress Intensity Factor (SIF) Universit of Liège Aerospace & Mechanical Engineering Fracture Mechanics, Damage and Fatigue Linear Elastic Fracture Mechanics Stress Intensit Factor (SIF) Ludovic Noels Computational & Multiscale Mechanics

More information

Name Date Student id #:

Name Date Student id #: Math1090 Final Exam Spring, 2016 Instructor: Name Date Student id #: Instructions: Please show all of your work as partial credit will be given where appropriate, and there may be no credit given for problems

More information

Evaluation of stress intensity factor for cracks in graded materials using digital image correlation

Evaluation of stress intensity factor for cracks in graded materials using digital image correlation Evaluation of stress intensity factor for cracks in graded materials using digital image correlation Amit Kumar and Venkitanarayanan Parameswaran * Department of Mechanical Engineering Indian Institute

More information

Math1090 Midterm 2 Review Sections , Solve the system of linear equations using Gauss-Jordan elimination.

Math1090 Midterm 2 Review Sections , Solve the system of linear equations using Gauss-Jordan elimination. Math1090 Midterm 2 Review Sections 2.1-2.5, 3.1-3.3 1. Solve the system of linear equations using Gauss-Jordan elimination. 5x+20y 15z = 155 (a) 2x 7y+13z=85 3x+14y +6z= 43 x+z= 2 (b) x= 6 y+z=11 x y+

More information

Finite Potential Well

Finite Potential Well Finite Potential Well These notes are provided as a supplement to the text and a replacement for the lecture on 11/16/17. Make sure you fill in the steps outlined in red. The finite potential well problem

More information

About Weak Form Modeling

About Weak Form Modeling Weak Form Modeling About Weak Form Modeling Do not be misled by the term weak; the weak form is very powerful and flexible. The term weak form is borrowed from mathematics. The distinguishing characteristics

More information

Pearson Connected Mathematics Grade 7

Pearson Connected Mathematics Grade 7 A Correlation of Pearson Connected Mathematics 2 2012 to the Common Core Georgia Performance s Grade 7 FORMAT FOR CORRELATION TO THE COMMON CORE GEORGIA PERFORMANCE STANDARDS (CCGPS) Subject Area: K-12

More information

YEAR 12 Trial Exam Paper FURTHER MATHEMATICS. Written examination 1. Worked solutions

YEAR 12 Trial Exam Paper FURTHER MATHEMATICS. Written examination 1. Worked solutions YEAR 12 Trial Exam Paper 2018 FURTHER MATHEMATICS Written examination 1 Worked solutions This book presents: worked solutions explanatory notes tips on how to approach the exam. This trial examination

More information

f x f x f x f x x 5 3 y-intercept: y-intercept: y-intercept: y-intercept: y-intercept of a linear function written in function notation

f x f x f x f x x 5 3 y-intercept: y-intercept: y-intercept: y-intercept: y-intercept of a linear function written in function notation Questions/ Main Ideas: Algebra Notes TOPIC: Function Translations and y-intercepts Name: Period: Date: What is the y-intercept of a graph? The four s given below are written in notation. For each one,

More information

2008 International ANSYS Conference

2008 International ANSYS Conference 008 International ANSYS Conference ALTERNATIVE CONVERGENCE- DIVERGENCE CHECKS FOR STRESSES FROM FEA Glenn Sinclair, Mechanical Engineering, LSU Jeff Beisheim, Software Development, ANSYS Inc. 008 ANSYS,

More information

A Short Survey on Pursuit-Evasion Games

A Short Survey on Pursuit-Evasion Games A Short Survey on Pursuit-Evasion Games Peng Cheng Dept. of Computer Science University of Illinois at Urbana-Champaign 1 Introduction Pursuit-evasion game is about how to guide one or a group of pursuers

More information

Math 115 Practice for Exam 3

Math 115 Practice for Exam 3 Math 5 Practice for Exam 3 Generated November 6, 207 Name: SOLUTIONS Instructor: Section Number:. This exam has 4 questions. Note that the problems are not of equal difficulty, so you may want to skip

More information

A local RBF method based on a finite collocation approach

A local RBF method based on a finite collocation approach Boundary Elements and Other Mesh Reduction Methods XXXVIII 73 A local RBF method based on a finite collocation approach D. Stevens & H. Power Department of Mechanical Materials and Manufacturing Engineering,

More information

FINITE ELEMENT-BASED FATIGUE LIFE PREDICTION OF A LOAD- CARRYING CRUCIFORM JOINT. Bandar Baru Bangi, Selangor, Malaysia

FINITE ELEMENT-BASED FATIGUE LIFE PREDICTION OF A LOAD- CARRYING CRUCIFORM JOINT. Bandar Baru Bangi, Selangor, Malaysia Journal of Mechanical Engineering and Sciences (JMES) ISSN (Print): 2289-4659; e-issn: 2231-8380; Volume 8, pp. 1414-1425, June 2015 Universiti Malaysia Pahang, Malaysia DOI: http://dx.doi.org/10.15282/jmes.8.2015.16.0138

More information

While the story has been different in each case, fundamentally, we ve maintained:

While the story has been different in each case, fundamentally, we ve maintained: Econ 805 Advanced Micro Theory I Dan Quint Fall 2009 Lecture 22 November 20 2008 What the Hatfield and Milgrom paper really served to emphasize: everything we ve done so far in matching has really, fundamentally,

More information

Math 1070 Final Exam Practice Spring 2014

Math 1070 Final Exam Practice Spring 2014 University of Connecticut Department of Mathematics Math 1070 Practice Spring 2014 Name: Instructor Name: Section: Read This First! This is a closed notes, closed book exam. You can not receive aid on

More information

Ph.D. Preliminary Examination MICROECONOMIC THEORY Applied Economics Graduate Program June 2017

Ph.D. Preliminary Examination MICROECONOMIC THEORY Applied Economics Graduate Program June 2017 Ph.D. Preliminary Examination MICROECONOMIC THEORY Applied Economics Graduate Program June 2017 The time limit for this exam is four hours. The exam has four sections. Each section includes two questions.

More information

Lesson Plan for Simulation with Spreadsheets (8/31/11 & 9/7/11)

Lesson Plan for Simulation with Spreadsheets (8/31/11 & 9/7/11) Jeremy Tejada ISE 441 - Introduction to Simulation Learning Outcomes: Lesson Plan for Simulation with Spreadsheets (8/31/11 & 9/7/11) 1. Students will be able to list and define the different components

More information

State of Stress in Three Dimensions

State of Stress in Three Dimensions State of Stress in Three Dimensions Theories of failure Introduction: Due to large numbers of examples of compound stresses met with in engineering practice, the cause of failure or permanent set under

More information

Contents. Heinemann Maths Zone

Contents. Heinemann Maths Zone Contents Chapter 1 Finance R1.1 Increasing a price by a percentage R1.2 Simple interest (1) R1.3 Simple interest (2) R1.4 Percentage profit (1) R1.5 Percentage profit (2) R1.6 The Distributive Law R1.7

More information

1. Confidence Intervals (cont.)

1. Confidence Intervals (cont.) Math 1125-Introductory Statistics Lecture 23 11/1/06 1. Confidence Intervals (cont.) Let s review. We re in a situation, where we don t know µ, but we have a number from a normal population, either an

More information

Instruction (Manual) Document

Instruction (Manual) Document Instruction (Manual) Document This part should be filled by author before your submission. 1. Information about Author Your Surname Your First Name Your Country Your Email Address Your ID on our website

More information

Plastic Failure of locally supported Silos with U-shaped longitudinal Stiffeners

Plastic Failure of locally supported Silos with U-shaped longitudinal Stiffeners Plastic Failure of locally supported Silos with U-shaped longitudinal Stiffeners *Arne Jansseune 1), Wouter De Corte 2) and Rudy Van Impe 3) 1), 2) Department of Civil Engineering, Associated Faculty of

More information

1. Suppose the demand and supply curves for goose-down winter jackets in 2014 were as given below:

1. Suppose the demand and supply curves for goose-down winter jackets in 2014 were as given below: Economics 101 Spring 2017 Answers to Homework #3 Due Thursday, March 16, 2017 Directions: The homework will be collected in a box before the large lecture. Please place your name, TA name and section number

More information

Lecture Quantitative Finance Spring Term 2015

Lecture Quantitative Finance Spring Term 2015 implied Lecture Quantitative Finance Spring Term 2015 : May 7, 2015 1 / 28 implied 1 implied 2 / 28 Motivation and setup implied the goal of this chapter is to treat the implied which requires an algorithm

More information

Common Core Georgia Performance Standards

Common Core Georgia Performance Standards A Correlation of Pearson Connected Mathematics 2 2012 to the Common Core Georgia Performance s Grade 6 FORMAT FOR CORRELATION TO THE COMMON CORE GEORGIA PERFORMANCE STANDARDS (CCGPS) Subject Area: K-12

More information

Math 6 Unit 7 Notes: Proportional relationships

Math 6 Unit 7 Notes: Proportional relationships Math 6 Unit 7 Notes: Proportional relationships Objectives: (3.2) The student will translate written forms of fractions, decimals, and percents to numerical form. (5.1) The student will apply ratios in

More information

SCHOOL OF ACCOUNTING AND BUSINESS BSc. (APPLIED ACCOUNTING) GENERAL / SPECIAL DEGREE PROGRAMME

SCHOOL OF ACCOUNTING AND BUSINESS BSc. (APPLIED ACCOUNTING) GENERAL / SPECIAL DEGREE PROGRAMME All Rights Reserved No. of Pages - 06 No of Questions - 06 SCHOOL OF ACCOUNTING AND BUSINESS BSc. (APPLIED ACCOUNTING) GENERAL / SPECIAL DEGREE PROGRAMME YEAR I SEMESTER I (Group B) END SEMESTER EXAMINATION

More information

Experimental Evaluation of the Markl Fatigue Methods and ASME Piping Stress Intensification Factors

Experimental Evaluation of the Markl Fatigue Methods and ASME Piping Stress Intensification Factors Experimental Evaluation of the Markl Fatigue Methods and ASME Piping Stress Intensification Factors Chris Hinnant Paulin Research Group Houston, TX Tony Paulin Paulin Research Group Houston, TX 2008 ASME

More information

Introductory to Microeconomic Theory [08/29/12] Karen Tsai

Introductory to Microeconomic Theory [08/29/12] Karen Tsai Introductory to Microeconomic Theory [08/29/12] Karen Tsai What is microeconomics? Study of: Choice behavior of individual agents Key assumption: agents have well-defined objectives and limited resources

More information

Chapter (9) Sheet Pile Walls

Chapter (9) Sheet Pile Walls Chapter (9) Introduction Sheet piles are a temporary structures used to retain a soil or water for a specific period of time, to build a structure in the other side of this wall. For example; if we want

More information

1) 4(7 + 4) = 2(x + 6) 2) x(x + 5) = (x + 1)(x + 2) 3) (x + 2)(x + 5) = 2x(x + 2) 10.6 Warmup Solve the equation. Tuesday, March 24, 2:56

1) 4(7 + 4) = 2(x + 6) 2) x(x + 5) = (x + 1)(x + 2) 3) (x + 2)(x + 5) = 2x(x + 2) 10.6 Warmup Solve the equation. Tuesday, March 24, 2:56 10.6 Warmup Solve the equation. 1) 4(7 + 4) = ( + 6) ) ( + 5) = ( + 1)( + ) 3) ( + )( + 5) = ( + ) 1 Geometry 10.6 Segment Relationships in Circles 10.6 Essential Question What relationships eist among

More information

1 algebraic. expression. at least one operation. Any letter can be used as a variable. 2 + n. combination of numbers and variables

1 algebraic. expression. at least one operation. Any letter can be used as a variable. 2 + n. combination of numbers and variables 1 algebraic expression at least one operation 2 + n r w q Any letter can be used as a variable. combination of numbers and variables DEFINE: A group of numbers, symbols, and variables that represent an

More information

MLC at Boise State Polynomials Activity 3 Week #5

MLC at Boise State Polynomials Activity 3 Week #5 Polynomials Activity 3 Week #5 This activity will be discuss maximums, minimums and zeros of a quadratic function and its application to business, specifically maximizing profit, minimizing cost and break-even

More information

Contents: FORMULAS FROM GEOMETRY STATISTICS DISTANCE, RATE, TIME SIMPLE INTEREST ANSWERS FOCUS EXERCISES INTRODUCTION

Contents: FORMULAS FROM GEOMETRY STATISTICS DISTANCE, RATE, TIME SIMPLE INTEREST ANSWERS FOCUS EXERCISES INTRODUCTION Section 1.7 Formulas Contents: FORMULAS FROM GEOMETRY STATISTICS DISTANCE, RATE, TIME INTRODUCTION SIMPLE INTEREST ANSWERS FOCUS EXERCISES Many formulas in a variety of fields require the order of operations

More information

MAT121: Mathematics for Business and Information Science Final Exam Review Packet

MAT121: Mathematics for Business and Information Science Final Exam Review Packet MAT121: Mathematics for Business and Information Science Final Exam Review Packet A. Calculate the exact distance (i.e., simplified radicals where appropriate, not decimal approximations using a calculator)

More information

SINTAP/TWI/ /46/99 SEPTEMBER 1999 STRESS INTENSITY DUE TO RESIDUAL STRESSES

SINTAP/TWI/ /46/99 SEPTEMBER 1999 STRESS INTENSITY DUE TO RESIDUAL STRESSES SINTAP/TWI/4-6 88269/46/99 SEPTEMBE 999 STESS INTENSITY DUE TO ESIDUAL STESSES For: SINTAP SINTAP/TWI/4-6 TWI EPOT NO: 88269/46/99 SEPTEMBE 999 Prepared for: SINTAP Project, Task 4 Contact : Contact 2:

More information

Mechanical Design of Process Equipments

Mechanical Design of Process Equipments CH2357 Process Equipment Design I Mechanical Design of Process Equipments Dr. M. Subramanian Associate Professor Department of Chemical Engineering Sri Sivasubramaniya Nadar College of Engineering Kalavakkam

More information

PDE Project Course 4. An Introduction to DOLFIN and Puffin

PDE Project Course 4. An Introduction to DOLFIN and Puffin PDE Project Course 4. An Introduction to DOLFIN and Puffin Anders Logg logg@math.chalmers.se Department of Computational Mathematics PDE Project Course 03/04 p. 1 Lecture plan DOLFIN Overview Input / output

More information

Combined mode I stress intensity factors of slanted cracks

Combined mode I stress intensity factors of slanted cracks IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Combined mode I stress intensity factors of slanted cracks To cite this article: A.E Ismail et al 2017 IOP Conf. Ser.: Mater.

More information

Economics 101 Fall 2016 Answers to Homework #1 Due Thursday, September 29, 2016

Economics 101 Fall 2016 Answers to Homework #1 Due Thursday, September 29, 2016 Economics 101 Fall 2016 Answers to Homework #1 Due Thursday, September 29, 2016 Directions: The homework will be collected in a box before the lecture. Please place your name, TA name and section number

More information

MATH6911: Numerical Methods in Finance. Final exam Time: 2:00pm - 5:00pm, April 11, Student Name (print): Student Signature: Student ID:

MATH6911: Numerical Methods in Finance. Final exam Time: 2:00pm - 5:00pm, April 11, Student Name (print): Student Signature: Student ID: MATH6911 Page 1 of 16 Winter 2007 MATH6911: Numerical Methods in Finance Final exam Time: 2:00pm - 5:00pm, April 11, 2007 Student Name (print): Student Signature: Student ID: Question Full Mark Mark 1

More information

Chapter 5 Finite Difference Methods. Math6911 W07, HM Zhu

Chapter 5 Finite Difference Methods. Math6911 W07, HM Zhu Chapter 5 Finite Difference Methods Math69 W07, HM Zhu References. Chapters 5 and 9, Brandimarte. Section 7.8, Hull 3. Chapter 7, Numerical analysis, Burden and Faires Outline Finite difference (FD) approximation

More information

Math 229 FINAL EXAM Review: Fall Final Exam Monday December 11 ALL Projects Due By Monday December 11

Math 229 FINAL EXAM Review: Fall Final Exam Monday December 11 ALL Projects Due By Monday December 11 Math 229 FINAL EXAM Review: Fall 2018 1 Final Exam Monday December 11 ALL Projects Due By Monday December 11 1. Problem 1: (a) Write a MatLab function m-file to evaluate the following function: f(x) =

More information

AUTODYN. Explicit Software for Nonlinear Dynamics. Jetting Tutorial. Revision

AUTODYN. Explicit Software for Nonlinear Dynamics. Jetting Tutorial. Revision AUTODYN Explicit Software for Nonlinear Dynamics Jetting Tutorial Revision 4.3 www.century-dynamics.com AUTODYN is a trademark of Century Dynamics, Inc. Copyright 2005 Century Dynamics Inc. All Rights

More information

FINAL EXAMINATION DISCUSSION

FINAL EXAMINATION DISCUSSION 1of 13 Kevin J Clark CDU Slide 1 Last Revision 10/05/2015 CMA202 FINAL EXAMINATION DISCUSSION Review Examination rules Hints on Examination techniques General discussion of previous exam papers General

More information

Optimal-Transportation Meshfree. for Fluid and Plastic Flows

Optimal-Transportation Meshfree. for Fluid and Plastic Flows Optimal-Transportation Meshfree Approximation Schemes for Fluid and Plastic Flows M. Ortiz Bo Li, Feras Habbal California Institute of Technology Barcelona, September 3, 2009 Objective: Hypervelocity impact

More information

Contents. Heinemann Maths Zone Copyright Pearson Australia (a divsion of Pearson Australia Group Pty Ltd)

Contents. Heinemann Maths Zone Copyright Pearson Australia (a divsion of Pearson Australia Group Pty Ltd) Contents Chapter Money calculations R. Expressing fractions as decimals R.2 Expressing decimals as fractions R.3 Operating with fractions R.4 Simple decimal arithmetic R.5 Ratio and fractions R.6 Dividing

More information

X 410 Business Applications of Calculus

X 410 Business Applications of Calculus X 410 Business Applications of Calculus PROBLEM SET 1 [100 points] PART I As manager of a particular product line, you have data available for the past 11 sales periods. This data associates your product

More information

EE/AA 578 Univ. of Washington, Fall Homework 8

EE/AA 578 Univ. of Washington, Fall Homework 8 EE/AA 578 Univ. of Washington, Fall 2016 Homework 8 1. Multi-label SVM. The basic Support Vector Machine (SVM) described in the lecture (and textbook) is used for classification of data with two labels.

More information

ECON 310 Fall 2005 Final Exam - Version A. Multiple Choice: (circle the letter of the best response; 3 points each) and x

ECON 310 Fall 2005 Final Exam - Version A. Multiple Choice: (circle the letter of the best response; 3 points each) and x ECON 30 Fall 005 Final Exam - Version A Name: Multiple Choice: (circle the letter of the best response; 3 points each) Mo has monotonic preferences for x and x Which of the changes described below could

More information

Greatest Common Factor and Factoring by Grouping

Greatest Common Factor and Factoring by Grouping mil84488_ch06_409-419.qxd 2/8/12 3:11 PM Page 410 410 Chapter 6 Factoring Polynomials Section 6.1 Concepts 1. Identifying the Greatest Common Factor 2. Factoring out the Greatest Common Factor 3. Factoring

More information

Stress Intensity Factor calculation from displacement fields

Stress Intensity Factor calculation from displacement fields Focused on Crack ip Fields Stress Intensity Factor calculation from displacement fields S. Beretta, L. Patriarca, S. Rabbolini Politecnico di Milano, Department of Mechanical Engineering, via La Masa 1,

More information

True_ The Lagrangian method is one way to solve constrained maximization problems.

True_ The Lagrangian method is one way to solve constrained maximization problems. LECTURE 4: CONSTRAINED OPTIMIZATION ANSWERS AND SOLUTIONS Answers to True/False Questions True_ The Lagrangian method is one way to solve constrained maximization problems. False_ The substitution method

More information

Monte Carlo Methods for Uncertainty Quantification

Monte Carlo Methods for Uncertainty Quantification Monte Carlo Methods for Uncertainty Quantification Abdul-Lateef Haji-Ali Based on slides by: Mike Giles Mathematical Institute, University of Oxford Contemporary Numerical Techniques Haji-Ali (Oxford)

More information

Differential Geometry: Curvature, Maps, and Pizza

Differential Geometry: Curvature, Maps, and Pizza Differential Geometry: Curvature, Maps, and Pizza Madelyne Ventura University of Maryland December 8th, 2015 Madelyne Ventura (University of Maryland) Curvature, Maps, and Pizza December 8th, 2015 1 /

More information

CS 798: Homework Assignment 4 (Game Theory)

CS 798: Homework Assignment 4 (Game Theory) 0 5 CS 798: Homework Assignment 4 (Game Theory) 1.0 Preferences Assigned: October 28, 2009 Suppose that you equally like a banana and a lottery that gives you an apple 30% of the time and a carrot 70%

More information

Ph.D. Preliminary Examination MICROECONOMIC THEORY Applied Economics Graduate Program August 2017

Ph.D. Preliminary Examination MICROECONOMIC THEORY Applied Economics Graduate Program August 2017 Ph.D. Preliminary Examination MICROECONOMIC THEORY Applied Economics Graduate Program August 2017 The time limit for this exam is four hours. The exam has four sections. Each section includes two questions.

More information

The Effects of Specific Commodity Taxes on Output and Location of Free Entry Oligopoly

The Effects of Specific Commodity Taxes on Output and Location of Free Entry Oligopoly San Jose State University SJSU ScholarWorks Faculty Publications Economics 1-1-009 The Effects of Specific Commodity Taxes on Output and Location of Free Entry Oligopoly Yeung-Nan Shieh San Jose State

More information

FINAL EXAMINATION VERSION B

FINAL EXAMINATION VERSION B William M. Boal Signature: Printed name: FINAL EXAMINATION VERSION B INSTRUCTIONS: This exam is closed-book, closed-notes. Simple calculators are permitted, but graphing calculators, calculators with alphabetical

More information

Boundary conditions for options

Boundary conditions for options Boundary conditions for options Boundary conditions for options can refer to the non-arbitrage conditions that option prices has to satisfy. If these conditions are broken, arbitrage can exist. to the

More information

CPS 270: Artificial Intelligence Markov decision processes, POMDPs

CPS 270: Artificial Intelligence  Markov decision processes, POMDPs CPS 270: Artificial Intelligence http://www.cs.duke.edu/courses/fall08/cps270/ Markov decision processes, POMDPs Instructor: Vincent Conitzer Warmup: a Markov process with rewards We derive some reward

More information

5.1 Personal Probability

5.1 Personal Probability 5. Probability Value Page 1 5.1 Personal Probability Although we think probability is something that is confined to math class, in the form of personal probability it is something we use to make decisions

More information

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16.

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16. MA109 College Algebra Spring 2017 Exam2 2017-03-08 Name: Sec.: Do not remove this answer page you will turn in the entire exam. You have two hours to do this exam. No books or notes may be used. You may

More information

Calculating Stress Intensity Factor (Mode I) for Composite Plate with Central Crack

Calculating Stress Intensity Factor (Mode I) for Composite Plate with Central Crack Calculating Stress Intensity Factor (Mode I) for Composite Plate with Central Crack Luay S. Al-Ansari, Ph.D University of Kufa College of Engineering Mechanical Engineering Dept. Hashim N. Al-Mahmud University

More information

Simple Robust Hedging with Nearby Contracts

Simple Robust Hedging with Nearby Contracts Simple Robust Hedging with Nearby Contracts Liuren Wu and Jingyi Zhu Baruch College and University of Utah October 22, 2 at Worcester Polytechnic Institute Wu & Zhu (Baruch & Utah) Robust Hedging with

More information

False_ The average revenue of a firm can be increasing in the firm s output.

False_ The average revenue of a firm can be increasing in the firm s output. LECTURE 12: SPECIAL COST FUNCTIONS AND PROFIT MAXIMIZATION ANSWERS AND SOLUTIONS True/False Questions False_ If the isoquants of a production function exhibit diminishing MRTS, then the input choice that

More information

Uniform Probability Distribution. Continuous Random Variables &

Uniform Probability Distribution. Continuous Random Variables & Continuous Random Variables & What is a Random Variable? It is a quantity whose values are real numbers and are determined by the number of desired outcomes of an experiment. Is there any special Random

More information

Decomposition Methods

Decomposition Methods Decomposition Methods separable problems, complicating variables primal decomposition dual decomposition complicating constraints general decomposition structures Prof. S. Boyd, EE364b, Stanford University

More information

PROBLEM SET 7 ANSWERS: Answers to Exercises in Jean Tirole s Theory of Industrial Organization

PROBLEM SET 7 ANSWERS: Answers to Exercises in Jean Tirole s Theory of Industrial Organization PROBLEM SET 7 ANSWERS: Answers to Exercises in Jean Tirole s Theory of Industrial Organization 12 December 2006. 0.1 (p. 26), 0.2 (p. 41), 1.2 (p. 67) and 1.3 (p.68) 0.1** (p. 26) In the text, it is assumed

More information

Curves on a Surface. (Com S 477/577 Notes) Yan-Bin Jia. Oct 24, 2017

Curves on a Surface. (Com S 477/577 Notes) Yan-Bin Jia. Oct 24, 2017 Curves on a Surface (Com S 477/577 Notes) Yan-Bin Jia Oct 24, 2017 1 Normal and Geodesic Curvatures One way to examine how much a surface bends is to look at the curvature of curves on the surface. Let

More information

Connected Mathematics 2, 6 th and 7th Grade Units 2009 Correlated to: Washington Mathematics Standards (Grade 6)

Connected Mathematics 2, 6 th and 7th Grade Units 2009 Correlated to: Washington Mathematics Standards (Grade 6) Grade 6 6.1. Core Content: Multiplication and division of fractions and decimals (Numbers, Operations, Algebra) 6.1.A Compare and order non-negative fractions, decimals, and integers using the number line,

More information

Multiplying and Dividing Rational Expressions

Multiplying and Dividing Rational Expressions COMMON CORE 4 Locker LESSON 9. Multiplying and Dividing Rational Expressions Name Class Date 9. Multiplying and Dividing Rational Expressions Essential Question: How can you multiply and divide rational

More information

ANSWERS To next 16 Multiple Choice Questions below B B B B A E B E C C C E C C D B

ANSWERS To next 16 Multiple Choice Questions below B B B B A E B E C C C E C C D B 1 ANSWERS To next 16 Multiple Choice Questions below 1 2 3 4 5 6 7 8 9 1 11 12 13 14 15 16 B B B B A E B E C C C E C C D B 1. Economic Profits: a) are defined as profits made because a firm makes economical

More information

Chapter DIFFERENTIAL EQUATIONS: PHASE SPACE, NUMERICAL SOLUTIONS

Chapter DIFFERENTIAL EQUATIONS: PHASE SPACE, NUMERICAL SOLUTIONS Chapter 10 10. DIFFERENTIAL EQUATIONS: PHASE SPACE, NUMERICAL SOLUTIONS Abstract Solving differential equations analytically is not always the easiest strategy or even possible. In these cases one may

More information

Portfolio Construction Research by

Portfolio Construction Research by Portfolio Construction Research by Real World Case Studies in Portfolio Construction Using Robust Optimization By Anthony Renshaw, PhD Director, Applied Research July 2008 Copyright, Axioma, Inc. 2008

More information

Homework 1 Due February 10, 2009 Chapters 1-4, and 18-24

Homework 1 Due February 10, 2009 Chapters 1-4, and 18-24 Homework Due February 0, 2009 Chapters -4, and 8-24 Make sure your graphs are scaled and labeled correctly. Note important points on the graphs and label them. Also be sure to label the axis on all of

More information

Kostas Kyriakoulis ECG 790: Topics in Advanced Econometrics Fall Matlab Handout # 5. Two step and iterative GMM Estimation

Kostas Kyriakoulis ECG 790: Topics in Advanced Econometrics Fall Matlab Handout # 5. Two step and iterative GMM Estimation Kostas Kyriakoulis ECG 790: Topics in Advanced Econometrics Fall 2004 Matlab Handout # 5 Two step and iterative GMM Estimation The purpose of this handout is to describe the computation of the two-step

More information

Final exam solutions

Final exam solutions EE365 Stochastic Control / MS&E251 Stochastic Decision Models Profs. S. Lall, S. Boyd June 5 6 or June 6 7, 2013 Final exam solutions This is a 24 hour take-home final. Please turn it in to one of the

More information

Pricing Dynamic Solvency Insurance and Investment Fund Protection

Pricing Dynamic Solvency Insurance and Investment Fund Protection Pricing Dynamic Solvency Insurance and Investment Fund Protection Hans U. Gerber and Gérard Pafumi Switzerland Abstract In the first part of the paper the surplus of a company is modelled by a Wiener process.

More information

ASSESSMENT OF TRANSMISSION CONGESTION IMPACTS ON ELECTRICITY MARKETS

ASSESSMENT OF TRANSMISSION CONGESTION IMPACTS ON ELECTRICITY MARKETS ASSESSMENT OF TRANSMISSION CONGESTION IMPACTS ON ELECTRICITY MARKETS presentation by George Gross Department of Electrical and Computer Engineering University of Illinois at Urbana-Champaign University

More information

Markov Decision Processes: Making Decision in the Presence of Uncertainty. (some of) R&N R&N

Markov Decision Processes: Making Decision in the Presence of Uncertainty. (some of) R&N R&N Markov Decision Processes: Making Decision in the Presence of Uncertainty (some of) R&N 16.1-16.6 R&N 17.1-17.4 Different Aspects of Machine Learning Supervised learning Classification - concept learning

More information

Linear function and equations Linear function, simple interest, cost, revenue, profit, break-even

Linear function and equations Linear function, simple interest, cost, revenue, profit, break-even Exercises 4 Linear function and equations Linear function, simple interest, cost, revenue, profit, break-even Objectives - be able to think of a relation between two quantities as a function. - be able

More information

Mathematics Standard 2

Mathematics Standard 2 Western Mathematics Exams Mathematics Standard SOLUTIONS Multiple Choice Worked Solutions No Working Answer The shape is a sector and we want its area, so from the formula sheet the C formula is. The radius,

More information

Maximum Contiguous Subsequences

Maximum Contiguous Subsequences Chapter 8 Maximum Contiguous Subsequences In this chapter, we consider a well-know problem and apply the algorithm-design techniques that we have learned thus far to this problem. While applying these

More information