CBE 450 Chemical Reactor Fundamentals Fall, 2009 Homework Assignment #4 Solutions

Size: px
Start display at page:

Download "CBE 450 Chemical Reactor Fundamentals Fall, 2009 Homework Assignment #4 Solutions"

Transcription

1 CBE 450 Chemicl ectr Fundmentl Fll, 2009 Hmewrk ignment #4 Slutin 1. Btch ectr nlyi vi nlyticl Exprein Cnider the fllwing imeriztin rectin B with n elementry mechnim uch tht the rte i r kc where the rte cntnt i given by E k k exp T The temperture i 300 K. The ctivtin energy i 5000 J/ml. The rte cntnt prefctr i The initil cncentrtin f i 10.0 ml/liter. () Prvide n nlyticl exprein fr the reidence time required t chieve pecified cnverin fr thi rectin in btch rectr. (b) Wht reidence time i required t rech cnverin f 95? (c) Wht reidence time i required t rech cnverin f 95 if the rectin rte prefctr i (d) Wht reidence time i required t rech cnverin f 95 if the ctivtin energy i (e) Wht reidence time i required t rech cnverin f 95 if the rectr vlume i (f) Wht reidence time i required t rech cnverin f 95 if the inlet cncentrtin i (g) Wht cnverin will ne btin if the reidence time i 10? (h) Wht rectr vlume i required t prduce 10 ml/ f B t 95 cnverin? (i) Wht rectr vlume i required t prduce 10 ml/ f B t 98 cnverin? Slutin: () Prvide n nlyticl exprein fr the reidence time required t chieve pecified cnverin fr thi rectin in btch rectr. Frm Fgler pge 150

2 1 1 t ln k 1 X (b) Wht reidence time i required t rech cnverin f 95? k k E exp T 10exp * t ln ln 2. k 1 X (c) Wht reidence time i required t rech cnverin f 95 if the rectin rte prefctr i 1 k k E exp T 20exp * t ln ln 1. k 1 X (d) Wht reidence time i required t rech cnverin f 95 if the ctivtin energy i 1 k k E exp T 10exp * t ln ln 16. k 1 X (e) Wht reidence time i required t rech cnverin f 95 if the rectr vlume i eidence time den t depend n rectr ize fr thi rectin. t ln ln 2. k 1 X (f) Wht reidence time i required t rech cnverin f 95 if the inlet cncentrtin i eidence time den t depend n initil cncentrtin fr thi rectin. 1

3 t ln ln 2. k 1 X (g) Wht cnverin will ne btin if the reidence time i 10? 1 1 t ln k 1 X kt 1 exp1.347 X exp (h) Wht rectr vlume i required t prduce 10 ml/ f B t 95 cnverin? The initil cncentrtin i 10 ml/liter r 10,000 ml/m 3. If we cnvert 95 f thi, then ur cncentrtin f B i 9500 ml/m 3. If ur reidence time i ecnd, then we cn prduce ml 1 ml m m In rder t get 10 ml/, ml 4271 V m 3 10 ml the vlume i m 3 r liter. (i) Wht rectr vlume i required t prduce 10 ml/ f B t 98 cnverin? If we wnt 98 cnverin, the reidence time i t ln ln 2. k 1 X The initil cncentrtin i 10 ml/liter r 10,000 ml/m 3. If we cnvert 98 f thi, then ur cncentrtin f B i 9800 ml/m 3. If ur reidence time i ecnd, then we cn prduce ml 1 ml m m In rder t get 10 ml/, 3374 ml ml V m 3 10 the vlume i m 3 r liter.

4 2. Btch ectr nlyi vi Numericl Methd Cnider the fllwing rectin + B C with n elementry mechnim uch tht the rte i r kc C B where the rte cntnt i given by E k k exp T The temperture i 300 K. The ctivtin energy i 5000 J/ml. The rte cntnt prefctr i The rectr h vlume f 1 m 3. The initil cncentrtin f i 10.0 ml/liter. The initil cncentrtin f B i 15.0 ml/liter. () Ue Mtlb t crete plt f the cncentrtin f, B nd C functin f time fr the firt 7200 f the rectin. Lbel, B nd C n the plt. Prvide yur input file fr ydeinput.m. (b) Ue thi plt (r the tbulr frm f the dt in the plt) t determine wht reidence time i required t rech cnverin f 95? (c) Wht reidence time i required t rech cnverin f 95 if the ctivtin energy i (d) Wht cnverin will ne btin if the reidence time (with the riginl ctivtin energy) i 1000? (e) Wht rectr vlume i required t prduce 10 ml/hr f C t 95 cnverin? Slutin: () Ue Mtlb t crete plt f the cncentrtin f, B nd C functin f time fr the firt 7200 f the rectin. functin dydt = ydeinput(x,y,nvec); hmewrk fur prblem 2 + B --> C nu = -1; nub = -1; nuc = 1; C = y(1); CB = y(2);

5 CC = y(3); k = 1.0e-3; ^-1 E = 5000; J/ml = 8.314; J/ml/K T = 300; K k = k*exp(-e/(*t)); rte = k*c*cb; blnce n in term f cnc f dydt(1) = nu*rte; blnce n B in term f cnc f B dydt(2) = nub*rte; blnce n C in term f cnc f C dydt(3) = nuc*rte; The cmmnd I ued w yde(2,1000,0,7200,[10,15,0]); which generted thi plt: y x legend: blck =, red = B, blue = C. (b) Ue thi plt (r the tbulr frm f the dt in the plt) t determine wht reidence time i required t rech cnverin f 95?

6 If the initil cncentrtin f w 10 ml/liter, then fter 95 cnverin, the cncentrtin f C i 9.5 ml/liter. Frm the dt file, yde.ut, x y(1) y(2) y(3) e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e+000 S, the reidence time i but 2959 ec t rech 95 cnverin. (c) Wht reidence time i required t rech cnverin f 95 if the ctivtin energy i functin dydt = ydeinput(x,y,nvec); hmewrk fur prblem 2 + B --> C nu = -1; nub = -1; nuc = 1; C = y(1); CB = y(2); CC = y(3); k = 1.0e-3; ^-1 E = 10000; J/ml = 8.314; J/ml/K T = 300; K k = k*exp(-e/(*t)); rte = k*c*cb; blnce n in term f cnc f dydt(1) = nu*rte; blnce n B in term f cnc f B dydt(2) = nub*rte; blnce n C in term f cnc f C dydt(3) = nuc*rte; The cmmnd I ued w yde(2,1000,0,30000,[10,15,0]);

