Exploring Excel spreadsheets in the teaching and learning of certain concepts of Statistical physics and Thermodynamics

Size: px
Start display at page:

Download "Exploring Excel spreadsheets in the teaching and learning of certain concepts of Statistical physics and Thermodynamics"

Transcription

1 Exploring Excel spreadsheets in the teaching and learning of certain concepts of Statistical physics and Thermodynamics Ionel Grigore 1,2, Cristina Miron 1, Emil-Stefan Barna 1 (1) Faculty of Physics, University of Bucharest, Romania (2) Nichita Stănescu National College, Ploieşti, Romania grigore_1965[at]yahoo.com, cmiron_2001[at]yahoo.com, barna_emil[at]yahoo.com Abstract This paper demonstrates the way in which Excel spreadsheets can be explored in the teaching and learning of certain concepts of Statistical physics and Thermodynamics. It describes two didactic tools built with the help of spreadsheets in order for students to understand the model of the ideal gas more easily. The first instrument assists in the analysis of the Maxwell-Boltzman distribution according to the model of the speeds for an ideal gas, emphasizing certain particular aspects. The second instrument assists in the analysis of the isothermal process of an ideal gas and demonstrates the calculus relation for the work using the graphic interpretation of these measures within the pressure-volume diagram. Through the combined integration of the two tools in Physics lessons, students can grasp concepts such as distribution according to speeds, isothermal transformation and work in Thermodynamics. Also, by numerically calculating the work with the help of the facilities offered by the spreadsheet, students take an important step forward towards the understanding of a key concept of mathematical analysis, i.e. the definite integral. Keywords: Maxwell-Boltzmann distribution, isothermal transformation, work in thermodynamics, Physics Education. 1 Introduction The teaching and learning of Thermodynamics and Statistical physics constitute a research subject in Physics education. The literature presents articles analyzing the difficulties met by students in the study of Thermodynamics and Statistical physics and suggesting various solutions for an efficient approach of this Physics domain. The investigation of students understanding of the first principle of thermodynamics has shown that they do not frequently manage to differentiate between the concepts of heat, temperature, work and internal energy. The authors suggest that the incorrect interpretation of simple microscopic models can affect the understanding capacity of the macroscopic phenomena (Loverude et al, 2002). In order to guide students in solving thermodynamics problems, there have been designed applications in the C # language for the study of simple transformations of the ideal gas and for the analysis of basic thermodynamic cycles. With the help of these tools, students can gain a better understanding of the principles underlying thermodynamics and the way in which these principles can be used in solving problems (Liu, 2011). In the solving of thermodynamics problems spreadsheets have been promoted as tools that can be developed by students instead of other specialized programs (Sandler, 1997). The utilization of Excel formulas together with the programming means Visual Basic for Application (VBA) has generated models of thermodynamic systems and has shown the effects of the change in the input parameters on the final results (Caretto et al, 2005). Also, it has been demonstrated how the set of Solver functions from the Excel spreadsheet can be used to calculate the thermal balance for different substances known by minimizing the Gibbs energy. The results have been compared with those obtained by using a program written in the Fortran language finding a satisfying

2 400 University of Bucharest and West University of Timisoara concordance (Lwin, 2000). The graphic facilities of spreadsheets have rendered the construction of the phase diagrams for the binary systems Al-Zn and Li-Mg (Tomasini, 2014) and demonstrated how various aspects related to the Fermi-Dirac distribution can be clarified (Sharma and Ahluwalia, 2012). In the context of the classroom utilization of spreadsheets, the paper describes two Excel didactic tools designed for the teaching and learning of certain concepts specific to Statistical physics and Thermodynamics. The former allows the graphic visualization of the Maxwell-Boltzmann distribution according to the module of the speed for an ideal gas. We have graphically highlighted the typical speeds of the gas such as the most probable speed, the mean speed and the root mean square speed, together with the corresponding values of the distribution. The distribution according to speeds can be analyzed comparatively for different gases at different temperatures. In particular, there is the possibility to visualize the overlapping of the distribution curves according to the speeds of the same gas for three different temperatures or for three different gases at the same temperature. The latter allows the analysis of the isothermal process for an ideal gas. We have represented the isothermal curve in pressure-volume coordinates highlighting the initial and final states of the process and calculating the work changed by the gas with the external environment. Moreover, this tool helps demonstrate the calculation relation of the work in the isothermal process using the geometrical interpretation of this measure in the pressure-volume diagram. Thus, we have a comparison between the value of the work calculated analytically with the value of the work calculated numerically using the trapezoidal rule in the evaluation of a definite integral. 2 Organization of spreadsheets The structure of the tools presented in this paper is similar to that of other tools described by the authors which explore the facilities of Excel spreadsheets in the process of teaching and learning of Physics (Grigore et al, 2014; Grigore et al 2015). The main spreadsheet of each tool comprises the sections Data input and Results, plus the area of the associated graph. For each measure of the two sections we state the unit of measurement. We shall further describe how the mode of employment and the characteristics of each tool. Figure 1 renders the main spreadsheet of the tool for the analysis of the Maxwell-Boltzmann distribution according to speeds. Figure 1. The main spreadsheet of the tool for the analysis of the Maxwell-Boltzmann distribution according to speeds

3 The 10 th International Conference on Virtual Learning ICVL The measures introduced in the Data input section are: the universal gas constant R in cell B5, the molar mass µ in cell B6 and the gas temperature T in cell B7. In the Results section we calculate the most probable speed v p in cell B10, the mean speed v m in cell B11, the root mean square speed v T in cell B12. In order to perform the calculations in Excel we have used the following cell names: in the main spreadsheet Constant_R for cell B5, Mass_Mol for cell B6, Temperature for cell B7 and in the sheet for intermediary calculations, Constant_K for the cell in which we calculate Boltzmann constant k, and Mass for the cell in which we calculate the mass of the gas molecule, m 0. To perform the calculations leading to the analytic and graphic results from the main spreadsheet we have used the relations known in the literature (Serway and Jewett, 2013). For example, the distribution function according to the module of the speed is given by: 2 3 / 2 m0v m0 2 2 f( v) = 4πv e [1] kt 2πkT The graph from figure 1 renders in a red line the curve of the distribution function according to the module of the speed. It also renders the typical speeds of the gas with the values corresponding to the distribution in the dotted line segments colored differently. Thus, the most probable speed is highlighted in blue, the mean speed in pink and the root mean square speed in brown. The source table of this graph was drawn through a procedure used by the authors in other papers as well (Grigore et al, 2015). Thus, in column A of the table we have generated an increasing series with a unit step with which we further generated in column B the values of the speed. To generate the values of the speeds we have used a speed quantum equal to the 100 th part of the most probable speed v p and the value interval of the speed was fixed between 0 and 4v p. With the start values in the 4 th row of the spreadsheet, we have transcribed relation [1] in Excel in cell C4 as follows: =(Mass/(2*PI()*Constant_K*Temperature))^(3/2)*4*PI()*B4^2*EXP(-(Mass*B4^2)/ (2*Constant_K*Temperature)). Propagating the Excel formula along column C, there have resulted the values of the distribution according to the module of the speed. The source table of the graph in figure 1 also contains supplementary rows and columns to graphically highlight the velocities v p, v m, v T. Figure 2. Secondary spreadsheet for the comparative analysis of the distribution according to speeds. Comparison between the distributions of speeds of the same gas at three different temperatures

