MATH3200, Lecture 15: Linear Combinations. Bees, Chemical Reaction Systems, and Consistency

Size: px
Start display at page:

Download "MATH3200, Lecture 15: Linear Combinations. Bees, Chemical Reaction Systems, and Consistency"

Transcription

1 Lecture 15: Linear Combinations: Bees, Chemical Reaction Systems, and Consistency Winfried Just Department of Mathematics, Ohio University February 14, 2018

2 Linear combinations: The definition Definition A vector w is a linear combination of vectors v 1, v 2,..., v n if there exist scalars d 1, d 2,..., d n such that w = d 1 v 1 + d 2 v d n v n. The vectors in the above definition must all be of the same order to make addition meaningful, but they could be either row vectors (of order 1 m) or column vectors (of order m 1). Their common dimension m can be smaller than, equal to, or larger than n. The zero vector 0 of a given order is always a linear combination of any nonempty set of vectors { v 1, v 2,..., v n } of the same order, as we can choose the coefficients d j in the above definition to be all 0.

3 An example of linear combinations: A bee Assume a bee colony nests in a hollow tree. Let [0, 0, 0] denote the position of the hive. A foraging bee travels t 1 = 3 time units in the direction of vector v 1 = [2, 3, 0.5] and then t 2 = 2 time units in the direction of vector v 2 = [0, 2, 0.5] and discovers some tasty blossoms on another tree. We can express the position of these blossoms as the linear combination w = t 1 v 1 + t 2 v 2 = 3[2, 3, 0.5] + 2[0, 2, 0.5] = [6, 5, 0.5]. On the way back to the hive, our foraging bee discovers a better route to the blossoms, and upon return to the hive, she shares this info with her sisters by performing a wiggle dance.

4 Two sisters After the dance, sister Beezee of the foraging bee travels first t 3 time units in the direction of vector v 3 = [1, 1, 0.2] and then t 4 time units in the direction of vector v 4 = [2, 1, 0.3], while sister Buzzy travels first t 5 time units in the direction of vector v 5 = [3, 3, 0.2] and then t 6 time units in the direction of vector v 6 = [0, 1, 0.1]. Homework 38: (a) One of the two sisters didn t pay attention during the wiggle dance and never found the blossoms. Which one was it, and how can you tell? (b) How long did it take the other sister to arrive at the blossoms?

5 Another example: A chemical reaction network Assume a vat contains a mixture of chemical compounds (or, more generally, species) A, B, C, D. Chemists know that the following reactions could in principle occur: A + 2B 2C A + 2C 2D A + B D B + D 2C Homework 39: If the compounds in this system were oxygen O 2, carbon monoxide CO, carbon dioxide CO 2 and carbon C, how would these match to the letter symbols A, B, C, D above? Which directions of the above reactions would be ergetically implausible under normal conditions? We will from now on just work with letters A, B, C, D that could represent various chemical species and assume that each reaction could proceed in either direction.

6 Hint for Homework 39 If the chemical species in this system are oxygen O 2, carbon monoxide CO, carbon dioxide CO 2 and carbon C, the only possible reactions are O 2 + C CO 2 O 2 + 2C 2CO O 2 + 2CO 2CO 2 C + CO 2 2CO

7 Acknowledgement This example is loosely adapted from Gerhard Just et al. (1988) Mathematik für Chemiker. (Mathematics for Chemists.) 3rd edition. VEB Deutscher Verlag für Grundstoffindustrie. It was developed by our family business in discussions with the first author of this book.

8 A chemical reaction network, continued Chemists know that the following reactions could in principle occur: A + 2B 2C A + 2C 2D A + B D B + D 2C However, they do not know which of these reactions actually occur and want to figure it out by observing how the the concentrations change over time. The initial concentrations (in moles per volume of the vat) will be denoted by [A] 0, [B] 0, [C] 0, [D] 0. Now suppose concentrations are measured again after one hour and denoted by [A] 1, [B] 1, [C] 1, [D] 1. Let w = [[A] 1 [A] 0, [B] 1 [B] 0, [C] 1 [C] 0, [D] 1 [D] 0 ]. The vector w represents the net change in concentrations. If some coordinate [X ] 1 [X ] 0 is positive, then a net production of compound X was observed, if some coordinate [X ] 1 [X ] 0 is negative, then a net consumption of compound X was observed.

9 Which reactions do occur? A + 2B 2C A + 2C 2D A + B D B + D 2C Chemists know that only the above reactions could occur, but suspect that not all of them in fact do. (When) can one deduce, based exclusively on observing the vector w of net change of concentrations, that at least one, at least two, or at least three of these reactions do occur? (When) can we further narrow down the possibilities based on energetic constraints that rule out one direction for each of the four reactions?

10 Vectors for each reaction 1 A + 2B 2C 2 A + 2C 2D 3 A + B D 4 B + D 2C Consider the vector v 1 = [ 1, 2, 2, 0]. This vector represents the net change in concentrations if only the first reaction occurs and consumes one mole of the first reactant, which is compound (or species) A in this case. Homework 40: (a) Find analogues v 2, v 3, v 4 of the vector v 1 for reactions 2, 3, and 4. (b) How is the vector w = [[A] 1 [A] 0, [B] 1 [B] 0, [C] 1 [C] 0, [D] 1 [D] 0 ] related to the vectors v 1, v 2, v 3, v 4?

