Classroom Tips and Techniques: The Partial-Fraction Decomposition. Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft

Size: px
Start display at page:

Download "Classroom Tips and Techniques: The Partial-Fraction Decomposition. Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft"

Transcription

1 Classroom Tips and Techniques: The Partial-Fraction Decomposition Robert J. Lopez Emeritus Professor of Mathematics and Maple Fellow Maplesoft Introduction Students typically meet the algebraic technique of partial fraction decomposition in their course in integral calculus. It is presented as part of the methodology for integrating rational functions, but it is really nothing more than an algebraic process independent of its use in integration. Indeed, the second time students meet partial fractions is in a differential equations course, one where the Laplace transform appears. The classic technique for inverting Laplace transforms is to apply pattern recognition to the terms produced by a partial fraction decomposition. When this process is implemented in some engineering classes, the decomposition must be given strictly in terms of linear factors, even if these factors are complex. Maple provides tools for studying and implementing the partial fraction decomposition, and in this column we describe how both objectives can be met. Combining Fractions Table 1 examines how Maple's Context Menu can be invoked to sum two algebraic fractions. Define the fractions to be added Write the sum of two fractions. Context Menu: Assign to a Name_f assign to a name f Simplify Write the name f. Context Menu: Evaluate and Display Inline Context Menu: Simplify_Simplify simplify Normalize

2 Write the name f. Context Menu: Evaluate and Display Inline Context Menu: Normal normal Write the name f. Context Menu: Evaluate and Display Inline Context Menu: Simplify_Normalize Expanded Normalize but expand the denominator normalize expanded Table 1 Maple's syntax-free tools for adding two algebraic fractions The Partial-Fraction Decomposition The process of reversing the addition of algebraic fractions is called the "partial-fraction decomposition." Table 2 shows how to obtain a partial-fraction decomposition using syntax-free methods. Context Menu: Conversions_Partial Fractions_x convert to partial fractions in x Table 2 Partial-fraction decomposition via the Context Menu In Table 2, the rational function converted to partial fractions is the form of f appearing at the end of Table 1. The partial-fraction decomposition of f is the sum of three terms, whereas f itself is the sum of two fractions. Clearly, the original form of f is not its partial-fraction decomposition. In Table 2, the rational function converted to partial fractions has polynomials of the same degree for both numerator and denominator. If the degree of the numerator is greater than, or equal to, the degree of the denominator, a long division is required. The partial-fraction decomposition of the remainder divided by the divisor is then obtained. By long division, obtain the following, and apply the decomposition to the reduced rational function (the rightmost fraction), which is the remainder divided by the divisor.

3 Table 3 shows the partial-fraction decomposition of the reduced rational function. Control-drag the reduced rational function. Context Menu: Conversions_Partial Fractions_x convert to partial fractions in x Table 3 Partial-fraction decomposition of the reduced rational function The Decomposition as an Identity Form and solve the identity for the decomposition Set the expression for f equal to the sum of the appropriate template fractions, and press the Enter key. Context Menu: Solve_As Identity (Complete the dialog as per figure.) (1) solve (identity) (2) Transfer parameter values to the identity Expression palette_evaluation template Reference the identity and the set of parameter values by equation labels and press the Enter key.

4 (3) A Decomposition Task Template The task template in Table 4 applies the Maple command that renders a partial-fraction decomposition. The Tab key will advance the cursor and select the field in which the function to be decomposed is entered. Simply press the Enter key for each cell on the right of the table. Tools_Tasks_Browse: Algebra_Partial Fractions_Decomposition Enter a rational function: > Partial Fraction Decomposition (4) Enter the variable of the decomposition: > x (5) Convert to partial-fraction form: > (6) Table 4 Decomposition by task template

5 Stepwise Partial-Fractions Task Template Table 5 contains the Stepwise Partial Fraction Decomposition task template applied to the function f. The rational function to be decomposed can be referenced by its name, f. The long-division has to be anticipated in the box where the template fractions are entered. Note the check that the template fractions are correct. It would be senseless to execute the remaining steps of the decomposition if the templates themselves were not correct. The task template illustrates one of the many algebraic techniques that can be used to obtain the partial-fraction decomposition. For the student who knows no other, it is a viable starting point for mastering the requisite algebraic skills. Tools_Tasks_Browse: Algebra_Partial Fractions Stepwise Stepwise Partial Fraction Decomposition

6 Table 5 Decomposition by the stepwise task template Stepwise Partial Fractions by First Principles Table 6 implements from first principles the algorithm used by the task template in Table 5. Equation (7) equates the function and the template for the decomposition. The Context Menu is used to move all terms to the left and change the equation to an expression. This results in Equation (9), which could be simplified by adding fractions. However, it is the numerator of that fraction that must be identically zero; Maple can extract that numerator without explicitly obtaining the simplified fraction. This is the result in Equation (10), which has to have the coefficients of like powers of x set equal to zero. Hence, the Context Menu is first used to collect like terms, then to extract a sequence of coefficients of powers of x. This results in Equation (12), which is subjected to the Solve option in the Context Menu. Maple's solving commands all assume that an expression is equated to zero, so there is no need to explicitly form equations at this stage. The solution consists of a set of equations defining the values of the parameters. These values are inserted into the contents of Equation (7) via the Expression palette's Evaluation template.