4 402 University of Bucharest and West University of Timisoara Figure 2 presents the spreadsheet with the comparative analysis for the distribution according to speeds when we have the same gas at different temperatures. Considering oxygen as an example of gas, O 2, we have introduced in cells A7, B7 and C7 the molar mass µ 1 =µ 2 =µ 3 =µ=32 g. In cells A10, B10 and C10 we have introduced three different temperatures, namely, T 1 =100 K, T 2 =300 K, T 3 =800 K. In the graph alongside the input data it can be observed how the distribution curve modifies according to the speeds with the temperature. As the temperature rises, the maximum value of the function f(v) decreases and the distribution curve moves towards greater values of the speed. Figure 3. Secondary spreadsheet for the comparative analysis of the distribution according to speeds. Comparison between the distributions according to speeds for three different gases at the same temperature Figure 3 renders the spreadsheet with the comparative analysis for the distribution according to speeds when we have different gases at the same temperature. Considering as examples of gases hydrogen, H 2, helium, He, and oxygen, O 2, we have introduced in cells A7, B7 and C7 the molar masses µ 1 =2 g, µ 2 =4 g, µ 3 =32 g. In cells A10, B10 and C10 we have introduced the same temperature T 1 =T 2 =T 3 =T=300 K. In the graph alongside the input data it can be observed how the distribution curve modifies according to the speeds together with the molar mass of the gas. It is checked that with the growth of the molar mass, there is a growth in the maximum value of the function f(v) and the distribution curve moves towards smaller and smaller values of the speed. The source tables of the graphs from figures 2 and 3 have been drawn in an analogy with the source table of the graph in figure 1. To generate the values of the speed in this case, we have used a speed quantum equal to v*/100, where v* represents the maximum of the most probable speeds of the three gases. The interval of values is between 0 and 3v*. With the help of relation [1] we have calculated the distribution function f(v) for the three gases, adapted to the new input data from the secondary sheet. Figure 4 renders the main spreadsheet of the tool for the analysis of the isothermal transformation of the ideal gas. The organization of the main spreadsheet of this tool is similar to that of the tool previously presented for the analysis of the Maxwell-Boltzmann distribution according to speeds for an ideal gas.

5 The 10 th International Conference on Virtual Learning ICVL Figure 4. The main spreadsheet of the tool for the analysis of the isothermal transformation of the ideal gas In the section Data input we introduce the following measures: the universal gas constant R in cell B4, the molar mass µ in cell B5, the mass of the gas m in cell B6, the temperature of the isothermal process T in cell B7, the volume of the initial state V 1 in cell B9, the volume of the final state V 2 in cell B10. In the section Results we calculate the difference of volume throughout the process V in cell B13, the pressure of the gas in initial state p 1 in cell B14, the pressure of the gas in final state p 2 in cell B15, the work done L in cell B16. To calculate the pressure in the initial and final states we have used the equation of state of the ideal gas and for the analytic calculation of the work the following relation (Serway and Jewett, 2013): [2] V 2 m V L = p( V ) dv = RT ln µ V V The domain A18:B21 from the Results section is reserved for the numeric calculation of the work using the geometric interpretation of this measure in p-v coordinates. In cell B19 we introduce the number of divisions n, in which the interval [V 1, V 2 ] is divided, in cell B20 we calculate the elementary interval δv=(v 2 -V 1 )/n, while in cell B21 we calculate the work L*, as the area below the isothermal curve corresponding to the interval [V 1, V 2 ]. The value of the work calculated numerically in cell B21 is compared to the value of the work calculated analytically according to relation [2] in cell B16. The associated graph from the main spreadsheet renders the isothermal curve of the process in the red line and highlights the pressure-volume pairs of values corresponding to the initial and final states through the segments of dotted line colored in blue. For the numeric calculation of the work we have drawn in a secondary sheet a table similar to the source table of the graph from figure 4. In column A of the table we have generated an

6 404 University of Bucharest and West University of Timisoara increasing series with a unit step from 0 to n=1000. In column B we have generated the values of the volume from the start value V 1 with the help of the series from column A, the volume quantum being determined by n, the number of divisions in which the interval [V 1, V 2 ] is divided. In column C we have calculated the pressure corresponding to each value of the volume from column B utilizing the equation of state. To perform the calculations we have introduced the following names of cells and domains: Pressure_1 for cell B14, Pressure_2 for cell B15, Delta_V for cell B20 in the main spreadsheet and Domain_P for the domain in which we calculate the values of the pressure in column C of the table from the secondary sheet. Applying the trapezoidal rule for the numeric evaluation of a definite integral, we have written the following Excel formulas in cell B21 of the main sheet: =(SUM(Domain_P)-(1/2)*(Pressure_1+Pressure_2))*Delta_V. It can be observed that the result in cell B21 coincides with the result from cell B16, L*=L. By modifying the number n of divisions of the interval [V 1, V 2 ] and correspondingly redrawing the source table, the effect on the result displayed in cell B21 can be observed. It is thus checked that with the increase of n, the value of the work in cell B21 tends towards the value of the work in cell B16. 4 Conclusions Students participation in the creation of the didactic tools described in this paper can be beneficial for the understanding of the model of the ideal gas. The classroom utilization of the respective tools represents a conclusive example of how to emphasize the facilities offered by the Excel program. The first tool helps students clarify aspects connected to the Maxwell-Boltzmann distribution according to speeds of the ideal gas and rapidly observe the effect on the distribution function when modifying the input data. Thus, the change in the distribution can be studied according to speeds when the temperature and/or the molar mass of the gas changes. The second tool facilitates students understanding of the isothermal transformation of the ideal gas and clarifies certain aspects connected to the concept of work in thermodynamics. Thus, this tool offers students an alternative demonstration for the calculus relation of the work in the isothermal transformation of the ideal gas. This demonstration based on the geometrical interpretation of the work within the pressure-volume diagram employs the data manipulation capacity in the spreadsheet. The numeric calculation of the work represents an important step towards the assimilation of a key concept of mathematical analysis, namely the concept of definite integral. Students can better observe the manner in which the knowledge transfer between Mathematics and Physics takes place. References Serway, R.A., Jewett, J.W. Jr. (2013): Physics for Scientists and Engineers with Modern Physics, 9 th Edition, Thomson Brooks/Cole, ISBN-13: Grigore, I., Miron, C., Barna, E.S. (2015) Using Microsoft Excel in Teaching and Learning Relativistic Kinematics, Romanian Reports in Physics, 67, 2, Liu, Y. (2011) Development of Instructional Courseware in Thermodynamics Education, Computer Applications in Engineering Education, 19, Loverude, M.E., Kautz, C.H., Heron, Paula R.L. (2002) Student understanding of the first law of thermodynamics: Relating work to the adiabatic compression of an ideal gas, American Journal of Physics, 70, 2, Lwin, Y. (2000) Chemical Equilibrium by Gibbs Energy Minimization on Spreadsheets. Int. J. Engng Ed., 16, 4,

