Chapter 12 IVP Practice Problems

Size: px
Start display at page:

Download "Chapter 12 IVP Practice Problems"

Transcription

1 PRACTICE PROBLEMS 43 Chapter IVP Practice Problems Use Excel and VBA to solve the following problems. Document your solutions using the Expert Problem Solving steps outlined in Table... Find an approximate solution for the range 0 x subject to the initial condition y = 0 at x = 0. Plot y versus x in a scatter plot. x yexp y. Find an approximate solution for the range 0 x subject to the initial condition y = 0 and / = 0.5 at x = 0. Plot y versus x in a scatter plot. d y x y 3. For a set of first-order consecutive reactions A B C, the concentrations of A, B, and C at any time in a batch reactor are governed by the differential equations. A B C kc kc B kc B A kc The initial concentrations are C A0 = 0. M, C B0 = 0, and C C0 = 0. The rate constants are k = 0.0 s - and k = s -. Plot the concentrations in the range 0 t 300 s. 4. Solve for the range 0 t 0 for the values K = 9, 6,, 0, -. The initial conditions are y = 0 and / = 0. d y K 9y The initial concentrations are C A0 = 0. M, C B0 = 0, and C C0 = 0. The rate constants are k = 0.0 s - and k = s -. Plot the concentrations in the range 0 t 300 s. 5. An unstea-state mass balance for a chemical in a well-mixed reactor with a second-order reaction is V F QC VkC where V is the working volume ( m 3 ), C is the chemical concentration (g/m 3 ), F is the feed rate (00 g/min), Q is the volumetric flow rate ( m 3 /min), and k is the second order rate constant (0.0 m 3 /gmin). The initial concentration is zero. Solve for the time to reach 99% of stea-state concentration. Use a trapezoidal method in Excel. A Answer: Time =. min 6. A non-isothermal, well-mixed, batch reactor can be described by the following equations involving an exothermic, first-order reaction: 0 exp C T 73 dt 0 000exp C0T 0 T 73

2 44 PRACTICAL NUMERICAL METHODS where C is the concentration of the reactant and T is the temperature of the reactor. Initially the reactor is at 5 o C with a concentration of reactant C =.0 gmol/l. Use Euler s method in Excel to find the concentration and temperature of the reactor versus time. Plot your results in a two-y axis yx plot. Explain your results. 7. Repeat problem 6 using the macro RK45ODE in Excel. Compare the results using RK45ODE and Euler s methods. 8. The irreversible first-order reaction: A B takes place in two identical well-mixed reactors in series (as shown in the schematic). The unstea-state mass balances for each chemical species in both reactors are: C A0 C A C B C A C B A CA0 CA kca B CB kca A CACA kca B CBCB kca where C A0 is the feed concentration to the first reactor, C A and C B are the exit concentrations from the first reactor and feed to the second reactor. C A and C B are the exit concentrations from the second reactor, is the residence time in a reactor, and k is the reaction rate constant. Use Excel to find the concentrations of A and B in each of the reactors during the first 30 minutes of operation if C A0 is 0, = 5 min, and k = 0./min. The initial concentrations of all chemical species are 0 in both reactors. Plot your results and determine the stea-state concentrations in both reactors. What is the approximate time to reach stea-state operation? Answer: C A = 6.7, C B = 3.3, C A = 4.4, C B = Repeat problem 4 using the macro RK45VS in Excel. 0. Integrate the following system of differential equations for 0 < t < x.5xy 0.036xy 0.y At t 0, x, y 0.05 Use 0 print steps. Plot x vs. y. What are x and y when t = 0, 0, 30, 40, 50? 7. For the following differential equation and boundary conditions: dt T T 0

3 PRACTICE PROBLEMS 45 At x 0, T 00 At x 0.5, T 00 Calculate dt at each boundary, x = 0 and x = Solve the following system of differential equations and initial conditions for x and y as a function of time, t, for the range 0 < t < 3. Use the explicit trapezoidal method in Excel. Use 0 integration steps. Plot the results for x and y vs. t. What are the stea-state values for x and y (t)? Show your work. 0.05y0.5x x 000 at t 0 0.5x y y 00 at t 0 9. Plot the solutions for the following system of equations for 0 < x <. Solve the equations using the trapezoidal method in Excel with a step size of 0.. y y3 x at x 0, y 3x at x 0, y 3 y exp( x) at x 0, y3 0. Solve the following pair of differential equations using Excel over the range x = 0 to with y(0) = and z(0) = 4. Plot the results for y and z vs. x.. Solve the following system of equations using the trapezoidal method in Excel, using 0 integration steps. The initial conditions at x = 0 are y = 0, y =. Plot the results for y and y over the domain 0 x 3y 9 y 4 y y xy. Solve the following system of initial value equations for the range 0 t by the implicit trapezoidal method in an Excel worksheet (do not use any PNMSuite macros). Use a step size of Δt = 0.. At t = 0, x =, x =, x 3 = -. Plot all x versus t. Solve the system of equations and plot the results using Excel. 3xx x3 x x x3t 3 xx x3 e 3. Solve for y and y at x =. The initial conditions at x = 0 are y = and y =. Use VBA user functions for the derivatives. Plot the values for y and y over the range 0 x. Label both axis on the plots and include legends. t