7 Enter the appropriate identity and press the Enter key. Context Menu: Move to Left Left-hand Side Numerator Collect_ Coefficients_ Solve_Solve Expression palette: Evaluation template_transfer the values of the coefficients to the identity (7) move to left (8) left hand side (9) numerator collect w.r.t. x coefficients in x solve (10) (11) (12) (13) (14) Table 6 Stepwise implementation of the partial-fraction decomposition from first principles Pedagogical Note on Forming the Template Fractions Thinking back to when I first learned the partial-fraction "algorithm" as a student, I remember making the association that fractions arising from linear factors took a simple numerator, namely, a constant, but factors arising from quadratic factors took the "messier" affine numerator. Somewhere between learning this as a student and articulating it for students, I formulated the "rules"

8 simple - simple messy - messy Watch out for the repeats! Few students I shared this with willingly acknowledged the irony of the repetitions, but no student failed to grasp the concepts behind this terse summary of how to formulate the template fractions in a partial fraction decomposition. Implementing Long Division in Maple There are no syntax-free tools for implementing the long division of polynomials in Maple. The quo command must be used. Table 7 applies this command to. Table 7 The quo command for long division of polynomials 1 The arguments to quo are the numerator and denominator of the rational function, the variable (since the polynomials could have parameters as coefficients), and a placeholder for the remainder. In Table 7, the placeholder was taken as r, and the quotes around this name are essential. (If the name already has a value, an error will result. The quotes allow any previous value to be overwritten.) Decomposition to Linear Factors Consider the following partial-fraction decomposition. The quadratic factors over the real numbers since its zeros are. Hence, it should be possible to further decompose the rational function to fractions with just linear denominators. Table 8 illustrates how to obtain the partial-fraction decomposition in terms of fractions with linear denominators. (The option "fully reduced" in the Context Menu invokes the fullparfrac option in the underlying Maple command.) Control-drag the rational function and press the Enter key. Context Menu: Conversions_Partial Fractions (fully reduced)_x Context Menu: Conversions_To Radical

9 convert to reduced partial fractions in x radical form Table 8 A partial-fraction decomposition fully reduced The zeros of the denominator of the rational function are the complex numbers. This rational function can be decomposed to fractions with linear denominators using the same tools that were used in Table 8. This is done in Table 9. Control-drag the rational function; press the Enter key. Context Menu: Conversions_Partial Fractions (fully reduced)_x Context Menu: Conversions_To Radical convert to reduced partial fractions in x radical form Table 9 A complete partial-fraction decomposition over the complex field

10 Legal Notice: Maplesoft, a division of Waterloo Maple Inc Maplesoft and Maple are trademarks of Waterloo Maple Inc. This application may contain errors and Maplesoft is not liable for any damages resulting from the use of this material. This application is intended for non-commercial, non-profit use only. Contact Maplesoft for permission if you wish to use this application in for-profit activities.

Algebra I: A Fresh Approach. By Christy Walters

Algebra I: A Fresh Approach. By Christy Walters Algebra I: A Fresh Approach By Christy Walters 2005 A+ Education Services All rights reserved. No part of this publication may be reproduced, distributed, stored in a retrieval system, or transmitted,

More information

Math 4. Unit 1: Conic Sections Lesson 1.1: What Is a Conic Section?

Math 4. Unit 1: Conic Sections Lesson 1.1: What Is a Conic Section? Unit 1: Conic Sections Lesson 1.1: What Is a Conic Section? 1.1.1: Study - What is a Conic Section? Duration: 50 min 1.1.2: Quiz - What is a Conic Section? Duration: 25 min / 18 Lesson 1.2: Geometry of

More information

Algebra I: A Fresh Approach. By Christy Walters

Algebra I: A Fresh Approach. By Christy Walters Algebra I: A Fresh Approach By Christy Walters 2016 A+ Education Services All rights reserved. No part of this publication may be reproduced, distributed, stored in a retrieval system, or transmitted,

More information

March Madness Basketball Tournament

March Madness Basketball Tournament March Madness Basketball Tournament Math Project COMMON Core Aligned Decimals, Fractions, Percents, Probability, Rates, Algebra, Word Problems, and more! To Use: -Print out all the worksheets. -Introduce

More information

Section 2C Formulas with Dividing Decimals

Section 2C Formulas with Dividing Decimals Section 2C Formulas with Dividing Decimals x Look at the following z-score formula again from Statistics. z. Suppose we want to calculate the z-score if x 17.6 pounds, 13.8 pounds, and 2.5 pounds. Not

More information

Cleveland State University MCE441: Intr. Linear Control Systems. Lecture 6: The Transfer Function Poles and Zeros Partial Fraction Expansions

Cleveland State University MCE441: Intr. Linear Control Systems. Lecture 6: The Transfer Function Poles and Zeros Partial Fraction Expansions Cleveland State University MCE441: Intr. Linear Control Systems Lecture 6: The and Zeros Partial Fraction Expansions Prof. Richter 1 / 12 System and Zeros and Zeros in Decomposition- Obtaining the - in

More information

March Madness Basketball Tournament

March Madness Basketball Tournament March Madness Basketball Tournament Math Project COMMON Core Aligned Decimals, Fractions, Percents, Probability, Rates, Algebra, Word Problems, and more! To Use: -Print out all the worksheets. -Introduce

More information

Operations on Radical Expressions; Rationalization of Denominators

Operations on Radical Expressions; Rationalization of Denominators 0 RD. 1 2 2 2 2 2 2 2 Operations on Radical Expressions; Rationalization of Denominators Unlike operations on fractions or decimals, sums and differences of many radicals cannot be simplified. For instance,

More information

B.U.G. Newsletter. Full Steam Ahead! September Dr. Brown

B.U.G. Newsletter. Full Steam Ahead! September Dr. Brown B.U.G. Newsletter September 2014 THIS NEWSLETTER IS A SERVICE THAT WAS FUNDED BY "NO CHILD LEFT BEHIND" TITLE II PART A HIGHER EDUCATION IMPROVING TEACHER QUALITY HIGHER EDUCATION GRANT ADMINISTERED THROUGH