7 The 10 th International Conference on Virtual Learning ICVL Sandler, S.I. (1997) Spreadsheets for Thermodynamics Instruction: Another Point of View, Chemical Engineering Education (CEE), 31, 1, Sharma, S., Ahluwalia, P.K. (2012) Diagnosing alternative conceptions of Fermi energy among undergraduate students, European Journal of Physics, 33, Tomasini, P. (2014) Deconstructing Phase Diagram Calculations. Journal Of Chemical Education, 91, Caretto, L., McDaniel, D., Mincer, T. (2005): Spreadsheet Calculations of Thermodynamic Properties, In Proceedings of the 2005 American Society for Engineering Education Annual Conference & Exposition Copyright, Paper Grigore, I., Miron, C., Barna, E.S. (2014): Using Excel spreadsheets to process data in Physics didactic experiments, In Proceedings of The 9 th International Conference On Virtual Learning, Bucharest, October 24-25, 2014,

Ionel Grigore. High School Nichita Stanescu, Ploiesti, Romania. Gheorghe Dumitrescu. High School Toma N. Socolescu, Ploiesti, Romania.

Ionel Grigore. High School Nichita Stanescu, Ploiesti, Romania. Gheorghe Dumitrescu. High School Toma N. Socolescu, Ploiesti, Romania. US-China Education Review A, July 2016, Vol. 6, No. 7, 423-432 doi: 10.17265/2161-623X/2016.07.004 D DAVID PUBLISHING Teaching Tools Made With Excel Spreadsheets to Study the Isothermal Process in an Ideal

More information