4 46 PRACTICAL NUMERICAL METHODS.7 yy 0.67 y 0.67 y a. Use Euler s method with 0 steps in an Excel worksheet. b. Use the trapezoidal method with 0 steps in an Excel worksheet. 4. A stone is thrown vertically upward in air at an initial velocity V of 50 m/s. A frictional drag AV acts on the stone in a direction opposite to that of the motion. The stone rises until the velocity becomes zero and then accelerates downwards to the ground. Its velocity is governed by the following equations, while going upward and while coming down, respectively dv gav dv g AV where g = 9.8 m/s is the acceleration due to gravity, and A = 0-3 m -. Use Euler s method in Excel. (a) Solve the first equation to calculate the time when the upward velocity of the stone is zero. (b) Use the second equation to find the velocity of the falling stone after falling for the amount of time taken for the upward motion. (c) Plot the complete velocity profile in Excel for the total time. Label the axis. 5. A tank is filled with water and simultaneously drained from the bottom of the tank through a valve. The change in water level (h) in the tank is described by the following differential equation: dh 4 in F C h d Initial level of liquid in the tank at t = 0 h 0 ft Inlet liquid flow rate F in 000 lb/hr Valve constant C 500 lb/(ft / hr) Water density ρ 6.5 lb/ft 3 Tank diameter d 6 ft (a) Create a VBA user function for the differential equation. Use your function for the rest of this problem. (b) At stea-state, dh/ = 0, or the rate of water in equals the rate of water out. Use Goal Seek to find the stea-state water level in the tank. (c) Use Simpson s /3 rule in an Excel worksheet with 0 intervals to calculate the time to reach 90% of the stea-state water level found in part (b). (d) Repeat part c using the VBA macro ROMBERGT. (e) Solve the differential equation to achieve 90% of the stea-state level using Euler s method in an Excel worksheet. Use 0 time steps. (f) Repeat part e using the VBA macro RK4ODE (use 000 integration steps and 0 print steps). (g) Plot the water level versus time from part f (h on y-axis, t on x-axis). Answers: (b) 4 ft (c) 5.9 hr (d) 5.9 hr (e) h=3.69 ft at t = 5.9 hr (f) h = 3.6 ft at t = 5.9 hr 6. Cells are grown in a fermentation bioreactor. The kinetics of cell growth and substrate utilization are described by a system of first-order differential equations: SX Km S ds 0SX K S dx Y 0 bx m

5 PRACTICE PROBLEMS 47 Initial substrate concentration (t=0) S g/l Initial cell biomass concentration (t=0) X 0 40 g/l Maximum growth rate μ Yield coefficient Y Monod constant K m 3.4 g/l Decay coefficient b 0.03 (a) Create VBA user functions for the differential equations. Use your functions to evaluate the derivatives for the rest of the parts in the problem. (b) Solve the differential equations using the implicit trapezoidal method and the macro RK45VS. (c) Plot the results in a scatter plot with X on the primary axis and S on the secondary axis. 7. A reversible chemical reaction is used in a batch reactor: A B. The unstea-state mole balances for the reactant and product are: A B kc A kc B kc A kc B Initial concentration of A C A0 mol/l Initial concentration of B C B0 0 Rate constant k min - Rate constant k 0.5 min - (a) Create VBA user-functions for the derivative expressions. Use your functions for the rest of the problem. (b) Use the Trapezoidal method in an Excel worksheet to solve the differential equations for 0 t min with a step size of 0. min. (c) Plot the results from part b for C A and C B versus t in a scatter plot. Use the primary y-axis for C A and a secondary-axis for C B. (d) Repeat part b using the VBA macro RK45VS with 0 print steps. Answers: (b) t = min, C A = mol/l, C B = mol/l (d) t = min, C A = , C B = A copper sphere of diameter 5 cm is initially at temperature 00C. It cools in air by convection and radiation. The temperature T of the sphere is governed by the equation dt 4 4 cv p AT Ts ht Ts with the following properties for the sphere and heat transfer: Density = 9000 kg/m 3 Specific heat c p = 400 J/kg K Radius r = 0.05 m Area A = 4r Volume V = 4r 3 /3 Emissivity ε = 0.5 Stephan-Boltzmann constant σ = 5.67x0-8 W/m K 4 Surrounding temperature T s = 5C Heat transfer coefficient h = 5 W/m K Note that the temperature in the differential equation must be in degree K. Solve for the time to cool the sphere to 50C. Use the trapezoidal method in Excel. Plot the time (horizontal axis) versus temperature (vertical axis). Label each axis with appropriate variable symbol and units. 9. Solve the membrane problem from Section..3. The mole balances for N and O in the permeate section of the membrane. Plot the results and compare with Figure. and Figure.3. Feed Conditions: y nf = 0.79, y of = 0., P f = 0 atm, k n = 0.3, k o = 8 k k

6 48 PRACTICAL NUMERICAL METHODS Closed System (0 < t < 5) dp dpo Open System (0 < t < ) n dp n n nf f n k y P P P n = 0.79 at t = 0 o of f o k y P P P o = 0. at t = 0 n nf f n n k y P P QP P n = 7.9 at t = 0 dpo koyofpf Po QPo P o =. at t = 0

k 2f, k 2r C 2 H 5 + H C 2 H 6

k 2f, k 2r C 2 H 5 + H C 2 H 6 hemical Engineering HE 33 F pplied Reaction Kinetics Fall 04 Problem Set 4 Solution Problem. The following elementary steps are proposed for a gas phase reaction: Elementary Steps Rate constants H H f,

More information

CE 3500 Fluid Mechanics / Fall 2014 / City College of New York

CE 3500 Fluid Mechanics / Fall 2014 / City College of New York 1 Drag Coefficient The force ( F ) of the wind blowing against a building is given by F=C D ρu 2 A/2, where U is the wind speed, ρ is density of the air, A the cross-sectional area of the building, and

More information

39th International Physics Olympiad - Hanoi - Vietnam - 2008. Theoretical Problem No. 3

39th International Physics Olympiad - Hanoi - Vietnam - 2008. Theoretical Problem No. 3 CHANGE OF AIR TEMPERATURE WITH ALTITUDE, ATMOSPHERIC STABILITY AND AIR POLLUTION Vertical motion of air governs many atmospheric processes, such as the formation of clouds and precipitation and the dispersal

More information

W i f(x i ) x. i=1. f(x i ) x = i=1

W i f(x i ) x. i=1. f(x i ) x = i=1 Work Force If an object is moving in a straight line with position function s(t), then the force F on the object at time t is the product of the mass of the object times its acceleration. F = m d2 s dt

More information