11 Systems of linear equations as linear combinations Consider a system of linear equations a 11 x 1 + a 12 x a 1n x n = b 1... a m1 x 1 + a m2 x a mn x n = b m Let a 1,..., a n be the column vectors of the coefficient matrix A, and let b be the column vector that represents the right-hand side: a 1 = a 11. a m1 a 2 = a 12. a m2... a n = Then the above system can be written as x 1 a 1 + x 2 a x n a n = b. a 1n. a mn b 1 b =. b m

12 Systems of linear equations as linear combinations Consider a system of linear equations 6x 1 x 2 + x 3 = 5 x 2 7x 3 = 0 x 1 + 2x 2 3x 3 = 9 Homework 41: Find vectors a 1,..., a n such that the above system can be written in the form x 1 a 1 + x 2 a x n a n = b.

13 Consistency of systems and linear combinations a 11 x 1 + a 12 x a 1n x n = b 1... a m1 x 1 + a m2 x a mn x n = b m Let a 1,..., a n be the column vectors of the coefficient matrix A, and let b be the column vector that represents the right-hand side. By writing the system as x 1 a 1 + x 2 a x n a n = b we essentially get a one-line proof of the following result: Theorem In the notation introduced above, the system of linear equations is consistent if, and only if, the vector b is a linear combination of the vecors a 1, a 2,..., a n.

14 Solutions of systems and linear combinations a 11 x 1 + a 12 x a 1n x n = b 1... a m1 x 1 + a m2 x a mn x n = b m Let a 1,..., a n, b be as on the previous three slides. By writing the system as x 1 a 1 + x 2 a x n a n = b, we also see that solving the system is the same as finding all vectors of coefficients x 1, x 2,..., x n that work for the linear combination. Homework 42: Reread the story of Marilyn and Marvin and convince yourself that Marilyn had known this all along.

Lecture 19: Introduction to Linear Transformations

Lecture 19: Introduction to Linear Transformations Lecture 19: Introduction to Linear Transformations Winfried Just, Ohio University October 11, 217 Scope of this lecture Linear transformations are important and useful: A lot of applications of linear

More information

Describing Chemical Reactions

Describing Chemical Reactions Describing Chemical Reactions This section explains how to show chemical reactions with symbols. It also states the principle of conservation of mass, and identifies three categories of chemical reactions.

More information

MATH3200, Lecture 31: Applications of Eigenvectors. Markov Chains and Chemical Reaction Systems

MATH3200, Lecture 31: Applications of Eigenvectors. Markov Chains and Chemical Reaction Systems Lecture 31: Some Applications of Eigenvectors: Markov Chains and Chemical Reaction Systems Winfried Just Department of Mathematics, Ohio University April 9 11, 2018 Review: Eigenvectors and left eigenvectors

More information

MATH3200: Marvin and Marilyn Go on a Diet

MATH3200: Marvin and Marilyn Go on a Diet Marvin and Marilyn Go on a Diet Winfried Just, Ohio University February 8, 2016 A health-conscious couple Marilyn and Marvin decide to go on Dr. Losit s new scientifically proven diet. According to this

More information

Lecture 18: The Rank of a Matrix and Consistency of Linear Systems

Lecture 18: The Rank of a Matrix and Consistency of Linear Systems Lecture 18: The Rank of a Matrix and Consistency of Linear Systems Winfried Just Department of Mathematics, Ohio University February 28, 218 Review: The linear span Definition Let { v 1, v 2,..., v n }

More information

Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination

Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination Lecture 12: Solving Systems of Linear Equations by Gaussian Elimination Winfried Just, Ohio University September 22, 2017 Review: The coefficient matrix Consider a system of m linear equations in n variables.

More information

Lecture 9: Submatrices and Some Special Matrices

Lecture 9: Submatrices and Some Special Matrices Lecture 9: Submatrices and Some Special Matrices Winfried Just Department of Mathematics, Ohio University February 2, 2018 Submatrices A submatrix B of a given matrix A is any matrix that can be obtained

More information

6.1. Expressing and Measuring Reaction Rates. Expressing Reaction Rates

6.1. Expressing and Measuring Reaction Rates. Expressing Reaction Rates Expressing and Measuring Reaction Rates 6.1 As you learned in the Unit 3 opener, nitroglycerin is an explosive that was used to clear the way for railroads across North America. It decomposes instantly.

More information

Chemistry 12 Review Sheet on Unit 1 -Reaction Kinetics

Chemistry 12 Review Sheet on Unit 1 -Reaction Kinetics Chemistry 12 Review Sheet on Unit 1 -Reaction Kinetics 1. Looking at the expressions for reaction rate on page 1 SW, write similar expressions with which you could express rates for the following reactions.

More information

The Mole. Relative Atomic Mass Ar

The Mole. Relative Atomic Mass Ar STOICHIOMETRY The Mole Relative Atomic Mass Ar Relative Molecular Mass Mr Defined as mass of one atom of the element when compared with 1/12 of an atom of carbon-12 Some Ar values are not whole numbers

More information

Introductory Chemistry: A Foundation, 6 th Ed. Introductory Chemistry, 6 th Ed. Basic Chemistry, 6 th Ed.

Introductory Chemistry: A Foundation, 6 th Ed. Introductory Chemistry, 6 th Ed. Basic Chemistry, 6 th Ed. Introductory Chemistry: A Foundation, 6 th Ed. Introductory Chemistry, 6 th Ed. Basic Chemistry, 6 th Ed. by Steven S. Zumdahl & Donald J. DeCoste University of Illinois Chapter 9 Chemical Quantities Information