PAPER No. 6: PHYSICAL CHEMISTRY-II (Statistical

PAPER No. 6: PHYSICAL CHEMISTRY-II (Statistical Subject Paper No and Title Module No and Title Module Tag 6: PHYSICAL CHEMISTRY-II (Statistical 1: Introduction to Statistical CHE_P6_M1 TABLE OF CONTENTS 1. Learning Outcomes 2. Statistical Mechanics

More information

EXPLORING THE GRAPHIC FACILITIES OF EXCEL SPREADSHEETS IN THE INTERACTIVE TEACHING AND LEARNING OF DAMPED HARMONIC OSCILLATIONS

EXPLORING THE GRAPHIC FACILITIES OF EXCEL SPREADSHEETS IN THE INTERACTIVE TEACHING AND LEARNING OF DAMPED HARMONIC OSCILLATIONS EXPLORING THE GRAPHIC FACILITIES OF EXCEL SPREADSHEETS IN THE INTERACTIVE TEACHING AND LEARNING OF DAMPED HARMONIC OSCILLATIONS I. GRIGORE 1,2, CRISTINA MIRON 1*, E.S. BARNA 1 1 Faculty of Physics, University

More information

EXPLORING EXCEL SPREADSHEETS TO SIMULATE THE PROJECTILE MOTION IN THE GRAVITATIONAL FIELD

EXPLORING EXCEL SPREADSHEETS TO SIMULATE THE PROJECTILE MOTION IN THE GRAVITATIONAL FIELD Romanian Reports in Physics 69, 901 (2017) EXPLORING EXCEL SPREADSHEETS TO SIMULATE THE PROJECTILE MOTION IN THE GRAVITATIONAL FIELD I. GRIGORE 1,2, CRISTINA MIRON 1*, E. S. BARNA 1 1 University of Bucharest,

More information

Science, Technology, Engineering, Revised Fall 2014 and Math Division Implemented Fall 2015 Textbook Update Fall 2016

Science, Technology, Engineering, Revised Fall 2014 and Math Division Implemented Fall 2015 Textbook Update Fall 2016 Butler Community College Robert Carlson/Kim E. Karr Science, Technology, Engineering, Revised Fall 2014 and Math Division Implemented Fall 2015 Textbook Update Fall 2016 COURSE OUTLINE College Chemistry

More information

18.13 Review & Summary

18.13 Review & Summary 5/2/10 10:04 PM Print this page 18.13 Review & Summary Temperature; Thermometers Temperature is an SI base quantity related to our sense of hot and cold. It is measured with a thermometer, which contains

More information

Intermolecular Potentials and The Second Virial Coefficient

Intermolecular Potentials and The Second Virial Coefficient Intermolecular Potentials and The Second Virial Coefficient Patrick L. Holt Department of Chemistry & Physics Bellarmine University Louisville, Kentucky 40205 pholt@bellarmine.edu Copyright 2004 by the

More information

Introduction to NMSI through Experimental Design Module 1

Introduction to NMSI through Experimental Design Module 1 Introduction to NMSI through Experimental Design Module 1 Module 1 Description: This is the first module of any science training series, and is presented to a mixed audience of middle school and high school

More information

19-9 Adiabatic Expansion of an Ideal Gas

19-9 Adiabatic Expansion of an Ideal Gas 19-9 Adiabatic Expansion of an Ideal Gas Learning Objectives 19.44 On a p-v diagram, sketch an adiabatic expansion (or contraction) and identify that there is no heat exchange Q with the environment. 19.45

More information

Fairfield Public Schools

Fairfield Public Schools Mathematics Fairfield Public Schools PRE-CALCULUS 40 Pre-Calculus 40 BOE Approved 04/08/2014 1 PRE-CALCULUS 40 Critical Areas of Focus Pre-calculus combines the trigonometric, geometric, and algebraic

More information

Role of the Movie Maker program in Physics experiments

Role of the Movie Maker program in Physics experiments Role of the Movie Maker program in Physics experiments Cătălin ChiŃu 1,, Cătălin Măciucă, Ştefan Antohe 1 (1) University of Bucharest, Faculty of Physics, P.O.Box. MG-11, Bucharest, Romania () Energetic

More information

Principles Of Physics A Calculus Based Text 4th Edition Solution Manual Pdf

Principles Of Physics A Calculus Based Text 4th Edition Solution Manual Pdf Principles Of Physics A Calculus Based Text 4th Edition Solution Manual Pdf Student Solutions Manual and Study Guide for Serway / Jewett's Principles of Physics: A Calculus-Based Text, Vol. 1, 4th Edition

More information

ESSEX COUNTY COLLEGE Mathematics and Physics Division PHY 203 General Physics III Course Outline

ESSEX COUNTY COLLEGE Mathematics and Physics Division PHY 203 General Physics III Course Outline ESSEX COUNTY COLLEGE Mathematics and Physics Division PHY 203 General Physics III Course Outline Course Number & Name: PHY 203 General Physics III Credit Hours: 5.0 Contact Hours: 7.0 Lecture/Lab: 7.0

More information

MASTER OF PHYSICS. iii.) Compliance of the School of Graduate Studies and the Institute admission requirements.

MASTER OF PHYSICS. iii.) Compliance of the School of Graduate Studies and the Institute admission requirements. MASTER OF PHYSICS Rationale Consistent with the mandate of the Commission of Higher Education (CHED) as Center-of-Excellence (COE) of Physics outside of Luzon and as a DOST-PCASTRD accredited institution

More information

Chapter 15 Thermal Properties of Matter

Chapter 15 Thermal Properties of Matter Chapter 15 Thermal Properties of Matter To understand the mole and Avogadro's number. To understand equations of state. To study the kinetic theory of ideal gas. To understand heat capacity. To learn and

More information

Ch. 19: The Kinetic Theory of Gases

Ch. 19: The Kinetic Theory of Gases Ch. 19: The Kinetic Theory of Gases In this chapter we consider the physics of gases. If the atoms or molecules that make up a gas collide with the walls of their container, they exert a pressure p on

More information

Students reasoning in analyzing temperature from P-V diagram representing unfamiliar thermodynamics process

Students reasoning in analyzing temperature from P-V diagram representing unfamiliar thermodynamics process Journal of Physics: Conference Series PAPER OPEN ACCESS Students reasoning in analyzing temperature from P-V diagram representing unfamiliar thermodynamics process To cite this article: A S D Adila et

More information

Thermodynamic Properties

Thermodynamic Properties Thermodynamic Properties (TP) Thermodynamic Properties Define and articulate some of the critical language and concepts of Thermodynamics Distinguish between the universe, system, surroundings, and boundary

More information

A Correlation of. to the. Georgia Standards of Excellence Chemistry

A Correlation of. to the. Georgia Standards of Excellence Chemistry A Correlation of to the A Correlation of Pearson Introduction The following document demonstrates how Pearson supports the Georgia Standards for Excellence in. Correlation references are to the Student

More information

Application of the First Law of Thermodynamics to Adiabatic, Isothermal, Isobaric, and Isochoric Processes; Heat Engine and Engine Cycles

Application of the First Law of Thermodynamics to Adiabatic, Isothermal, Isobaric, and Isochoric Processes; Heat Engine and Engine Cycles Application of the First Law of Thermodynamics to Adiabatic, Isothermal, Isobaric, and Isochoric Processes; Heat Engine and Engine Cycles by SHS Encoder 3 on February 05, 2018 lesson duration of 0 minutes

More information

TEACHERS OF SCIENCE: Physics 9-12 FORM I-D GRID

TEACHERS OF SCIENCE: Physics 9-12 FORM I-D GRID 8710.4750 TEACHERS OF SCIENCE: sics 9-12 FORM I-D GRID Professional Education Program Evaluation Report (PEPER II) 8710.4750 Teachers of Science: sics 9-12 Subp. 7. Subject matter standards for teachers

More information

UNIT 1: CHEMISTRY FOUNDATIONS

UNIT 1: CHEMISTRY FOUNDATIONS Advanced Placement AP Chemistry builds students' understanding of the nature and reactivity of matter. After studying chemical reactions and electrochemistry, students move on to understand how the chemical

More information

Speed Distribution at CONSTANT Temperature is given by the Maxwell Boltzmann Speed Distribution

Speed Distribution at CONSTANT Temperature is given by the Maxwell Boltzmann Speed Distribution Temperature ~ Average KE of each particle Particles have different speeds Gas Particles are in constant RANDOM motion Average KE of each particle is: 3/2 kt Pressure is due to momentum transfer Speed Distribution

More information

Updated: Page 1 of 5

Updated: Page 1 of 5 A. Academic Division: Health Sciences B. Discipline: Science MASTER SYLLABUS 2018-2019 C. Course Number and Title: CHEM1210 Chemistry I D. Course Coordinator: Assistant Dean: Melinda S. Roepke, MSN, RN

More information

CHAPTER 21 THE KINETIC THEORY OF GASES-PART? Wen-Bin Jian ( 簡紋濱 ) Department of Electrophysics National Chiao Tung University

CHAPTER 21 THE KINETIC THEORY OF GASES-PART? Wen-Bin Jian ( 簡紋濱 ) Department of Electrophysics National Chiao Tung University CHAPTER 1 THE KINETIC THEORY OF GASES-PART? Wen-Bin Jian ( 簡紋濱 ) Department of Electrophysics National Chiao Tung University 1. Molecular Model of an Ideal Gas. Molar Specific Heat of an Ideal Gas. Adiabatic

More information

The Gibbs Free Energy of a Chemical Reaction System as a Function of the Extent of Reaction and the Prediction of Spontaneity

The Gibbs Free Energy of a Chemical Reaction System as a Function of the Extent of Reaction and the Prediction of Spontaneity The Gibbs Free Energy of a Chemical Reaction System as a Function of the Extent of Reaction and the Prediction of Spontaneity by Arthur Ferguson Department of Chemistry Worcester State College 486 Chandler

More information

Speed Distribution at CONSTANT Temperature is given by the Maxwell Boltzmann Speed Distribution

Speed Distribution at CONSTANT Temperature is given by the Maxwell Boltzmann Speed Distribution Temperature ~ Average KE of each particle Particles have different speeds Gas Particles are in constant RANDOM motion Average KE of each particle is: 3/2 kt Pressure is due to momentum transfer Speed Distribution

More information

Thermal Properties of Matter (Microscopic models)

Thermal Properties of Matter (Microscopic models) Chapter 18 Thermal Properties of Matter (Microscopic models) PowerPoint Lectures for University Physics, Twelfth Edition Hugh D. Young and Roger A. Freedman Lectures by James Pazun Modified by P. Lam 6_18_2012

More information

Bachelor s Degree in Chemistry. 1 st YEAR Mechanics and Thermodynamics ECTS credits: 6 Semester: 1. Teaching objectives

Bachelor s Degree in Chemistry. 1 st YEAR Mechanics and Thermodynamics ECTS credits: 6 Semester: 1. Teaching objectives 1 st YEAR 5263 Mechanics and Thermodynamics ECTS credits: 6 Semester: 1 The student should be able to: 1. Understand the concepts and describe the fundamental aspects of Mechanics and Thermodynamics. 2.

More information

Thermal Physics. Energy and Entropy

Thermal Physics. Energy and Entropy Thermal Physics Energy and Entropy Written by distinguished physics educator, this fresh introduction to thermodynamics, statistical mechanics and the study of matter is ideal for undergraduate courses.

More information

Reactor Design within Excel Enabled by Rigorous Physical Properties and an Advanced Numerical Computation Package

Reactor Design within Excel Enabled by Rigorous Physical Properties and an Advanced Numerical Computation Package Reactor Design within Excel Enabled by Rigorous Physical Properties and an Advanced Numerical Computation Package Mordechai Shacham Department of Chemical Engineering Ben Gurion University of the Negev

More information

Spreadsheet Implementation for Momentum Representation of Gaussian Wave Packet and Uncertainty Principle

Spreadsheet Implementation for Momentum Representation of Gaussian Wave Packet and Uncertainty Principle European Journal of Physics Education Vol. 3 Issue 0 Tambade Spreadsheet Implementation for Momentum Representation of Gaussian Wave Packet and Uncertainty Principle Popat S. Tambade pstam3@rediffmail.com

More information

STATISTICAL AND THERMAL PHYSICS

STATISTICAL AND THERMAL PHYSICS Phys 362 Spring 2015 STATISTICAL AND THERMAL PHYSICS Phys 362 Spring 2015 Instructor: Office: Professor David Collins WS 228B Phone: 248-1787 email: Office Hours: dacollin@coloradomesa.edu M 9 10 am, 11

More information

All rights reserved. Reproduction of these materials for instructional purposes in public school classrooms in Virginia is permitted.

All rights reserved. Reproduction of these materials for instructional purposes in public school classrooms in Virginia is permitted. Algebra I Copyright 2009 by the Virginia Department of Education P.O. Box 2120 Richmond, Virginia 23218-2120 http://www.doe.virginia.gov All rights reserved. Reproduction of these materials for instructional

More information

Lecture 11: Models of the chemical potential

Lecture 11: Models of the chemical potential Lecture 11: 10.15.05 Models of the chemical potential Today: LAST TIME... 2 MORE ON THE RELATIONSHIP BETWEEN CHEMICAL POTENTIAL AND GIBBS FREE ENERGY... 3 Chemical potentials in multicomponent systems

More information

Simulation of 1D Gaussian Wave Packet and 2D Waves in Square Membrane Using Excel Spreadsheet with Visual Basic for Teaching Activity

Simulation of 1D Gaussian Wave Packet and 2D Waves in Square Membrane Using Excel Spreadsheet with Visual Basic for Teaching Activity Journal of Physics: Conference Series PAPER OPEN ACCESS Simulation of 1D Gaussian Wave Packet and D Waves in Square Membrane Using Excel Spreadsheet with Visual Basic for Teaching Activity To cite this

More information

fiziks Institute for NET/JRF, GATE, IIT-JAM, JEST, TIFR and GRE in PHYSICAL SCIENCES

fiziks Institute for NET/JRF, GATE, IIT-JAM, JEST, TIFR and GRE in PHYSICAL SCIENCES Content-Thermodynamics & Statistical Mechanics 1. Kinetic theory of gases..(1-13) 1.1 Basic assumption of kinetic theory 1.1.1 Pressure exerted by a gas 1.2 Gas Law for Ideal gases: 1.2.1 Boyle s Law 1.2.2

More information

Contents. 1 Introduction and guide for this text 1. 2 Equilibrium and entropy 6. 3 Energy and how the microscopic world works 21

Contents. 1 Introduction and guide for this text 1. 2 Equilibrium and entropy 6. 3 Energy and how the microscopic world works 21 Preface Reference tables Table A Counting and combinatorics formulae Table B Useful integrals, expansions, and approximations Table C Extensive thermodynamic potentials Table D Intensive per-particle thermodynamic

More information

Big Idea 1: Structure of Matter Learning Objective Check List

Big Idea 1: Structure of Matter Learning Objective Check List Big Idea 1: Structure of Matter Learning Objective Check List Structure of Matter Mole Concept: Empirical Formula, Percent Composition, Stoichiometry Learning objective 1.1 The student can justify the

More information

Montgomery County Community College PHY 151 Principles of Physics I (Calculus-based) 4-3-3

Montgomery County Community College PHY 151 Principles of Physics I (Calculus-based) 4-3-3 Montgomery County Community College PHY 151 Principles of Physics I (Calculus-based) 4-3-3 COURSE DESCRIPTION: This calculus-based course, designed for physical science majors, presents in depth an experimental

More information

Virginia Standards of Learning Chemistry

Virginia Standards of Learning Chemistry correlated to the Virginia Standards of Learning Chemistry CC2 5/2004 2003 Science Standard Correlation By Page Numbers CH.1 The student will investigate and understand that experiments in which variables

More information

CHAPTER 16 A MACROSCOPIC DESCRIPTION OF MATTER

CHAPTER 16 A MACROSCOPIC DESCRIPTION OF MATTER CHAPTER 16 A MACROSCOPIC DESCRIPTION OF MATTER This brief chapter provides an introduction to thermodynamics. The goal is to use phenomenological descriptions of the microscopic details of matter in order

More information

Physics 112 Spring 2014

Physics 112 Spring 2014 Physics 112 Spring 2014 Phys 112 (S12) Syllabus/introduction 1 Goals Deeper understanding of concepts: less mysterious Entropy Free energy Chemical potential Statistical mechanics fluctuations kinetic

More information

Syllabus and Topics Thermal Physics I Fall 2007

Syllabus and Topics Thermal Physics I Fall 2007 Syllabus and Topics 33-341 Thermal Physics I Fall 2007 Robert F. Sekerka 6416 Wean Hall, Phone 412-268-2362 sekerka@cmu.edu http://sekerkaweb.phys.cmu.edu August 27, 2007 Class Schedule: This class is

More information

Elements and Electron Configuration

Elements and Electron Configuration Elements and Electron Configuration Strand Topic Atomic Structure and Periodic Relationships Investigating electron configuration and the periodic table Primary SOL CH.2 The student will investigate and

More information

3. First Law of Thermodynamics and Energy Equation

3. First Law of Thermodynamics and Energy Equation 3. First Law of Thermodynamics and Energy Equation 3. The First Law of Thermodynamics for a ontrol Mass Undergoing a ycle The first law for a control mass undergoing a cycle can be written as Q W Q net(cycle)

More information

Chapter 19. Chemical Thermodynamics

Chapter 19. Chemical Thermodynamics Chemistry, The Central Science, 11th edition Theodore L. Brown; H. Eugene LeMay, Jr.; and Bruce E. Bursten Chapter 19 John D. Bookstaver St. Charles Community College Cottleville, MO First Law of You will

More information

Material Classification

Material Classification Science Unit: Lesson 6: The Electron: Conductivity and Chemistry Material Classification School Year: 2011/2012 Developed for: Developed by: Grade level: Duration of lesson: Notes: Trafalgar Elementary

More information

PHY 6500 Thermal and Statistical Physics - Fall 2017

PHY 6500 Thermal and Statistical Physics - Fall 2017 PHY 6500 Thermal and Statistical Physics - Fall 2017 Time: M, F 12:30 PM 2:10 PM. From 08/30/17 to 12/19/17 Place: Room 185 Physics Research Building Lecturer: Boris Nadgorny E-mail: nadgorny@physics.wayne.edu

More information

ε tran ε tran = nrt = 2 3 N ε tran = 2 3 nn A ε tran nn A nr ε tran = 2 N A i.e. T = R ε tran = 2

ε tran ε tran = nrt = 2 3 N ε tran = 2 3 nn A ε tran nn A nr ε tran = 2 N A i.e. T = R ε tran = 2 F1 (a) Since the ideal gas equation of state is PV = nrt, we can equate the right-hand sides of both these equations (i.e. with PV = 2 3 N ε tran )and write: nrt = 2 3 N ε tran = 2 3 nn A ε tran i.e. T

More information

Basic Chemistry 2014 Timberlake

Basic Chemistry 2014 Timberlake A Correlation of Basic Chemistry Timberlake Advanced Placement Chemistry Topics AP is a trademark registered and/or owned by the College Board, which was not involved in the production of, and does not

More information

CHAPTER 9 Statistical Physics

CHAPTER 9 Statistical Physics CHAPTER 9 Statistical Physics 9.1 9.2 9.3 9.4 9.5 9.6 9.7 Historical Overview Maxwell Velocity Distribution Equipartition Theorem Maxwell Speed Distribution Classical and Quantum Statistics Fermi-Dirac

More information

Heat, Temperature and the First Law of Thermodynamics

Heat, Temperature and the First Law of Thermodynamics Heat, Temperature and the First Law of Thermodynamics Stephen R. Addison January 22, 2003 Introduction The object of our studies is thermal physics. Thermal physics is a combination of two historic disciplines:

More information

Statistical Mechanics

Statistical Mechanics Statistical Mechanics Newton's laws in principle tell us how anything works But in a system with many particles, the actual computations can become complicated. We will therefore be happy to get some 'average'

More information

This course supports the assessments for Physics: Waves and Optics. The course covers 6 competencies and represents 3 competency units.

This course supports the assessments for Physics: Waves and Optics. The course covers 6 competencies and represents 3 competency units. This course supports the assessments for Physics: Waves and Optics. The course covers 6 competencies and represents 3 competency units. Introduction Overview Physics: Waves and Optics addresses foundational

More information

STEAMEST: A Software Tool for Estimation of Physical Properties of Water and Steam

STEAMEST: A Software Tool for Estimation of Physical Properties of Water and Steam 226 JOURNAL OF SOFTWARE, VOL. 4, NO. 3, MAY 2009 STEAMEST: A Software Tool for Estimation of Physical Properties of Water and Steam Muhammad Faheem Department of Chemical Engineering, University of Engineering

More information

Physics 4230 Final Examination 10 May 2007

Physics 4230 Final Examination 10 May 2007 Physics 43 Final Examination May 7 In each problem, be sure to give the reasoning for your answer and define any variables you create. If you use a general formula, state that formula clearly before manipulating

More information

Thermodynamics & Statistical Mechanics SCQF Level 9, U03272, PHY-3-ThermStat. Thursday 24th April, a.m p.m.

Thermodynamics & Statistical Mechanics SCQF Level 9, U03272, PHY-3-ThermStat. Thursday 24th April, a.m p.m. College of Science and Engineering School of Physics H T O F E E U D N I I N V E B R U S I R T Y H G Thermodynamics & Statistical Mechanics SCQF Level 9, U03272, PHY-3-ThermStat Thursday 24th April, 2008

More information

UNIVERSITY OF SOUTHAMPTON

UNIVERSITY OF SOUTHAMPTON UNIVERSITY OF SOUTHAMPTON PHYS1013W1 SEMESTER 2 EXAMINATION 2014-2015 ENERGY AND MATTER Duration: 120 MINS (2 hours) This paper contains 8 questions. Answers to Section A and Section B must be in separate

More information

Sciences Learning Outcomes

Sciences Learning Outcomes University Major/Dept Learning Outcome Source Biology, Molecular and Cell Students who successfully complete this major will be able to: * Describe basic biological concepts and principles * Appreciate

More information

Chapter 18 Thermal Properties of Matter

Chapter 18 Thermal Properties of Matter Chapter 18 Thermal Properties of Matter In this section we define the thermodynamic state variables and their relationship to each other, called the equation of state. The system of interest (most of the

More information

CH101/2 General Chemistry Hybrid Classroom Paradigm Page 1

CH101/2 General Chemistry Hybrid Classroom Paradigm Page 1 CH101/2 General Chemistry Hybrid Classroom Paradigm Binyomin Abrams, Emily Allen, Dan Dill and Peter Garik June 2013 Status Report One of the most challenging aspects of introductory chemistry for students

More information

Course Outline Chemistry Citrus Valley High School

Course Outline Chemistry Citrus Valley High School Course Outline Chemistry 2017-2018 Citrus Valley High School Instructor: Dr. Stover Email: michelle_stover@redlands.k12.ca.us Classroom: E144 Ext#: 35544 Letter to Parent(s)/Guardian: Welcome to AP Chemistry.

More information

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS PHYS MECHANICS AND HEAT

BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS PHYS MECHANICS AND HEAT BRAZOSPORT COLLEGE LAKE JACKSON, TEXAS SYLLABUS PHYS 2325 - MECHANICS AND HEAT CATALOG DESCRIPTION: PHYS 2325 Mechanics and Heat. CIP 4008015403 A calculus-based approach to the principles of mechanics

More information

Physics 4C Chapter 19: The Kinetic Theory of Gases

Physics 4C Chapter 19: The Kinetic Theory of Gases Physics 4C Chapter 19: The Kinetic Theory of Gases Whether you think you can or think you can t, you re usually right. Henry Ford The only thing in life that is achieved without effort is failure. Source

More information

Chem 3070: Thermodynamics and Kinetics. Spring 2013

Chem 3070: Thermodynamics and Kinetics. Spring 2013 Chem 3070: Thermodynamics and Kinetics. Spring 2013 Instructors Valeria Molinero, Associate Professor of Chemistry Yuqing Qiu, Graduate Student of Chemistry Timothy Gorey, Graduate Student of Chemistry

More information

Introduction to Franck-Condon Factors

Introduction to Franck-Condon Factors Introduction to Franck-Condon Factors Theresa Julia Zielinski Monmouth University Department of Chemistry, Medical Technology, and Physics West Long Branch, NJ 07764 tzielins@monmouth.edu and La Salle

More information

Chapter 19 The First Law of Thermodynamics

Chapter 19 The First Law of Thermodynamics Chapter 19 The First Law of Thermodynamics The first law of thermodynamics is an extension of the principle of conservation of energy. It includes the transfer of both mechanical and thermal energy. First

More information

Entropy. Governing Rules Series. Instructor s Guide. Table of Contents

Entropy. Governing Rules Series. Instructor s Guide. Table of Contents Entropy Governing Rules Series Instructor s Guide Table of duction.... 2 When to Use this Video.... 2 Learning Objectives.... 2 Motivation.... 2 Student Experience... 2 Key Information.... 2 Video Highlights....

More information

Physical Chemistry (A)

Physical Chemistry (A) S/N: 10421100-10421110 Classification: Specialized basic course Applicable to: Chemical Engineering and Technics Materials Science and Engineering Pharmaceutical Engineering Total Hours: 102 Credit Points:

More information

Temperature Thermal Expansion Ideal Gas Law Kinetic Theory Heat Heat Transfer Phase Changes Specific Heat Calorimetry Heat Engines

Temperature Thermal Expansion Ideal Gas Law Kinetic Theory Heat Heat Transfer Phase Changes Specific Heat Calorimetry Heat Engines Temperature Thermal Expansion Ideal Gas Law Kinetic Theory Heat Heat Transfer Phase Changes Specific Heat Calorimetry Heat Engines Zeroeth Law Two systems individually in thermal equilibrium with a third

More information

Derivatives at Several Points: An Important Step between Derivative at a Point and Derivative Function

Derivatives at Several Points: An Important Step between Derivative at a Point and Derivative Function Derivatives at Several Points: An Important Step between Derivative at a Point and Derivative Function Abstract We present activities, with an interactive computer program, that serve to bridge two related

More information

Computational Tools to Enhance the Study of Gas Power Cycles in Mechanical Engineering Courses

Computational Tools to Enhance the Study of Gas Power Cycles in Mechanical Engineering Courses Computational Tools to Enhance the Study of Gas Power Cycles in Mechanical Engineering Courses Alta A. Knizley and Pedro J. Mago Department of Mechanical Engineering, Mississippi State University Abstract

More information

Chemistry. Lecture 10 Maxwell Relations. NC State University

Chemistry. Lecture 10 Maxwell Relations. NC State University Chemistry Lecture 10 Maxwell Relations NC State University Thermodynamic state functions expressed in differential form We have seen that the internal energy is conserved and depends on mechanical (dw)

More information

EASTERN ARIZONA COLLEGE Physics with Calculus I

EASTERN ARIZONA COLLEGE Physics with Calculus I EASTERN ARIZONA COLLEGE Physics with Calculus I Course Design 2018-2019 Course Information Division Science Course Number PHY 211 (SUN# PHY 1121) Title Physics with Calculus I Credits 5 Developed by Madhuri

More information

Atoms. Grade Level: 4 6. Teacher Guidelines pages 1 2 Instructional Pages pages 3 5 Activity Pages pages 6 7 Homework Page page 8 Answer Key page 9

Atoms. Grade Level: 4 6. Teacher Guidelines pages 1 2 Instructional Pages pages 3 5 Activity Pages pages 6 7 Homework Page page 8 Answer Key page 9 Atoms Grade Level: 4 6 Teacher Guidelines pages 1 2 Instructional Pages pages 3 5 Activity Pages pages 6 7 Homework Page page 8 Answer Key page 9 Classroom Procedure: 1. Display the different items collected

More information

CHEMISTRY DEPARTMENT, PORTLAND STATE UNIVERSITY

CHEMISTRY DEPARTMENT, PORTLAND STATE UNIVERSITY CHEMISTRY DEPARTMENT, PORTLAND STATE UNIVERSITY CHEMISTRY 440/540, PHYSICAL CHEMISTRY. FALL, 2014 Venue: CR 250 Instructor: R. H. Simoyi (SB2 372) Syllabus: The chapters and page numbers referred to in

More information

What is Infinity, where Infinity is and how to get there A spreadsheet technology approach Nesan Sriskanda, Ph. D.

What is Infinity, where Infinity is and how to get there A spreadsheet technology approach Nesan Sriskanda, Ph. D. What is Infinity, where Infinity is and how to get there A spreadsheet technology approach Nesan Sriskanda, Ph. D. ICTCM 2017March 11, 2017 Associate Professor of Engineering & Mathematics Claflin University,

More information

B L U E V A L L E Y D I S T R I C T C U R R I C U L U M Science AP Chemistry

B L U E V A L L E Y D I S T R I C T C U R R I C U L U M Science AP Chemistry B L U E V A L L E Y D I S T R I C T C U R R I C U L U M Science AP Chemistry ORGANIZING THEME/TOPIC UNIT 1: ATOMIC STRUCTURE Atomic Theory Electron configuration Periodic Trends Big Idea 1: The chemical

More information

MCSM Chemistry Curriculum Outline Teacher Version

MCSM Chemistry Curriculum Outline Teacher Version MCSM Chemistry Curriculum Outline Teacher Version 1. Course Overview: Chemistry is a full-year, two-term course concerning the fundamental concepts of chemistry. Three themes are emphasized throughout

More information

Lesson Plan. This lesson plan depicts a hands-on, minds-on activity and worksheet

Lesson Plan. This lesson plan depicts a hands-on, minds-on activity and worksheet Lesson Plan This lesson plan depicts a hands-on, minds-on activity and worksheet involving knowledge students have gained about atoms, valence electrons, and energy levels. Students use this knowledge

More information

AC : MAPPING THE FOREST OF DATA IN THERMODYNAM- ICS

AC : MAPPING THE FOREST OF DATA IN THERMODYNAM- ICS AC 2011-234: MAPPING THE FOREST OF DATA IN THERMODYNAM- ICS Yumin Zhang, Southeast Missouri State University Yumin Zhang Assistant Professor Department of Physics and Engineering Physics Southeast Missouri

More information

MATHEMATICS (MATH) Calendar

MATHEMATICS (MATH) Calendar MATHEMATICS (MATH) This is a list of the Mathematics (MATH) courses available at KPU. For information about transfer of credit amongst institutions in B.C. and to see how individual courses transfer, go

More information

(Heat capacity c is also called specific heat) this means that the heat capacity number c for water is 1 calorie/gram-k.

(Heat capacity c is also called specific heat) this means that the heat capacity number c for water is 1 calorie/gram-k. Lecture 23: Ideal Gas Law and The First Law of Thermodynamics 1 (REVIEW) Chapter 17: Heat Transfer Origin of the calorie unit A few hundred years ago when people were investigating heat and temperature

More information

Physics 53. Thermal Physics 1. Statistics are like a bikini. What they reveal is suggestive; what they conceal is vital.

Physics 53. Thermal Physics 1. Statistics are like a bikini. What they reveal is suggestive; what they conceal is vital. Physics 53 Thermal Physics 1 Statistics are like a bikini. What they reveal is suggestive; what they conceal is vital. Arthur Koestler Overview In the following sections we will treat macroscopic systems

More information

CHEMISTRY TEACHERS PEDAGOGICAL CONTENT KNOWLEDGE ON CHEMICAL EQUILIBRIUM

CHEMISTRY TEACHERS PEDAGOGICAL CONTENT KNOWLEDGE ON CHEMICAL EQUILIBRIUM CHEMISTRY TEACHERS PEDAGOGICAL CONTENT KNOWLEDGE ON CHEMICAL EQUILIBRIUM Andoni Garritz 1, Glinda Irazoque 1 y Mercè Izquierdo 2 1 Departamento de Física y Química Teórica, Facultad de Química, UNAM, 04510

More information

Thermodynamics part III.

Thermodynamics part III. Thermodynamics part III. a.) Fenomenological thermodynamics macroscopic description b.) Molecular thermodynamics microscopic description b1.) kinetical gas theory b2.) statistical thermodynamics Laws of

