The Fourth Version Of Richardson s Extrapolation Spreadsheet Calculator Using Vba Programming For Numerical Differentiations

Size: px
Start display at page:

Download "The Fourth Version Of Richardson s Extrapolation Spreadsheet Calculator Using Vba Programming For Numerical Differentiations"

Transcription

1 Available online at GlobalIlluminators FULL PAPER PROCEEDING Multidisciplinary Studies Full Paper Proceeding GTAR-2014, Vol. 1, ISBN: GTAR-14 The Fourth Version Of Richardson s Extrapolation Spreadsheet Calculator Using Vba Programming For Numerical Differentiations Kim Gaik Taya 1*, Tau Han Cheongb 2, Sie Long Kekc 3 and Rosmila Abdul-Kahard 4 1Faculty of Electrical & Electronic Engineering, 2Department of Mathematics & Statistics,3Faculty of Science, Technology & Human Development, Universiti Tun Hussein Onn Malaysia, 4Faculty of Education, Universiti Teknologi Mara Abstract In this paper, we have further upgraded the limitation of our third version of Richardson s extrapolation spreadsheet calculator for computing differentiations numerically. In the third version, users have to input function f(x) using Excel Command. However, in this latest Richardson s extrapolation spreadsheet calculator, users only have to type in function f(x) naturally via programming syntax or mathematical form instead of using Excel command. Using one customized written function in VBA programming, the function f(x) is later evaluated in Excel. The latest version is more user-friendly especially to users who are not familiar with Excel. We believe this is the ideal version The Authors. Published by Global Illuminators. This is an open access article under the CC BY-NC-ND license ( Peer-review under responsibility of the Scientific & Review committee of GTAR Keywords Spreadsheet PACS: gb, H; Introduction In real-world problems, applications of the rate of change have been well-defined. For example, flow rate in a tank, productivity of an industrial process and marginal revenue of a manufacturing company. In fact, calculating the rate of change requires the knowledge of differentiation, which is an interesting topic in numerical analysis. Since the physical problems are complex, the exact differentiation is impossible to obtain. In such situations, an approximation of the definite differentiation is important to provide a practical solution. Richardson s extrapolation (Gaunt, 1927; Richardson, 1911), which is one of the most powerful approaches in numerical differentiation, improves the rate of convergence of a sequence in numerical differentiation. Implementation of Richardson s extrapolation via mathematical software or any computational tool leads to a desired definite differentiation. According to the works of (S. L. K. a. A.-K. K. G. Tay, 2012; S. L. K. a. R. A.-K. K. G. Tay, 2009, 2010; S. L. K. a. R. A.- K. K.G. Tay, 2009; Kek, 2008, 2009a, 2009b; S. L. & Tay S. L. Kek, K. G, 2008; S.L. & Tay *All correspondence related to this article should be directed to Kim Gaik Taya, Faculty of Electrical & Electronic Engineering, Universiti Teknologi Mara atay@uthm.edu.my 2015 The Authors. Published by Global Illuminators. This is an open access article under the CC BY-NC-ND license ( Peer-review under responsibility of the Scientific & Review committee of GTAR-2015.

2 S. L. Kek, K. G, 2009), Excel spreadsheet shows the calculation ability for a wide range of numerical methods. In addition, the application of Excel spreadsheet in implementing Richardson s extrapolation for numerical differentiation has been developed in (S. L. K. K.G. Tay, R. Abdul-Kahar M.A. Azlan & M.F. Lee, 2013) (S. L. K. K.G. Tay, R. Abdul-Kahar, 2013, 2014) recently. However, the previous Richardson s extrapolation Excel spreadsheet calculator (S. L. K. K.G. Tay, R. Abdul-Kahar M.A. Azlan & M.F. Lee, 2013) is limited to level four in calculating numerical differentiation and the initial value D(0, 0) of approximation to the derivative of a function is required to be keyed in by users using 3-point central difference formula. The improved version of Richardson s extrapolation Excel spreadsheet calculator (S. L. K. K.G. Tay, R. Abdul-Kahar, 2013) overcomes the previous two limitations, in which users only need to enter x, and h instead of the initial value D(0, 0) and it is able to calculate up to level 10. The new improved version of Richardson s extrapolation Excel spreadsheet calculator (S. L. K. K.G. Tay, R. Abdul-Kahar, 2014) further improved the flexibility of the previous two versions up to any level using VBA programming. However, there is still one drawback in the third version, that is users need to enter the function using Excel command rather than programming syntax or mathematical form. Hence it will be not user-friendly for users who are not familiar with Excel. Therefore, in this work, we further improved this drawback using one customized written function in VBA programming. Richardson s Extrapolation There are two ways to improve derivative estimates when employing finite divided differences; decreasing the step size or using a higher-order formula that employs more points. A third approach, based on Richardson s extrapolation which uses two derivatives, estimates a more accurate approximation. (Chapra & Canale, 2006) For a given function of approximations to the derivative of at a specified value of can be computed for a chosen value of using Richardson s extrapolation method as follows: (Mathews & Fink, 2004). K 4 D( J, K 1) D( J 1, K 1) 2K 2 D( J, K) O( h ), J 1, 2,..., K 1, 2,... K 4 1 (1) f ( x hj) f ( x hj) D( J,0), J 0,1, 2,... 2hJ (2) h h h h0 h, h1, h2,..., hj J (3) The iteration process (1) is repeated until D( J, J) D( J, J 1) or D( J, J) D( J 1, J 1) for a specified value of. The value of D( J, J ) then approximates f ( x) at this level. Richardson s extrapolation table for K from 1 to 4 is shown in Table (1). 186

3 Table 1: Richardson s Extrapolation table for level values from 1 to 4. J h J K DJ (,0) DJ (,1) DJ (,2) DJ (,3) DJ (,4) 0 h 0 D (0,0) 1 h 1 D (1,0) D (1,1) 2 h 2 D (2,0) D (2,1) D (2, 2) 3 h 3 D (3,0) D (3,1) D (3, 2) D (3,3) 4 h 4 D (4,0) D (4,1) D (4, 2) D (4,3) D (4, 4) Numerical Example In this section, a numerical example to be solved by Richardson s extrapolation is provided. Question: The temperature distribution of a cup of hot tea is given by kt T( t) T ( T T ) e, s 0 s where Ts is surrounding temperature, T0 is initial temperature of the tea at and k is a using Richardson s extrapolation. Find the exact value and absolute error. Solution: then into f(t), then Hence, the cooling rate function is given by Richardson s extrapolation at with can be approximated using The numerical solution of this example is shown in Figure 1 in Section 4, where is approximately , while the absolute error is shown in cell G4 in Figure

4 The Fourth Version Of Richardson s Extrapolation Spreadsheet Calculator Figure 1 illustrates the fourth version of Richardson s extrapolation spreadsheet calculator. This spreadsheet calculator is able to compute Richardson s extrapolation value up to any level similar to the third version. However, in this version, users can input the function to be differentiated into cell C2 via programming syntax or mathematical form rather than Excel Command. As in the previous version, will be entered into cell D4 and a chosen point of x can be entered into cell C3. The function will be evaluated at the chosen point of x and its value will be shown in cell C4. The command to evaluate the function value is shown on top of the formula bar as given in Figure 1. The customized eval function is given in Appendix A. Users can select the desired accuracy of one decimal place, two decimal places, up to nine decimal places calculation from the drop down menu in cell J3. To obtain the changes on the Richardson s extrapolation table up to the desired accuracy, users need to click on the APPLY button and the values in the Richardson s extrapolation table will be calculated automatically. The APPLY button is associated with VBA programming calculating the values in the Richardson s extrapolation table based on the stopping criteria. The details of the programming can be found in Appendix A. The final answer is shown in cell E4. To calculate the absolute error, users need to enter the exact differentiated function into cell F4. The absolute error will then be calculated automatically in cell G4. Figure 1: Solution using fourth version of Richardson s extrapolation spreadsheet calculator. The advantage of this fourth version of Richardson s extrapolation spreadsheet calculator is that it is more user- friendly especially to those who are not familiar with Microsoft Excel. Conclusion A fourth version of Richardson s extrapolation spreadsheet calculator has been developed to approximate the derivative of the given function at a chosen point with a step size The VBA programming that calculates Richardson s extrapolation values is given in Appendix A and the layout of the spreadsheet calculator is shown in Figure 1. The spreadsheet calculator is very user-friendly. It provides an alternative tool for approximating the numerical differentiation by Richardson s extrapolation. It can be used as a marking scheme for educators and students who need full solutions. Moreover, it reduces calculation time and is hoped to improve students learning ability. 188

5 Acknowledgements This project is financially supported by UTHM MDR research grant scheme vote References Chapra, S. C., & Canale, R. P. (2006). Numerical methods for engineers (Vol. 2). McGraw-Hill. Gaunt, L. F. R. a. J. A. (1927). Philosophical Transactions of the Royal Society of London. K. G. Tay, S. L. K. a. A.-K. (2012). Spreadsheets in Education K. G. Tay, S. L. K. a. R. A.-K. (2009). National Seminar on Science and Technology 2009 K. G. Tay, S. L. K. a. R. A.-K. (2010). Proceeding of the National Symposium on Application of Science Mathematics 2010and 18th Mathematical Science National Symposium. K.G. Tay, S. L. K., R. Abdul-Kahar. (2013). Proceeding of the 21st National Symposium on Mathematical Science (SKSM 2013): Gurney Resort Penang. K.G. Tay, S. L. K., R. Abdul-Kahar. (2014). Proceeding of the International Conference on Mathematics, Engineering and Industrial Applications (ICoMEIA 2014): Gurney Resort Penang. K.G. Tay, S. L. K., R. Abdul-Kahar M.A. Azlan & M.F. Lee. (2013). Spreadsheets in Education K.G. Tay, S. L. K. a. R. A.-K. (2009). Proceeding of the 3rd International Conference on Science and Mathematics Education. Kek, K. G. T. a. S. L. (2008). Proceeding of the National Symposium on Application of Science Mathematics Kek, K. G. T. a. S. L. (2009a). Proceeding of the 17th National Symposium on Mathematical Science. Kek, K. G. T. a. S. L. (2009b). Proceedings of the 4th International Conference on Research and Education in Mathematics. Mathews, J. H., & Fink, K. D. (2004). Numerical methods using MATLAB (Vol. 3): Prentice hall Upper Saddle River, NJ. Richardson, L. F. (1911). Philosophical Transactions of the Royal Society of London. S. L. Kek, S. L. T., K. G. (2008). Proceeding of the National Symposium on Application of Science Mathematics S. L. Kek, S. L. T., K. G. (2009). National Seminar on Science and Technology

6 Appendix A Sub richardson() ' ' richardson Macro ' ' Dim J As Integer Range("A8:N65536").Clear Range("A8:N65536").ShrinkToFit = True Columns("A:N").HorizontalAlignment = xlcenter Cells(2, 3).HorizontalAlignment = xlleft 'column i 'J=0 'Fill in the table of x-h, x, x+h and f(x-h), f(x) and f(x+h) J = 0 Cells(4, 12) = J Cells(4, 14) = (Cells(3, 3) - Cells(4, 4)) / 2 ^ J Cells(4, 15) = Cells(3, 3) Cells(4, 16) = (Cells(3, 3) + Cells(4, 4)) / 2 ^ J 'copy f(x) and paste into f(x-h), f(x) and f(x+h) Cells(4, 3).Select Selection.Copy Cells(5, 14).Select Cells(5, 15).Select Cells(5, 16).Select 'fill in label J Cells(8, 2) = "J" Cells(8, 2).Font.Bold = True Cells(8, 2).Borders.LineStyle = xlcontinuous Cells(8, 2).Interior.Color = RGB(255, 255, 0) 'fill in label h Cells(8, 3) = "h" Cells(8, 3).Font.Bold = True Cells(8, 3).Borders.LineStyle = xlcontinuous Cells(8, 3).Interior.Color = RGB(255, 100, 160) 'fill in K=0 Cells(8, 4) = 0 190

7 Cells(8, 4).Borders.LineStyle = xlcontinuous Cells(8, 4).Interior.Color = RGB(255, 255, 0) 'fill in K=1 Cells(8, 5) = 1 Cells(8, 5).Borders.LineStyle = xlcontinuous Cells(8, 5).Interior.Color = RGB(255, 255, 0) 'fill in row J=0 Cells(9, 2) = J Cells(9, 2).Borders.LineStyle = xlcontinuous Cells(9, 2).Interior.Color = RGB(255, 255, 0) Cells(9, 3) = Cells(4, 4) Cells(9, 3).Borders.LineStyle = xlcontinuous Cells(9, 3).Interior.Color = RGB(255, 100, 160) Cells(9, 4) = Round((Cells(5, 16) - Cells(5, 14)) / (2 * Cells(4, 4)), Cells(2, 19)) Cells(9, 4).Borders.LineStyle = xlcontinuous Cells(9, 4).Interior.Color = RGB(255, 190, 218) 'J=1 J = 1 K = 1 Cells(4, 12) = J Cells(4, 14) = Cells(3, 3) - Cells(4, 4) / 2 ^ J Cells(4, 15) = Cells(3, 3) Cells(4, 16) = Cells(3, 3) + Cells(4, 4) / 2 ^ J Cells(4, 3).Select Selection.Copy Cells(5, 14).Select Cells(5, 15).Select Cells(5, 16).Select 'Row J=1 Cells(10, 2) = J Cells(10, 2).Borders.LineStyle = xlcontinuous Cells(10, 2).Interior.Color = RGB(255, 255, 0) Cells(10, 3) = Cells(4, 4) / 2 ^ J Cells(10, 3).Borders.LineStyle = xlcontinuous Cells(10, 3).Interior.Color = RGB(255, 100, 160) Cells(10, 4) = Round((Cells(5, 16) - Cells(5, 14)) / (2 * (Cells(4, 4) / 2 ^ J)), Cells(2, 19)) Cells(10, 4).Borders.LineStyle = xlcontinuous Cells(10, 4).Interior.Color = RGB(255, 190, 218) 191

8 Cells(10, 5) = Round((4 ^ K * Cells(10, 4) - Cells(9, 4)) / (4 ^ K - 1), Cells(2, 19)) Cells(10, 5).Borders.LineStyle = xlcontinuous Cells(10, 5).Interior.Color = RGB(255, 190, 218) Do Until Abs(Cells(9 + J, 4 + K) - Cells(9 + J, 4 + K - 1)) < Cells(2, 20) Or Abs(Cells(9 + J, 4 + K) - Cells(9 + J - 1, 4 + K - 1)) < Cells(2, 20) J = J + 1 K = K + 1 'K value Cells(8, 4 + K) = K Cells(8, 4 + K).Borders.LineStyle = xlcontinuous Cells(8, 4 + K).Interior.Color = RGB(255, 255, 0) Cells(4, 12) = J Cells(4, 14) = Cells(3, 3) - Cells(4, 4) / 2 ^ J Cells(4, 15) = Cells(3, 3) Cells(4, 16) = Cells(3, 3) + Cells(4, 4) / 2 ^ J Cells(4, 3).Select Selection.Copy Cells(5, 14).Select Cells(5, 15).Select Cells(5, 16).Select 'J value Cells(9 + J, 2) = J Cells(9 + J, 2).Borders.LineStyle = xlcontinuous Cells(9 + J, 2).Interior.Color = RGB(255, 255, 0) Cells(9 + J, 3) = Cells(4, 4) / 2 ^ J Cells(9 + J, 3).Borders.LineStyle = xlcontinuous Cells(9 + J, 3).Interior.Color = RGB(255, 100, 160) Cells(9 + J, 4) = Round((Cells(5, 16) - Cells(5, 14)) / (2 * (Cells(4, 4) / 2 ^ J)), Cells(2, 19)) Cells(9 + J, 4).Borders.LineStyle = xlcontinuous Cells(9 + J, 4).Interior.Color = RGB(255, 190, 218) For C = 1 To K Cells(9 + J, 4 + C) = Round((4 ^ C * Cells(9 + J, 4 + C - 1) - Cells(9 + J - 1, 4 + C - 1)) / (4 ^ C - 1), Cells(2, 19)) Cells(9 + J, 4 + C).Borders.LineStyle = xlcontinuous Cells(9 + J, 4 + C).Interior.Color = RGB(255, 190, 218) Next C Loop Cells(4, 5) = Round(Cells(9 + J, 4 + K), Cells(2, 19)) Cells(4, 5).Select End Sub 192

9 Function Eval(Ref As String) Application.Volatile Eval = Evaluate(Ref) End Function 193

Milne s Spreadsheet Calculator Using VBA with Excel Programming for solving Ordinary Differential Equations

Milne s Spreadsheet Calculator Using VBA with Excel Programming for solving Ordinary Differential Equations Milne s Spreadsheet Calculator Using VBA with Excel Programming for solving Ordinary Differential Equations Miss. S. P. Hingmire 1, Dr. M.R. Gosavi 2, Dr. N. A.Patil 3 1 Research Scholar, Asst.Professor,

More information

Spreadsheet Solution of Systems of Nonlinear Differential Equations

Spreadsheet Solution of Systems of Nonlinear Differential Equations Spreadsheets in Education (ejsie) Volume 1 Issue 3 Article 4 10-5-2005 Spreadsheet Solution of Systems of Nonlinear Differential Equations Ali El-Hajj American University of Beirut, Lebanon, elhajj@aub.edu.lb

More information

SOLVING NON-LINEAR SYSTEMS BY NEWTON s METHOD USING SPREADSHEET EXCEL Tay Kim Gaik Universiti Tun Hussein Onn Malaysia

SOLVING NON-LINEAR SYSTEMS BY NEWTON s METHOD USING SPREADSHEET EXCEL Tay Kim Gaik Universiti Tun Hussein Onn Malaysia SOLVING NON-LINEAR SYSTEMS BY NEWTON s METHOD USING SPREADSHEET EXCEL Tay Km Gak Unverst Tun Hussen Onn Malaysa Kek Se Long Unverst Tun Hussen Onn Malaysa Rosmla Abdul-Kahar

More information

Appendix F. + 1 Ma 1. 2 Ma Ma Ma ln + K = 0 (4-173)

Appendix F. + 1 Ma 1. 2 Ma Ma Ma ln + K = 0 (4-173) 5:39p.m. Page:949 Trimsize:8.5in 11in Appendix F F.1 MICROSOFT EXCEL SOLVER FOR NON-LINEAR EQUATIONS The Solver is an optimization package that finds a maximum, minimum, or specified value of a target

More information

Nonlinear Control Systems Simulation Using Spreadsheets

Nonlinear Control Systems Simulation Using Spreadsheets Spreadsheets in Education (ejsie) Volume 1 Issue 2 Article 2 10-5-2005 Nonlinear Control Systems Simulation Using Spreadsheets Ali El-Hajj American University of Beirut, Lebanon, elhajj@aub.edu.lb Sami

More information

632 CHAP. 11 EIGENVALUES AND EIGENVECTORS. QR Method

632 CHAP. 11 EIGENVALUES AND EIGENVECTORS. QR Method 632 CHAP 11 EIGENVALUES AND EIGENVECTORS QR Method Suppose that A is a real symmetric matrix In the preceding section we saw how Householder s method is used to construct a similar tridiagonal matrix The

More information

To Create a Simple Formula using the Point and Click Method:

To Create a Simple Formula using the Point and Click Method: To Create a Simple Formula that Adds Two Numbers: Click the cell where the formula will be defined (C5, for example). Type the equal sign (=) to let Excel know a formula is being defined. Type the first

More information

MATHS TEACHING RESOURCES. For teachers of high-achieving students in KS2. 3 Cubic Equations

MATHS TEACHING RESOURCES. For teachers of high-achieving students in KS2. 3 Cubic Equations MATHS TEACHING RESOURCES For teachers of high-achieving students in KS2 3 Cubic Equations Welcome These resources have been put together with you, the primary teacher, at the forefront of our thinking.

More information

SKMM 3023 Applied Numerical Methods

SKMM 3023 Applied Numerical Methods UNIVERSITI TEKNOLOGI MALAYSIA SKMM 3023 Applied Numerical Methods Numerical Differentiation ibn Abdullah Faculty of Mechanical Engineering Òº ÙÐÐ ÚºÒÙÐÐ ¾¼½ SKMM 3023 Applied Numerical Methods Numerical

More information

K. Zainuddin et al. / Procedia Engineering 20 (2011)

K. Zainuddin et al. / Procedia Engineering 20 (2011) Available online at www.sciencedirect.com Procedia Engineering 20 (2011) 154 158 The 2 nd International Building Control Conference 2011 Developing a UiTM (Perlis) Web-Based of Building Space Management

More information

p 1 p 0 (p 1, f(p 1 )) (p 0, f(p 0 )) The geometric construction of p 2 for the se- cant method.

p 1 p 0 (p 1, f(p 1 )) (p 0, f(p 0 )) The geometric construction of p 2 for the se- cant method. 80 CHAP. 2 SOLUTION OF NONLINEAR EQUATIONS f (x) = 0 y y = f(x) (p, 0) p 2 p 1 p 0 x (p 1, f(p 1 )) (p 0, f(p 0 )) The geometric construction of p 2 for the se- Figure 2.16 cant method. Secant Method The

More information

Math 1526 Excel Lab 2 Summer 2012

Math 1526 Excel Lab 2 Summer 2012 Math 1526 Excel Lab 2 Summer 2012 Riemann Sums, Trapezoidal Rule and Simpson's Rule: In this lab you will learn how to recover information from rate of change data. For instance, if you have data for marginal

More information

Enhancing Computer-Based Problem Solving Skills with a Combination of Software Packages

Enhancing Computer-Based Problem Solving Skills with a Combination of Software Packages 3420 Enhancing Computer-Based Problem Solving Sills with a Combination of Software Pacages Mordechai Shacham Dept. of Chemical Engineering, Ben Gurion University of the Negev Beer-Sheva 84105, Israel e-mail:

More information

A Scientific Model for Free Fall.

A Scientific Model for Free Fall. A Scientific Model for Free Fall. I. Overview. This lab explores the framework of the scientific method. The phenomenon studied is the free fall of an object released from rest at a height H from the ground.

More information

Experiment: Oscillations of a Mass on a Spring

Experiment: Oscillations of a Mass on a Spring Physics NYC F17 Objective: Theory: Experiment: Oscillations of a Mass on a Spring A: to verify Hooke s law for a spring and measure its elasticity constant. B: to check the relationship between the period

More information

Land-Use Land-Cover Change Detector

Land-Use Land-Cover Change Detector 15 th Esri India User Conference 2014 Land-Use Land-Cover Change Detector Rushikesh Padsala Email ID:- rushikesh101@gmail.com Student, III Semester, M.Tech Geomatics, Faculty of Technology, CEPT University

More information

Using Tables and Graphing Calculators in Math 11

Using Tables and Graphing Calculators in Math 11 Using Tables and Graphing Calculators in Math 11 Graphing calculators are not required for Math 11, but they are likely to be helpful, primarily because they allow you to avoid the use of tables in some

More information

1. Open polymath: 2. Go to Help, Contents F1 or Press F1

1. Open polymath: 2. Go to Help, Contents F1 or Press F1 Polymath Tutorial Process Fluid Transport 1. Open polymath: 2. Go to Help, Contents F1 or Press F1 1 3. Read the section titled Introduction to Polymath both getting started and Variables and expressions

More information

The Tangent Parabola The AMATYC Review, Vol. 23, No. 1, Fall 2001, pp

The Tangent Parabola The AMATYC Review, Vol. 23, No. 1, Fall 2001, pp The Tangent Parabola The AMATYC Review, Vol. 3, No., Fall, pp. 5-3. John H. Mathews California State University Fullerton Fullerton, CA 9834 By Russell W. Howell Westmont College Santa Barbara, CA 938

More information

NINE CHOICE SERIAL REACTION TIME TASK

NINE CHOICE SERIAL REACTION TIME TASK instrumentation and software for research NINE CHOICE SERIAL REACTION TIME TASK MED-STATE NOTATION PROCEDURE SOF-700RA-8 USER S MANUAL DOC-025 Rev. 1.3 Copyright 2013 All Rights Reserved MED Associates

More information

434 CHAP. 8 NUMERICAL OPTIMIZATION. Powell's Method. Powell s Method

434 CHAP. 8 NUMERICAL OPTIMIZATION. Powell's Method. Powell s Method 434 CHAP. 8 NUMERICAL OPTIMIZATION Powell's Method Powell s Method Let X be an initial guess at the location of the minimum of the function z = f (x, x 2,...,x N ). Assume that the partial derivatives

More information

William H. Bauman III * NASA Applied Meteorology Unit / ENSCO, Inc. / Cape Canaveral Air Force Station, Florida

William H. Bauman III * NASA Applied Meteorology Unit / ENSCO, Inc. / Cape Canaveral Air Force Station, Florida 12.5 INTEGRATING WIND PROFILING RADARS AND RADIOSONDE OBSERVATIONS WITH MODEL POINT DATA TO DEVELOP A DECISION SUPPORT TOOL TO ASSESS UPPER-LEVEL WINDS FOR SPACE LAUNCH William H. Bauman III * NASA Applied

More information

If you like us, please share us on social media. The latest UCD Hyperlibrary newsletter is now complete, check it out.

If you like us, please share us on social media. The latest UCD Hyperlibrary newsletter is now complete, check it out. Sign In Forgot Password Register username username password password Sign In If you like us, please share us on social media. The latest UCD Hyperlibrary newsletter is now complete, check it out. ChemWiki

More information

CONSIM - MS EXCEL BASED STUDENT FRIENDLY SIMULATOR FOR TEACHING PROCESS CONTROL THEORY

CONSIM - MS EXCEL BASED STUDENT FRIENDLY SIMULATOR FOR TEACHING PROCESS CONTROL THEORY CONSIM - MS EXCEL BASED STUDENT FRIENDLY SIMULATOR FOR TEACHING PROCESS CONTROL THEORY S. Lakshminarayanan, 1 Rao Raghuraj K 1 and S. Balaji 1 1 Department of Chemical and Biomolecular Engineering, 4 Engineering

More information

A Review: Utilizing VBA to Solve Burgers Equation by The Method of Lines

A Review: Utilizing VBA to Solve Burgers Equation by The Method of Lines 1 A Review: Utilizing VBA to Solve Burgers Equation by The Method of Lines Edward M. Rosen EMR Technology Group Chesterfield, Missouri, 63017 Introduction There have been a number of studies that have

More information

Physics 4C Simple Harmonic Motion PhET Lab

Physics 4C Simple Harmonic Motion PhET Lab Physics 4C Simple Harmonic Motion PhET Lab Scott Hildreth Chabot College Goal: Explore principles of Simple Harmonic Motion through both hanging masses and pendula. Then, verify your understanding of how

More information

Falling Bodies (last

Falling Bodies (last Dr. Larry Bortner Purpose Falling Bodies (last edited ) To investigate the motion of a body under constant acceleration, specifically the motion of a mass falling freely to Earth. To verify the parabolic

More information

Boyle s Law: A Multivariable Model and Interactive Animated Simulation

Boyle s Law: A Multivariable Model and Interactive Animated Simulation Boyle s Law: A Multivariable Model and Interactive Animated Simulation Using tools available in Excel, we will turn a multivariable model into an interactive animated simulation. Projectile motion, Boyle's

More information

Agilent MassHunter Quantitative Data Analysis

Agilent MassHunter Quantitative Data Analysis Agilent MassHunter Quantitative Data Analysis Presenters: Howard Sanford Stephen Harnos MassHunter Quantitation: Batch and Method Setup Outliers, Data Review, Reporting 1 MassHunter Quantitative Analysis

More information

THE EFFECTS OF ABSORBER ATTACHMENT LOCATION ON VIBRATION RESPONSE OF SIMPLY SUPPORTED PLATE

THE EFFECTS OF ABSORBER ATTACHMENT LOCATION ON VIBRATION RESPONSE OF SIMPLY SUPPORTED PLATE THE EFFECTS OF ABSORBER ATTACHMENT LOCATION ON VIBRATION RESPONSE OF SIMPLY SUPPORTED PLATE Muhammad Mohamed Salleh 1 and Izzuddin Zaman 1,2 1 Faculty of Mechanical and Manufacturing Engineering, 2 Structural

More information

Titrator 3.0 Tutorial: Calcite precipitation

Titrator 3.0 Tutorial: Calcite precipitation Titrator 3.0 Tutorial: Calcite precipitation November 2008 Steve Cabaniss A. Introduction This brief tutorial is intended to acquaint you with some of the features of the program Titrator. It assumes that

More information

CREATING CUSTOMIZED DATE RANGE COLLECTIONS IN PRESENTATION STUDIO

CREATING CUSTOMIZED DATE RANGE COLLECTIONS IN PRESENTATION STUDIO CREATING CUSTOMIZED DATE RANGE COLLECTIONS IN PRESENTATION STUDIO Date range collections are pre-defined reporting periods for performance data. You have two options: Dynamic date ranges automatically

More information

BASIC TECHNOLOGY Pre K starts and shuts down computer, monitor, and printer E E D D P P P P P P P P P P

BASIC TECHNOLOGY Pre K starts and shuts down computer, monitor, and printer E E D D P P P P P P P P P P BASIC TECHNOLOGY Pre K 1 2 3 4 5 6 7 8 9 10 11 12 starts and shuts down computer, monitor, and printer P P P P P P practices responsible use and care of technology devices P P P P P P opens and quits an

More information

Contents. Feature Articles. On the Web. Resources. A Publication for ANSYS Users

Contents. Feature Articles. On the Web. Resources. A Publication for ANSYS Users Contents Contents Feature Articles ANSYS Thermal: Getting the Heat Flow from Convection BCs Benchmarking ANSYS 6.1 on HP Systems CADfix On the Web New in ANSYS 6.1 PADT Seminar: Multiphysics Analysis PADT

More information

Uncertainty in Physical Measurements: Module 5 Data with Two Variables

Uncertainty in Physical Measurements: Module 5 Data with Two Variables : Module 5 Data with Two Variables Often data have two variables, such as the magnitude of the force F exerted on an object and the object s acceleration a. In this Module we will examine some ways to

More information

Domain s Sweep, a Computational Method to Optimise Chemical and Physical Processes

Domain s Sweep, a Computational Method to Optimise Chemical and Physical Processes Article Domain s Sweep, a Computational Method to Optimise Chemical and Physical Processes Alexandre César Balbino Barbosa Filho Department of Chemical Engineering, Federal University of Campina Grande,

More information

A Spreadsheet Illustration of the Transient Stability Analysis of Power Systems

A Spreadsheet Illustration of the Transient Stability Analysis of Power Systems Spreadsheets in Education (ejsie) Volume 3 Issue 3 Article 6 3-28-2010 A Spreadsheet Illustration of the Transient Stability Analysis of Power Systems Mark A. Lau Universidad del Turabo, mlau@suagm.edu

More information

Miniature Fiber Optic Spectrometry StellarNet Tutorial

Miniature Fiber Optic Spectrometry  StellarNet Tutorial StellarNet Tutorial Using SpectraWiz VBA-NIST-CRI/CQS for MS Excel Contents This tutorial describes the basic measurement procedure for using a StellarNet SpectroRadiometer system with the free SpectraWiz

More information

Using Spreadsheets to Teach Engineering Problem Solving: Differential and Integral Equations

Using Spreadsheets to Teach Engineering Problem Solving: Differential and Integral Equations Session 50 Using Spreadsheets to Teach Engineering Problem Solving: Differential and Integral Equations James P. Blanchard University of Wisconsin - Madison ABSTRACT Spreadsheets offer significant advantages

More information

Rutherford s Scattering Explanation

Rutherford s Scattering Explanation Exploration: Rutherford s Scattering Explanation The purpose of this exploration is to become familiar with Rutherford s analysis that formed a crucial part of his idea of a nuclear atom. To assist you

More information

9.6 Predictor-Corrector Methods

9.6 Predictor-Corrector Methods SEC. 9.6 PREDICTOR-CORRECTOR METHODS 505 Adams-Bashforth-Moulton Method 9.6 Predictor-Corrector Methods The methods of Euler, Heun, Taylor, and Runge-Kutta are called single-step methods because they use

More information

USE OF MATLAB TO UNDERSTAND BASIC MATHEMATICS

USE OF MATLAB TO UNDERSTAND BASIC MATHEMATICS USE OF MATLAB TO UNDERSTAND BASIC MATHEMATICS Sanjay Gupta P. G. Department of Mathematics, Dev Samaj College For Women, Punjab ( India ) ABSTRACT In this paper, we talk about the ways in which computer

More information

Solving an optimization problem of a profit calculation taking into account fixed costs in Excel

Solving an optimization problem of a profit calculation taking into account fixed costs in Excel Solving an optimization problem of a profit calculation taking into account fixed costs in Excel AUTHORS ARTICLE INFO JOURNAL FOUNDER Lyudmyla Malyarets Olesia Iastremska Lyudmyla Malyarets and Olesia

More information

Subject: Cycle Modification on the ABI 3900 DNA Synthesizer using software v1.2

Subject: Cycle Modification on the ABI 3900 DNA Synthesizer using software v1.2 Subject: on the ABI 3900 DNA Synthesizer using software v1.2 Overview: This bulletin describes how to modify the cycle files on the ABI 3900 DNA Synthesizer. In this User Bulletin: Topic Page Cycle File

More information

DISCRETE RANDOM VARIABLES EXCEL LAB #3

DISCRETE RANDOM VARIABLES EXCEL LAB #3 DISCRETE RANDOM VARIABLES EXCEL LAB #3 ECON/BUSN 180: Quantitative Methods for Economics and Business Department of Economics and Business Lake Forest College Lake Forest, IL 60045 Copyright, 2011 Overview

More information

5-Sep-15 PHYS101-2 GRAPHING

5-Sep-15 PHYS101-2 GRAPHING GRAPHING Objectives 1- To plot and analyze a graph manually and using Microsoft Excel. 2- To find constants from a nonlinear relation. Exercise 1 - Using Excel to plot a graph Suppose you have measured

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

Planning Softproviding Meat User Documentation

Planning Softproviding Meat User Documentation Great ideas are always simple Softproviding simply makes them happen. Planning Softproviding Meat User Documentation Version: 1.00 Date: 24 August 2017 Release: v5.50 Softproviding AG Riehenring 175 CH-4058

More information

Module 2A Turning Multivariable Models into Interactive Animated Simulations

Module 2A Turning Multivariable Models into Interactive Animated Simulations Module 2A Turning Multivariable Models into Interactive Animated Simulations Using tools available in Excel, we will turn a multivariable model into an interactive animated simulation. Projectile motion,

More information

SteelSmart System Cold Formed Steel Design Software Download & Installation Instructions

SteelSmart System Cold Formed Steel Design Software Download & Installation Instructions Step 1 - Login or Create an Account at the ASI Portal: Login: https://portal.appliedscienceint.com/account/login Create Account: https://portal.appliedscienceint.com/account/register 2 0 1 7 A p p l i

More information

Ideal Gas Law and Absolute Zero

Ideal Gas Law and Absolute Zero Experiment IX Ideal Gas Law and Absolute Zero I. Purpose The purpose of this lab is to examine the relationship between the pressure, volume and temperature of air in a closed chamber. To do this, you

More information

Computer simulation of radioactive decay

Computer simulation of radioactive decay Computer simulation of radioactive decay y now you should have worked your way through the introduction to Maple, as well as the introduction to data analysis using Excel Now we will explore radioactive

More information

Estimating Relationship Development Spreadsheet and Unit-as-an-Independent Variable Regressions

Estimating Relationship Development Spreadsheet and Unit-as-an-Independent Variable Regressions Estimating Relationship Development Spreadsheet and Unit-as-an-Independent Variable Regressions Raymond P. Covert and Noah L. Wright MCR, LLC MCR, LLC rcovert@mcri.com nwright@mcri.com ABSTRACT MCR has

More information

TUBE BANKS TEST PROBLEMS

TUBE BANKS TEST PROBLEMS TUBE BANKS TEST PROBLEMS The non-proprietary tests used to validate INSTED analysis of flow and heat transfer over tube banks are presented in this section. You may need to consult the original sources

More information

M E R C E R W I N WA L K T H R O U G H

M E R C E R W I N WA L K T H R O U G H H E A L T H W E A L T H C A R E E R WA L K T H R O U G H C L I E N T S O L U T I O N S T E A M T A B L E O F C O N T E N T 1. Login to the Tool 2 2. Published reports... 7 3. Select Results Criteria...

More information

Colour by Numbers in Excel 2007: Solving Algebraic Equations Without Algebra

Colour by Numbers in Excel 2007: Solving Algebraic Equations Without Algebra Spreadsheets in Education (ejsie) Volume 4 Issue 2 Article 3 12-10-2010 Colour by Numbers in Excel 2007: Solving Algebraic Equations Without Algebra Stephen Sugden Bond University, ssugden@bond.edu.au

More information

The Coffee-Turkey Juxtaposition

The Coffee-Turkey Juxtaposition The Materials TI-Nspire CX CAS handheld Vernier EasyTemp Sensor Hot water source Coffee cups Freshly cooked turkey Introduction to the Investigation Have you ever noticed that when a hot liquid is placed

More information

Project 2: Using linear systems for numerical solution of boundary value problems

Project 2: Using linear systems for numerical solution of boundary value problems LINEAR ALGEBRA, MATH 124 Instructor: Dr. T.I. Lakoba Project 2: Using linear systems for numerical solution of boundary value problems Goal Introduce one of the most important applications of Linear Algebra

More information

Calculating the Mean Absolute Deviation Using Microsoft Excel

Calculating the Mean Absolute Deviation Using Microsoft Excel In this Microsoft Excel tutorial we will review how to calculate the Mean Absolute Deviation. The video displays the title page. Edward Volchok, PhD Page 1 of 24 MAD_Transcript.docx The Mean Absolute Deviation

More information

9.2 Euler s Method. (1) t k = a + kh for k = 0, 1,..., M where h = b a. The value h is called the step size. We now proceed to solve approximately

9.2 Euler s Method. (1) t k = a + kh for k = 0, 1,..., M where h = b a. The value h is called the step size. We now proceed to solve approximately 464 CHAP. 9 SOLUTION OF DIFFERENTIAL EQUATIONS 9. Euler s Method The reader should be convinced that not all initial value problems can be solved explicitly, and often it is impossible to find a formula

More information

Multiple group models for ordinal variables

Multiple group models for ordinal variables Multiple group models for ordinal variables 1. Introduction In practice, many multivariate data sets consist of observations of ordinal variables rather than continuous variables. Most statistical methods

More information

M&M Exponentials Exponential Function

M&M Exponentials Exponential Function M&M Exponentials Exponential Function Teacher Guide Activity Overview In M&M Exponentials students will experiment with growth and decay functions. Students will also graph their experimental data and

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Objective: Students will gain familiarity with using Excel to record data, display data properly, use built-in formulae to do calculations, and plot and fit data with linear functions.

More information

Spreadsheet Simulation for Demonstrating Projectile Motion

Spreadsheet Simulation for Demonstrating Projectile Motion Vol. 6, No. 1, 2015, 32-38 Spreadsheet Simulation for Demonstrating Projectile Motion Anthony J. Ukwumonu 1, Ishiyaku A. Mbela 2, Laminu A. Song 3 Abstract The paper shows the way of creating simulation

More information

Mathematics with Maple

Mathematics with Maple Mathematics with Maple A Comprehensive E-Book Harald Pleym Preface The main objective of these Maple worksheets, organized for use with all Maple versions from Maple 14, is to show how the computer algebra

More information

QuantumMCA QuantumNaI QuantumGe QuantumGold

QuantumMCA QuantumNaI QuantumGe QuantumGold QuantumMCA QuantumNaI QuantumGe QuantumGold Berkeley Nucleonics Corporation (San Rafael, CA) and Princeton Gamma Tech (Princeton, NJ) have partnered to offer gamma spectroscopy with either germanium or

More information

Combining Numerical Problem Solving with Access to Physical Property Data a New Paradigm in ChE Education

Combining Numerical Problem Solving with Access to Physical Property Data a New Paradigm in ChE Education Combining Numerical Problem Solving with Access to Physical Property Data a New Paradigm in ChE Education Michael B. Cutlip, Mordechai Shacham, and Michael Elly Dept. of Chemical Engineering, University

More information

Proposal of an Experimental Apparatus for Learning about Torque

Proposal of an Experimental Apparatus for Learning about Torque New Physics: Sae Mulli, Vol. 65, No. 12, December 2015, pp. 1209 1222 DOI: 10.3938/NPSM.65.1209 Proposal of an Experimental Apparatus for Learning about Torque Donggeul Hyun Department of Science Education,

More information

HALF YEARLY EXAMINATION 2018 COMPUER SCIENCE ANSWER KEY. 16. Entering new text or modifying existing text in a document is known as text editing

HALF YEARLY EXAMINATION 2018 COMPUER SCIENCE ANSWER KEY. 16. Entering new text or modifying existing text in a document is known as text editing et et 1. A 2. D 3. D 4. B 5. C 6. A 7. A 8. C 9. A 10. C 11. B 12. A 13. C 14. A 15. C et et et et et et et et et et et et et et et et et et et et et et HALF YEARLY EXAMINATION 2018 COMPUER SCIENCE ANSWER

More information

Enhancing the Teaching of Moment Distribution Analysis Using Spreadsheet

Enhancing the Teaching of Moment Distribution Analysis Using Spreadsheet Enhancing the Teaching of Moment Distribution Analysis Using Spreadsheet Karen C. Chou Abstract This paper illustrates the use of spreadsheet such as EXCEL to enhance the efficiency of moment distribution

More information

Lecture 2. Introduction to ESRI s ArcGIS Desktop and ArcMap

Lecture 2. Introduction to ESRI s ArcGIS Desktop and ArcMap Lecture 2 Introduction to ESRI s ArcGIS Desktop and ArcMap Outline ESRI What is ArcGIS? ArcGIS Desktop ArcMap Overview Views Layers Attribute Tables Help! Scale Tips and Tricks ESRI Environmental Systems

More information

GTECH 380/722 Analytical and Computer Cartography Hunter College, CUNY Department of Geography

GTECH 380/722 Analytical and Computer Cartography Hunter College, CUNY Department of Geography GTECH 380/722 Analytical and Computer Cartography Hunter College, CUNY Department of Geography Fall 2014 Mondays 5:35PM to 9:15PM Instructor: Doug Williamson, PhD Email: Douglas.Williamson@hunter.cuny.edu

More information

Colour by Numbers: Solving Algebraic Equations Without Algebra

Colour by Numbers: Solving Algebraic Equations Without Algebra Spreadsheets in Education (ejsie) Volume Issue 1 Article 6 1-5-006 Colour by Numbers: Solving Algebraic Equations Without Algebra Stephen J. Sugden Bond University, ssugden@bond.edu.au Follow this and

More information

Capability Assessment of Finite Element Software in Predicting the Last Ply Failure of Composite Laminates

Capability Assessment of Finite Element Software in Predicting the Last Ply Failure of Composite Laminates Available online at www.sciencedirect.com Procedia Engineering 41 (2012 ) 1647 1653 International Symposium on Robotics and Intelligent Sensors 2012 (IRIS 2012) Capability Assessment of Finite Element

More information

VALUES FOR THE CUMULATIVE DISTRIBUTION FUNCTION OF THE STANDARD MULTIVARIATE NORMAL DISTRIBUTION. Carol Lindee

VALUES FOR THE CUMULATIVE DISTRIBUTION FUNCTION OF THE STANDARD MULTIVARIATE NORMAL DISTRIBUTION. Carol Lindee VALUES FOR THE CUMULATIVE DISTRIBUTION FUNCTION OF THE STANDARD MULTIVARIATE NORMAL DISTRIBUTION Carol Lindee LindeeEmail@netscape.net (708) 479-3764 Nick Thomopoulos Illinois Institute of Technology Stuart

More information

Chapter 2 Solutions of Equations of One Variable

Chapter 2 Solutions of Equations of One Variable Chapter 2 Solutions of Equations of One Variable 2.1 Bisection Method In this chapter we consider one of the most basic problems of numerical approximation, the root-finding problem. This process involves

More information

Experiment 13. Dilutions and Data Handling in a Spreadsheet rev 1/2013

Experiment 13. Dilutions and Data Handling in a Spreadsheet rev 1/2013 Absorbance Experiment 13 Dilutions and Data Handling in a Spreadsheet rev 1/2013 GOAL: This lab experiment will provide practice in making dilutions using pipets and introduce basic spreadsheet skills

More information

Using Excel to Implement the Finite Difference Method for 2-D Heat Transfer in a Mechanical Engineering Technology Course

Using Excel to Implement the Finite Difference Method for 2-D Heat Transfer in a Mechanical Engineering Technology Course Paper ID #9196 Using Excel to Implement the Finite Difference Method for -D Heat ransfer in a Mechanical Engineering echnology Course Mr. Robert Edwards, Pennsylvania State University, Erie Bob Edwards

More information

Lecture Notes: Introduction to IDF and ATC

Lecture Notes: Introduction to IDF and ATC Lecture Notes: Introduction to IDF and ATC James T. Allison April 5, 2006 This lecture is an introductory tutorial on the mechanics of implementing two methods for optimal system design: the individual

More information

Numerical Methods For Chemical Engineers With Matlab Applications Solutions Manual

Numerical Methods For Chemical Engineers With Matlab Applications Solutions Manual Numerical Methods For Chemical Engineers With Matlab Applications Solutions Manual Introduction to Chemical Processes: Principles, Analysis, Synthesis (Mcgraw-Hill Chemical Solutions Manual. to accompany

More information

Probable Factors. Problem Statement: Equipment. Introduction Setting up the simulation. Student Activity

Probable Factors. Problem Statement: Equipment. Introduction Setting up the simulation. Student Activity Student Activity 7 8 9 10 11 1 TI-Nspire CAS Investigation Student 10min Problem Statement: What is the probability that a randomly generated quadratic can be factorised? This investigation looks at a

More information

TALLINN UNIVERSITY OF TECHNOLOGY, INSTITUTE OF PHYSICS 6. THE TEMPERATURE DEPENDANCE OF RESISTANCE

TALLINN UNIVERSITY OF TECHNOLOGY, INSTITUTE OF PHYSICS 6. THE TEMPERATURE DEPENDANCE OF RESISTANCE 6. THE TEMPERATURE DEPENDANCE OF RESISTANCE 1. Objective Determining temperature coefficient of metal and activation energy of self-conductance of semiconductor sample. 2. Equipment needed Metal and semiconductor

More information

EXPERIMENT 2 Reaction Time Objectives Theory

EXPERIMENT 2 Reaction Time Objectives Theory EXPERIMENT Reaction Time Objectives to make a series of measurements of your reaction time to make a histogram, or distribution curve, of your measured reaction times to calculate the "average" or mean

More information

Appendix B Microsoft Office Specialist exam objectives maps

Appendix B Microsoft Office Specialist exam objectives maps B 1 Appendix B Microsoft Office Specialist exam objectives maps This appendix covers these additional topics: A Excel 2003 Specialist exam objectives with references to corresponding material in Course

More information

Evaluation Performance of PID, LQR, Pole Placement Controllers for Heat Exchanger

Evaluation Performance of PID, LQR, Pole Placement Controllers for Heat Exchanger Evaluation Performance of PID, LQR, Pole Placement Controllers for Heat Exchanger Mohamed Essahafi, Mustapha Ait Lafkih Abstract In industrial environments, the heat exchanger is a necessary component

More information

Investigating Factors that Influence Climate

Investigating Factors that Influence Climate Investigating Factors that Influence Climate Description In this lesson* students investigate the climate of a particular latitude and longitude in North America by collecting real data from My NASA Data

More information

Utilizing Data from American FactFinder with TIGER/Line Shapefiles in ArcGIS

Utilizing Data from American FactFinder with TIGER/Line Shapefiles in ArcGIS Utilizing Data from American FactFinder with TIGER/Line Shapefiles in ArcGIS Web Adams, GISP Data Dissemination Specialist U.S. Census Bureau New York Regional Office 1 What We Do Decennial Census Every

More information

A Mathematica Companion for Differential Equations

A Mathematica Companion for Differential Equations iii A Mathematica Companion for Differential Equations Selwyn Hollis PRENTICE HALL, Upper Saddle River, NJ 07458 iv v Contents Preface viii 0. An Introduction to Mathematica 0.1 Getting Started 1 0.2 Functions

More information

Data Analyses in Multivariate Regression Chii-Dean Joey Lin, SDSU, San Diego, CA

Data Analyses in Multivariate Regression Chii-Dean Joey Lin, SDSU, San Diego, CA Data Analyses in Multivariate Regression Chii-Dean Joey Lin, SDSU, San Diego, CA ABSTRACT Regression analysis is one of the most used statistical methodologies. It can be used to describe or predict causal

More information

6-2. Absolute Value, Square Roots, and Quadratic Equations. Vocabulary. Lesson. Example 1 Solve for x: x - 4 = 8.1. Mental Math

6-2. Absolute Value, Square Roots, and Quadratic Equations. Vocabulary. Lesson. Example 1 Solve for x: x - 4 = 8.1. Mental Math Chapter 6 Lesson 6-2 Absolute Value, Square Roots, and Quadratic Equations BIG IDEA Geometrically, the absolute value of a number is its distance on a number line from 0. Algebraically, the absolute value

More information

Modeling and Model Predictive Control of Nonlinear Hydraulic System

Modeling and Model Predictive Control of Nonlinear Hydraulic System Modeling and Model Predictive Control of Nonlinear Hydraulic System Petr Chalupa, Jakub Novák Department of Process Control, Faculty of Applied Informatics, Tomas Bata University in Zlin, nám. T. G. Masaryka

More information

Multiple Comparisons. The Interaction Effects of more than two factors in an analysis of variance experiment. Submitted by: Anna Pashley

Multiple Comparisons. The Interaction Effects of more than two factors in an analysis of variance experiment. Submitted by: Anna Pashley Multiple Comparisons The Interaction Effects of more than two factors in an analysis of variance experiment. Submitted by: Anna Pashley One way Analysis of Variance (ANOVA) Testing the hypothesis that

More information

Available online at ScienceDirect. Procedia Engineering 100 (2015 )

Available online at   ScienceDirect. Procedia Engineering 100 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 100 (015 ) 345 349 5th DAAAM International Symposium on Intelligent Manufacturing and Automation, DAAAM 014 Control of Airflow

More information

In this activity, students will compare weather data from to determine if there is a warming trend in their community.

In this activity, students will compare weather data from to determine if there is a warming trend in their community. Overview: In this activity, students will compare weather data from 1910-2000 to determine if there is a warming trend in their community. Objectives: The student will: use the Internet to locate scientific

More information

My Map Activity MINNESOTA SOCIAL STUDIES STANDARDS & BENCHMARKS

My Map Activity MINNESOTA SOCIAL STUDIES STANDARDS & BENCHMARKS My Map Activity OVERVIEW & OBJECTIVES Students will learn the basics of Google Maps while using geospatial data to create their neighborhood map with the places they spend time. They will also collect

More information

Looking hard at algebraic identities.

Looking hard at algebraic identities. Looking hard at algebraic identities. Written by Alastair Lupton and Anthony Harradine. Seeing Double Version 1.00 April 007. Written by Anthony Harradine and Alastair Lupton. Copyright Harradine and Lupton

More information

Building counter examples in teaching and learning of high school mathematics with the aid of Geogebra

Building counter examples in teaching and learning of high school mathematics with the aid of Geogebra Building counter examples in teaching and learning of high school mathematics with the aid of Geogebra PhD. Le Tuan Anh Faculty of Mathematics and Informatics, Hanoi National University of Education, Vietnam

More information

Introduction to Computer Tools and Uncertainties

Introduction to Computer Tools and Uncertainties Experiment 1 Introduction to Computer Tools and Uncertainties 1.1 Objectives To become familiar with the computer programs and utilities that will be used throughout the semester. To become familiar with

More information

1-D Convection-Diffusion Lab

1-D Convection-Diffusion Lab Computational Fluid Dynamics -D Convection-Diffusion Lab The lab. uses scientificworkplace symbolic calculus and maths editor software (SWP) This file Concevtion-Diffusion-Lab is available from Blackboard

More information

Life Cycle of Stars. Photometry of star clusters with SalsaJ. Authors: Daniel Duggan & Sarah Roberts

Life Cycle of Stars. Photometry of star clusters with SalsaJ. Authors: Daniel Duggan & Sarah Roberts Photometry of star clusters with SalsaJ Authors: Daniel Duggan & Sarah Roberts Photometry of star clusters with SalsaJ Introduction Photometry is the measurement of the intensity or brightness of an astronomical

More information