More information

Module 2: Solutions The Science of Mixing : Have you ever been in a wrong mix?

Module 2: Solutions The Science of Mixing : Have you ever been in a wrong mix? PART 1 Name: All matter around us exists in a mixed state. Chemists look at the atomic level and try to explain why certain matters mix homogeneously (uniformly) and certain types of matters (or compounds)

More information

PES 1120: Homework assignment 1 [24 points] Part 1: fully graded questions [18 points]

PES 1120: Homework assignment 1 [24 points] Part 1: fully graded questions [18 points] PES 1120: Homework assignment 1 [24 points] Handed out: Friday January 31 Due in: Friday February 7, at the start of class Show all working and reasoning to receive full points. Part 1: fully graded questions

More information

Elimination Method Streamlined

Elimination Method Streamlined Elimination Method Streamlined There is a more streamlined version of elimination method where we do not have to write all of the steps in such an elaborate way. We use matrices. The system of n equations

More information

Washington University in St. Louis Chemistry Tournament Sample Problems for Individual Round #3: Kinetics, Electrochemistry, and Thermodynamics

Washington University in St. Louis Chemistry Tournament Sample Problems for Individual Round #3: Kinetics, Electrochemistry, and Thermodynamics Individual Exam #3: Kinetics, Electrochemistry, and Thermodynamics 1) A galvanic cell is to be constructed using the following half reactions under acidic conditions: ε 1.49 V ε 1.66 V Given that the potentials

More information

Unit VI Stoichiometry. Applying Mole Town to Reactions

Unit VI Stoichiometry. Applying Mole Town to Reactions Unit VI Stoichiometry Applying Mole Town to Reactions Learning Goals I can apply mole town to reactions to determine the amount of product based on the amount of a reactant. I can apply mole town to reaction

More information

Today s Objectives. describe how these changes affect the equilibrium constant, K c. Section 15.2 (pp )

Today s Objectives. describe how these changes affect the equilibrium constant, K c. Section 15.2 (pp ) 1 Today s Objectives Qualitatively predict the following using Le Chatelier s principle: shifts in equilibrium caused by changes in temperature, pressure, volume, concentration, or the addition of a catalyst

More information

Law of conservation of mass If a piece of magnesium is burnt, will there be a gain or a loss in mass? Why?

Law of conservation of mass If a piece of magnesium is burnt, will there be a gain or a loss in mass? Why? 1 Atomic Theory Law of conservation of mass If a piece of magnesium is burnt, will there be a gain or a loss in mass? Why? Activity Measure the mass of 500 cm 3 of your favorite drink. Then compare your

More information

The reactions we have dealt with so far in chemistry are considered irreversible.

The reactions we have dealt with so far in chemistry are considered irreversible. 1. Equilibrium Students: model static and dynamic equilibrium and analyse the differences between open and closed systems investigate the relationship between collision theory and reaction rate in order

More information

Chemical Reactions: The Law of Conservation of Mass

Chemical Reactions: The Law of Conservation of Mass Chemical Reactions: The Law of Conservation of Mass What happens in a Chemical Reaction? Chemical bonds in the reactants are broken, then atoms are rearranged to form new substances (products). Reactants

More information

Lecture 4: Products of Matrices

Lecture 4: Products of Matrices Lecture 4: Products of Matrices Winfried Just, Ohio University January 22 24, 2018 Matrix multiplication has a few surprises up its sleeve Let A = [a ij ] m n, B = [b ij ] m n be two matrices. The sum

More information

Balancing Equations. Reactants: Zn + I 2 Product: Zn I 2

Balancing Equations. Reactants: Zn + I 2 Product: Zn I 2 Balancing Equations 1 Reactants: Zn + I 2 Product: Zn I 2 2 Chemical Equations Their Job: Depict the kind of reactants and products and their relative amounts in a reaction. 4 Al (s) + 3 O 2 (g) ---> 2

More information

11B, 11E Temperature and heat are related but not identical.

11B, 11E Temperature and heat are related but not identical. Thermochemistry Key Terms thermochemistry heat thermochemical equation calorimeter specific heat molar enthalpy of formation temperature enthalpy change enthalpy of combustion joule enthalpy of reaction

More information

Math 90 Lecture Notes Chapter 1

Math 90 Lecture Notes Chapter 1 Math 90 Lecture Notes Chapter 1 Section 1.1: Introduction to Algebra This textbook stresses Problem Solving! Solving problems is one of the main goals of mathematics. Think of mathematics as a language,

More information

Module 5: Combustion Technology. Lecture 32: Fundamentals of thermochemistry

Module 5: Combustion Technology. Lecture 32: Fundamentals of thermochemistry 1 P age Module 5: Combustion Technology Lecture 32: Fundamentals of thermochemistry 2 P age Keywords : Heat of formation, enthalpy change, stoichiometric coefficients, exothermic reaction. Thermochemistry

More information

Matter Is Made Up of Atoms CHAPTER

Matter Is Made Up of Atoms CHAPTER Reviewing Vocabulary Complete each statement 1 In science, a testable prediction to explain observations is known as a(n) The neutral particle found within an atom is the 3 The sum of the protons and neutrons

More information

The Question (Learning Goals)

The Question (Learning Goals) The Question (Learning Goals) What is the Law of Conservation of Mass (or atoms)? What is a balanced Chemical Reaction? How do we balance a chemical reaction?? (A Level) Review: Chemical Reactions Chemical