MEASUREMENT OF VISCOSITY OF LIQUIDS BY THE STOKE S METHOD

MEASUREMENT OF VISCOSITY OF LIQUIDS BY THE STOKE S METHOD 130 Experiment-366 F MEASUREMENT OF VISCOSITY OF LIQUIDS BY THE STOKE S METHOD Jeethendra Kumar P K, Ajeya PadmaJeeth and Santhosh K KamalJeeth Instrumentation & Service Unit, No-610, Tata Nagar, Bengaluru-560092.

More information

Experiment 3 Pipe Friction

Experiment 3 Pipe Friction EML 316L Experiment 3 Pipe Friction Laboratory Manual Mechanical and Materials Engineering Department College of Engineering FLORIDA INTERNATIONAL UNIVERSITY Nomenclature Symbol Description Unit A cross-sectional

More information

Numerical Solution of Differential Equations

Numerical Solution of Differential Equations Numerical Solution of Differential Equations Dr. Alvaro Islas Applications of Calculus I Spring 2008 We live in a world in constant change We live in a world in constant change We live in a world in constant

More information

CFD SIMULATION OF SDHW STORAGE TANK WITH AND WITHOUT HEATER

CFD SIMULATION OF SDHW STORAGE TANK WITH AND WITHOUT HEATER International Journal of Advancements in Research & Technology, Volume 1, Issue2, July-2012 1 CFD SIMULATION OF SDHW STORAGE TANK WITH AND WITHOUT HEATER ABSTRACT (1) Mr. Mainak Bhaumik M.E. (Thermal Engg.)

More information

Worksheet 1. What You Need to Know About Motion Along the x-axis (Part 1)

Worksheet 1. What You Need to Know About Motion Along the x-axis (Part 1) Worksheet 1. What You Need to Know About Motion Along the x-axis (Part 1) In discussing motion, there are three closely related concepts that you need to keep straight. These are: If x(t) represents the

More information

Natural Convection. Buoyancy force

Natural Convection. Buoyancy force Natural Convection In natural convection, the fluid motion occurs by natural means such as buoyancy. Since the fluid velocity associated with natural convection is relatively low, the heat transfer coefficient

More information

Heat Transfer and Energy

Heat Transfer and Energy What is Heat? Heat Transfer and Energy Heat is Energy in Transit. Recall the First law from Thermodynamics. U = Q - W What did we mean by all the terms? What is U? What is Q? What is W? What is Heat Transfer?

More information

Differential Equations

Differential Equations 40 CHAPTER 15 Differential Equations In many natural conditions the rate at which the amount of an object changes is directly proportional to the amount of the object itself. For example: 1) The marginal

More information

ME 305 Fluid Mechanics I. Part 8 Viscous Flow in Pipes and Ducts

ME 305 Fluid Mechanics I. Part 8 Viscous Flow in Pipes and Ducts ME 305 Fluid Mechanics I Part 8 Viscous Flow in Pipes and Ducts These presentations are prepared by Dr. Cüneyt Sert Mechanical Engineering Department Middle East Technical University Ankara, Turkey csert@metu.edu.tr

More information

www.mathsbox.org.uk Displacement (x) Velocity (v) Acceleration (a) x = f(t) differentiate v = dx Acceleration Velocity (v) Displacement x

www.mathsbox.org.uk Displacement (x) Velocity (v) Acceleration (a) x = f(t) differentiate v = dx Acceleration Velocity (v) Displacement x Mechanics 2 : Revision Notes 1. Kinematics and variable acceleration Displacement (x) Velocity (v) Acceleration (a) x = f(t) differentiate v = dx differentiate a = dv = d2 x dt dt dt 2 Acceleration Velocity

More information

F f v 1 = c100(10 3 ) m h da 1h 3600 s b =

F f v 1 = c100(10 3 ) m h da 1h 3600 s b = 14 11. The 2-Mg car has a velocity of v 1 = 100km>h when the v 1 100 km/h driver sees an obstacle in front of the car. It takes 0.75 s for him to react and lock the brakes, causing the car to skid. If

More information

XI / PHYSICS FLUIDS IN MOTION 11/PA

XI / PHYSICS FLUIDS IN MOTION 11/PA Viscosity It is the property of a liquid due to which it flows in the form of layers and each layer opposes the motion of its adjacent layer. Cause of viscosity Consider two neighboring liquid layers A

More information

Abaqus/CFD Sample Problems. Abaqus 6.10

Abaqus/CFD Sample Problems. Abaqus 6.10 Abaqus/CFD Sample Problems Abaqus 6.10 Contents 1. Oscillatory Laminar Plane Poiseuille Flow 2. Flow in Shear Driven Cavities 3. Buoyancy Driven Flow in Cavities 4. Turbulent Flow in a Rectangular Channel

More information

A Determination of g, the Acceleration Due to Gravity, from Newton's Laws of Motion

A Determination of g, the Acceleration Due to Gravity, from Newton's Laws of Motion A Determination of g, the Acceleration Due to Gravity, from Newton's Laws of Motion Objective In the experiment you will determine the cart acceleration, a, and the friction force, f, experimentally for

More information

v v ax v a x a v a v = = = Since F = ma, it follows that a = F/m. The mass of the arrow is unchanged, and ( )

v v ax v a x a v a v = = = Since F = ma, it follows that a = F/m. The mass of the arrow is unchanged, and ( ) Week 3 homework IMPORTANT NOTE ABOUT WEBASSIGN: In the WebAssign versions of these problems, various details have been changed, so that the answers will come out differently. The method to find the solution

More information

CONTROL VALVE PRESSURE DROP AND SIZING

CONTROL VALVE PRESSURE DROP AND SIZING CONTENT Chapter Description Page I Purpose of Control Valve II Type and Main Components of Control Valve 3 III Power 5 IV. Pressure Drop Across Control Valve 7 V. Symbols and Units 10 VI. Unit Conversion

More information

19.7. Applications of Differential Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