7 x y(1) y(2) y(3) e e e e e e e e e e e e e e e e e e e e+000 S the reidence time fr 95 cnverin i 21,960 ec. (d) Wht cnverin will ne btin if the reidence time (with the riginl ctivtin energy) i 1000? Frm the utput file, yde.ut, f the firt run, we hve x y(1) y(2) y(3) e e e e e e e e e e e e e e e e e e e e+000 S t 1000, the cnverin i but (e) Wht rectr vlume i required t prduce 10 ml/hr f C t 95 cnverin? t 95 cnverin f C, we btin 9.5 ml/liter f C fter 2959 ec. 9.5 ml 1 ml ml ml l 2959 l l l hr In rder t get 10 ml/hr, ml ml V 10 l hr hr the vlume i liter. 3. CST nlyi vi nlyticl Exprein Cnider the fllwing imeriztin rectin B with n elementry mechnim uch tht the rte i r kc where the rte cntnt i given by

8 E k k exp T The temperture i 300 K. The ctivtin energy i 5000 J/ml. The rte cntnt prefctr i The inlet flwrte i 2 liter/ec. The cncentrtin f in the inlet trem i 10 ml/liter. () Prvide n nlyticl exprein fr the reidence time required t chieve pecified cnverin fr thi rectin in btch rectr. (b) Wht i the Dmköhler number fr 95 cnverin? (c) Wht reidence time i required t rech cnverin f 95? (d) If the vlume f the rectr i 1 liter, wht i the vlumetric flwrte f the inlet trem? (e) If the inlet flwrte i 2 liter/ec, wht vlume i required t btin 95 cnverin? (f) If the rectr i perting t 95 cnverin nd yu wnt t prduce 10,000 ml/hr f B, determine the vlume f the rectr nd the vlumetric flwrte required. Slutin: () Prvide n nlyticl exprein fr the reidence time required t chieve pecified cnverin fr thi rectin in btch rectr. X D 1 D k 1 k errnging thi fr the reidence time yield 1 X k 1 X (b) Wht i the Dmköhler number fr 95 cnverin? errnge the bve exprein. D X X (c) Wht reidence time i required t rech cnverin f 95? k k E exp T 10exp * D kt

9 t D k (d) If the vlume f the rectr i 1 liter, wht i the vlumetric flwrte f the inlet trem? V t F V 1 l F t 14.1 (e) If the inlet flwrte i 2 liter/ec, wht vlume i required t btin 95 cnverin? The reidence time fr 95 cnverin i V tf liter (f) If the rectr i perting t 95 cnverin nd yu wnt t prduce 10,000 ml/hr f B, determine the vlume f the rectr nd the vlumetric flwrte required. We wnt 10,000 ml/hr f B, which t 95 cnverin require ml/hr f. cme in t 10 ml/liter. S we need FC N F N C ml liter liter F hr 10ml hr The reidence time fr 95 cnverin i 14.1 r hr. V tf liter

Measurement and Instrumentation Lecture Note: Strain Measurement

Measurement and Instrumentation Lecture Note: Strain Measurement 0-60 Meurement nd Intrumenttin Lecture Nte: Strin Meurement eview f Stre nd Strin Figure : Structure under tenin Frm Fig., xil tre σ, xil trin, trnvere trin t, Pin' rti ν, nd Yung mdulu E re σ F A, dl

More information

CBE 450 Chemical Reactor Fundamentals Fall, 2009 Homework Assignment #3

CBE 450 Chemical Reactor Fundamentals Fall, 2009 Homework Assignment #3 BE 450 hemicl Rector Fundmentls Fll, 009 Homework ssignment #3 1. Numericl Solution of Sgle Nonler lgebric Eqution onsider contuous stirred-tnk rector (STR) which the followg dimeriztion rection goes from

More information

ALGEBRA 2/TRIGONMETRY TOPIC REVIEW QUARTER 3 LOGS

ALGEBRA 2/TRIGONMETRY TOPIC REVIEW QUARTER 3 LOGS ALGEBRA /TRIGONMETRY TOPIC REVIEW QUARTER LOGS Cnverting frm Epnentil frm t Lgrithmic frm: E B N Lg BN E Americn Ben t French Lg Ben-n Lg Prperties: Lg Prperties lg (y) lg + lg y lg y lg lg y lg () lg

More information

6.3: Volumes by Cylindrical Shells

6.3: Volumes by Cylindrical Shells 6.3: Vlumes by Cylindrical Shells Nt all vlume prblems can be addressed using cylinders. Fr example: Find the vlume f the slid btained by rtating abut the y-axis the regin bunded by y = 2x x B and y =

More information

NONISOTHERMAL OPERATION OF IDEAL REACTORS Plug Flow Reactor. F j. T mo Assumptions:

NONISOTHERMAL OPERATION OF IDEAL REACTORS Plug Flow Reactor. F j. T mo Assumptions: NONISOTHERMAL OPERATION OF IDEAL REACTORS Plug Flw Reactr T T T T F j, Q F j T m,q m T m T m T m Aumptin: 1. Hmgeneu Sytem 2. Single Reactin 3. Steady State Tw type f prblem: 1. Given deired prductin rate,

More information

Limitations for Op Amps due to input signal

Limitations for Op Amps due to input signal ECEN 607 (ESS) Liittin fr Op Ap due t input ignl TANSIENT ESPONSE.- Let u cnider vltge fllwer nd deterine it tep repne Then v in 0 v Thu fr i v (t) i u t r i t Tking the invere Lplce it yield t / v t e

More information

Thermodynamics and Equilibrium