More information

Chemical Equilibrium Practice Problems #2

Chemical Equilibrium Practice Problems #2 Chemical Equilibrium Practice Problems #2 2-20-2015 1. A CPHS student does an equilibrium experiment with the general chemical equation and derives the 2 graphs below: A = B: a. When at equilibrium is

More information

Section 1 Chemical Changes

Section 1 Chemical Changes Chemical Reactions Chemical Reactions Section1 Chemical Reactions slides 3-20 Section 2 Chemical Equations slides 21-34 Section 3 Classifying Chemical Reactions slides 35-46 Sections 4 Chemical Reactions

More information

The Periodic Table. Helium atom. So Many Elements!

The Periodic Table. Helium atom. So Many Elements! The Periodic Table So Many Elements! All things are made of atoms. There are more than 100 kinds of atoms. Something can be made with just one kind of atom. That is called an element. Silver is an element.

More information

Equilibrium. Reversible Reactions. Chemical Equilibrium

Equilibrium. Reversible Reactions. Chemical Equilibrium Equilibrium Reversible Reactions Chemical Equilibrium Equilibrium Constant Reaction Quotient Le Chatelier s Principle Reversible Reactions In most chemical reactions, the chemical reaction can be reversed,

More information

Lesson 22: Theoretical Yield Actual Yield Percent Yield

Lesson 22: Theoretical Yield Actual Yield Percent Yield Lesson 22: Theoretical Yield Actual Yield Percent Yield Do Now (5pts) 3.20.8 Copy down info from CJ board. Answer questions in Box of Lesson 22 note packet. You have a test in one week it ll be multiple

More information

Chapter 2: Atoms and Molecules

Chapter 2: Atoms and Molecules SYMBOLS AND FORMULAS A unique symbol is used to represent each element. Formulas are used to represent compounds. Chapter 2: Atoms and Molecules ELEMENTAL SYMBOLS A symbol is assigned to each element.

More information

reaction stoichiometry

reaction stoichiometry 2.10.12 If you decomposed 4 moles of hydrogen peroxide, how many moles of oxygen gas would you produce if you used manganese (IV) oxide as a catalyst? HW page 301 1-3, and page 311 1-4 TYGAGT Use mole

More information

C2.6 Quantitative Chemistry Foundation

C2.6 Quantitative Chemistry Foundation C2.6 Quantitative Chemistry Foundation 1. Relative masses Use the periodic table to find the relative masses of the elements below. (Hint: The top number in each element box) Hydrogen Carbon Nitrogen Oxygen

More information

Equilibrium and Concentration