19.7. Applications of Differential Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Applications of Differential Equations 19.7 Introduction Blocks 19.2 to 19.6 have introduced several techniques for solving commonly-occurring firstorder and second-order ordinary differential equations.

More information

VALIDATION, MODELING, AND SCALE-UP OF CHEMICAL LOOPING COMBUSTION WITH OXYGEN UNCOUPLING

VALIDATION, MODELING, AND SCALE-UP OF CHEMICAL LOOPING COMBUSTION WITH OXYGEN UNCOUPLING VALIDATION, MODELING, AND SCALE-UP OF CHEMICAL LOOPING COMBUSTION WITH OXYGEN UNCOUPLING A research program funded by the University of Wyoming School of Energy Resources Executive Summary Principal Investigator:

More information

Application of First Order Differential Equations in Mechanical Engineering Analysis

Application of First Order Differential Equations in Mechanical Engineering Analysis ME 130 Applied Engineering Analysis Chapter 3 Application of First Order Differential Equations in Mechanical Engineering Analysis Tai-Ran Hsu, Professor Department of Mechanical and Aerospace Engineering

More information

The Material Balance for Chemical Reactors. Copyright c 2016 by Nob Hill Publishing, LLC

The Material Balance for Chemical Reactors. Copyright c 2016 by Nob Hill Publishing, LLC The Material Balance for Chemical Reactors Copyright c 2016 by Nob Hill Publishing, LLC 1 General Mole Balance V R j Q 0 c j0 Q 1 c j1 Conservation of mass rate of accumulation of component j = + { rate

More information

EXPERIMENT 3 Analysis of a freely falling body Dependence of speed and position on time Objectives

EXPERIMENT 3 Analysis of a freely falling body Dependence of speed and position on time Objectives EXPERIMENT 3 Analysis of a freely falling body Dependence of speed and position on time Objectives to verify how the distance of a freely-falling body varies with time to investigate whether the velocity

More information

Basic Equations, Boundary Conditions and Dimensionless Parameters

Basic Equations, Boundary Conditions and Dimensionless Parameters Chapter 2 Basic Equations, Boundary Conditions and Dimensionless Parameters In the foregoing chapter, many basic concepts related to the present investigation and the associated literature survey were

More information

ChE 344 Chemical Reaction Engineering Winter 1999 Exam I Part 1 (80%) Solution

ChE 344 Chemical Reaction Engineering Winter 1999 Exam I Part 1 (80%) Solution ChE 344 Chemical Reaction Engineering Winter 1999 Exam I Part 1 (80%) Solution (10 pts) 1) The trimerization 3A(g) A 3 (g,l) is carried out isothermally and without pressure drop in a PFR at 98 K and atm.

More information

Steady Heat Conduction

Steady Heat Conduction Steady Heat Conduction In thermodynamics, we considered the amount of heat transfer as a system undergoes a process from one equilibrium state to another. hermodynamics gives no indication of how long

More information

2After completing this chapter you should be able to

2After completing this chapter you should be able to After completing this chapter you should be able to solve problems involving motion in a straight line with constant acceleration model an object moving vertically under gravity understand distance time

More information

Figure 1 - Unsteady-State Heat Conduction in a One-dimensional Slab

Figure 1 - Unsteady-State Heat Conduction in a One-dimensional Slab The Numerical Method of Lines for Partial Differential Equations by Michael B. Cutlip, University of Connecticut and Mordechai Shacham, Ben-Gurion University of the Negev The method of lines is a general

More information

The University of Toledo Soil Mechanics Laboratory

The University of Toledo Soil Mechanics Laboratory The University of Toledo Soil Mechanics Laboratory Permeability Testing - 1 Constant and Falling Head Tests Introduction In 1856 the French engineer Henri D arcy demonstrated by experiment that it is possible

More information

tegrals as General & Particular Solutions

tegrals as General & Particular Solutions tegrals as General & Particular Solutions dy dx = f(x) General Solution: y(x) = f(x) dx + C Particular Solution: dy dx = f(x), y(x 0) = y 0 Examples: 1) dy dx = (x 2)2 ;y(2) = 1; 2) dy ;y(0) = 0; 3) dx

More information

Introduction to COMSOL. The Navier-Stokes Equations

Introduction to COMSOL. The Navier-Stokes Equations Flow Between Parallel Plates Modified from the COMSOL ChE Library module rev 10/13/08 Modified by Robert P. Hesketh, Chemical Engineering, Rowan University Fall 2008 Introduction to COMSOL The following

More information

Plots, Curve-Fitting, and Data Modeling in Microsoft Excel

Plots, Curve-Fitting, and Data Modeling in Microsoft Excel Plots, Curve-Fitting, and Data Modeling in Microsoft Excel This handout offers some tips on making nice plots of data collected in your lab experiments, as well as instruction on how to use the built-in

More information

Battery Thermal Management System Design Modeling

Battery Thermal Management System Design Modeling Battery Thermal Management System Design Modeling Gi-Heon Kim, Ph.D Ahmad Pesaran, Ph.D (ahmad_pesaran@nrel.gov) National Renewable Energy Laboratory, Golden, Colorado, U.S.A. EVS October -8, 8, 006 Yokohama,

More information

EXPERIMENT 3a HEAT TRANSFER IN NATURAL CONVECTION

EXPERIMENT 3a HEAT TRANSFER IN NATURAL CONVECTION EXPERIMENT 3a HEAT TRANSFER IN NATURAL CONVECTION CONTENT: 1. Aim 2. Objective 3. Introduction 4. Theory/Background 5. Apparatus 6. Experimental Procedure 7. Precautions 8. Calculations 9. Uncertainty

More information

12.307. 1 Convection in water (an almost-incompressible fluid)

12.307. 1 Convection in water (an almost-incompressible fluid) 12.307 Convection in water (an almost-incompressible fluid) John Marshall, Lodovica Illari and Alan Plumb March, 2004 1 Convection in water (an almost-incompressible fluid) 1.1 Buoyancy Objects that are