More information

i) Linear programming

i) Linear programming Problem statement Sailco Corporation must determine how many sailboats should be produced during each of the next four quarters (one quarter = three months). The demand during each of the next four quarters

More information

LEARNING OBJECTIVES. Overview of Lesson. guided practice Teacher: anticipates, monitors, selects, sequences, and connects student work

LEARNING OBJECTIVES. Overview of Lesson. guided practice Teacher: anticipates, monitors, selects, sequences, and connects student work D Rate, Lesson 1, Conversions (r. 2018) RATE Conversions Common Core Standard N.Q.A.1 Use units as a way to understand problems and to guide the solution of multi-step problems; choose and interpret units

More information

Constructing Task: Fraction Field Event

Constructing Task: Fraction Field Event Constructing Task: Fraction Field Event STANDARDS FOR MATHEMATICAL CONTENT MCC4.NF.3 Understand a fraction a/b with a > 1 as a sum of fractions 1/b. a. Understand addition and subtraction of fractions

More information

Addition and Subtraction of Rational Expressions

Addition and Subtraction of Rational Expressions RT.3 Addition and Subtraction of Rational Expressions Many real-world applications involve adding or subtracting algebraic fractions. Similarly as in the case of common fractions, to add or subtract algebraic

More information

a fraction rock star in no time! This is a free calculator for adding, subtracting, multiplying, and dividing two fractions and/or mixed numbers.

a fraction rock star in no time! This is a free calculator for adding, subtracting, multiplying, and dividing two fractions and/or mixed numbers. Fraction calculator The longest markings will be the quarter inch markings, ie. the first marking is 1/4 inch, the second is 1/2 (2/4) inch, the third is 3/4 inch. Calculate 3/4 by long division of 3 divided

More information

Ammonia Synthesis with Aspen Plus V8.0

Ammonia Synthesis with Aspen Plus V8.0 Ammonia Synthesis with Aspen Plus V8.0 Part 2 Closed Loop Simulation of Ammonia Synthesis 1. Lesson Objectives Review Aspen Plus convergence methods Build upon the open loop Ammonia Synthesis process simulation

More information

Separation of Acetone-Water with Aspen HYSYS V8.0

Separation of Acetone-Water with Aspen HYSYS V8.0 Separation of Acetone-Water with Aspen HYSYS V8.0 Liquid-Liquid Extraction with 3-Methylhexane as the Solvent 1. Lesson Objectives Learn how to build an extraction and solvent recovery flowsheet. Learn

More information

Engineering Note. Algorithms. Overview. Detailed Algorithm Description. NeoFox Calibration and Measurement. Products Affected: NeoFox

Engineering Note. Algorithms. Overview. Detailed Algorithm Description. NeoFox Calibration and Measurement. Products Affected: NeoFox Engineering Note Topic: NeoFox Calibration and Measurement Products Affected: NeoFox Date Issued: 04/18/2011 Algorithms Overview NeoFox is a dynamic measurement system that has been designed to work with

More information

Adding Whole Numbers and Money Subtracting Whole Numbers and Money Fact Families, Part 1

Adding Whole Numbers and Money Subtracting Whole Numbers and Money Fact Families, Part 1 Adding Whole Numbers and Money Subtracting Whole Numbers and Money Fact Families, Part 1 Reteaching 1 Math Course 1, Lesson 1 To add money, line up the decimal points. Then add each column starting on

More information

Accuplacer Arithmetic Study Guide

Accuplacer Arithmetic Study Guide Accuplacer Arithmetic Study Guide Section One: Terms Numerator: The number on top of a fraction which tells how many parts you have. Denominator: The number on the bottom of a fraction which tells how

More information

Performance Task # 1

Performance Task # 1 Performance Task # 1 Goal: Arrange integers in order. Role: You are a analyzing a Julie Brown Anderson s dive. Audience: Reader of article. Situation: You are interviewing for a job at a sports magazine.

More information

FOURTH GRADE MATHEMATICS UNIT 4 STANDARDS. MGSE.4.NF.3 Understand a fraction a/b with a > 1 as a sum of fractions 1/b.

FOURTH GRADE MATHEMATICS UNIT 4 STANDARDS. MGSE.4.NF.3 Understand a fraction a/b with a > 1 as a sum of fractions 1/b. Dear Parents, FOURTH GRADE MATHEMATICS UNIT 4 STANDARDS We want to make sure that you have an understanding of the mathematics your child will be learning this year. Below you will find the standards we

More information

Lab 4: Root Locus Based Control Design

Lab 4: Root Locus Based Control Design Lab 4: Root Locus Based Control Design References: Franklin, Powell and Emami-Naeini. Feedback Control of Dynamic Systems, 3 rd ed. Addison-Wesley, Massachusetts: 1994. Ogata, Katsuhiko. Modern Control

More information

Lesson 14: Modeling Relationships with a Line

Lesson 14: Modeling Relationships with a Line Exploratory Activity: Line of Best Fit Revisited 1. Use the link http://illuminations.nctm.org/activity.aspx?id=4186 to explore how the line of best fit changes depending on your data set. A. Enter any

More information

APPROVED FACILITY SCHOOLS CURRICULUM DOCUMENT SUBJECT: Mathematics GRADE: 6. TIMELINE: Quarter 1. Student Friendly Learning Objective