Thermodynamics and Equilibrium Thermdynamics and Equilibrium Thermdynamics Thermdynamics is the study f the relatinship between heat and ther frms f energy in a chemical r physical prcess. We intrduced the thermdynamic prperty f enthalpy,

More information

Transfer Functions. Chapter 5. Transfer Functions. Derivation of a Transfer Function. Transfer Functions

Transfer Functions. Chapter 5. Transfer Functions. Derivation of a Transfer Function. Transfer Functions 5/4/6 PM : Trnfer Function Chpter 5 Trnfer Function Defined G() = Y()/U() preent normlized model of proce, i.e., cn be ued with n input. Y() nd U() re both written in devition vrible form. The form of

More information

CHAPTER 24: INFERENCE IN REGRESSION. Chapter 24: Make inferences about the population from which the sample data came.

CHAPTER 24: INFERENCE IN REGRESSION. Chapter 24: Make inferences about the population from which the sample data came. MATH 1342 Ch. 24 April 25 and 27, 2013 Page 1 f 5 CHAPTER 24: INFERENCE IN REGRESSION Chapters 4 and 5: Relatinships between tw quantitative variables. Be able t Make a graph (scatterplt) Summarize the

More information

( ) kt. Solution. From kinetic theory (visualized in Figure 1Q9-1), 1 2 rms = 2. = 1368 m/s

( ) kt. Solution. From kinetic theory (visualized in Figure 1Q9-1), 1 2 rms = 2. = 1368 m/s .9 Kinetic Mlecular Thery Calculate the effective (rms) speeds f the He and Ne atms in the He-Ne gas laser tube at rm temperature (300 K). Slutin T find the rt mean square velcity (v rms ) f He atms at

More information

3.1 Exponential Functions and Their Graphs

3.1 Exponential Functions and Their Graphs . Eponentil Functions nd Their Grphs Sllbus Objective: 9. The student will sketch the grph of eponentil, logistic, or logrithmic function. 9. The student will evlute eponentil or logrithmic epressions.

More information

NUMBERS, MATHEMATICS AND EQUATIONS

NUMBERS, MATHEMATICS AND EQUATIONS AUSTRALIAN CURRICULUM PHYSICS GETTING STARTED WITH PHYSICS NUMBERS, MATHEMATICS AND EQUATIONS An integral part t the understanding f ur physical wrld is the use f mathematical mdels which can be used t

More information

ELG3150 DGD 6 P9.5; P9.7; P9.13; P9.18; AP9.5; DP9.2

ELG3150 DGD 6 P9.5; P9.7; P9.13; P9.18; AP9.5; DP9.2 ELG3150 DGD 6 P9.5; P9.7; P9.13; P9.18; AP9.5; DP9.2 P9.5 A speed cntrl fr gsline engine is shwn in Figure P9.5 in the textbk. () Determine the necessry gin if the stedy-stte speed errr is required t be

More information

Root locus ( )( ) The given TFs are: 1. Using Matlab: >> rlocus(g) >> Gp1=tf(1,poly([0-1 -2])) Transfer function: s^3 + 3 s^2 + 2 s