More information

IDEAL AND NON-IDEAL GASES

IDEAL AND NON-IDEAL GASES 2/2016 ideal gas 1/8 IDEAL AND NON-IDEAL GASES PURPOSE: To measure how the pressure of a low-density gas varies with temperature, to determine the absolute zero of temperature by making a linear fit to

More information

01 The Nature of Fluids

01 The Nature of Fluids 01 The Nature of Fluids WRI 1/17 01 The Nature of Fluids (Water Resources I) Dave Morgan Prepared using Lyx, and the Beamer class in L A TEX 2ε, on September 12, 2007 Recommended Text 01 The Nature of

More information

Plot the following two points on a graph and draw the line that passes through those two points. Find the rise, run and slope of that line.

Plot the following two points on a graph and draw the line that passes through those two points. Find the rise, run and slope of that line. Objective # 6 Finding the slope of a line Material: page 117 to 121 Homework: worksheet NOTE: When we say line... we mean straight line! Slope of a line: It is a number that represents the slant of a line

More information

Lecture L2 - Degrees of Freedom and Constraints, Rectilinear Motion

Lecture L2 - Degrees of Freedom and Constraints, Rectilinear Motion S. Widnall 6.07 Dynamics Fall 009 Version.0 Lecture L - Degrees of Freedom and Constraints, Rectilinear Motion Degrees of Freedom Degrees of freedom refers to the number of independent spatial coordinates

More information

LASER MELTED STEEL FREE SURFACE FORMATION

LASER MELTED STEEL FREE SURFACE FORMATION METALLURGY AND FOUNDRY ENGINEERING Vol. 33, 2007, No. 1 Aleksander Siwek * LASER MELTED STEEL FREE SURFACE FORMATION 1. INTRODUCTION Many phisical phenomena happen on the surface of worked object in the

More information

Chapter 8: Flow in Pipes

Chapter 8: Flow in Pipes Objectives 1. Have a deeper understanding of laminar and turbulent flow in pipes and the analysis of fully developed flow 2. Calculate the major and minor losses associated with pipe flow in piping networks

More information

For Water to Move a driving force is needed

For Water to Move a driving force is needed RECALL FIRST CLASS: Q K Head Difference Area Distance between Heads Q 0.01 cm 0.19 m 6cm 0.75cm 1 liter 86400sec 1.17 liter ~ 1 liter sec 0.63 m 1000cm 3 day day day constant head 0.4 m 0.1 m FINE SAND

More information

ME 315 - Heat Transfer Laboratory. Experiment No. 7 ANALYSIS OF ENHANCED CONCENTRIC TUBE AND SHELL AND TUBE HEAT EXCHANGERS