Equilibrium and Concentration Equilibrium and Concentration Answer Key Vocabulary: chemical equilibrium, concentration, equilibrium, equilibrium constant, reaction quotient, reversible reaction Prior Knowledge Questions (Do these BEFORE

More information

Composition stoichiometry the relative ratios of different elements within one particular compound or molecule

Composition stoichiometry the relative ratios of different elements within one particular compound or molecule Chapter 2: Composition stoichiometry the relative ratios of different elements within one particular compound or molecule : Reaction stoichiometry the relative ratios between different substances as they

More information

Solving and Graphing Inequalities Joined by And or Or

Solving and Graphing Inequalities Joined by And or Or Solving and Graphing Inequalities Joined by And or Or Classwork 1. Zara solved the inequality 18 < 3x 9 as shown below. Was she correct? 18 < 3x 9 27 < 3x 9 < x or x> 9 2. Consider the compound inequality

More information

Solutions to the Extra Problems for Chapter 8

Solutions to the Extra Problems for Chapter 8 Solutions to the Extra Problems for Chapter 8. The answer is 83.4%. To figure out percent yield, you first have to determine what stoichiometry says should be made: Mass of MgCl 4.3 amu + 35.45 amu 95.

More information

Lesson 1.2 Classifying Matter

Lesson 1.2 Classifying Matter Lesson 1.2 Classifying Matter Vocabulary element atom chemical bond mixture molecule compound chemical formula What is Matter Made Of? What is matter? Why is one kind of matter different from another kind

More information

Describing Chemical Reactions

Describing Chemical Reactions Name Date Class Chemical Reactions Guided Reading and Study Describing Chemical Reactions This section explains how to show chemical reactions with symbols. It also states the principle of conservation

More information

Atoms, Molecules, and Ions

Atoms, Molecules, and Ions Chapter 2 Atoms, Molecules, and Ions Concept Check 2.1 Like Dalton, chemists continue to model atoms using spheres. Modern models are usually drawn with a computer and use different colors to represent

More information

Chapter 5. Chemistry for Changing Times, Chemical Accounting. Lecture Outlines. John Singer, Jackson Community College. Thirteenth Edition

Chapter 5. Chemistry for Changing Times, Chemical Accounting. Lecture Outlines. John Singer, Jackson Community College. Thirteenth Edition Chemistry for Changing Times, Thirteenth Edition Lecture Outlines Chemical Accounting John Singer, Jackson Community College Chemical Sentences: Equations Chemical equations represent the sentences in

More information

Investigating Chemical Reactions 1

Investigating Chemical Reactions 1 Investigating Chemical Reactions Name Section (CRN) Problem Statement: How are masses of reactants and products related in a chemical reaction? I. Preliminary Information A. Using your textbook or an online

More information

Stoichiometry: Baking Soda and Vinegar Reactions Teacher Version

Stoichiometry: Baking Soda and Vinegar Reactions Teacher Version Stoichiometry: Baking Soda and Vinegar Reactions Teacher Version In this lab, students will examine the chemical reaction between baking soda and vinegar, and mix different amounts of these household chemicals

More information

CHEMICAL EQUATIONS. REACTION CONDITIONS - give conditions necessary for chemical reaction to occur. May be:

CHEMICAL EQUATIONS. REACTION CONDITIONS - give conditions necessary for chemical reaction to occur. May be: 112 CHEMICAL EQUATIONS REACTION CONDITIONS - give conditions necessary for chemical reaction to occur. May be: - apply heat - catalysts - substances that will help reaction proceed faster - other conditions,

More information

Atomic Masses and Molecular Formulas *

Atomic Masses and Molecular Formulas * OpenStax-CNX module: m44278 1 Atomic Masses and Molecular Formulas * John S. Hutchinson This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 1 Introduction

More information

CHEMISTRY 101 DETAILED WEEKLY TEXTBOOK HOMEWORK & READING SCHEDULE*

CHEMISTRY 101 DETAILED WEEKLY TEXTBOOK HOMEWORK & READING SCHEDULE* CHEMISTRY 101 COURSE POLICIES 15 CHEMISTRY 101 DETAILED WEEKLY TEXTBOOK HOMEWORK & READING SCHEDULE* *Refer to textbook homework assignment and pre-lecture assignment for corresponding chapters to read.

More information

The table shows three possible reversible reactions that he could use. The enthalpy changes are also shown. O(g) CO 2. (g) + 4H 2.

The table shows three possible reversible reactions that he could use. The enthalpy changes are also shown. O(g) CO 2. (g) + 4H 2. 1 A manufacturer investigates some reactions that produce hydrogen. The table shows three possible reversible reactions that he could use. The enthalpy changes are also shown. Reaction Equation H in kj/mol

More information

THE CHEMICAL REACTION EQUATION AND STOICHIOMETRY

THE CHEMICAL REACTION EQUATION AND STOICHIOMETRY 9.1 Stoichiometry Stoichiometry provides a quantitative means of relating the amount of products produced by chemical reaction(s) to the amount of reactants. You should take the following steps in solving

More information

Chemistry 30: Reaction Kinetics. Practice Problems

Chemistry 30: Reaction Kinetics. Practice Problems Name: Period: Chemistry 30: Reaction Kinetics Practice Problems Date: Measuring Reaction Rates 1. A chemist wishes to determine the rate of reaction of zinc with hydrochloric acid. The equation for the

More information

4-2: Organizing the Elements. 8 th Grade Physical Sciences

4-2: Organizing the Elements. 8 th Grade Physical Sciences 8 th Grade Physical Sciences Mendeleev s Periodic Table By 1869, a total of 63 elements had been discovered a few gases, 2 liquids, but most solids. Mendeleev s Periodic Table At this time, a Russian scientist

More information

CHEMICAL EQUILIBRIUM. I. Multiple Choice 15 marks. 1. Reactions that can proceed in both the forward and reverse directions are said to be:

CHEMICAL EQUILIBRIUM. I. Multiple Choice 15 marks. 1. Reactions that can proceed in both the forward and reverse directions are said to be: Name: Unit Test CHEMICAL EQUILIBRIUM Date: _ 50 marks total I. Multiple Choice 15 marks 1. Reactions that can proceed in both the forward and reverse directions are said to be: A. complete B. reversible

More information

Solving Stoichiometry Problems

Solving Stoichiometry Problems Open the TI-Nspire document Solving_Stoichiometry_Problems.tns In this lesson you will use simulations of three combustion reactions to develop skills necessary to solve stoichiometric problems. Move to

More information

4.3.1 Chemical measurements, conservation of mass and the quantitative interpretation of chemical equations

4.3.1 Chemical measurements, conservation of mass and the quantitative interpretation of chemical equations 4.3 Quantitative chemistry Chemists use quantitative analysis to determine the formulae of compounds and the equations for reactions. Given this information, analysts can then use quantitative methods

More information

Exam 4 and Final Exam Review

Exam 4 and Final Exam Review Exam 4 and Final Exam Review General Chemistry I Material Exam 4: Wednesday, Dec 12 th 5:30 6:30 PM Bolton 150 Chapters 1-19 44 multiple choice questions Final Exam: Wednesday, Dec 19 th 3:00-5:00 PM Bolton

More information

Chapter 3. Stoichiometry: Calculations with Chemical Formulas and Equations

Chapter 3. Stoichiometry: Calculations with Chemical Formulas and Equations Chapter 3 Stoichiometry: Calculations with Chemical Formulas and Equations Matter Matter is anything that has mass and takes up space 2 Composition of Matter Atom number of protons = atomic number (Z)

More information

C2.6 Quantitative Chemistry Foundation

C2.6 Quantitative Chemistry Foundation C2.6 Quantitative Chemistry Foundation 1. Relative masses Use the periodic table to find the relative masses of the elements below. (Hint: The top number in each element box) Hydrogen Carbon Nitrogen Oxygen

More information

Learning Objectives for Chemistry 173

Learning Objectives for Chemistry 173 Learning Objectives for Chemistry 173 Glenbrook North High School Academic Year, 2017-2018 This outline provides a comprehensive list of the topics and concepts you will learn in this course. For each

More information

MOLE CONCEPT AND STOICHIOMETRY

MOLE CONCEPT AND STOICHIOMETRY MOLE CONCEPT AND STOICHIOMETRY Dear Reader You have studied about the term 'mole' in your previous class. It is defined as the amount of a substance containing as many constituting particles (atoms, molecules

More information

Chapter 3. Stoichiometry

Chapter 3. Stoichiometry Chapter 3 Stoichiometry Chapter 3 Chemical Stoichiometry Stoichiometry The study of quantities of materials consumed and produced in chemical reactions. Since atoms are so small, we must use the average

More information

Chapter 3 : Stoichiometry

Chapter 3 : Stoichiometry Chapter : Stoichiometry 14 KMnO 4 + 4 C H 5 (OH) --> 7 K CO + 7 Mn O + 5 CO + 16 H O + HEAT Chemical changes : Why they occur? How fast? => Need to know chemical stoicheometry Stoichiometry - The study

More information

Directed Reading A. Section: Arranging the Elements DISCOVERING A PATTERN. Skills Worksheet

Directed Reading A. Section: Arranging the Elements DISCOVERING A PATTERN. Skills Worksheet Skills Worksheet Directed Reading A Section: Arranging the Elements DISCOVERING A PATTERN Write the letter of the correct answer in the space provided. 1. How did Dmitri Mendeleev, the Russian chemist,

More information

Chem Discussion #5 Chapter 5 Your name: TF s name: Discussion Day/Time:

Chem Discussion #5 Chapter 5 Your name: TF s name: Discussion Day/Time: Chem 101 2017 Discussion #5 Chapter 5 Your name: TF s name: Discussion Day/Time: Things you should know when you leave Discussion today: 1. Molar calculations 2. Dimensional analysis. 3. Unit Conversions

More information

REACTION RATES AND EQUILIBRIUM

REACTION RATES AND EQUILIBRIUM Name Date Class 18 REACTION RATES AND EQUILIBRIUM SECTION 18.1 RATES OF REACTION (pages 541 547) This section explains what is meant by the rate of a chemical reaction. It also uses collision theory to

More information

1 A burning splint will burn more vigorously in pure oxygen than in air because

1 A burning splint will burn more vigorously in pure oxygen than in air because Slide 1 / 38 1 burning splint will burn more vigorously in pure oxygen than in air because oxygen is a reactant in combustion and concentration of oxygen is higher in pure oxygen than is in air. oxygen

More information

Practical 5 SOCIAL BEHAVIOUR OF HONEY BEES

Practical 5 SOCIAL BEHAVIOUR OF HONEY BEES Practical 5 SOCIAL BEHAVIOUR OF HONEY BEES Aim: To understand communication system of a honey bee colony. Introduction Among different insect orders, only 8 have been recognized by insect taxonomists which

More information

The Chemistry of Life Chapter 2. Prof. J. Dodd

The Chemistry of Life Chapter 2. Prof. J. Dodd The Chemistry of Life Chapter 2 Prof. J. Dodd Why should we study chemistry in C, H, O, N Atoms are composed of 3 main particles: (subatomic particles) Protons (+) Neutrons Electrons (-) Protons and Neutrons

More information

Topic 2.1 ENERGETICS. Measuring and Calculating Enthalpy Changes Mean Bond Dissociation Enthalpies Hess Law

Topic 2.1 ENERGETICS. Measuring and Calculating Enthalpy Changes Mean Bond Dissociation Enthalpies Hess Law Topic 2.1 ENERGETICS Measuring and Calculating Enthalpy Changes Mean Bond Dissociation Enthalpies ess Law 1. Exothermic and endothermic reactions ENTALPY CANGES When a chemical reaction takes place, the

More information

CHEMISTRY. Chapter 6 Oxidation Reduction Reactions. The Molecular Nature of Matter. Jespersen Brady Hyslop SIXTH EDITION

CHEMISTRY. Chapter 6 Oxidation Reduction Reactions. The Molecular Nature of Matter. Jespersen Brady Hyslop SIXTH EDITION CHEMISTRY The Molecular Nature of Matter SIXTH EDITION Jespersen Brady Hyslop Chapter 6 Oxidation Reduction Reactions Copyright 2012 by John Wiley & Sons, Inc. Hierarchy of Rules for Assigning Oxidation

More information

The. Equilibrium. Constant. Chapter 15 Chemical Equilibrium. The Concept of Equilibrium. The Concept of Equilibrium. A System at Equilibrium

The. Equilibrium. Constant. Chapter 15 Chemical Equilibrium. The Concept of Equilibrium. The Concept of Equilibrium. A System at Equilibrium The Concept of Chapter 15 Chemical AP Chemistry 12 North Nova Education Centre 2017 Chemical equilibrium occurs when a reaction and its reverse reaction proceed at the same rate. The Concept of As a system

More information

Chemical Reactions Chapter 2 L book pages L44 - L73. examples?

Chemical Reactions Chapter 2 L book pages L44 - L73. examples? Name: Period: Chemical Reactions Chapter 2 L book pages L44 - L73 Vocabulary Word What is this? (definition) What are some examples? What does it look like? (draw a picture or diagram) Physical property

More information

Lecture 11 - Stoichiometry. Lecture 11 - Introduction. Lecture 11 - The Mole. Lecture 11 - The Mole. Lecture 11 - The Mole

Lecture 11 - Stoichiometry. Lecture 11 - Introduction. Lecture 11 - The Mole. Lecture 11 - The Mole. Lecture 11 - The Mole Chem 103, Section F0F Unit IV - Stoichiometry of Formulas and Equations Lecture 11 The concept of a mole, which is a very large group of atoms or molecules Determining the formulas for a compound Stoichiometry

More information

Determination of Density 1

Determination of Density 1 Introduction Determination of Density 1 Authors: B. D. Lamp, D. L. McCurdy, V. M. Pultz and J. M. McCormick* Last Update: February 1, 2013 Not so long ago a statistical data analysis of any data set larger

More information

A few elements, including copper, silver, and gold, have been known for thousands of years.

A few elements, including copper, silver, and gold, have been known for thousands of years. CHEMISTRY & YOU Chapter The Periodic Organizing the Elements Classifying the Elements Periodic Trends How can you organize and classify elements? If you have ever played a card game, then you have probably

More information

FORMAL CHARGE AND OXIDATION NUMBER

FORMAL CHARGE AND OXIDATION NUMBER FORMAL CHARGE AND OXIDATION NUMBER Although the total number of valence electrons in a molecule is easily calculated, there is not aways a simple and unambiguous way of determining how many reside in a

More information

UNIT ONE BOOKLET 6. Thermodynamic

UNIT ONE BOOKLET 6. Thermodynamic DUNCANRIG SECONDARY ADVANCED HIGHER CHEMISTRY UNIT ONE BOOKLET 6 Thermodynamic Can we predict if a reaction will occur? What determines whether a reaction will be feasible or not? This is a question that

More information

Mole Ratios. How can the coefficients in a chemical equation be interpreted? (g) 2NH 3. (g) + 3H 2

Mole Ratios. How can the coefficients in a chemical equation be interpreted? (g) 2NH 3. (g) + 3H 2 Why? Mole Ratios How can the coefficients in a chemical equation be interpreted? A balanced chemical equation can tell us the number of reactant and product particles (ions, atoms, molecules or formula

More information

4.3 Quantitative chemistry

4.3 Quantitative chemistry 4.3 Quantitative chemistry Chemists use quantitative analysis to determine the formulae of compounds and the equations for reactions. Given this information, analysts can then use quantitative methods

More information

Thermodynamics (Classical) for Biological Systems Prof. G. K. Suraishkumar Department of Biotechnology Indian Institute of Technology Madras

Thermodynamics (Classical) for Biological Systems Prof. G. K. Suraishkumar Department of Biotechnology Indian Institute of Technology Madras Thermodynamics (Classical) for Biological Systems Prof. G. K. Suraishkumar Department of Biotechnology Indian Institute of Technology Madras Module No. # 04 Thermodynamics of Solutions Lecture No. # 25

More information

Chapter 3. Mass Relationships in Chemical Reactions

Chapter 3. Mass Relationships in Chemical Reactions Chapter 3 Mass Relationships in Chemical Reactions In this chapter, Chemical structure and formulas in studying the mass relationships of atoms and molecules. To explain the composition of compounds and

More information

Bee Behavior. Summary of an article by. Stephen Taber III from Beekeeping in the United States

Bee Behavior. Summary of an article by. Stephen Taber III from Beekeeping in the United States Bee Behavior Summary of an article by Stephen Taber III from Beekeeping in the United States Bees Sense Organs: Vision Each compound eye is spherical in shape and comprised of some 6,300 cone-shaped facets

More information

(b) Describe, and explain, what would happen to the position of the NO 2 /N 2 O 4 equilibrium if the following changes are made

(b) Describe, and explain, what would happen to the position of the NO 2 /N 2 O 4 equilibrium if the following changes are made 1. Nitrogen dioxide, NO 2, and dinitrogen tetroxide, N 2 O 4, take part in the following equilibrium. 2NO 2 (g) N 2 O 4 (g) ΔH = 58 kj mol 1 (a) State le Chatelier s principle. (b) Describe, and explain,

More information

Reaction Rate. Products form rapidly. Products form over a long period of time. Precipitation reaction or explosion

Reaction Rate. Products form rapidly. Products form over a long period of time. Precipitation reaction or explosion Reaction Rate Products form rapidly Precipitation reaction or explosion Products form over a long period of time Corrosion or decay of organic material Chemical Kinetics Study of the rate at which a reaction

More information

Stoichiometry Part 1

Stoichiometry Part 1 Stoichiometry Part 1 Formulae of simple compounds Formulae of simple compounds can be deduced from their ions/valencies but there are some that you should know off by heart. You will learn these and more

More information

Applications of Systems of Linear Equations

Applications of Systems of Linear Equations 5.2 Applications of Systems of Linear Equations 5.2 OBJECTIVE 1. Use a system of equations to solve an application We are now ready to apply our equation-solving skills to solving various applications

More information

PHY100S. PHY100S (K. Strong) - Lecture 15 - Slide 1.

PHY100S. PHY100S (K. Strong) - Lecture 15 - Slide 1. http://www.zamandayolculuk.com/cetinbal/timetravelscience.htm PHY100S Lecture 15 http://www.zamandayolculuk.com/cetinbal/htmldosya1/twinparadox-2.htm PHY100S (K. Strong) - Lecture 15 - Slide 1 Current

More information

A 2. =... = c c N. 's arise from the three types of elementary row operations. If rref A = I its determinant is 1, and A = c 1

A 2. =... = c c N. 's arise from the three types of elementary row operations. If rref A = I its determinant is 1, and A = c 1 Theorem: Let A n n Then A 1 exists if and only if det A 0 proof: We already know that A 1 exists if and only if the reduced row echelon form of A is the identity matrix Now, consider reducing A to its

More information

TECHNICAL SCIENCE DAS12703 ROZAINITA BT. ROSLEY PUSAT PENGAJIAN DIPLOMA UNVERSITI TUN HUSSEIN ONN MALAYSIA

TECHNICAL SCIENCE DAS12703 ROZAINITA BT. ROSLEY PUSAT PENGAJIAN DIPLOMA UNVERSITI TUN HUSSEIN ONN MALAYSIA TECHNICAL SCIENCE DAS12703 ROZAINITA BT. ROSLEY PUSAT PENGAJIAN DIPLOMA UNVERSITI TUN HUSSEIN ONN MALAYSIA ii TABLE OF CONTENTS TABLE OF CONTENTS... i LIST OF FIGURES... iii Chapter 1... 4 SOLUTIONS...

More information

Chapter 3. Stoichiometry: Calculations with Chemical Formulas and Equations

Chapter 3. Stoichiometry: Calculations with Chemical Formulas and Equations Chapter 3. Stoichiometry: Calculations with Chemical Formulas and Equations Lecture Outline 3.1 Chemical Equations The quantitative nature of chemical formulas and reactions is called stoichiometry. Lavoisier

More information

Chem Chapter 2.notebook October 17, 2012

Chem Chapter 2.notebook October 17, 2012 Unit 1: Stoichiometry 1 Chapter 2: The Mole Atomic number the number of protons in an atom or ion Mass number the sum of the protons and neutrons in an atom 2 Isotope atoms which have the same number of

More information

CHM 105 & 106 MO1 UNIT TWO, LECTURE THREE 1 IN OUR PREVIOUS LECTURE WE TALKED ABOUT USING CHEMICAL EQUATIONS TO SHOW THE

CHM 105 & 106 MO1 UNIT TWO, LECTURE THREE 1 IN OUR PREVIOUS LECTURE WE TALKED ABOUT USING CHEMICAL EQUATIONS TO SHOW THE CHM 105 & 106 MO1 UNIT TWO, LECTURE THREE 1 CHM 105/106 Program 10: Unit 2 Lecture 3 IN OUR PREVIOUS LECTURE WE TALKED ABOUT USING CHEMICAL EQUATIONS TO SHOW THE LAW OF MASS AND THE LAW OF CONSERVATION

More information

Sections A. Hess s Law Grade 12. Energetics. Instructions: Please complete questions: 1-9 for homework

Sections A. Hess s Law Grade 12. Energetics. Instructions: Please complete questions: 1-9 for homework Hess s Law Grade 2 Energetics Instructions: Please complete questions: - 9 for homework Sections A. The H Ө values for the formation of two oxides of nitrogen are given below. 2 N 2 (g) + O 2 (g) NO 2

More information

Careful observations led to the discovery of the conservation of mass.

Careful observations led to the discovery of the conservation of mass. Chapter 7, Section 2 Key Concept: The masses of reactants and products are equal. BEFORE, you learned Chemical reactions turn reactants into products by rearranging atoms Chemical reactions can be observed

More information

Position and Displacement

Position and Displacement Position and Displacement Ch. in your text book Objectives Students will be able to: ) Explain the difference between a scalar and a vector quantity ) Explain the difference between total distance traveled

More information

(i.e., equilibrium is established) leads to: K = k 1

(i.e., equilibrium is established) leads to: K = k 1 CHEMISTRY 104 Help Sheet #8 Chapter 12 Equilibrium Do the topics appropriate for your lecture http://www.chem.wisc.edu/areas/clc (Resource page) Prepared by Dr. Tony Jacob Nuggets: Equilibrium Constant

More information

Sequences A sequence is a function, where the domain is a set of consecutive positive integers beginning with 1.

Sequences A sequence is a function, where the domain is a set of consecutive positive integers beginning with 1. 1 CA-Fall 2011-Jordan College Algebra, 4 th edition, Beecher/Penna/Bittinger, Pearson/Addison Wesley, 2012 Chapter 8: Sequences, Series, and Combinatorics Section 8.1 Sequences and Series Sequences A sequence

More information

Lecture 39. Chapter 33 Nuclear Physics - Part II

Lecture 39. Chapter 33 Nuclear Physics - Part II Lecture 39 Chapter 33 Nuclear Physics - Part II 3-Dec-10 Mass # (# protons + #neutrons) Atomic # (# protons) 1 1H Naming of Isotopes A Z E Ordinary Hydrogen 4 2 He Helium-4 (alpha particle) Element Symbol

More information

Calculations with Chemical Formulas and Equations

Calculations with Chemical Formulas and Equations Calculations with Chemical Formulas and Equations Mass and Moles of a Substance Chemistry requires a method for determining the numbers of molecules in a given mass of a substance. This allows the chemist

More information

Lesmahagow High School AHChemistry Inorganic and Physical Chemistry Lesmahagow High School CfE Advanced Higher Chemistry

Lesmahagow High School AHChemistry Inorganic and Physical Chemistry Lesmahagow High School CfE Advanced Higher Chemistry Lesmahagow High School CfE Advanced Higher Chemistry Unit 1 Inorganic and Physical Chemistry Reaction Feasibility 1 Thermochemistry Thermochemistry is the study of energy changes in reactions. The First

More information