Root locus ( )( ) The given TFs are: 1. Using Matlab: >> rlocus(g) >> Gp1=tf(1,poly([0-1 -2])) Transfer function: s^3 + 3 s^2 + 2 s The given TFs are: 1 1() s = s s + 1 s + G p, () s ( )( ) >> Gp1=tf(1,ply([0-1 -])) Transfer functin: 1 ----------------- s^ + s^ + s Rt lcus G 1 = p ( s + 0.8 + j)( s + 0.8 j) >> Gp=tf(1,ply([-0.8-*i

More information

Lecture 16 Thermodynamics II

Lecture 16 Thermodynamics II Lecture 16 Thermdynamics II Calrimetry Hess s Law Enthalpy r Frmatin Cpyright 2013, 2011, 2009, 2008 AP Chem Slutins. All rights reserved. Fur Methds fr Finding H 1) Calculate it using average bnd enthalpies

More information

3. Classify the following Numbers (Counting (natural), Whole, Integers, Rational, Irrational)

3. Classify the following Numbers (Counting (natural), Whole, Integers, Rational, Irrational) After yu cmplete each cncept give yurself a rating 1. 15 5 2 (5 3) 2. 2 4-8 (2 5) 3. Classify the fllwing Numbers (Cunting (natural), Whle, Integers, Ratinal, Irratinal) a. 7 b. 2 3 c. 2 4. Are negative

More information

Antibodies and Antigens

Antibodies and Antigens Antibdies nd Antigens Yur bdy s s nturl defense system Antibdies The frml chemicl nme fr ntibdies is immunglbulins. Immunglbulins re prtein mlecules which defend yur bdy frm freign txins knwn s ntigens.

More information

Chem 75 February 16, 2017 Exam 2 Solutions

Chem 75 February 16, 2017 Exam 2 Solutions 1. (6 + 6 pints) Tw quick questins: (a) The Handbk f Chemistry and Physics tells us, crrectly, that CCl 4 bils nrmally at 76.7 C, but its mlar enthalpy f vaprizatin is listed in ne place as 34.6 kj ml

More information

Homework #7. True False. d. Given a CFG, G, and a string w, it is decidable whether w ε L(G) True False

Homework #7. True False. d. Given a CFG, G, and a string w, it is decidable whether w ε L(G) True False Hmewrk #7 #1. True/ False a. The Pumping Lemma fr CFL s can be used t shw a language is cntext-free b. The string z = a k b k+1 c k can be used t shw {a n b n c n } is nt cntext free c. The string z =

More information

Find this material useful? You can help our team to keep this site up and bring you even more content consider donating via the link on our site.

Find this material useful? You can help our team to keep this site up and bring you even more content consider donating via the link on our site. Find this material useful? Yu can help ur team t keep this site up and bring yu even mre cntent cnsider dnating via the link n ur site. Still having truble understanding the material? Check ut ur Tutring

More information

Solutions to Problems. Then, using the formula for the speed in a parabolic orbit (equation ), we have

Solutions to Problems. Then, using the formula for the speed in a parabolic orbit (equation ), we have Slutins t Prblems. Nttin: V speed f cmet immeditely befre cllisin. V speed f cmbined bject immeditely fter cllisin, mmentum is cnserved. V, becuse liner + k q perihelin distnce f riginl prblic rbit, s

More information

More Tutorial at

More Tutorial at Answer each questin in the space prvided; use back f page if extra space is needed. Answer questins s the grader can READILY understand yur wrk; nly wrk n the exam sheet will be cnsidered. Write answers,

More information

Lim f (x) e. Find the largest possible domain and its discontinuity points. Why is it discontinuous at those points (if any)?

Lim f (x) e. Find the largest possible domain and its discontinuity points. Why is it discontinuous at those points (if any)? THESE ARE SAMPLE QUESTIONS FOR EACH OF THE STUDENT LEARNING OUTCOMES (SLO) SET FOR THIS COURSE. SLO 1: Understand and use the cncept f the limit f a functin i. Use prperties f limits and ther techniques,

More information

CBE 291b - Computation And Optimization For Engineers

CBE 291b - Computation And Optimization For Engineers The University of Western Ontrio Fculty of Engineering Science Deprtment of Chemicl nd Biochemicl Engineering CBE 9b - Computtion And Optimiztion For Engineers Mtlb Project Introduction Prof. A. Jutn Jn

More information

CONVERSION AND REACTOR SIZING (2) Marcel Lacroix Université de Sherbrooke

CONVERSION AND REACTOR SIZING (2) Marcel Lacroix Université de Sherbrooke CONVERSION ND RECTOR SIZING (2) Marcel Lacroix Université de Sherbrooke CONVERSION ND RECTOR SIZING: OBJECTIVES 1. TO DEINE CONVERSION j. 2. TO REWRITE THE DESIGN EQUTIONS IN TERMS O CONVERSION j. 3. TO

More information

Activity 2 Dimensional Analysis

Activity 2 Dimensional Analysis Activity 2 Dimensinal Analysis Gals! Develp cnversin factrs frm cmmn equalities.! Use cnversin factrs t cnvert between different units f measure.! Apply the cncept f dimensinal analysis t string tgether

More information

Business. Class 3. Error in 4 th Edition (early printing) Specific Gravity (SG) A. Terminology Handout. Happy Monday! Terminology

Business. Class 3. Error in 4 th Edition (early printing) Specific Gravity (SG) A. Terminology Handout. Happy Monday! Terminology Class 3 Happy Mnday! Terminlgy Densities, MW, mle and, flw rates, and temperatures Pressure stuff next class Cnvert mass fractin t mle fractin Using a basis usiness Fr thse wh added the class late the

More information

AP CHEMISTRY CHAPTER 6 NOTES THERMOCHEMISTRY

AP CHEMISTRY CHAPTER 6 NOTES THERMOCHEMISTRY AP CHEMISTRY CHAPTER 6 NOTES THERMOCHEMISTRY Energy- the capacity t d wrk r t prduce heat 1 st Law f Thermdynamics: Law f Cnservatin f Energy- energy can be cnverted frm ne frm t anther but it can be neither

More information

PRE-ASSESSMENT LEARNING EVALUATION

PRE-ASSESSMENT LEARNING EVALUATION St Andrew s Academy Mathematics Department S2 COURSE BLOCK 3 PRE-ASSESSMENT LEARNING EVALUATION S2 BLOCK 3 LEARNING EVALUATION Red Amber Green Revisin Exercise NUMBER I can use nn-calculatr strategies

More information

N 2 (g) + 3H 2 (g) 2NH 3 (g) o Three mole ratios can be derived from the balanced equation above: Example: Li(s) + O 2 (g) Li 2 O(s)

N 2 (g) + 3H 2 (g) 2NH 3 (g) o Three mole ratios can be derived from the balanced equation above: Example: Li(s) + O 2 (g) Li 2 O(s) Chapter 9 - Stichimetry Sectin 9.1 Intrductin t Stichimetry Types f Stichimetry Prblems Given is in mles and unknwn is in mles. Given is in mles and unknwn is in mass (grams). Given is in mass and unknwn

More information

CHM 152 Practice Final

CHM 152 Practice Final CM 152 Practice Final 1. Of the fllwing, the ne that wuld have the greatest entrpy (if cmpared at the same temperature) is, [a] 2 O (s) [b] 2 O (l) [c] 2 O (g) [d] All wuld have the same entrpy at the

More information

ECE-320: Linear Control Systems Homework 1. 1) For the following transfer functions, determine both the impulse response and the unit step response.

ECE-320: Linear Control Systems Homework 1. 1) For the following transfer functions, determine both the impulse response and the unit step response. Due: Mnday Marh 4, 6 at the beginning f la ECE-: Linear Cntrl Sytem Hmewrk ) Fr the fllwing tranfer funtin, determine bth the imule rene and the unit te rene. Srambled Anwer: H ( ) H ( ) ( )( ) ( )( )

More information

Chemistry 114 First Hour Exam

Chemistry 114 First Hour Exam Chemistry 114 First Hur Exam Please shw all wrk fr partial credit Name: (4 pints) 1. (12 pints) Espress is made by frcing very ht water under high pressure thrugh finely grund, cmpacted cffee. (Wikipedia)

More information

Ordinary Differential Equations- Boundary Value Problem