ME 315 - Heat Transfer Laboratory. Experiment No. 7 ANALYSIS OF ENHANCED CONCENTRIC TUBE AND SHELL AND TUBE HEAT EXCHANGERS ME 315 - Heat Transfer Laboratory Nomenclature Experiment No. 7 ANALYSIS OF ENHANCED CONCENTRIC TUBE AND SHELL AND TUBE HEAT EXCHANGERS A heat exchange area, m 2 C max maximum specific heat rate, J/(s

More information

Mathematical Modeling and Engineering Problem Solving

Mathematical Modeling and Engineering Problem Solving Mathematical Modeling and Engineering Problem Solving Berlin Chen Department of Computer Science & Information Engineering National Taiwan Normal University Reference: 1. Applied Numerical Methods with

More information

In order to describe motion you need to describe the following properties.

In order to describe motion you need to describe the following properties. Chapter 2 One Dimensional Kinematics How would you describe the following motion? Ex: random 1-D path speeding up and slowing down In order to describe motion you need to describe the following properties.

More information

HSC Mathematics - Extension 1. Workshop E4

HSC Mathematics - Extension 1. Workshop E4 HSC Mathematics - Extension 1 Workshop E4 Presented by Richard D. Kenderdine BSc, GradDipAppSc(IndMaths), SurvCert, MAppStat, GStat School of Mathematics and Applied Statistics University of Wollongong

More information

Student name: Earlham College. Fall 2011 December 15, 2011

Student name: Earlham College. Fall 2011 December 15, 2011 Student name: Earlham College MATH 320: Differential Equations Final exam - In class part Fall 2011 December 15, 2011 Instructions: This is a regular closed-book test, and is to be taken without the use

More information

PHYSICS 111 HOMEWORK SOLUTION #10. April 8, 2013

PHYSICS 111 HOMEWORK SOLUTION #10. April 8, 2013 PHYSICS HOMEWORK SOLUTION #0 April 8, 203 0. Find the net torque on the wheel in the figure below about the axle through O, taking a = 6.0 cm and b = 30.0 cm. A torque that s produced by a force can be

More information

Presentation of problem T1 (9 points): The Maribo Meteorite

Presentation of problem T1 (9 points): The Maribo Meteorite Presentation of problem T1 (9 points): The Maribo Meteorite Definitions Meteoroid. A small particle (typically smaller than 1 m) from a comet or an asteroid. Meteorite: A meteoroid that impacts the ground

More information

Exergy: the quality of energy N. Woudstra

Exergy: the quality of energy N. Woudstra Exergy: the quality of energy N. Woudstra Introduction Characteristic for our society is a massive consumption of goods and energy. Continuation of this way of life in the long term is only possible if

More information

Guide to Chapter 13. Chemical Equilibrium

Guide to Chapter 13. Chemical Equilibrium Guide to Chapter 13. Chemical Equilibrium We will spend five lecture days on this chapter. During the first class meeting we will focus on how kinetics makes a segue into equilibrium. We will learn how

More information

FRICTION, WORK, AND THE INCLINED PLANE

FRICTION, WORK, AND THE INCLINED PLANE FRICTION, WORK, AND THE INCLINED PLANE Objective: To measure the coefficient of static and inetic friction between a bloc and an inclined plane and to examine the relationship between the plane s angle

More information

Motion of a Leaky Tank Car

Motion of a Leaky Tank Car 1 Problem Motion of a Leaky Tank Car Kirk T. McDonald Joseph Henry Laboratories, Princeton University, Princeton, NJ 8544 (December 4, 1989; updated October 1, 214) Describe the motion of a tank car initially

More information

Thermochemistry. r2 d:\files\courses\1110-20\99heat&thermorans.doc. Ron Robertson

Thermochemistry. r2 d:\files\courses\1110-20\99heat&thermorans.doc. Ron Robertson Thermochemistry r2 d:\files\courses\1110-20\99heat&thermorans.doc Ron Robertson I. What is Energy? A. Energy is a property of matter that allows work to be done B. Potential and Kinetic Potential energy

More information

Problem Set 1 3.20 MIT Professor Gerbrand Ceder Fall 2003

Problem Set 1 3.20 MIT Professor Gerbrand Ceder Fall 2003 LEVEL 1 PROBLEMS Problem Set 1 3.0 MIT Professor Gerbrand Ceder Fall 003 Problem 1.1 The internal energy per kg for a certain gas is given by U = 0. 17 T + C where U is in kj/kg, T is in Kelvin, and C

More information

Prelab Exercises: Hooke's Law and the Behavior of Springs

Prelab Exercises: Hooke's Law and the Behavior of Springs 59 Prelab Exercises: Hooke's Law and the Behavior of Springs Study the description of the experiment that follows and answer the following questions.. (3 marks) Explain why a mass suspended vertically

More information

Work Energy & Power. September 2000 Number 05. 1. Work If a force acts on a body and causes it to move, then the force is doing work.

Work Energy & Power. September 2000 Number 05. 1. Work If a force acts on a body and causes it to move, then the force is doing work. PhysicsFactsheet September 2000 Number 05 Work Energy & Power 1. Work If a force acts on a body and causes it to move, then the force is doing work. W = Fs W = work done (J) F = force applied (N) s = distance

More information

State Newton's second law of motion for a particle, defining carefully each term used.

State Newton's second law of motion for a particle, defining carefully each term used. 5 Question 1. [Marks 20] An unmarked police car P is, travelling at the legal speed limit, v P, on a straight section of highway. At time t = 0, the police car is overtaken by a car C, which is speeding

More information

Ch 7 Kinetic Energy and Work. Question: 7 Problems: 3, 7, 11, 17, 23, 27, 35, 37, 41, 43

Ch 7 Kinetic Energy and Work. Question: 7 Problems: 3, 7, 11, 17, 23, 27, 35, 37, 41, 43 Ch 7 Kinetic Energy and Work Question: 7 Problems: 3, 7, 11, 17, 23, 27, 35, 37, 41, 43 Technical definition of energy a scalar quantity that is associated with that state of one or more objects The state

More information

Chapter 4. Forces and Newton s Laws of Motion. continued

Chapter 4. Forces and Newton s Laws of Motion. continued Chapter 4 Forces and Newton s Laws of Motion continued 4.9 Static and Kinetic Frictional Forces When an object is in contact with a surface forces can act on the objects. The component of this force acting

More information

Physics Notes Class 11 CHAPTER 3 MOTION IN A STRAIGHT LINE

Physics Notes Class 11 CHAPTER 3 MOTION IN A STRAIGHT LINE 1 P a g e Motion Physics Notes Class 11 CHAPTER 3 MOTION IN A STRAIGHT LINE If an object changes its position with respect to its surroundings with time, then it is called in motion. Rest If an object

More information

STEAM TURBINE 1 CONTENT. Chapter Description Page. V. Steam Process in Steam Turbine 6. VI. Exhaust Steam Conditions, Extraction and Admission 7

STEAM TURBINE 1 CONTENT. Chapter Description Page. V. Steam Process in Steam Turbine 6. VI. Exhaust Steam Conditions, Extraction and Admission 7 STEAM TURBINE 1 CONTENT Chapter Description Page I Purpose 2 II Steam Turbine Types 2 2.1. Impulse Turbine 2 2.2. Reaction Turbine 2 III Steam Turbine Operating Range 2 3.1. Curtis 2 3.2. Rateau 2 3.3.

More information

Graphing Motion. Every Picture Tells A Story

Graphing Motion. Every Picture Tells A Story Graphing Motion Every Picture Tells A Story Read and interpret motion graphs Construct and draw motion graphs Determine speed, velocity and accleration from motion graphs If you make a graph by hand it

More information

Lecture 9, Thermal Notes, 3.054

Lecture 9, Thermal Notes, 3.054 Lecture 9, Thermal Notes, 3.054 Thermal Properties of Foams Closed cell foams widely used for thermal insulation Only materials with lower conductivity are aerogels (tend to be brittle and weak) and vacuum

More information

AP Physics 1 and 2 Lab Investigations

AP Physics 1 and 2 Lab Investigations AP Physics 1 and 2 Lab Investigations Student Guide to Data Analysis New York, NY. College Board, Advanced Placement, Advanced Placement Program, AP, AP Central, and the acorn logo are registered trademarks

More information

Downloaded from www.studiestoday.com

Downloaded from www.studiestoday.com Class XI Physics Ch. 4: Motion in a Plane NCERT Solutions Page 85 Question 4.1: State, for each of the following physical quantities, if it is a scalar or a vector: Volume, mass, speed, acceleration, density,

More information

Pipe Flow-Friction Factor Calculations with Excel

Pipe Flow-Friction Factor Calculations with Excel Pipe Flow-Friction Factor Calculations with Excel Course No: C03-022 Credit: 3 PDH Harlan H. Bengtson, PhD, P.E. Continuing Education and Development, Inc. 9 Greyridge Farm Court Stony Point, NY 10980

More information

Homework #1 Solutions

Homework #1 Solutions MAT 303 Spring 203 Homework # Solutions Problems Section.:, 4, 6, 34, 40 Section.2:, 4, 8, 30, 42 Section.4:, 2, 3, 4, 8, 22, 24, 46... Verify that y = x 3 + 7 is a solution to y = 3x 2. Solution: From

More information

AS COMPETITION PAPER 2007 SOLUTIONS

AS COMPETITION PAPER 2007 SOLUTIONS AS COMPETITION PAPER 2007 Total Mark/50 SOLUTIONS Section A: Multiple Choice 1. C 2. D 3. B 4. B 5. B 6. A 7. A 8. C 1 Section B: Written Answer Question 9. A mass M is attached to the end of a horizontal

More information

When the fluid velocity is zero, called the hydrostatic condition, the pressure variation is due only to the weight of the fluid.

When the fluid velocity is zero, called the hydrostatic condition, the pressure variation is due only to the weight of the fluid. Fluid Statics When the fluid velocity is zero, called the hydrostatic condition, the pressure variation is due only to the weight of the fluid. Consider a small wedge of fluid at rest of size Δx, Δz, Δs

More information

Mercury is poured into a U-tube as in Figure (14.18a). The left arm of the tube has crosssectional

Mercury is poured into a U-tube as in Figure (14.18a). The left arm of the tube has crosssectional Chapter 14 Fluid Mechanics. Solutions of Selected Problems 14.1 Problem 14.18 (In the text book) Mercury is poured into a U-tube as in Figure (14.18a). The left arm of the tube has crosssectional area

More information

Piping Hydraulic Line Design and Sizing Software KLM Technology Group

Piping Hydraulic Line Design and Sizing Software KLM Technology Group Piping Hydraulic Line Design and Sizing Software KLM Technology Group Practical Engineering Guidelines for Processing Plant Solutions #03-12 Block Aronia, Jalan Sri Perkasa 2 Taman Tampoi Utama 81200 Johor

More information

F N A) 330 N 0.31 B) 310 N 0.33 C) 250 N 0.27 D) 290 N 0.30 E) 370 N 0.26