More information

All rights reserved. Reproduction of these materials for instructional purposes in public school classrooms in Virginia is permitted.

All rights reserved. Reproduction of these materials for instructional purposes in public school classrooms in Virginia is permitted. Algebra II Copyright 2009 by the Virginia Department of Education P.O. Box 2120 Richmond, Virginia 23218-2120 http://www.doe.virginia.gov All rights reserved. Reproduction of these materials for instructional

More information

Amount of Substance and Its Unit Mole- Connecting the Invisible Micro World to the Observable Macro World Part 2 (English, mp4)

Amount of Substance and Its Unit Mole- Connecting the Invisible Micro World to the Observable Macro World Part 2 (English, mp4) Amount of Substance and Its Unit Mole- Connecting the Invisible Micro World to the Observable Macro World Part 2 (English, mp4) [MUSIC PLAYING] Instructor: Hi, everyone. Welcome back. I hope you had some

More information

ESSEX COUNTY COLLEGE Mathematics and Physics Division PHY 104 General Physics II Course Outline

ESSEX COUNTY COLLEGE Mathematics and Physics Division PHY 104 General Physics II Course Outline ESSEX COUNTY COLLEGE Mathematics and Physics Division PHY 104 General Physics II Course Outline Course Number & Name: PHY 104 General Physics II Credit Hours: 4.0 Contact Hours: 6.0 Lecture/Lab: 6.0 Other:

