Appendix 4. Some Equations for Curve Fitting

Size: px
Start display at page:

Download "Appendix 4. Some Equations for Curve Fitting"

Transcription

1 Excep for Scientists and Engineers: Numerical Methods by E. Joseph Billo Copyright John Wiley & Sons, Inc. Appendix 4 Some Equations for Curve Fitting This appendix describes a number of equation types that can be used for curve fitting. Some of the equation types can be handled by Excel's Trendline utility for charts; these cases are noted below. Multiple Regression. Multiple regression fits data to a model that defines y as a function of two or more independent x variables. For example, you might want to fit the yield of a biological fermentation product as a function of temperature (0, pressure of COZ gas (P) in the fermenter and fermentation time (t) y = a.t + b.p +ct + d (A4-1) using data from a series of fermentation experiments with different conditions of temperature, pressure and time. Since you can't create a chart with three x-axes (e.g., T, P and t), you can't use Trendline for multiple regression. Polynomial Regression. Polynomial regression fits data to a power series such as equation A4-2: y = a + bx +cx2 + dx (A4-2) 409

2 -30 L Figure A4-1. Polynomial of order 3. The curve follows equation A42 with a = 5, b = -1, c = -5 and d = 1. The Trendline type is Polynomial. The highest-order polynomial that Trendline can use as a fitting function is a regular polynomial of order six, i.e., y = ax6 + bx5 +cx4 + ak3 + ex2 +fx + g. LINEST is not limited to order six, and LINEST can also fit data using other polynomials such as y = ax2 + bx3'2 + cx + + e. Exponential Decrease *, Figure A4-2. Exponential decrease to zero. The curve follows equation A43 with a = 0.1 and b = The Trendline equation is shown on the chart. Data with the behavior shown in Figure A4-2 can be fitted by the exponential equation

3 APPENDI 4 EOUATIONS FOR CURVE FITTING 41 1 y = aebx (A4-3) The sign of b is often negative (as in radioactive decay), giving rise to the decreasing behavior shown in Figure A4-2. The linearized form of the equation is In y = bx + In a; the Trendline type is Exponential. Exponential Growth. If the sign of b in equation A4-3 is positive, the curvature is upwards, as in Figure A4-3. r, Figure A4-3. Exponential increase. The curve follows equation A4-3 with a = 0.1 and b = 0.5. The Trendline equation is shown on the chart. Exponential Decrease or Increase Between Limits. If the curve decreases exponentially to a nonzero limit, or rises exponentially to a limiting value as in Figure A4-4, the form of the equation is y = aebx + c Excel's Trendline cannot handle data of this type. (A4-4)

4 412 ECEL: NUMERICAL METHODS x Figure A4-4. Exponential increase to a limit. The curve follows equation A4-4 with a = -1, b = -0.5 and c = 1. The linearized form of the equation is In 0, - c) = bx + In a. Double Exponential Decay to Zero. The sum of two exponentials (equation A4-5) gives rise to behavior similar to that shown in Figure A4-5. This type of behavior is observed, for example, in the radioactive decay of a mixture of two nuclides with different half-lives, one short-lived and the other relatively longer-lived. y = ae-bt + ce-dl (A4-5) 21 >r 1.5 o. q \ 0,, Figure A4-5. Double exponential decay. The curve follows equation A4-5 with a = 1, b = -2, c = 1 and d = If the second term is subtracted rather than added, a variety of curve shapes are possible. Figures A4-6 and A4-7 illustrate two of the possible behaviors.

5 APPENDI 4 EQUATIONS FOR CURVE FITTING 413 I - - I I I I I L Figure A4-6. Double exponential decay. The curve follows equation A4-5 with a = 1, b = 4.2, c = -2 and d = -2, -0.8 Figure A4-7. Double exponential decay. The curve follows equation A4-5 with a = 1, b = -2, c = -1 and d = Equation A4-5 is intrinsically nonlinear (cannot be converted into a linear form). Power. Data with the behavior shown in Figure A4-8 can be fitted by equation A4-6. b y=a (A4-6)

6 4 14 ECEL: NUMERICAL METHODS y= 1.1x-O.~ Figure A4-8. Power curve. The curve follows equation A4-6 with a = 1.1, b = The Trendline equation is shown on the chart. The linearized form of equation A4-6 is In y = b In x + In a; the Trendline form is Power. Logarithmic. 4 2 y = 2Ln(x) I 10 t -6 Figure A4-9. Logarithmic function. The curve follows equation A4-7 with a = 2, b = 1. Data with the behavior shown in Figure A4-9 can be fitted by the logarithmic equation A4-7. y = a lnx + b (A4-7)

7 APPENDI 4 EQUATIONS FOR CURVE FITTING 415 The Trendline type is Logarithmic. "Plateau" Curve. A relationship of the form ax y=b+x exhibits the behavior shown in Figure A4-10. (A4-8) 1 >r Figure A4-10. Plateau curve. The curve follows equation A4-8 with a = 1, b = 1. In biochemistry, this type of curve is encountered in a plot of reaction rate of an enzyme-catalyzed reaction of a substrate as a function of the concentration of the substrate, as in Figure A4-10. The behavior is described by the Michaelis- Menten equation, (A4-9) where V is the reaction velocity (typical units mmol/s), K,,, is the Michaelis- Menten constant (typical units mm), V,, is the maximum reaction velocity and [S] is the substrate concentration. Some typical results are shown in Figure A4-11.