F N A) 330 N 0.31 B) 310 N 0.33 C) 250 N 0.27 D) 290 N 0.30 E) 370 N 0.26 Physics 23 Exam 2 Spring 2010 Dr. Alward Page 1 1. A 250-N force is directed horizontally as shown to push a 29-kg box up an inclined plane at a constant speed. Determine the magnitude of the normal force,

More information

The Three Way Catalyst in Hybrid Vehicles

The Three Way Catalyst in Hybrid Vehicles CODEN:LUTEDX/(TEIE-5242)/1-47/(2007) Industrial Electrical Engineering and Automation The Three Way Catalyst in Hybrid Vehicles Bobbie Frank Dept. of Industrial Electrical Engineering and Automation Lund

More information

Using Microsoft Excel to Plot and Analyze Kinetic Data

Using Microsoft Excel to Plot and Analyze Kinetic Data Entering and Formatting Data Using Microsoft Excel to Plot and Analyze Kinetic Data Open Excel. Set up the spreadsheet page (Sheet 1) so that anyone who reads it will understand the page (Figure 1). Type

More information

= 800 kg/m 3 (note that old units cancel out) 4.184 J 1000 g = 4184 J/kg o C

= 800 kg/m 3 (note that old units cancel out) 4.184 J 1000 g = 4184 J/kg o C Units and Dimensions Basic properties such as length, mass, time and temperature that can be measured are called dimensions. Any quantity that can be measured has a value and a unit associated with it.

More information

Chapter 28 Fluid Dynamics

Chapter 28 Fluid Dynamics Chapter 28 Fluid Dynamics 28.1 Ideal Fluids... 1 28.2 Velocity Vector Field... 1 28.3 Mass Continuity Equation... 3 28.4 Bernoulli s Principle... 4 28.5 Worked Examples: Bernoulli s Equation... 7 Example

More information

Definitions 1. A factor of integer is an integer that will divide the given integer evenly (with no remainder).

Definitions 1. A factor of integer is an integer that will divide the given integer evenly (with no remainder). Math 50, Chapter 8 (Page 1 of 20) 8.1 Common Factors Definitions 1. A factor of integer is an integer that will divide the given integer evenly (with no remainder). Find all the factors of a. 44 b. 32

More information

Chapter #7 Giancoli 6th edition Problem Solutions

Chapter #7 Giancoli 6th edition Problem Solutions Chapter #7 Giancoli 6th edition Problem Solutions ü Problem #8 QUESTION: A 9300 kg boxcar traveling at 5.0 m/s strikes a second boxcar at rest. The two stick together and move off with a speed of 6.0 m/s.

More information

Solving Quadratic Equations

Solving Quadratic Equations 9.3 Solving Quadratic Equations by Using the Quadratic Formula 9.3 OBJECTIVES 1. Solve a quadratic equation by using the quadratic formula 2. Determine the nature of the solutions of a quadratic equation

More information

Numerical Methods for Differential Equations

Numerical Methods for Differential Equations Numerical Methods for Differential Equations Course objectives and preliminaries Gustaf Söderlind and Carmen Arévalo Numerical Analysis, Lund University Textbooks: A First Course in the Numerical Analysis

More information

18 Q0 a speed of 45.0 m/s away from a moving car. If the car is 8 Q0 moving towards the ambulance with a speed of 15.0 m/s, what Q0 frequency does a

18 Q0 a speed of 45.0 m/s away from a moving car. If the car is 8 Q0 moving towards the ambulance with a speed of 15.0 m/s, what Q0 frequency does a First Major T-042 1 A transverse sinusoidal wave is traveling on a string with a 17 speed of 300 m/s. If the wave has a frequency of 100 Hz, what 9 is the phase difference between two particles on the

More information

Physics 2A, Sec B00: Mechanics -- Winter 2011 Instructor: B. Grinstein Final Exam

Physics 2A, Sec B00: Mechanics -- Winter 2011 Instructor: B. Grinstein Final Exam Physics 2A, Sec B00: Mechanics -- Winter 2011 Instructor: B. Grinstein Final Exam INSTRUCTIONS: Use a pencil #2 to fill your scantron. Write your code number and bubble it in under "EXAM NUMBER;" an entry