Ordinary Differential Equations- Boundary Value Problem Ordinry Differentil Equtions- Boundry Vlue Problem Shooting method Runge Kutt method Computer-bsed solutions o BVPFD subroutine (Fortrn IMSL subroutine tht Solves (prmeterized) system of differentil equtions

More information

" 1 = # $H vap. Chapter 3 Problems

 1 = # $H vap. Chapter 3 Problems Chapter 3 rblems rblem At 1 atmsphere pure Ge melts at 1232 K and bils at 298 K. he triple pint ccurs at =8.4x1-8 atm. Estimate the heat f vaprizatin f Ge. he heat f vaprizatin is estimated frm the Clausius

More information

Projectile Motion. What is projectile? Projectile -Any object which projected by some means and continues to move due to its own inertia (mass).

Projectile Motion. What is projectile? Projectile -Any object which projected by some means and continues to move due to its own inertia (mass). Prjectile Mtin AP Phyic B What i prjectile? Prjectile -Any bject which prjected by me mean and cntinue t me due t it wn inertia (ma). 1 Prjectile me in TWO dimenin Since a prjectile me in - dimenin, it

More information

Name: Block: Date: Science 10: The Great Geyser Experiment A controlled experiment

Name: Block: Date: Science 10: The Great Geyser Experiment A controlled experiment Science 10: The Great Geyser Experiment A cntrlled experiment Yu will prduce a GEYSER by drpping Ments int a bttle f diet pp Sme questins t think abut are: What are yu ging t test? What are yu ging t measure?

More information

When current flows through the armature, the magnetic fields create a torque. Torque = T =. K T i a

When current flows through the armature, the magnetic fields create a torque. Torque = T =. K T i a D Motor Bic he D pernent-gnet otor i odeled reitor ( ) in erie with n inductnce ( ) nd voltge ource tht depend on the ngulr velocity of the otor oltge generted inide the rture K ω (ω i ngulr velocity)

More information

Differentiation Applications 1: Related Rates

Differentiation Applications 1: Related Rates Differentiatin Applicatins 1: Related Rates 151 Differentiatin Applicatins 1: Related Rates Mdel 1: Sliding Ladder 10 ladder y 10 ladder 10 ladder A 10 ft ladder is leaning against a wall when the bttm

More information

CHM112 Lab Graphing with Excel Grading Rubric

CHM112 Lab Graphing with Excel Grading Rubric Name CHM112 Lab Graphing with Excel Grading Rubric Criteria Pints pssible Pints earned Graphs crrectly pltted and adhere t all guidelines (including descriptive title, prperly frmatted axes, trendline

More information

EXAM #1 PHYSICAL SCIENCE 103 FALLF, 2017

EXAM #1 PHYSICAL SCIENCE 103 FALLF, 2017 OBJECTIVES 1. Ft Pressure EXAM #1 PHYSICAL SCIENCE 103 FALLF, 2017 Determine the surface area f an bject. Given the weight and surface area, calculate the pressure. 2. Measuring Vlume & Mass Prvided a

More information

CHAPTER Read Chapter 17, sections 1,2,3. End of Chapter problems: 25

CHAPTER Read Chapter 17, sections 1,2,3. End of Chapter problems: 25 CHAPTER 17 1. Read Chapter 17, sectins 1,2,3. End f Chapter prblems: 25 2. Suppse yu are playing a game that uses tw dice. If yu cunt the dts n the dice, yu culd have anywhere frm 2 t 12. The ways f prducing

More information

Experiment #3. Graphing with Excel

Experiment #3. Graphing with Excel Experiment #3. Graphing with Excel Study the "Graphing with Excel" instructins that have been prvided. Additinal help with learning t use Excel can be fund n several web sites, including http://www.ncsu.edu/labwrite/res/gt/gt-

More information

CHEM-443, Fall 2013, Section 010 Midterm 2 November 4, 2013

CHEM-443, Fall 2013, Section 010 Midterm 2 November 4, 2013 CHEM-443, Fall 2013, Sectin 010 Student Name Midterm 2 Nvember 4, 2013 Directins: Please answer each questin t the best f yur ability. Make sure yur respnse is legible, precise, includes relevant dimensinal

More information

PHYSICS 211 MIDTERM I 22 October 2003

PHYSICS 211 MIDTERM I 22 October 2003 PHYSICS MIDTERM I October 3 Exm i cloed book, cloed note. Ue onl our formul heet. Write ll work nd nwer in exm booklet. The bck of pge will not be grded unle ou o requet on the front of the pge. Show ll

More information

Functions. EXPLORE \g the Inverse of ao Exponential Function

Functions. EXPLORE \g the Inverse of ao Exponential Function ifeg Seepe3 Functins Essential questin: What are the characteristics f lgarithmic functins? Recall that if/(x) is a ne-t-ne functin, then the graphs f/(x) and its inverse,/'~\x}, are reflectins f each

More information

Part a: Writing the nodal equations and solving for v o gives the magnitude and phase response: tan ( 0.25 )

Part a: Writing the nodal equations and solving for v o gives the magnitude and phase response: tan ( 0.25 ) + - Hmewrk 0 Slutin ) In the circuit belw: a. Find the magnitude and phase respnse. b. What kind f filter is it? c. At what frequency is the respnse 0.707 if the generatr has a ltage f? d. What is the

More information

Session #22: Homework Solutions

Session #22: Homework Solutions Sessin #22: Hmewrk Slutins Prblem #1 (a) In the cntext f amrphus inrganic cmpunds, name tw netwrk frmers, tw netwrk mdifiers, and ne intermediate. (b) Sketch the variatin f mlar vlume with temperature

More information

Lab 11 LRC Circuits, Damped Forced Harmonic Motion

Lab 11 LRC Circuits, Damped Forced Harmonic Motion Physics 6 ab ab 11 ircuits, Damped Frced Harmnic Mtin What Yu Need T Knw: The Physics OK this is basically a recap f what yu ve dne s far with circuits and circuits. Nw we get t put everything tgether

More information

Chemical Reaction Engineering

Chemical Reaction Engineering Lecture 20 hemcl Recton Engneerng (RE) s the feld tht studes the rtes nd mechnsms of chemcl rectons nd the desgn of the rectors n whch they tke plce. Lst Lecture Energy Blnce Fundmentls F 0 E 0 F E Q W

More information

/ / Chemistry. Chapter 1 Chemical Foundations

/ / Chemistry. Chapter 1 Chemical Foundations Name Chapter 1 Chemical Fundatins Advanced Chemistry / / Metric Cnversins All measurements in chemistry are made using the metric system. In using the metric system yu must be able t cnvert between ne

More information

Chapter 4 Regular Grammar and Regular Sets. (Solutions / Hints)

Chapter 4 Regular Grammar and Regular Sets. (Solutions / Hints) C K Ngpl Forml Lnguges nd utomt Theory Chpter 4 Regulr Grmmr nd Regulr ets (olutions / Hints) ol. (),,,,,,,,,,,,,,,,,,,,,,,,,, (),, (c) c c, c c, c, c, c c, c, c, c, c, c, c, c c,c, c, c, c, c, c, c, c,

More information

YEAR 6 (PART A) Textbook 6A schema

YEAR 6 (PART A) Textbook 6A schema YEAR 6 (PART A) Textbk 6A schema Chapter 1 Numbers t 10 Millin Lessn 1 Reading and Writing Numbers t 10 Millin T create and identify numbers t 10 000 000; t write in numerals and wrds numbers t 10 000

More information

ECE 2100 Circuit Analysis

ECE 2100 Circuit Analysis ECE 2100 Circuit Analysis Lessn 25 Chapter 9 & App B: Passive circuit elements in the phasr representatin Daniel M. Litynski, Ph.D. http://hmepages.wmich.edu/~dlitynsk/ ECE 2100 Circuit Analysis Lessn

More information

Trigonometry, 8th ed; Lial, Hornsby, Schneider

Trigonometry, 8th ed; Lial, Hornsby, Schneider Trignmetry, 8th ed; Lial, Hrnsby, Schneider Trignmetry Final Exam Review: Chapters 7, 8, 9 Nte: A prtin f Exam will cver Chapters 1 6, s be sure yu rewrk prblems frm the first and secnd exams and frm the

More information

ELE Final Exam - Dec. 2018

ELE Final Exam - Dec. 2018 ELE 509 Final Exam Dec 2018 1 Cnsider tw Gaussian randm sequences X[n] and Y[n] Assume that they are independent f each ther with means and autcvariances μ ' 3 μ * 4 C ' [m] 1 2 1 3 and C * [m] 3 1 10

More information

Algebra2/Trig Chapter 12 Packet

Algebra2/Trig Chapter 12 Packet Algebra/Trig Chapter 1 Packet In this unit, students will be able t: Learn and apply the sum and difference identities Learn and apply the duble-angle identities Learn and apply the ½-angle identities

More information

ECE 2100 Circuit Analysis

ECE 2100 Circuit Analysis ECE 00 Circuit Analysis Lessn 6 Chapter 4 Sec 4., 4.5, 4.7 Series LC Circuit C Lw Pass Filter Daniel M. Litynski, Ph.D. http://hmepages.wmich.edu/~dlitynsk/ ECE 00 Circuit Analysis Lessn 5 Chapter 9 &

More information

Math 105: Review for Exam I - Solutions

Math 105: Review for Exam I - Solutions 1. Let f(x) = 3 + x + 5. Math 105: Review fr Exam I - Slutins (a) What is the natural dmain f f? [ 5, ), which means all reals greater than r equal t 5 (b) What is the range f f? [3, ), which means all

More information

JDEP 384H: Numerical Methods in Business

JDEP 384H: Numerical Methods in Business BT 3.4: Solving Nonliner Systems Chpter 4: Numericl Integrtion: Deterministic nd Monte Crlo Methods Instructor: Thoms Shores Deprtment of Mthemtics Lecture 20, Februry 29, 2007 110 Kufmnn Center Instructor:

More information

ES201 - Examination 2 Winter Adams and Richards NAME BOX NUMBER

ES201 - Examination 2 Winter Adams and Richards NAME BOX NUMBER ES201 - Examinatin 2 Winter 2003-2004 Adams and Richards NAME BOX NUMBER Please Circle One : Richards (Perid 4) ES201-01 Adams (Perid 4) ES201-02 Adams (Perid 6) ES201-03 Prblem 1 ( 12 ) Prblem 2 ( 24

More information

Find this material useful? You can help our team to keep this site up and bring you even more content consider donating via the link on our site.

Find this material useful? You can help our team to keep this site up and bring you even more content consider donating via the link on our site. Find this material useful? Yu can help ur team t keep this site up and bring yu even mre cntent cnsider dnating via the link n ur site. Still having truble understanding the material? Check ut ur Tutring

More information

Neural Network Based Inverse Kinematics Solution for 6-R Robot Using Levenberg-Marquardt Algorithm

Neural Network Based Inverse Kinematics Solution for 6-R Robot Using Levenberg-Marquardt Algorithm Neurl Netwrk Bsed Inverse Kinemtics Slutin fr 6-R Rbt Using Levenberg-Mrqurdt Algrithm Prshnt Bdni Mechnicl Engineering Deprtment, Grphic Er Universit, Dehrdun - 2482, Indi Abstrct: The trditinl pprches

More information

Math 270A: Numerical Linear Algebra

Math 270A: Numerical Linear Algebra Mth 70A: Numericl Liner Algebr Instructor: Michel Holst Fll Qurter 014 Homework Assignment #3 Due Give to TA t lest few dys before finl if you wnt feedbck. Exercise 3.1. (The Bsic Liner Method for Liner

More information

5 Accumulated Change: The Definite Integral

5 Accumulated Change: The Definite Integral 5 Accumulted Chnge: The Definite Integrl 5.1 Distnce nd Accumulted Chnge * How To Mesure Distnce Trveled nd Visulize Distnce on the Velocity Grph Distnce = Velocity Time Exmple 1 Suppose tht you trvel

More information

TP 10:Importance Sampling-The Metropolis Algorithm-The Ising Model-The Jackknife Method

TP 10:Importance Sampling-The Metropolis Algorithm-The Ising Model-The Jackknife Method TP 0:Importnce Smpling-The Metropoli Algorithm-The Iing Model-The Jckknife Method June, 200 The Cnonicl Enemble We conider phyicl ytem which re in therml contct with n environment. The environment i uully

More information

1 The Definite Integral As Area

1 The Definite Integral As Area 1 The Definite Integrl As Are * The Definite Integrl s n Are: When f () is Positive When f () is positive nd < b: Are under grph of f between nd b = f ()d. Emple 1 Find the re under the grph of y = 3 +

More information

Chapter 5: Diffusion (2)

Chapter 5: Diffusion (2) Chapter 5: Diffusin () ISSUES TO ADDRESS... Nn-steady state diffusin and Fick s nd Law Hw des diffusin depend n structure? Chapter 5-1 Class Eercise (1) Put a sugar cube inside a cup f pure water, rughly

More information

Artificial Intelligence Markov Decision Problems

Artificial Intelligence Markov Decision Problems rtificil Intelligence Mrkov eciion Problem ilon - briefly mentioned in hpter Ruell nd orvig - hpter 7 Mrkov eciion Problem; pge of Mrkov eciion Problem; pge of exmple: probbilitic blockworld ction outcome

More information

CHEM 103 Calorimetry and Hess s Law

CHEM 103 Calorimetry and Hess s Law CHEM 103 Calrimetry and Hess s Law Lecture Ntes March 23, 2006 Prf. Sevian Annuncements Exam #2 is next Thursday, March 30 Study guide, practice exam, and practice exam answer key are already psted n the

More information

Edexcel IGCSE Chemistry. Topic 1: Principles of chemistry. Chemical formulae, equations and calculations. Notes.

Edexcel IGCSE Chemistry. Topic 1: Principles of chemistry. Chemical formulae, equations and calculations. Notes. Edexcel IGCSE Chemistry Tpic 1: Principles f chemistry Chemical frmulae, equatins and calculatins Ntes 1.25 write wrd equatins and balanced chemical equatins (including state symbls): fr reactins studied

More information

***SECTION 12.1*** Tests about a Population Mean

***SECTION 12.1*** Tests about a Population Mean ***SECTION 12.1*** Tests but Ppultin Men CHAPTER 12 ~ Significnce Tests in Prctice We begin by drpping the ssumptin tht we knw the ppultin stndrd devitin when testing clims but ppultin men. As with cnfidence

More information

MATH SS124 Sec 39 Concepts summary with examples

MATH SS124 Sec 39 Concepts summary with examples This note is mde for students in MTH124 Section 39 to review most(not ll) topics I think we covered in this semester, nd there s exmples fter these concepts, go over this note nd try to solve those exmples

More information

5.1 Properties of Inverse Trigonometric Functions.

5.1 Properties of Inverse Trigonometric Functions. Inverse Trignmetricl Functins The inverse f functin f( ) f ( ) f : A B eists if f is ne-ne nt ie, ijectin nd is given Cnsider the e functin with dmin R nd rnge [, ] Clerl this functin is nt ijectin nd

More information

Find this material useful? You can help our team to keep this site up and bring you even more content consider donating via the link on our site.

Find this material useful? You can help our team to keep this site up and bring you even more content consider donating via the link on our site. Find this material useful? Yu can help ur team t eep this site up and bring yu even mre cntent cnsider dnating via the lin n ur site. Still having truble understanding the material? Chec ut ur Tutring

More information

Chemistry 1A Fall 2000

Chemistry 1A Fall 2000 Chemistry 1A Fall 2000 Midterm Exam III, versin B Nvember 14, 2000 (Clsed bk, 90 minutes, 155 pints) Name: SID: Sectin Number: T.A. Name: Exam infrmatin, extra directins, and useful hints t maximize yur

More information

K The slowest step in a mechanism has this

K The slowest step in a mechanism has this CM 6 Generl Chemisry II Nme SLUTINS Exm, Spring 009 Dr. Seel. (0 pins) Selec he nswer frm he clumn n he righ h bes mches ech descripin frm he clumn n he lef. Ech nswer cn be used, ms, nly nce. E G This

More information

Hz transmission peak, is : F 100

Hz transmission peak, is : F 100 LASER PHYSICS I PH 481/581-VT (MIROV) Exam II (10/26/15) STUDENT NAME: Key STUDENT id #: --------------------------------------------------------------------------------------------------------------------------------------------

More information

PH2200 Practice Exam I Summer 2003

PH2200 Practice Exam I Summer 2003 PH00 Prctice Exm I Summer 003 INSTRUCTIONS. Write yur nme nd student identifictin number n the nswer sheet.. Plese cver yur nswer sheet t ll times. 3. This is clsed bk exm. Yu my use the PH00 frmul sheet

More information

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007

CS 477/677 Analysis of Algorithms Fall 2007 Dr. George Bebis Course Project Due Date: 11/29/2007 CS 477/677 Analysis f Algrithms Fall 2007 Dr. Gerge Bebis Curse Prject Due Date: 11/29/2007 Part1: Cmparisn f Srting Algrithms (70% f the prject grade) The bjective f the first part f the assignment is

More information

BIT Chapters = =

BIT Chapters = = BIT Chapters 17-0 1. K w = [H + ][OH ] = 9.5 10 14 [H + ] = [OH ] =.1 10 7 ph = 6.51 The slutin is neither acidic nr basic because the cncentratin f the hydrnium in equals the cncentratin f the hydride

More information

Physics 102. Final Examination. Spring Semester ( ) P M. Fundamental constants. n = 10P

Physics 102. Final Examination. Spring Semester ( ) P M. Fundamental constants. n = 10P ε µ0 N mp M G T Kuwit University hysics Deprtment hysics 0 Finl Exmintin Spring Semester (0-0) My, 0 Time: 5:00 M :00 M Nme.Student N Sectin N nstructrs: Drs. bdelkrim, frsheh, Dvis, Kkj, Ljk, Mrfi, ichler,

More information

Chapter 8. Root Locus Techniques

Chapter 8. Root Locus Techniques Chapter 8 Rt Lcu Technique Intrductin Sytem perfrmance and tability dt determined dby cled-lp l ple Typical cled-lp feedback cntrl ytem G Open-lp TF KG H Zer -, - Ple 0, -, -4 K 4 Lcatin f ple eaily fund

More information

HOMEWORK SOLUTIONS MATH 1910 Sections 7.9, 8.1 Fall 2016

HOMEWORK SOLUTIONS MATH 1910 Sections 7.9, 8.1 Fall 2016 HOMEWORK SOLUTIONS MATH 9 Sections 7.9, 8. Fll 6 Problem 7.9.33 Show tht for ny constnts M,, nd, the function yt) = )) t ) M + tnh stisfies the logistic eqution: y SOLUTION. Let Then nd Finlly, y = y M