APPROVED FACILITY SCHOOLS CURRICULUM DOCUMENT SUBJECT: Mathematics GRADE: 6. TIMELINE: Quarter 1. Student Friendly Learning Objective TIMELINE: Quarter 1 i-ready lesson: Rational Numbers and Absolute Value i-ready lesson: Numerical Expressions and Order of Operations 6/16/15 1 i-ready lesson (2a, 2b and 2c): Algebraic Expressions 6/16/15

More information

BIOL 101L: Principles of Biology Laboratory

BIOL 101L: Principles of Biology Laboratory BIOL 101L: Principles of Biology Laboratory Sampling populations To understand how the world works, scientists collect, record, and analyze data. In this lab, you will learn concepts that pertain to these

More information

4th Grade Quarter Two Assessment Guide

4th Grade Quarter Two Assessment Guide th Grade Quarter Two Assessment Guide Divide by -digit Numbers Essential Questions How can you find whole number quotients and remainders with up to four-digit dividends and one-digit divisors? How can

More information

The next criteria will apply to partial tournaments. Consider the following example:

The next criteria will apply to partial tournaments. Consider the following example: Criteria for Assessing a Ranking Method Final Report: Undergraduate Research Assistantship Summer 2003 Gordon Davis: dagojr@email.arizona.edu Advisor: Dr. Russel Carlson One of the many questions that

More information

A Chiller Control Algorithm for Multiple Variablespeed Centrifugal Compressors

A Chiller Control Algorithm for Multiple Variablespeed Centrifugal Compressors Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2014 A Chiller Control Algorithm for Multiple Variablespeed Centrifugal Compressors Piero

More information

Simplifying Radical Expressions and the Distance Formula

Simplifying Radical Expressions and the Distance Formula 1 RD. Simplifying Radical Expressions and the Distance Formula In the previous section, we simplified some radical expressions by replacing radical signs with rational exponents, applying the rules of

More information

Using March Madness in the first Linear Algebra course. Steve Hilbert Ithaca College

Using March Madness in the first Linear Algebra course. Steve Hilbert Ithaca College Using March Madness in the first Linear Algebra course Steve Hilbert Ithaca College Hilbert@ithaca.edu Background National meetings Tim Chartier 1 hr talk and special session on rankings Try something

More information

Automated design of a ship mooring system

Automated design of a ship mooring system Automated design of a ship mooring system The challenge: To investigate a mechanism to control and automate a mooring system between two ships at sea Maplesoft, a division of Waterloo Maple Inc., 29 Editor's

More information

Besides the reported poor performance of the candidates there were a number of mistakes observed on the assessment tool itself outlined as follows:

Besides the reported poor performance of the candidates there were a number of mistakes observed on the assessment tool itself outlined as follows: MATHEMATICS (309/1) REPORT The 2013 Mathematics (309/1) paper was of average standard. The paper covered a wide range of the syllabus. It was neither gender bias nor culture bias. It did not have language

More information

The Great Kayak Expedition

The Great Kayak Expedition The Great Kayak Expedition Ethan went on a kayaking expedition down the Ottauquechee River last week. He left school at 2:35 and paddled downstream 3 miles until he hit the sewage treatment plant at 3:05.

More information

Trade of Metal Fabrication. Module 1: Basic Fabrication Unit 3: Tools and Equipment Phase 2

Trade of Metal Fabrication. Module 1: Basic Fabrication Unit 3: Tools and Equipment Phase 2 Trade of Metal Fabrication Module 1: Basic Fabrication Unit 3: Tools and Equipment Phase 2 Table of Contents List of Figures... 3 List of Tables... 4 Document Release History... 5 Module 1 Basic Fabrication...

More information

Lesson 2 Pre-Visit Batting Average Ups and Downs

Lesson 2 Pre-Visit Batting Average Ups and Downs Lesson 2 Pre-Visit Batting Average Ups and Downs Objective: Students will be able to: Use multiple data sets to determine the overall success rate of a particular activity. Select and create appropriate

More information

This portion of the piping tutorial covers control valve sizing, control valves, and the use of nodes.

This portion of the piping tutorial covers control valve sizing, control valves, and the use of nodes. Piping Tutorial A piping network represents the flow of fluids through several pieces of equipment. If sufficient variables (flow rate and pressure) are specified on the piping network, CHEMCAD calculates

More information

The Great Kayak Expedition

The Great Kayak Expedition Ethan went on a kayaking expedition down the Ottauquechee River last week. He left school at 2:35 and paddled downstream 3 miles until he hit the sewage treatment plant at 3:05. He decided to get out of

More information

Rescue Rover. Robotics Unit Lesson 1. Overview

Rescue Rover. Robotics Unit Lesson 1. Overview Robotics Unit Lesson 1 Overview In this challenge students will be presented with a real world rescue scenario. The students will need to design and build a prototype of an autonomous vehicle to drive

More information

Piecewise Functions. Updated: 05/15/10

Piecewise Functions. Updated: 05/15/10 Connecting Algebra 1 to Advanced Placement* Mathematics A Resource and Strategy Guide Updated: 05/15/ Objectives: Students will review linear functions and their properties and be introduced to piecewise

More information

Coimisiún na Scrúduithe Stáit State Examinations Commission. Junior Certificate Examination Mathematics

Coimisiún na Scrúduithe Stáit State Examinations Commission. Junior Certificate Examination Mathematics 2018. S34 Coimisiún na Scrúduithe Stáit State Examinations Commission Junior Certificate Examination 2018 Mathematics Paper 1 Higher Level Friday 8 June Afternoon 2:00 to 4:30 300 marks Examination Number

More information

CS Problem Solving and Object-Oriented Programming Lab 2 - Methods, Variables and Functions in Alice Due: September 23/24