8 416 ECEL: NUMERICAL METHODS Figure A4-11. Michaelis-Menten enzyme kinetics. The curve follows equation A4-9 with V,, = 50, K,, = 0.5. Double Reciprocal Plot. The Michaelis-Menten equation can be converted to a straight line equation by taking the reciprocals of each side. This treatment is called a Lineweaver-Burk plot, a plot of the reciprocal of the enzymatic reaction velocity (UV) versus the reciprocal of the substrate concentration (l/[si). 1 K, (A4-10) V Vmax S Vmax A double-reciprocal plot of the data of Figure A4-11 is shown in Figure A4-12. The parameters V,,, and K,,, can be obtained from the slope and intercept of the straight line (Vmm = Uintercept, K,,, = interceptlslope). However, relationships dealing with the propagation of error must be used to calculate the standard deviations of V,,, and K, from the standard deviations of slope and intercept. By contrast, when the Solver is used the expression does not need to be rearranged, ycalc is calculated directly from equation A4-19, the Solver returns the coefficients V,,, and K,,,, and SolvStat.xls returns the standard deviations of V,,, and K,.

9 APPENDI 4 EQUATIONS FOR CURVE FITTING ' WSI Figure A4-12. Double-reciprocal plot of enzyme kinetics. The curve follows equation A4-10 with V,,, = 50, K,,, = 0.5. Logistic Function. The logistic equation or dose-response curve 1 y=- 1 + e-" produces an S-shaped curve like the one shown in Figure A4-13. (A4-11) Y Figure A4-13. Simple logistic curve. The curve follows equation A4-1 1 with a = 1.

10 418 ECEL: NUMERICAL METHODS In the dose-response form of the equation, the y-axis (the response) is normalized to 100% and the x-axis (usually logarithmic) is normalized so that the midpoint (the half-maximum response or ECSo) occurs at x = 0. Logistic Curve with Variable Slope. In equation A4-11, the coefficient a determines the slope of the rising part of the curve; in biochemistry a is referred to as the Hill slope. Figure A4-14 illustrates the effect of varying Hill slope. At the midpoint the slope is a/ Figure A4-14. Variable slopes of logistic curve. The three curves have a = 0.5, 1 and 2, respectively. Logistic Curve with Additional Parameters. Equation A4-12 is the logistic equation with addition parameters that determine the height of the "plateau" and the offset of the mid-point from x = 0. b Y= (A4-12) c + e-ax The height of the plateau is equal to b/c.

11 APPENDI 4 EQUATIONS FOR CURVE FITTING 419 Figure A4-15. Logistic curve with additional variables. The curve follows equation A4-12 with a = 1, b = 0.5 and c = 5. Logistic Curve with Offset on the y-axis. The logistic equation (A4-13) A Figure A4-16. Logistic curve with offset on the y-axis. The curve follows equation A4-13 with a = 1, b = -2, c = 1 and d = This equation takes into account the value of the plateau maximum and minimum (coefficients a and d, respectively), the offset on the x-axis, and the Hill slope.

12 420 ECEL: NUMERICAL METHODS Gaussian Curve. The Gaussian or normal error curve (equation A4-14) exp[-(x - p)2 /202] Y= (A4-14) OJG can be used to model UV-visible band shapes, usually in order to deconvolute a spectrum consisting of two or more overlapping bands. When used for deconvolution, a simplified form of the Gaussian formula can be used, for example A = &axe-[(~-~)~~~l l (A4-15) where A is absorbance, x is the independent variable, either wavelength (e.g., nm), or, more commonly, l/wavelength (e.g., cm- ), and in is the value of x at Amax. The parameters is related to the bandwidth at half-height Figure A4-17. Gaussian curve. The curve follows equation A4-15 with A,, = 10, m = 5 and s = 1.5. Log vs. Reciprocal. The function y=exp a-- ( 3 (A4-16) is often seen in the relationship of physical properties to temperature. The linearized form is In y = -b/x + a. This equation form is encountered in the Clausius-Clapeyron equation (A4-17)

13 APPENDI 4 EOUATIONS FOR CURVE FITTING 42 1 which relates vapor pressure of a pure substance to temperature, and the Arrhenius equation Ink=- -Ea +InA RT which relates rate constant k of a reaction to temperature. (A4-1 8) Trigonometric Functions. Excel's trigonometric functions require angles in radians. For an angle 6' in degrees, use n6'/180. The function represented by equation A4-19 y = a sin (bx + c) + d (A4-19) or its cosine equivalent produces a curve with the appearance of a "sine wave" centered around the x-axis if d = 0, or offset from the x-axis if d # 0. Functions of the form y = sin ax + sin bx (A4-20) and their cosine equivalents produce a "beat frequency" curve such as the one shown in Figure A4-17. Figure A4-18. "Beat fi-equency" curve. The curve follows equation A4-21 with a = 1, b = 0.9. Equation A4-21 combines the parameters of equations A4-19 and A4-20. y =a sin (bx + c) + d sin (ex +A + g (A4-2 1)

A Library of Functions

A Library of Functions LibraryofFunctions.nb 1 A Library of Functions Any study of calculus must start with the study of functions. Functions are fundamental to mathematics. In its everyday use the word function conveys to us

More information

Lecture 13: Data Analysis for the V versus [S] Experiment and Interpretation of the Michaelis-Menten Parameters

Lecture 13: Data Analysis for the V versus [S] Experiment and Interpretation of the Michaelis-Menten Parameters Biological Chemistry Laboratory Biology 3515/Chemistry 3515 Spring 2018 Lecture 13: Data Analysis for the V versus [S] Experiment and Interpretation of the Michaelis-Menten Parameters 20 February 2018

More information

Regression and Nonlinear Axes

Regression and Nonlinear Axes Introduction to Chemical Engineering Calculations Lecture 2. What is regression analysis? A technique for modeling and analyzing the relationship between 2 or more variables. Usually, 1 variable is designated

More information

It can be derived from the Michaelis Menten equation as follows: invert and multiply with V max : Rearrange: Isolate v:

It can be derived from the Michaelis Menten equation as follows: invert and multiply with V max : Rearrange: Isolate v: Eadie Hofstee diagram In Enzymology, an Eadie Hofstee diagram (also Woolf Eadie Augustinsson Hofstee or Eadie Augustinsson plot) is a graphical representation of enzyme kinetics in which reaction velocity

More information

Nonhomogeneous Linear Differential Equations with Constant Coefficients - (3.4) Method of Undetermined Coefficients

Nonhomogeneous Linear Differential Equations with Constant Coefficients - (3.4) Method of Undetermined Coefficients Nonhomogeneous Linear Differential Equations with Constant Coefficients - (3.4) Method of Undetermined Coefficients Consider an nth-order nonhomogeneous linear differential equation with constant coefficients:

More information

Enzymes II. Dr. Mamoun Ahram Summer, 2017

Enzymes II. Dr. Mamoun Ahram Summer, 2017 Enzymes II Dr. Mamoun Ahram Summer, 2017 Kinetics Kinetics is deals with the rates of chemical reactions. Chemical kinetics is the study of the rates of chemical reactions. For the reaction (A P), The

More information

Chemical kinetics and catalysis

Chemical kinetics and catalysis Chemical kinetics and catalysis Outline Classification of chemical reactions Definition of chemical kinetics Rate of chemical reaction The law of chemical raction rate Collision theory of reactions, transition

More information

Chapter 3 Exponential and Logarithmic Functions

Chapter 3 Exponential and Logarithmic Functions Chapter 3 Exponential and Logarithmic Functions Overview: 3.1 Exponential Functions and Their Graphs 3.2 Logarithmic Functions and Their Graphs 3.3 Properties of Logarithms 3.4 Solving Exponential and

More information

A First Course on Kinetics and Reaction Engineering. Class 9 on Unit 9

A First Course on Kinetics and Reaction Engineering. Class 9 on Unit 9 A First Course on Kinetics and Reaction Engineering Class 9 on Unit 9 Part I - Chemical Reactions Part II - Chemical Reaction Kinetics Where We re Going A. Rate Expressions - 4. Reaction Rates and Temperature

More information

R Function Tutorial in Module 8.2

R Function Tutorial in Module 8.2 R Function Tutorial in Module 8.2 Introduction to Computational Science: Modeling and Simulation for the Sciences, 2 nd Edition Angela B. Shiflet and George W. Shiflet Wofford College 2014 by Princeton

More information

Lecture 13: Data Analysis and Interpretation of the Michaelis-Menten Parameters

Lecture 13: Data Analysis and Interpretation of the Michaelis-Menten Parameters Biological Chemistry Laboratory Biology 3515/Chemistry 3515 Spring 2019 Lecture 13: Data Analysis and Interpretation of the Michaelis-Menten Parameters 19 February 2019 c David P. Goldenberg University

More information

Michaelis-Menten Kinetics

Michaelis-Menten Kinetics Michaelis-Menten Kinetics Two early 20th century scientists, Leonor Michaelis and Maud Leonora Menten, proposed the model known as Michaelis-Menten Kinetics to account for enzymatic dynamics. The model

More information

A. One-Substrate Reactions (1) Kinetic concepts

A. One-Substrate Reactions (1) Kinetic concepts A. One-Substrate Reactions (1) Kinetic concepts (2) Kinetic analysis (a) Briggs-Haldane steady-state treatment (b) Michaelis constant (K m ) (c) Specificity constant (3) Graphical analysis (4) Practical

More information

Bioengineering Laboratory I. Enzyme Assays. Part II: Determination of Kinetic Parameters Fall Semester

Bioengineering Laboratory I. Enzyme Assays. Part II: Determination of Kinetic Parameters Fall Semester Bioengineering Laboratory I Enzyme Assays Part II: Determination of Kinetic Parameters 2016-2017 Fall Semester 1. Theoretical background There are several mathematical models to determine the kinetic constants

More information

Matrix Theory and Differential Equations Homework 2 Solutions, due 9/7/6

Matrix Theory and Differential Equations Homework 2 Solutions, due 9/7/6 Matrix Theory and Differential Equations Homework Solutions, due 9/7/6 Question 1 Consider the differential equation = x y +. Plot the slope field for the differential equation. In particular plot all

More information

Chapter 3 Exponential and Logarithmic Functions

Chapter 3 Exponential and Logarithmic Functions Chapter 3 Exponential and Logarithmic Functions Overview: 3.1 Exponential Functions and Their Graphs 3.2 Logarithmic Functions and Their Graphs 3.3 Properties of Logarithms 3.4 Solving Exponential and

More information

CHM333 LECTURES 14 & 15: 2/15 17/12 SPRING 2012 Professor Christine Hrycyna

CHM333 LECTURES 14 & 15: 2/15 17/12 SPRING 2012 Professor Christine Hrycyna ENZYME KINETICS: The rate of the reaction catalyzed by enzyme E A + B P is defined as -Δ[A] or -Δ[B] or Δ[P] Δt Δt Δt A and B changes are negative because the substrates are disappearing P change is positive

More information

Chemistry 112 Chemical Kinetics. Kinetics of Simple Enzymatic Reactions: The Case of Competitive Inhibition

Chemistry 112 Chemical Kinetics. Kinetics of Simple Enzymatic Reactions: The Case of Competitive Inhibition Chemistry Chemical Kinetics Kinetics of Simple Enzymatic Reactions: The Case of Competitive Inhibition Introduction: In the following, we will develop the equations describing the kinetics of a single

More information

MATH-1420 Review Concepts (Haugen)

MATH-1420 Review Concepts (Haugen) MATH-40 Review Concepts (Haugen) Unit : Equations, Inequalities, Functions, and Graphs Rational Expressions Determine the domain of a rational expression Simplify rational expressions -factor and then

More information

A First Course on Kinetics and Reaction Engineering Example 9.4

A First Course on Kinetics and Reaction Engineering Example 9.4 Example 9.4 Problem Purpose This problem illustrates the use of a Lineweaver-Burk plot to determine the values of the constants in a Michaelis-Menten rate expression. Problem Statement Suppose the enzyme-catalyzed

More information

2. Algebraic functions, power functions, exponential functions, trig functions

2. Algebraic functions, power functions, exponential functions, trig functions Math, Prep: Familiar Functions (.,.,.5, Appendix D) Name: Names of collaborators: Main Points to Review:. Functions, models, graphs, tables, domain and range. Algebraic functions, power functions, exponential

More information

Algebra II Learning Targets

Algebra II Learning Targets Chapter 0 Preparing for Advanced Algebra LT 0.1 Representing Functions Identify the domain and range of functions LT 0.2 FOIL Use the FOIL method to multiply binomials LT 0.3 Factoring Polynomials Use

More information

FUNCTIONS AND MODELS

FUNCTIONS AND MODELS 1 FUNCTIONS AND MODELS FUNCTIONS AND MODELS 1.2 MATHEMATICAL MODELS: A CATALOG OF ESSENTIAL FUNCTIONS In this section, we will learn about: The purpose of mathematical models. MATHEMATICAL MODELS A mathematical

More information

Learning Objectives These show clearly the purpose and extent of coverage for each topic.

Learning Objectives These show clearly the purpose and extent of coverage for each topic. Preface This book is prepared for students embarking on the study of Additional Mathematics. Topical Approach Examinable topics for Upper Secondary Mathematics are discussed in detail so students can focus

More information

Core 3 (A2) Practice Examination Questions

Core 3 (A2) Practice Examination Questions Core 3 (A) Practice Examination Questions Trigonometry Mr A Slack Trigonometric Identities and Equations I know what secant; cosecant and cotangent graphs look like and can identify appropriate restricted

More information

Prentice Hall Geometry (c) 2007 correlated to American Diploma Project, High School Math Benchmarks

Prentice Hall Geometry (c) 2007 correlated to American Diploma Project, High School Math Benchmarks I1.1. Add, subtract, multiply and divide integers, fractions and decimals. I1.2. Calculate and apply ratios, proportions, rates and percentages to solve problems. I1.3. Use the correct order of operations

More information

Experiment #1. Math Review

Experiment #1. Math Review A. Scientific notation and Significant Figures Experiment #1. Math Review While entering a number in scientific notation in your calculator, look for the EE or the exp key on your calculator. For example

More information

Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Undetermined Coefficients Page 1

Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Undetermined Coefficients Page 1 Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Undetermined Coefficients Page 1 Questions Example (3.5.3) Find a general solution of the differential equation y 2y 3y = 3te

More information

Biochemical Kinetics: the science that studies rates of chemical reactions An example is the reaction (A P), The velocity, v, or rate, of the

Biochemical Kinetics: the science that studies rates of chemical reactions An example is the reaction (A P), The velocity, v, or rate, of the Biochemical Kinetics: the science that studies rates of chemical reactions An example is the reaction (A P), The velocity, v, or rate, of the reaction A P is the amount of P formed or the amount of A consumed

More information

Intermediate Algebra Study Guide

Intermediate Algebra Study Guide Chapter 1 Intermediate Algebra Study Guide 1. Simplify the following. (a) ( 6) + ( 4) ( 9) (b) ( 7) ( 6)( )( ) (c) 8 5 9 (d) 6x(xy x ) x (y 6x ) (e) 7x {6 [8 (x ) (6 x)]} (f) Evaluate x y for x =, y =.

More information

CURRICULUM GUIDE. Honors Algebra II / Trigonometry

CURRICULUM GUIDE. Honors Algebra II / Trigonometry CURRICULUM GUIDE Honors Algebra II / Trigonometry The Honors course is fast-paced, incorporating the topics of Algebra II/ Trigonometry plus some topics of the pre-calculus course. More emphasis is placed

More information

Enzyme Reactions. Lecture 13: Kinetics II Michaelis-Menten Kinetics. Margaret A. Daugherty Fall v = k 1 [A] E + S ES ES* EP E + P

Enzyme Reactions. Lecture 13: Kinetics II Michaelis-Menten Kinetics. Margaret A. Daugherty Fall v = k 1 [A] E + S ES ES* EP E + P Lecture 13: Kinetics II Michaelis-Menten Kinetics Margaret A. Daugherty Fall 2003 Enzyme Reactions E + S ES ES* EP E + P E = enzyme ES = enzyme-substrate complex ES* = enzyme/transition state complex EP

More information

Michaelis-Menten Kinetics. Lecture 13: Kinetics II. Enzyme Reactions. Margaret A. Daugherty. Fall Substrates bind to the enzyme s active site

Michaelis-Menten Kinetics. Lecture 13: Kinetics II. Enzyme Reactions. Margaret A. Daugherty. Fall Substrates bind to the enzyme s active site Lecture 13: Kinetics II Michaelis-Menten Kinetics Margaret A. Daugherty Fall 2003 Enzyme Reactions E + S ES ES* EP E + P E = enzyme ES = enzyme-substrate complex ES* = enzyme/transition state complex EP

More information

UNIT 5: DERIVATIVES OF EXPONENTIAL AND TRIGONOMETRIC FUNCTIONS. Qu: What do you remember about exponential and logarithmic functions?

UNIT 5: DERIVATIVES OF EXPONENTIAL AND TRIGONOMETRIC FUNCTIONS. Qu: What do you remember about exponential and logarithmic functions? UNIT 5: DERIVATIVES OF EXPONENTIAL AND TRIGONOMETRIC FUNCTIONS 5.1 DERIVATIVES OF EXPONENTIAL FUNCTIONS, y = e X Qu: What do you remember about exponential and logarithmic functions? e, called Euler s

More information

Part II => PROTEINS and ENZYMES. 2.7 Enzyme Kinetics 2.7a Chemical Kinetics 2.7b Enzyme Inhibition

Part II => PROTEINS and ENZYMES. 2.7 Enzyme Kinetics 2.7a Chemical Kinetics 2.7b Enzyme Inhibition Part II => PROTEINS and ENZYMES 2.7 Enzyme Kinetics 2.7a Chemical Kinetics 2.7b Enzyme Inhibition Section 2.7a: Chemical Kinetics Synopsis 2.7a - Chemical kinetics (or reaction kinetics) is the study of

More information

ALGEBRA AND TRIGONOMETRY

ALGEBRA AND TRIGONOMETRY ALGEBRA AND TRIGONOMETRY correlated to the Alabama Course of Study for Algebra 2 with Trigonometry CC2 6/2003 2004 Algebra and Trigonometry 2004 correlated to the Number and Operations Students will: 1.

More information

Ali Yaghi. Gumana Ghashan. Mamoun Ahram

Ali Yaghi. Gumana Ghashan. Mamoun Ahram 21 Ali Yaghi Gumana Ghashan Mamoun Ahram Kinetics The study of Kinetics deals with the rates of chemical reactions. Chemical kinetics is the study of the rate of chemical reactions. For the reaction (A

More information

Data Analysis. with Excel. An introduction for Physical scientists. LesKirkup university of Technology, Sydney CAMBRIDGE UNIVERSITY PRESS

Data Analysis. with Excel. An introduction for Physical scientists. LesKirkup university of Technology, Sydney CAMBRIDGE UNIVERSITY PRESS Data Analysis with Excel An introduction for Physical scientists LesKirkup university of Technology, Sydney CAMBRIDGE UNIVERSITY PRESS Contents Preface xv 1 Introduction to scientific data analysis 1 1.1

More information

Measurement of Enzyme Activity - ALP Activity (ALP: Alkaline phosphatase)

Measurement of Enzyme Activity - ALP Activity (ALP: Alkaline phosphatase) Measurement of Enzyme Activity - ALP Activity (ALP: Alkaline phosphatase) Measurement and analysis of enzyme activity is often used in the field of life science such as medicines and foods to investigate

More information

CHM112 Lab Math Review Grading Rubric

CHM112 Lab Math Review Grading Rubric Name CHM112 Lab Math Review Grading Rubric Criteria Points possible Points earned A. Simple Algebra 4 B. Scientific Notation and Significant Figures (0.5 points each question) C1. Evaluating log and ln

More information

Topic 4 Correlation and Regression. Transformed Variables

Topic 4 Correlation and Regression. Transformed Variables Topic 4 Correlation and Regression Transformed Variables 1 / 13 Outline Worldwide Oil Production Lineweaver-Burke double reciprocal plot 2 / 13 Worldwide Oil Production Example. The modern history of petroleum

More information

Fault Tolerant Computing CS 530DL

Fault Tolerant Computing CS 530DL Fault Tolerant Computing CS 530DL Additional Lecture Notes Modeling Yashwant K. Malaiya Colorado State University March 8, 2017 1 Quantitative models Derived from first principles: Arguments are actual

More information

SIMPLE MODEL Direct Binding Analysis

SIMPLE MODEL Direct Binding Analysis Neurochemistry, 56:120:575 Dr. Patrick J. McIlroy Supplementary Notes SIMPLE MODEL Direct Binding Analysis The interaction of a (radio)ligand, L, with its receptor, R, to form a non-covalent complex, RL,

More information

Lecture 15 (10/20/17) Lecture 15 (10/20/17)

Lecture 15 (10/20/17) Lecture 15 (10/20/17) Reading: Ch6; 98-203 Ch6; Box 6- Lecture 5 (0/20/7) Problems: Ch6 (text); 8, 9, 0,, 2, 3, 4, 5, 6 Ch6 (study guide-facts); 6, 7, 8, 9, 20, 2 8, 0, 2 Ch6 (study guide-applying); NEXT Reading: Ch6; 207-20

More information

EXPONENTIAL, LOGARITHMIC, AND TRIGONOMETRIC FUNCTIONS

EXPONENTIAL, LOGARITHMIC, AND TRIGONOMETRIC FUNCTIONS Calculus for the Life Sciences nd Edition Greenwell SOLUTIONS MANUAL Full download at: https://testbankreal.com/download/calculus-for-the-life-sciences-nd-editiongreenwell-solutions-manual-/ Calculus for

More information

Chapter 3: Derivatives

Chapter 3: Derivatives Name: Date: Period: AP Calc AB Mr. Mellina Chapter 3: Derivatives Sections: v 2.4 Rates of Change & Tangent Lines v 3.1 Derivative of a Function v 3.2 Differentiability v 3.3 Rules for Differentiation

More information

Precalculus Review. Functions to KNOW! 1. Polynomial Functions. Types: General form Generic Graph and unique properties. Constants. Linear.

Precalculus Review. Functions to KNOW! 1. Polynomial Functions. Types: General form Generic Graph and unique properties. Constants. Linear. Precalculus Review Functions to KNOW! 1. Polynomial Functions Types: General form Generic Graph and unique properties Constants Linear Quadratic Cubic Generalizations for Polynomial Functions - The domain

More information

Enzymes Part III: Enzyme kinetics. Dr. Mamoun Ahram Summer semester,

Enzymes Part III: Enzyme kinetics. Dr. Mamoun Ahram Summer semester, Enzymes Part III: Enzyme kinetics Dr. Mamoun Ahram Summer semester, 2015-2016 Kinetics Kinetics is deals with the rates of chemical reactions. Chemical kinetics is the study of the rates of chemical reactions.

More information

Quantile Textbook Report

Quantile Textbook Report Quantile Textbook Report Algebra 2 Author Charles, Randall I., et al StateEdition West Virginia Grade Algebra 2 1 Expressions, Equations, and Inequalities 1.1 Patterns and Expressions 930Q 1.2 Properties

More information

6.1 Reciprocal, Quotient, and Pythagorean Identities.notebook. Chapter 6: Trigonometric Identities

6.1 Reciprocal, Quotient, and Pythagorean Identities.notebook. Chapter 6: Trigonometric Identities Chapter 6: Trigonometric Identities 1 Chapter 6 Complete the following table: 6.1 Reciprocal, Quotient, and Pythagorean Identities Pages 290 298 6.3 Proving Identities Pages 309 315 Measure of

More information

Week #6 - Taylor Series, Derivatives and Graphs Section 10.1

Week #6 - Taylor Series, Derivatives and Graphs Section 10.1 Week #6 - Taylor Series, Derivatives and Graphs Section 10.1 From Calculus, Single Variable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 005 by John Wiley & Sons, Inc. This material is used by

More information

MR. YATES. Vocabulary. Quadratic Cubic Monomial Binomial Trinomial Term Leading Term Leading Coefficient

MR. YATES. Vocabulary. Quadratic Cubic Monomial Binomial Trinomial Term Leading Term Leading Coefficient ALGEBRA II WITH TRIGONOMETRY COURSE OUTLINE SPRING 2009. MR. YATES Vocabulary Unit 1: Polynomials Scientific Notation Exponent Base Polynomial Degree (of a polynomial) Constant Linear Quadratic Cubic Monomial

More information

6.0 INTRODUCTION TO DIFFERENTIAL EQUATIONS

6.0 INTRODUCTION TO DIFFERENTIAL EQUATIONS 6.0 Introduction to Differential Equations Contemporary Calculus 1 6.0 INTRODUCTION TO DIFFERENTIAL EQUATIONS This chapter is an introduction to differential equations, a major field in applied and theoretical

More information

Candidates are expected to have available a calculator. Only division by (x + a) or (x a) will be required.

Candidates are expected to have available a calculator. Only division by (x + a) or (x a) will be required. Revision Checklist Unit C2: Core Mathematics 2 Unit description Algebra and functions; coordinate geometry in the (x, y) plane; sequences and series; trigonometry; exponentials and logarithms; differentiation;

More information

Bemidji Area Schools Outcomes in Mathematics Analysis 1. Based on Minnesota Academic Standards in Mathematics (2007) Page 1 of 5

Bemidji Area Schools Outcomes in Mathematics Analysis 1. Based on Minnesota Academic Standards in Mathematics (2007) Page 1 of 5 Understand the concept of function, and identify important features of functions and other relations using symbolic and graphical methods where appropriate. 9..1.1 9..1. 9..1.3 9..1.4 9..1.5 9..1.6 9..1.7

More information

1.2 Supplement: Mathematical Models: A Catalog of Essential Functions

1.2 Supplement: Mathematical Models: A Catalog of Essential Functions Math 131 -copyright Angela Allen, Fall 2011 1 1.2 Supplement: Mathematical Models: A Catalog of Essential Functions Note: Some of these examples and figures come from your textbook Single Variable Calculus:

More information

HUDSONVILLE HIGH SCHOOL COURSE FRAMEWORK

HUDSONVILLE HIGH SCHOOL COURSE FRAMEWORK HUDSONVILLE HIGH SCHOOL COURSE FRAMEWORK COURSE / SUBJECT P r e c a l c u l u s ( A ) KEY COURSE OBJECTIVES/ENDURING UNDERSTANDINGS OVERARCHING/ESSENTIAL SKILLS OR QUESTIONS and Graphs Polynomial, Power,

More information

Pearson Georgia High School Mathematics Advanced Algebra

Pearson Georgia High School Mathematics Advanced Algebra A Correlation of Pearson Georgia High School Mathematics Advanced Algebra 2014 to the Gwinnett County Academic Knowledge and Skills (AKS) Mathematics Table of Contents A - Process Skills... 1 C - Geometry...

More information

function independent dependent domain range graph of the function The Vertical Line Test

function independent dependent domain range graph of the function The Vertical Line Test Functions A quantity y is a function of another quantity x if there is some rule (an algebraic equation, a graph, a table, or as an English description) by which a unique value is assigned to y by a corresponding

More information

A Partial List of Topics: Math Spring 2009

A Partial List of Topics: Math Spring 2009 A Partial List of Topics: Math 112 - Spring 2009 This is a partial compilation of a majority of the topics covered this semester and may not include everything which might appear on the exam. The purpose

More information

Chem Lecture 4 Enzymes Part 2

Chem Lecture 4 Enzymes Part 2 Chem 452 - Lecture 4 Enzymes Part 2 Question of the Day: Is there some easy way to clock how many reactions one enzyme molecule is able to catalyze in an hour? Thermodynamics I think that enzymes are molecules

More information

CHAPTER 6 ENZYME KINETICS AND THERMAL INACTIVATION OF POLYPHENOL OXIDASE

CHAPTER 6 ENZYME KINETICS AND THERMAL INACTIVATION OF POLYPHENOL OXIDASE CHAPTER 6 ENZYME KINETICS AND THERMAL INACTIVATION OF POLYPHENOL OXIDASE OVERVIEW OF CHAPTER Here we report the substrate specificity and enzyme kinetics of Polyphenol oxidase enzyme of A. paeoniifolius.

More information

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity SB Activity Activity 1 Creating Equations 1-1 Learning Targets: Create an equation in one variable from a real-world context. Solve an equation in one variable. 1-2 Learning Targets: Create equations in

More information

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity SB Activity Activity 1 Creating Equations 1-1 Learning Targets: Create an equation in one variable from a real-world context. Solve an equation in one variable. 1-2 Learning Targets: Create equations in

More information

CHEM Exam 1 February 11, 2016 Constants and Equations: R = 8.31 J/mol-K. Beer-Lambert Law: A log bc. Michaelis-Menten Equation: v0 M

CHEM Exam 1 February 11, 2016 Constants and Equations: R = 8.31 J/mol-K. Beer-Lambert Law: A log bc. Michaelis-Menten Equation: v0 M CHEM 1423 - Exam 1 February 11, 2016 Constants and Equations: R = 8.31 J/mol-K Io Beer-Lambert Law: A log bc I Vm[ S] Michaelis-Menten Equation: v0 K [ S] M CHEM 1423 - Exam 1 February 11, 2016 Name (60)

More information

Non-Linear Regression

Non-Linear Regression Non-Linear Regression Recall that linear regression is a technique for finding the equation of the line of best fit (LOBF) when two variables have a linear association (i.e. changes in one variable tend

More information

Year 12 Maths C1-C2-S1 2016/2017

Year 12 Maths C1-C2-S1 2016/2017 Half Term 1 5 th September 12 th September 19 th September 26 th September 3 rd October 10 th October 17 th October Basic algebra and Laws of indices Factorising expressions Manipulating surds and rationalising

More information

UC San Diego UC San Diego Previously Published Works

UC San Diego UC San Diego Previously Published Works UC San Diego UC San Diego Previously Published Works Title Linear or Nonlinear Least-Squares Analysis of Kinetic Data? Permalink https://escholarship.org/uc/item/2dz66348 Journal JOURNAL OF CHEMICAL EDUCATION,

More information

Year 12 Maths C1-C2-S1 2017/2018

Year 12 Maths C1-C2-S1 2017/2018 Half Term 1 5 th September 12 th September 19 th September 26 th September 3 rd October 10 th October 17 th October Basic algebra and Laws of indices Factorising expressions Manipulating surds and rationalising

More information

Enzyme Kinetics: How they do it

Enzyme Kinetics: How they do it Enzyme Kinetics: How they do it (R1) Formation of Enzyme-Substrate complex: (R2) Formation of Product (i.e. reaction): E + S ES ES -> E + P (R3) Desorption (decoupling/unbinding) of product is usually

More information

Copyright 2018 UC Regents and ALEKS Corporation. ALEKS is a registered trademark of ALEKS Corporation. 2/10

Copyright 2018 UC Regents and ALEKS Corporation. ALEKS is a registered trademark of ALEKS Corporation. 2/10 Prep for Calculus This course covers the topics outlined below. You can customize the scope and sequence of this course to meet your curricular needs. Curriculum (281 topics + 125 additional topics) Real

More information

Excel for Scientists and Engineers Numerical Method s. E. Joseph Billo

Excel for Scientists and Engineers Numerical Method s. E. Joseph Billo Excel for Scientists and Engineers Numerical Method s E. Joseph Billo Detailed Table of Contents Preface Acknowledgments About the Author Chapter 1 Introducing Visual Basic for Applications 1 Chapter

More information

The American School of Marrakesh. AP Calculus AB Summer Preparation Packet

The American School of Marrakesh. AP Calculus AB Summer Preparation Packet The American School of Marrakesh AP Calculus AB Summer Preparation Packet Summer 2016 SKILLS NEEDED FOR CALCULUS I. Algebra: *A. Exponents (operations with integer, fractional, and negative exponents)

More information

College Algebra with Trigonometry

College Algebra with Trigonometry College Algebra with Trigonometry This course covers the topics outlined below. You can customize the scope and sequence of this course to meet your curricular needs. Curriculum (556 topics + 614 additional

More information

Name: Partners: PreCalculus. Review 5 Version A

Name: Partners: PreCalculus. Review 5 Version A Name: Partners: PreCalculus Date: Review 5 Version A [A] Circle whether each statement is true or false. 1. 3 log 3 5x = 5x 2. log 2 16 x+3 = 4x + 3 3. ln x 6 + ln x 5 = ln x 30 4. If ln x = 4, then e

More information

Graphical Analysis and Errors MBL

Graphical Analysis and Errors MBL Graphical Analysis and Errors MBL I Graphical Analysis Graphs are vital tools for analyzing and displaying data Graphs allow us to explore the relationship between two quantities -- an independent variable

More information

STUDY GUIDE #2 Winter 2000 Chem 4540 ANSWERS

STUDY GUIDE #2 Winter 2000 Chem 4540 ANSWERS STUDY GUIDE #2 Winter 2000 Chem 4540 ANSWERS R. Merrill 1. Sketch the appropriate plots on the following axes. Assume that simple Michaelis- Menten kinetics apply. 2. The enzyme-catalyzed hydrolysis of

More information

Lecture # 3, 4 Selecting a Catalyst (Non-Kinetic Parameters), Review of Enzyme Kinetics, Selectivity, ph and Temperature Effects

Lecture # 3, 4 Selecting a Catalyst (Non-Kinetic Parameters), Review of Enzyme Kinetics, Selectivity, ph and Temperature Effects 1.492 - Integrated Chemical Engineering (ICE Topics: Biocatalysis MIT Chemical Engineering Department Instructor: Professor Kristala Prather Fall 24 Lecture # 3, 4 Selecting a Catalyst (Non-Kinetic Parameters,

More information

UNIT-I CURVE FITTING AND THEORY OF EQUATIONS

UNIT-I CURVE FITTING AND THEORY OF EQUATIONS Part-A 1. Define linear law. The relation between the variables x & y is liner. Let y = ax + b (1) If the points (x i, y i ) are plotted in the graph sheet, they should lie on a straight line. a is the

More information

Study Guide for Benchmark #1 Window of Opportunity: March 4-11

Study Guide for Benchmark #1 Window of Opportunity: March 4-11 Study Guide for Benchmark #1 Window of Opportunity: March -11 Benchmark testing is the department s way of assuring that students have achieved minimum levels of computational skill. While partial credit

More information

Exponential and. Logarithmic Functions. Exponential Functions. Logarithmic Functions

Exponential and. Logarithmic Functions. Exponential Functions. Logarithmic Functions Chapter Five Exponential and Logarithmic Functions Exponential Functions Logarithmic Functions Properties of Logarithms Exponential Equations Exponential Situations Logarithmic Equations Exponential Functions

More information

Enzyme Kinetics. Jonathan Gent and Douglas Saucedo May 24, 2002

Enzyme Kinetics. Jonathan Gent and Douglas Saucedo May 24, 2002 Enzyme Kinetics Jonathan Gent and Douglas Saucedo May 24, 2002 Abstract This paper consists of a mathematical derivation of the Michaelis-Menten equation, which models the rate of reaction of certain enzymatic

More information

Math 345 Intro to Math Biology Lecture 19: Models of Molecular Events and Biochemistry

Math 345 Intro to Math Biology Lecture 19: Models of Molecular Events and Biochemistry Math 345 Intro to Math Biology Lecture 19: Models of Molecular Events and Biochemistry Junping Shi College of William and Mary, USA Molecular biology and Biochemical kinetics Molecular biology is one of

More information

Calculus first semester exam information and practice problems

Calculus first semester exam information and practice problems Calculus first semester exam information and practice problems As I ve been promising for the past year, the first semester exam in this course encompasses all three semesters of Math SL thus far. It is

More information

AS PURE MATHS REVISION NOTES

AS PURE MATHS REVISION NOTES AS PURE MATHS REVISION NOTES 1 SURDS A root such as 3 that cannot be written exactly as a fraction is IRRATIONAL An expression that involves irrational roots is in SURD FORM e.g. 2 3 3 + 2 and 3-2 are

More information

Math Review for AP Calculus

Math Review for AP Calculus Math Review for AP Calculus This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence to meet

More information

Algebra III INSTRUCTIONAL PACING GUIDE (Days Based on 90 minutes)

Algebra III INSTRUCTIONAL PACING GUIDE (Days Based on 90 minutes) EA, IA, PC-1. Connect algebra and trigonometry with other branches of mathematics. EA, IA, PC-1.7 G-1. G-1.8 G-1.9 Understand how to represent algebraic and trigonometric relationships by using tools such

More information

SUBJECT: ADDITIONAL MATHEMATICS CURRICULUM OUTLINE LEVEL: 3 TOPIC OBJECTIVES ASSIGNMENTS / ASSESSMENT WEB-BASED RESOURCES. Online worksheet.

SUBJECT: ADDITIONAL MATHEMATICS CURRICULUM OUTLINE LEVEL: 3 TOPIC OBJECTIVES ASSIGNMENTS / ASSESSMENT WEB-BASED RESOURCES. Online worksheet. TERM 1 Simultaneous Online worksheet. Week 1 Equations in two Solve two simultaneous equations where unknowns at least one is a linear equation, by http://www.tutorvista.com/mat substitution. Understand

More information

Math Prep for Statics

Math Prep for Statics Math Prep for Statics This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence to meet curricular

More information

Mathematics, Algebra, and Geometry

Mathematics, Algebra, and Geometry Mathematics, Algebra, and Geometry by Satya http://www.thesatya.com/ Contents 1 Algebra 1 1.1 Logarithms............................................ 1. Complex numbers........................................

More information

Lecture 12: Burst Substrates and the V vs [S] Experiment

Lecture 12: Burst Substrates and the V vs [S] Experiment Biological Chemistry Laboratory Biology 3515/Chemistry 3515 Spring 2019 Lecture 12: Burst Substrates and the V vs [S] Experiment 14 February 2019 c David P. Goldenberg University of Utah goldenberg@biology.utah.edu

More information

Functions and their Graphs

Functions and their Graphs Chapter One Due Monday, December 12 Functions and their Graphs Functions Domain and Range Composition and Inverses Calculator Input and Output Transformations Quadratics Functions A function yields a specific

More information

Functions. Remark 1.2 The objective of our course Calculus is to study functions.

Functions. Remark 1.2 The objective of our course Calculus is to study functions. Functions 1.1 Functions and their Graphs Definition 1.1 A function f is a rule assigning a number to each of the numbers. The number assigned to the number x via the rule f is usually denoted by f(x).

More information

REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS

REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS The Department of Applied Mathematics administers a Math Placement test to assess fundamental skills in mathematics that are necessary to begin the study

More information

Math Academy I Fall Study Guide. CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8

Math Academy I Fall Study Guide. CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8 Name: Math Academy I Fall Study Guide CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8 1-A Terminology natural integer rational real complex irrational imaginary term expression argument monomial degree

More information

Chapter 11 Rate of Reaction

Chapter 11 Rate of Reaction William L Masterton Cecile N. Hurley http://academic.cengage.com/chemistry/masterton Chapter 11 Rate of Reaction Edward J. Neth University of Connecticut Outline 1. Meaning of reaction rate 2. Reaction

More information

Previous Class. Today. Michaelis Menten equation Steady state vs pre-steady state

Previous Class. Today. Michaelis Menten equation Steady state vs pre-steady state Previous Class Michaelis Menten equation Steady state vs pre-steady state Today Review derivation and interpretation Graphical representation Michaelis Menten equations and parameters The Michaelis Menten

More information

Example: Suppose Y has a Poisson distribution with mean

Example: Suppose Y has a Poisson distribution with mean Transformations A variance stabilizing transformation may be useful when the variance of y appears to depend on the value of the regressor variables, or on the mean of y. Table 5.1 lists some commonly

More information

Common Core Edition Table of Contents

Common Core Edition Table of Contents Common Core Edition Table of Contents ALGEBRA 1 Chapter 1 Foundations for Algebra 1-1 Variables and Expressions 1-2 Order of Operations and Evaluating Expressions 1-3 Real Numbers and the Number Line 1-4

More information

A First Course on Kinetics and Reaction Engineering Example 13.2

A First Course on Kinetics and Reaction Engineering Example 13.2 Example 13. Problem Purpose This example illustrates the analysis of kinetics data from a CSTR where the rate expression must be linearized. Problem Statement A new enzyme has been found for the dehydration

More information