More information

Chem 111 Summer 2013 Key III Whelan

Chem 111 Summer 2013 Key III Whelan Chem 111 Summer 2013 Key III Whelan Questin 1 6 Pints Classify each f the fllwing mlecules as plar r nnplar? a) NO + : c) CH 2 Cl 2 : b) XeF 4 : Questin 2 The hypthetical mlecule PY 3 Z 2 has the general

More information

Mathematical Sciences Technical Reports (MSTR)

Mathematical Sciences Technical Reports (MSTR) Roe-Hulmn Intitute of Technology Roe-Hulmn Scholr Mthemticl Science Technicl Report (MSTR) Mthemtic 8-15-9 Flttening Cone Sen A. Broughton Roe-Hulmn Intitute of Technology, brought@roe-hulmn.edu Follow

More information

Now, given the derivative, can we find the function back? Can we antidifferenitate it?

Now, given the derivative, can we find the function back? Can we antidifferenitate it? Fundmentl Theorem of Clculus. Prt I Connection between integrtion nd differentition. Tody we will discuss reltionship between two mjor concepts of Clculus: integrtion nd differentition. We will show tht

More information

Flow and Temperature Control of a Tank System by Backstepping Method

Flow and Temperature Control of a Tank System by Backstepping Method Flw nd eperture Cntrl f nk Syste by ckstepping Methd JinÐHu She ky Engineering University, Hchiji, ky, Jpn, she@cc.teu.c.jp Hirshi Odji Advnced Fil echnlgy Inc., Musshin, ky, Jpn, PXW@niftyserve.r.jp Hirshi