CS Problem Solving and Object-Oriented Programming Lab 2 - Methods, Variables and Functions in Alice Due: September 23/24 CS 101 - Problem Solving and Object-Oriented Programming Lab 2 - Methods, Variables and Functions in Alice Due: September 23/24 Pre-lab Preparation Before coming to lab, you are expected to have: Read

More information

DSTWU A Shortcut Distillation Model in Aspen Plus V8.0

DSTWU A Shortcut Distillation Model in Aspen Plus V8.0 DSTWU A Shortcut Distillation Model in Aspen Plus V8.0 1. Lesson Objectives Learn how to use DSTWU to start distillation column design. Learn the strengths and limitations of shortcut methods 2. Prerequisites

More information

In my left hand I hold 15 Argentine pesos. In my right, I hold 100 Chilean

In my left hand I hold 15 Argentine pesos. In my right, I hold 100 Chilean Chapter 6 Meeting Standards and Standings In This Chapter How to standardize scores Making comparisons Ranks in files Rolling in the percentiles In my left hand I hold 15 Argentine pesos. In my right,

More information

1. What function relating the variables best describes this situation? 3. How high was the balloon 5 minutes before it was sighted?

1. What function relating the variables best describes this situation? 3. How high was the balloon 5 minutes before it was sighted? Hot-Air Balloon At the West Texas Balloon Festival, a hot-air balloon is sighted at an altitude of 800 feet and appears to be descending at a steady rate of 20 feet per minute. Spectators are wondering

More information

Excel Solver Case: Beach Town Lifeguard Scheduling

Excel Solver Case: Beach Town Lifeguard Scheduling 130 Gebauer/Matthews: MIS 213 Hands-on Tutorials and Cases, Spring 2015 Excel Solver Case: Beach Town Lifeguard Scheduling Purpose: Optimization under constraints. A. GETTING STARTED All Excel projects

More information

Edexcel GCSE. Mathematics A 1387 Paper 5523/03. November Mark Scheme. Mathematics A 1387

Edexcel GCSE. Mathematics A 1387 Paper 5523/03. November Mark Scheme. Mathematics A 1387 Edexcel GCSE Mathematics A 187 Paper 552/0 November 2007 Mark Scheme Edexcel GCSE Mathematics A 187 NOTES ON MARKING PRINCIPLES 1 Types of mark M marks: method marks A marks: accuracy marks B marks: unconditional

More information

Bézier Curves and Splines

Bézier Curves and Splines CS-C3100 Computer Graphics Bézier Curves and Splines Majority of slides from Frédo Durand vectorportal.com CS-C3100 Fall 2016 Lehtinen Before We Begin Anything on your mind concerning Assignment 1? Linux

More information

Decompression Plans October 26, 2009

Decompression Plans October 26, 2009 Decompression Plans October 26, 2009 Plan A This plan uses the percent compression differential (%CD) as the sole variable to prioritize candidates, select candidates for the decompression pool, and distribute

More information

Fun with Folding. led by Thomas Clark. October 7, Take a strip of paper, fold it in half, and make a good crease at the midpoint position.

Fun with Folding. led by Thomas Clark. October 7, Take a strip of paper, fold it in half, and make a good crease at the midpoint position. Preliminary Folding Investigation Fun with Folding led by Thomas Clark October 7, 2014 1. Take a strip of paper, fold it in half, and make a good crease at the midpoint position. 2. Open up the strip,

More information

At each type of conflict location, the risk is affected by certain parameters:

At each type of conflict location, the risk is affected by certain parameters: TN001 April 2016 The separated cycleway options tool (SCOT) was developed to partially address some of the gaps identified in Stage 1 of the Cycling Network Guidance project relating to separated cycleways.

More information

Citation for published version (APA): Canudas Romo, V. (2003). Decomposition Methods in Demography Groningen: s.n.

Citation for published version (APA): Canudas Romo, V. (2003). Decomposition Methods in Demography Groningen: s.n. University of Groningen Decomposition Methods in Demography Canudas Romo, Vladimir IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish to cite from it. Please

More information

Year 10 Mathematics, 2009

Year 10 Mathematics, 2009 Student s Name: Teacher s Name: 10 Year 10 Mathematics, 2009 Algebra Use straightforward algebraic methods and sketch and interpret features of linear graphs Time: 20 minutes. Check that you have entered

More information

Week 1, Lesson Plan for Success 2. Interactive Notebook 3. HW: Factoring Worksheet. Alg 4 Questionaire.2.docx.

Week 1, Lesson Plan for Success 2. Interactive Notebook 3. HW: Factoring Worksheet. Alg 4 Questionaire.2.docx. Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Week 1, Lesson 1 1. Plan for Success

More information

Scarborough Spring 2013 Math Exam I 1. "On my honor, as an Aggie, I have neither given nor received unauthorized aid on this academic work.

Scarborough Spring 2013 Math Exam I 1. On my honor, as an Aggie, I have neither given nor received unauthorized aid on this academic work. Scarborough Spring 2013 Math 365-501 Exam I 1 Math 365 Exam 1 Spring 2013 Scarborough NEATLY PRINT NAME: STUDENT ID: DATE: "On my honor, as an Aggie, I have neither given nor received unauthorized aid

More information

The Simple Linear Regression Model ECONOMETRICS (ECON 360) BEN VAN KAMMEN, PHD

The Simple Linear Regression Model ECONOMETRICS (ECON 360) BEN VAN KAMMEN, PHD The Simple Linear Regression Model ECONOMETRICS (ECON 360) BEN VAN KAMMEN, PHD Outline Definition. Deriving the Estimates. Properties of the Estimates. Units of Measurement and Functional Form. Expected

