![]() |
||
CONTENTSFront MatterCourse UnitsI. Chemical Reactions
II. Chemical Reaction Kinetics
A. Rate Expressions
B. Kinetics Experiments
C. Analysis of Kinetics Data
III. Chemical Reaction Engineering
A. Ideal Reactors
B. Perfectly Mixed Batch Reactors
C. Continuous Flow Stirred Tank Reactors
D. Plug Flow Reactors
E. Matching Reactors to Reactions
IV. Non-Ideal Reactions and Reactors
A. Alternatives to the Ideal Reactor Models
B. Coupled Chemical and Physical Kinetics
Supplemental Units |
Supplemental Unit S3. Fitting Linear Models to DataKinetics and reaction engineering involve solving several different kinds of mathematics problems. In very simple cases these problems can be solved analytically, that is, using paper, pencil and hand-held calculator. In many cases, however, even very simple problems cannot be solved analytically. Instead they must be solved numerically using a computer. This supplement to “A First Course on Kinetics and Reaction Engineering” presents a very brief overview of numerical methods that are commonly used to solve kinetics and reaction engineering problems. The intent is not to provide comprehensive coverage of the methods; for that you should consult a book on numerical methods or take a course on the topic. Fortunately, there are several software packages that make it very easy to use numerical methods to solve these kinds of problems. However, each software package has its own unique user interface, data structure and coding format. These supplemental units do not try to describe how to use every available software package. No matter which specific software package one chooses to use, solving a particular type of problem will require that you provide certain information and input data. These supplemental units each begin with a concise statement of the problem followed by a listing of the information and data one will need to provide when solving such a problem, irrespective of what software is actually used. The form of the result that will be returned by the software is also described. That is followed by a general explanation of what the software does in order to obtain that result. Finally, for those with access to MATLAB and who choose to use it, generic template files that can be adapted to specific problems are provided. Examples from the main body of “A First Course on Kinetics and Reaction Engineering” are used to illustrate the use of the MATLAB template files.This supplemental unit describes how to fit a linear model to single response data. Most generally, each data point (x1, x2, ..., xn, ŷ) consists of a number of set variables, xi, and a single response variable, ŷ. The corresponding model is a linear equation, y = p1x1 + p2x2 + ... + pnxn + pn+1, where the pi's are constant parameters. Two commonly encountered simplifications of the general case are also considered. In both simplified situations, each data point (x,ŷ) consists of a single set variable, x, and a single response variable, ŷ. The simplified situations differ in the mathematical form of the model. In one case the model, y = mx + b, has two constant parameters: a slope, m, and an intercept, b. In the other case, the model, y = mx, has only one constant parameter: a slope, m. Learning Resources
Teaching Resources
|