More information

MATH 3795 Lecture 18. Numerical Solution of Ordinary Differential Equations.

MATH 3795 Lecture 18. Numerical Solution of Ordinary Differential Equations. MATH 3795 Lecture 18. Numericl Solution of Ordinry Differentil Equtions. Dmitriy Leykekhmn Fll 2008 Gols Introduce ordinry differentil equtions (ODEs) nd initil vlue problems (IVPs). Exmples of IVPs. Existence

More information

GUC (Dr. Hany Hammad) 9/19/2016

GUC (Dr. Hany Hammad) 9/19/2016 UC (Dr. Hny Hmmd) 9/9/6 ecture # ignl flw grph: Defitin. Rule f Reductin. Mn Rule. ignl-flw grph repreenttin f : ltge urce. ive gle-prt device. ignl Flw rph A ignl-flw grph i grphicl men f prtryg the reltinhip

More information

Examples: 1. How much heat is given off by a 50.0 g sample of copper when it cools from 80.0 to 50.0 C?

Examples: 1. How much heat is given off by a 50.0 g sample of copper when it cools from 80.0 to 50.0 C? NOTES: Thermchemistry Part 1 - Heat HEAT- TEMPERATURE - Thermchemistry: the study f energy (in the frm f heat) changes that accmpany physical & chemical changes heat flws frm high t lw (ht cl) endthermic