More information

Mathematics (Project Maths Phase 3)

Mathematics (Project Maths Phase 3) *B6* Pre-Leaving Certificate Examination, 2014 Triailscrúdú na hardteistiméireachta, 2014 Mathematics (Project Maths Phase 3) Paper 1 Ordinary Level 2½ hours 300 marks Name: School: Address: Class: Teacher:

More information

CENTER PIVOT EVALUATION AND DESIGN

CENTER PIVOT EVALUATION AND DESIGN CENTER PIVOT EVALUATION AND DESIGN Dale F. Heermann Agricultural Engineer USDA-ARS 2150 Centre Avenue, Building D, Suite 320 Fort Collins, CO 80526 Voice -970-492-7410 Fax - 970-492-7408 Email - dale.heermann@ars.usda.gov

More information

In addition to reading this assignment, also read Appendices A and B.

In addition to reading this assignment, also read Appendices A and B. 1 Kinematics I Introduction In addition to reading this assignment, also read Appendices A and B. We will be using a motion detector to track the positions of objects with time in several lab exercises

More information

Conversion: Feet, Metres, Paces, Chains

Conversion: Feet, Metres, Paces, Chains Conversion: Feet, Metres, Paces, Chains Example: 1 inch = 2.54 cm 1. In our examples: 1 inch = 2.54 cm. To use algebra to find how many inches are in 140 cm: 1. Write the equivalency ratio 2. Write each

More information

End of Chapter Exercises

End of Chapter Exercises End of Chapter Exercises Exercises 1 12 are conceptual questions that are designed to see if you have understood the main concepts of the chapter. 1. While on an airplane, you take a drink from your water

More information

Content Design Structure, Scope & Sequence of Mathematics Content Addressed Within Numbers Up! Volcanic Panic

Content Design Structure, Scope & Sequence of Mathematics Content Addressed Within Numbers Up! Volcanic Panic 7-8 9-10 8-9 11-12 9 13-14 Division facts 2x, 5x, 10x Recognises division as repeated subtraction Recognises division as grouping Recognises division as sharing equally Recognises numbers that are divisible

More information

Formula One Race Strategy

Formula One Race Strategy Formula One Race Strategy McLaren Racing Limited Sports Technology McLaren is a registered trademark of McLaren Racing Limited INTRODUCTION Figure 1: A Vodafone McLaren Mercedes driven by Lewis Hamilton

More information

Cuisenaire Rods. A Guide to Teaching Strategies, Activities, and Ideas

Cuisenaire Rods. A Guide to Teaching Strategies, Activities, and Ideas Cuisenaire Rods A Guide to Teaching Strategies, Activities, and Ideas INTRODUCTION This Learning About Cuisenaire Rods Activity Guide provides handson activities and ideas for leading students in an active

More information

Practice Task: Trash Can Basketball

Practice Task: Trash Can Basketball Fourth Grade Mathematics Unit 5 Practice Task: Trash Can Basketball STANDARDS FOR MATHEMATICAL CONTENT MCC4.NF.7 Compare two decimals to hundredths by reasoning about their size. Recognize that comparisons

More information

Evaluation copy. Vapor Pressure of Liquids. computer OBJECTIVES MATERIALS

Evaluation copy. Vapor Pressure of Liquids. computer OBJECTIVES MATERIALS Vapor Pressure of Liquids Computer 10 In this experiment, you will investigate the relationship between the vapor pressure of a liquid and its temperature. When a liquid is added to the Erlenmeyer flask

More information

The Beginner's Guide to Mathematica Version 4

The Beginner's Guide to Mathematica Version 4 The Beginner's Guide to Mathematica Version 4 Jerry Glynn MathWare Urbana, IL Theodore Gray Wolfram Research, Inc Urbana, IL. m CAMBRIDGE UNIVERSITY PRESS v Preface Parti: The Basics Chapter 1: What do

More information

Design of Experiments Example: A Two-Way Split-Plot Experiment

Design of Experiments Example: A Two-Way Split-Plot Experiment Design of Experiments Example: A Two-Way Split-Plot Experiment A two-way split-plot (also known as strip-plot or split-block) design consists of two split-plot components. In industry, these designs arise

More information

AP Lab 11.3 Archimedes Principle

AP Lab 11.3 Archimedes Principle ame School Date AP Lab 11.3 Archimedes Principle Explore the Apparatus We ll use the Buoyancy Apparatus in this lab activity. Before starting this activity check to see if there is an introductory video

More information

Lesson 22: Average Rate of Change

Lesson 22: Average Rate of Change Student Outcomes Students know how to compute the average rate of change in the height of water level when water is poured into a conical container at a constant rate. MP.1 Lesson Notes This lesson focuses

More information

Legendre et al Appendices and Supplements, p. 1

Legendre et al Appendices and Supplements, p. 1 Legendre et al. 2010 Appendices and Supplements, p. 1 Appendices and Supplement to: Legendre, P., M. De Cáceres, and D. Borcard. 2010. Community surveys through space and time: testing the space-time interaction

More information

Is Tiger Woods Loss Averse? Persistent Bias in the Face of Experience, Competition, and High Stakes. Devin G. Pope and Maurice E.

Is Tiger Woods Loss Averse? Persistent Bias in the Face of Experience, Competition, and High Stakes. Devin G. Pope and Maurice E. Is Tiger Woods Loss Averse? Persistent Bias in the Face of Experience, Competition, and High Stakes Devin G. Pope and Maurice E. Schweitzer Web Appendix Appendix Figure 1 replicates Figure 2 of the paper