More information

FREESTUDY HEAT TRANSFER TUTORIAL 3 ADVANCED STUDIES

FREESTUDY HEAT TRANSFER TUTORIAL 3 ADVANCED STUDIES FREESTUDY HEAT TRANSFER TUTORIAL ADVANCED STUDIES This is the third tutorial in the series on heat transfer and covers some of the advanced theory of convection. The tutorials are designed to bring the

More information

FLUID FLOW Introduction General Description

FLUID FLOW Introduction General Description FLUID FLOW Introduction Fluid flow is an important part of many processes, including transporting materials from one point to another, mixing of materials, and chemical reactions. In this experiment, you

More information

APPLICATION OF TRANSIENT WELLBORE SIMULATOR TO EVALUATE DELIVERABILITY CURVE ON HYPOTHETICAL WELL-X

APPLICATION OF TRANSIENT WELLBORE SIMULATOR TO EVALUATE DELIVERABILITY CURVE ON HYPOTHETICAL WELL-X PROCEEDINGS, Thirty-Third Workshop on Geothermal Reservoir Engineering Stanford University, Stanford, California, January 8-30, 008 SGP-TR-185 APPLICATION OF TRANSIENT WELLBORE SIMULATOR TO EVALUATE DELIVERABILITY

More information

Speed A B C. Time. Chapter 3: Falling Objects and Projectile Motion

Speed A B C. Time. Chapter 3: Falling Objects and Projectile Motion Chapter 3: Falling Objects and Projectile Motion 1. Neglecting friction, if a Cadillac and Volkswagen start rolling down a hill together, the heavier Cadillac will get to the bottom A. before the Volkswagen.

More information

State Newton's second law of motion for a particle, defining carefully each term used.

State Newton's second law of motion for a particle, defining carefully each term used. 5 Question 1. [Marks 28] An unmarked police car P is, travelling at the legal speed limit, v P, on a straight section of highway. At time t = 0, the police car is overtaken by a car C, which is speeding

More information

Lecture 3. Turbulent fluxes and TKE budgets (Garratt, Ch 2)

Lecture 3. Turbulent fluxes and TKE budgets (Garratt, Ch 2) Lecture 3. Turbulent fluxes and TKE budgets (Garratt, Ch 2) In this lecture How does turbulence affect the ensemble-mean equations of fluid motion/transport? Force balance in a quasi-steady turbulent boundary

More information

JET ENGINE PERFORMANCE. Charles Robert O Neill. School of Mechanical and Aerospace Engineering. Oklahoma State University. Stillwater, OK 74078

JET ENGINE PERFORMANCE. Charles Robert O Neill. School of Mechanical and Aerospace Engineering. Oklahoma State University. Stillwater, OK 74078 JET ENGINE PERFORMANCE Charles Robert O Neill School of Mechanical and Aerospace Engineering Oklahoma State University Stillwater, OK 74078 Honors Project in ENGSC 3233 Fluid Mechanics December 1998 JET

More information

Chapter 4 Atmospheric Pressure and Wind

Chapter 4 Atmospheric Pressure and Wind Chapter 4 Atmospheric Pressure and Wind Understanding Weather and Climate Aguado and Burt Pressure Pressure amount of force exerted per unit of surface area. Pressure always decreases vertically with height

More information

AP1 Oscillations. 1. Which of the following statements about a spring-block oscillator in simple harmonic motion about its equilibrium point is false?

AP1 Oscillations. 1. Which of the following statements about a spring-block oscillator in simple harmonic motion about its equilibrium point is false? 1. Which of the following statements about a spring-block oscillator in simple harmonic motion about its equilibrium point is false? (A) The displacement is directly related to the acceleration. (B) The

More information

WEEK 1. Engineering Calculations Processes Process Variables

WEEK 1. Engineering Calculations Processes Process Variables WEEK 1 Engineering Calculations Processes Process Variables 2.1 Units and Dimensions Units and dimensions are important in science and engineering A measured quantity has a numerical value and a unit (ex:

More information

Reaction Rates and Chemical Kinetics. Factors Affecting Reaction Rate [O 2. CHAPTER 13 Page 1

Reaction Rates and Chemical Kinetics. Factors Affecting Reaction Rate [O 2. CHAPTER 13 Page 1 CHAPTER 13 Page 1 Reaction Rates and Chemical Kinetics Several factors affect the rate at which a reaction occurs. Some reactions are instantaneous while others are extremely slow. Whether a commercial

More information

Carbon Cable. Sergio Rubio Carles Paul Albert Monte

Carbon Cable. Sergio Rubio Carles Paul Albert Monte Carbon Cable Sergio Rubio Carles Paul Albert Monte Carbon, Copper and Manganine PhYsical PropERTieS CARBON PROPERTIES Carbon physical Properties Temperature Coefficient α -0,0005 ºC-1 Density D 2260 kg/m3

More information

Experiment: Static and Kinetic Friction

Experiment: Static and Kinetic Friction PHY 201: General Physics I Lab page 1 of 6 OBJECTIVES Experiment: Static and Kinetic Friction Use a Force Sensor to measure the force of static friction. Determine the relationship between force of static

More information

Define conversion and space time. Write the mole balances in terms of conversion for a batch reactor, CSTR, PFR, and PBR.

Define conversion and space time. Write the mole balances in terms of conversion for a batch reactor, CSTR, PFR, and PBR. CONERSION ND RECTOR SIZING Objectives: Deine conversion and space time. Write the mole balances in terms o conversion or a batch reactor, CSTR, PR, and PBR. Size reactors either alone or in series once

More information

Acceleration due to Gravity

Acceleration due to Gravity Acceleration due to Gravity 1 Object To determine the acceleration due to gravity by different methods. 2 Apparatus Balance, ball bearing, clamps, electric timers, meter stick, paper strips, precision

More information