More information

Created: 2/3/96 Modified: September 29, Author: Theresa Julia Zielinski Page 1

Created: 2/3/96 Modified: September 29, Author: Theresa Julia Zielinski Page 1 Exploring Orthonormal Functions by Theresa Julia Zielinski Department of Chemistry, Medical Technology, and Physics Monmouth University West Long Branch, NJ 7764-898 tzielins@monmouth.edu Copyright 7 by

More information

Qualitative Measurement of ph and Mathematical Methods for the Determination of the Equivalence Point in Volumetric Analysis

Qualitative Measurement of ph and Mathematical Methods for the Determination of the Equivalence Point in Volumetric Analysis World Journal of Chemical Education, 2015, Vol. 3, No. 3, 64-69 Available online at http://pubs.sciepub.com/wjce/3/3/2 Science and Education Publishing DOI:10.12691/wjce-3-3-2 Qualitative Measurement of

More information

Miami-Dade Community College PHY 2053 College Physics I

Miami-Dade Community College PHY 2053 College Physics I Miami-Dade Community College PHY 2053 College Physics I PHY 2053 3 credits Course Description PHY 2053, College physics I, is the first semester of a two semester physics-without-calculus sequence. This

More information

Columbus City Schools High School CCSS Mathematics III - High School PARRC Model Content Frameworks Mathematics - Core Standards And Math Practices