More information

Find this material useful? You can help our team to keep this site up and bring you even more content consider donating via the link on our site.

Find this material useful? You can help our team to keep this site up and bring you even more content consider donating via the link on our site. Find this material useful? Yu can help ur team t keep this site up and bring yu even mre cntent cnsider dnating via the link n ur site. Still having truble understanding the material? Check ut ur Tutring

More information

[COLLEGE ALGEBRA EXAM I REVIEW TOPICS] ( u s e t h i s t o m a k e s u r e y o u a r e r e a d y )

[COLLEGE ALGEBRA EXAM I REVIEW TOPICS] ( u s e t h i s t o m a k e s u r e y o u a r e r e a d y ) (Abut the final) [COLLEGE ALGEBRA EXAM I REVIEW TOPICS] ( u s e t h i s t m a k e s u r e y u a r e r e a d y ) The department writes the final exam s I dn't really knw what's n it and I can't very well

More information

AP * Calculus Review

AP * Calculus Review AP * Clculus Review The Fundmentl Theorems of Clculus Techer Pcket AP* is trdemrk of the College Entrnce Emintion Bord. The College Entrnce Emintion Bord ws not involved in the production of this mteril.

More information

Fall 2013 Physics 172 Recitation 3 Momentum and Springs

Fall 2013 Physics 172 Recitation 3 Momentum and Springs Fall 03 Physics 7 Recitatin 3 Mmentum and Springs Purpse: The purpse f this recitatin is t give yu experience wrking with mmentum and the mmentum update frmula. Readings: Chapter.3-.5 Learning Objectives:.3.

More information

Chapter 19. Electrochemistry. Dr. Al Saadi. Electrochemistry

Chapter 19. Electrochemistry. Dr. Al Saadi. Electrochemistry Chapter 19 lectrchemistry Part I Dr. Al Saadi 1 lectrchemistry What is electrchemistry? It is a branch f chemistry that studies chemical reactins called redx reactins which invlve electrn transfer. 19.1

More information

AP Statistics Notes Unit Two: The Normal Distributions

AP Statistics Notes Unit Two: The Normal Distributions AP Statistics Ntes Unit Tw: The Nrmal Distributins Syllabus Objectives: 1.5 The student will summarize distributins f data measuring the psitin using quartiles, percentiles, and standardized scres (z-scres).

More information

Find this material useful? You can help our team to keep this site up and bring you even more content consider donating via the link on our site.

Find this material useful? You can help our team to keep this site up and bring you even more content consider donating via the link on our site. Find this material useful? Yu can help ur team t keep this site up and bring yu even mre cntent cnsider dnating via the link n ur site. Still having truble understanding the material? Check ut ur Tutring

More information

ChE 471: LECTURE 4 Fall 2003

ChE 471: LECTURE 4 Fall 2003 ChE 47: LECTURE 4 Fall 003 IDEL RECTORS One f the key gals f chemical reactin engineering is t quantify the relatinship between prductin rate, reactr size, reactin kinetics and selected perating cnditins.

More information