More information

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2.

Chapter 11 Waves. Waves transport energy without transporting matter. The intensity is the average power per unit area. It is measured in W/m 2. Energy can be transported by particles or waves: Chapter 11 Waves A wave is characterized as some sort of disturbance that travels away from a source. The key difference between particles and waves is

More information

THE 2018 ROSENTHAL PRIZE for Innovation in Math Teaching. Geometry Project: DARTBOARD

THE 2018 ROSENTHAL PRIZE for Innovation in Math Teaching. Geometry Project: DARTBOARD THE 2018 ROSENTHAL PRIZE for Innovation in Math Teaching Geometry Project: DARTBOARD Geometric Probability Theoretical Probability and Experimental Probability Elizabeth Masslich Geometry grades 6-12 Table

More information

Taking Your Class for a Walk, Randomly

Taking Your Class for a Walk, Randomly Taking Your Class for a Walk, Randomly Daniel Kaplan Macalester College Oct. 27, 2009 Overview of the Activity You are going to turn your students into an ensemble of random walkers. They will start at

More information

Heat of Vaporization with Aspen Plus V8.0

Heat of Vaporization with Aspen Plus V8.0 Heat of Vaporization with Aspen Plus V8.0 1. Lesson Objectives Learn how to calculate heat of vaporization using the Flash2 block in Aspen Plus Understand the impact of heat of vaporization on distillation

More information

Introduction to Scientific Notation & Significant Figures. Packet #6

Introduction to Scientific Notation & Significant Figures. Packet #6 Introduction to Scientific Notation & Significant Figures Packet #6 Introduction A measurement is a quantity that has both a unit and number Measurements are fundamental to the experimental sciences. Measurements,

More information

Choose the expression(s) that is (are) equivalent to the given rational number. 20 A. B. C..5 A..67 B..6 C. 30 D. E. 1 4 D. 4 E.

Choose the expression(s) that is (are) equivalent to the given rational number. 20 A. B. C..5 A..67 B..6 C. 30 D. E. 1 4 D. 4 E. . EXERCISES Choose the expression(s) that is (are) equivalent to the given rational number... 0 A. B. C.. A.. B.. C. 0 D..0 E.. D.. E.... A.. B.. C.. A.. B.. C. 00 0 D. E. D. E. 00 Use the fundamental

More information

Minimum Mean-Square Error (MMSE) and Linear MMSE (LMMSE) Estimation

Minimum Mean-Square Error (MMSE) and Linear MMSE (LMMSE) Estimation Minimum Mean-Square Error (MMSE) and Linear MMSE (LMMSE) Estimation Outline: MMSE estimation, Linear MMSE (LMMSE) estimation, Geometric formulation of LMMSE estimation and orthogonality principle. Reading:

More information

Workshop 1: Bubbly Flow in a Rectangular Bubble Column. Multiphase Flow Modeling In ANSYS CFX Release ANSYS, Inc. WS1-1 Release 14.

Workshop 1: Bubbly Flow in a Rectangular Bubble Column. Multiphase Flow Modeling In ANSYS CFX Release ANSYS, Inc. WS1-1 Release 14. Workshop 1: Bubbly Flow in a Rectangular Bubble Column 14. 5 Release Multiphase Flow Modeling In ANSYS CFX 2013 ANSYS, Inc. WS1-1 Release 14.5 Introduction This workshop models the dispersion of air bubbles

More information

Use of Instrument at Different Altitudes

Use of Instrument at Different Altitudes ANALOX O2EII - Oxygen Analyser Use of Instrument at Different Altitudes Analox Sensor Technology Ltd. 15 Ellerbeck Court, Stokesley Business Park North Yorkshire, Cleveland, TS9 5PT, UK T: +44 (0)1642

More information

Chapter 13. Factorial ANOVA. Patrick Mair 2015 Psych Factorial ANOVA 0 / 19

Chapter 13. Factorial ANOVA. Patrick Mair 2015 Psych Factorial ANOVA 0 / 19 Chapter 13 Factorial ANOVA Patrick Mair 2015 Psych 1950 13 Factorial ANOVA 0 / 19 Today s Menu Now we extend our one-way ANOVA approach to two (or more) factors. Factorial ANOVA: two-way ANOVA, SS decomposition,

More information

Math Released Item Grade 4 M03436

Math Released Item Grade 4 M03436 Math Released Item 2017 Grade 4 M03436 Anchor Set A1 A8 With Annotations Prompt M03436 Rubric Score Description 3 Student response includes the following 3 elements. Modeling component = 1 point o The

More information

2008 Excellence in Mathematics Contest Team Project B. School Name: Group Members:

2008 Excellence in Mathematics Contest Team Project B. School Name: Group Members: 2008 Excellence in Mathematics Contest Team Project B School Name: Group Members: Lassie - TEAM PROJECT B 2008 Excellence in Mathematics Contest The Team Project is a group activity in which the students

More information

Mac Software Manual for FITstep Pro Version 2

Mac Software Manual for FITstep Pro Version 2 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

Using Markov Chains to Analyze a Volleyball Rally

Using Markov Chains to Analyze a Volleyball Rally 1 Introduction Using Markov Chains to Analyze a Volleyball Rally Spencer Best Carthage College sbest@carthage.edu November 3, 212 Abstract We examine a volleyball rally between two volleyball teams. Using

More information

P3000 Deadweight Tester Setup, Part 1: Limited Partial Correction Method

P3000 Deadweight Tester Setup, Part 1: Limited Partial Correction Method P3000 Deadweight Tester Setup, Part 1: Limited Partial Correction Method 19 May 2014 M. Daniels This tutorial is for configuring a P3000 series (Pressurements) deadweight tester to be used with COMPASS