Columbus City Schools High School CCSS Mathematics III - High School PARRC Model Content Frameworks Mathematics - Core Standards And Math Practices A Correlation of III Common Core To the CCSS III - - Core Standards And s A Correlation of - III Common Core, to the CCSS III - - Core Standards and s Introduction This document demonstrates how - III

More information

HS AP Chemistry Science

HS AP Chemistry Science Scope And Sequence Timeframe Unit Instructional Topics 3 Week(s) 5 Week(s) 3 Week(s) Course Description AP Chemistry should meet the objectives of a good general chemistry course. Students should attain

More information

Algebra II Introduction 1

Algebra II Introduction 1 Introduction 1 Building on their work with linear, quadratic, and exponential functions, students extend their repertoire of functions to include logarithmic, polynomial, rational, and radical functions

More information

Speed of Light Measurement with a Simple Way

Speed of Light Measurement with a Simple Way Speed of Light Measurement with a Simple Way Nikolaos F. Voudoukis Abstract A method for a measurement of the speed of light is described. It is used a combination of simple, low-cost experiments. We will

More information

Chapter 19. Chemical Thermodynamics

Chapter 19. Chemical Thermodynamics Chemistry, The Central Science, 11th edition Theodore L. Brown; H. Eugene LeMay, Jr.; and Bruce E. Bursten Chapter 19 John D. Bookstaver St. Charles Community College Cottleville, MO First Law of You will

More information

Chapter 19 Chemical Thermodynamics Entropy and free energy

Chapter 19 Chemical Thermodynamics Entropy and free energy Chapter 19 Chemical Thermodynamics Entropy and free energy Learning goals and key skills: Explain and apply the terms spontaneous process, reversible process, irreversible process, and isothermal process.

More information

KINETICS CHEMICAL CHEMIC. Unit. I. Multiple Choice Questions (Type-I)

KINETICS CHEMICAL CHEMIC. Unit. I. Multiple Choice Questions (Type-I) Unit 4 CHEMICAL CHEMIC KINETICS I. Multiple Choice Questions (Type-I) 1. The role of a catalyst is to change. gibbs energy of reaction. enthalpy of reaction. activation energy of reaction. equilibrium

More information