More information

Student Resource / Program Workbook INTEGERS

Student Resource / Program Workbook INTEGERS INTEGERS Integers are whole numbers. They can be positive, negative or zero. They cannot be decimals or most fractions. Let us look at some examples: Examples of integers: +4 0 9-302 Careful! This is a

More information

Expansion Tank Design (Chilled Water)

Expansion Tank Design (Chilled Water) Expansion Tank Design (Chilled Water) Table of Contents 1.0 Introduction... 2 1.1 Units... 2 2.0 Disclaimer... 2 3.0 Expansion Tank Types... 2 3.1 Open Tank... 2 3.2 Closed Tank with No Bladder... 3 3.3

More information

End of Chapter Exercises

End of Chapter Exercises End of Chapter Exercises Exercises 1 12 are conceptual questions that are designed to see if you have understood the main concepts of the chapter. 1. While on an airplane, you take a drink from your water

More information

Implementing Provisions for Art. 411 of the ICR Ski Jumping

Implementing Provisions for Art. 411 of the ICR Ski Jumping JUMPING HILLS CONSTRUCTION NORM 2018 Implementing Provisions for Art. 411 of the ICR Ski Jumping Author: Hans-Heini Gasser (SUI) EDITION NOVEMBER 2018 Table of Contents Page 1. Preliminary Remarks 3 2.

More information

Author s Name Name of the Paper Session. Positioning Committee. Marine Technology Society. DYNAMIC POSITIONING CONFERENCE September 18-19, 2001

Author s Name Name of the Paper Session. Positioning Committee. Marine Technology Society. DYNAMIC POSITIONING CONFERENCE September 18-19, 2001 Author s Name Name of the Paper Session PDynamic Positioning Committee Marine Technology Society DYNAMIC POSITIONING CONFERENCE September 18-19, 2001 POWER PLANT SESSION A New Concept for Fuel Tight DP

More information

TECHNICAL NOTE HOW TO USE LOOPERS. Kalipso_TechDocs_Loopers. Revision: 1.0. Kalipso version: Date: 16/02/2017.

TECHNICAL NOTE HOW TO USE LOOPERS. Kalipso_TechDocs_Loopers. Revision: 1.0. Kalipso version: Date: 16/02/2017. TECHNICAL NOTE HOW TO USE LOOPERS Document: Kalipso_TechDocs_Loopers Revision: 1.0 Kalipso version: 4.0 20161231 Date: 16/02/2017 Author: RS Contents 1. About... 3 2. Application Examples... 4 2.1. List

More information

If you need to reinstall FastBreak Pro you will need to do a complete reinstallation and then install the update.

If you need to reinstall FastBreak Pro you will need to do a complete reinstallation and then install the update. Using this Beta Version of FastBreak Pro First, this new beta version (Version 6.X) will only work with users who have version 5.X of FastBreak Pro. We recommend you read this entire addendum before trying

More information

Applying Occam s Razor to the Prediction of the Final NCAA Men s Basketball Poll

Applying Occam s Razor to the Prediction of the Final NCAA Men s Basketball Poll to the Prediction of the Final NCAA Men s Basketball Poll John A. Saint Michael s College One Winooski Park Colchester, VT 05439 (USA) jtrono@smcvt.edu Abstract Several approaches have recently been described

More information

How is pressure handled when we have a mixture of gases?

How is pressure handled when we have a mixture of gases? Name Chem 161, Section: Group Number: ALE 23. Mixtures of Gases (Reference: Chapter 5 in Silberberg 5 th edition) How is pressure handled when we have a mixture of gases? The Model: Collecting Gas Over

More information

Rangely RE 4 Curriculum Development 4 th Grade Mathematics MA10 GR.4 S.1 GLE.2 MA10 GR.4 S.3 GLE.1

Rangely RE 4 Curriculum Development 4 th Grade Mathematics MA10 GR.4 S.1 GLE.2 MA10 GR.4 S.3 GLE.1 Unit Title Fraction Frenzy Length of Unit 5 weeks Focusing Lens(es) Representation Standards and Grade Level Expectations Addressed in this Unit Inquiry Questions (Engaging Debatable): Unit Strands Concepts

More information

A Study of Olympic Winning Times

A Study of Olympic Winning Times Connecting Algebra 1 to Advanced Placement* Mathematics A Resource and Strategy Guide Updated: 05/15/ A Study of Olympic Winning Times Objective: Students will graph data, determine a line that models

More information

Preparation for Salinity Control ME 121

Preparation for Salinity Control ME 121 Preparation for Salinity Control ME 121 This document describes a set of measurements and analyses that will help you to write an Arduino program to control the salinity of water in your fish tank. The

More information

SHOT ON GOAL. Name: Football scoring a goal and trigonometry Ian Edwards Luther College Teachers Teaching with Technology

SHOT ON GOAL. Name: Football scoring a goal and trigonometry Ian Edwards Luther College Teachers Teaching with Technology SHOT ON GOAL Name: Football scoring a goal and trigonometry 2006 Ian Edwards Luther College Teachers Teaching with Technology Shot on Goal Trigonometry page 2 THE TASKS You are an assistant coach with

More information

Mathematics 7 WORKBOOK

Mathematics 7 WORKBOOK EXAM FEVER Mathematics 7 WORKBOOK This book belongs to: Exam Fever Publishers PIETERMARITZBURG www.examfever.co.za Table of Contents TERM 1 Chapter and Topic Page 1. Whole Numbers 1 2. Exponents 15 3.

More information