Numerical Analysis Notes

Size: px
Start display at page:

Download "Numerical Analysis Notes"

Transcription

1 Numerical Analsis Notes Foes Team Plotting of = f() contour-lines with Ecel Macro isol.ls The Ecel (XP/) macro isol.ls developed b SimonLuca Santoro and kindl released in the free public domain allows to plot iso-levels or contour lines of a bi-variate eplicit function f(). The output of good and accurate qualit are not simpl static bitmap but there are true Ecel graphs that can be manipulated with the standard Ecel tools. The following picture is an eample of the macro output Output Output The version of this macro can output colored maps thanks to the Mapper macro developed b Robert de Levie for his MacroBundle collection. A detailed eplanation of this macro can be found in the book "Advanced Ecel for scientific data analsis" of the same author. Generating colored maps together with contours lines allows us to get ver interesting and beautiful graphs.

2 8 Output Output As we can see the colors enhance the global D effect while at the same time the isolines assure the needed precision for scientific computing Other eamples are the following Output Output

3 Output Output The macro isol.ls outputs the graphs in separated files ls that are generall quite big ( -.5 MB). Successivel the can be re-opened an manipulated without the macro isol.ls. Note. The ip file also contains the template isol_output_t.ls. Do not write this file. It must be onl copied in the same director of the isol.ls macro The macro creates graphs in three different was: b rational function of -th degree P()/Q() b data table [i i i] b Ecel formula Algorithm The algorithm for iso-level plotting bases itself on the triangolariation of the rectangular domain D { : min ma min ma } Sntheticall the basic steps are:. Partitioning in rectangular sub-domains. Partitioning of each sub-domain in triangles. Evaluation of =f() at the vertices (P ' P ' P ') of each triangle.. Identification of the interpolation plane for the vertices of each triangle 5. Identification of the segment AB intersection of the triangle and the plane π = i ) Partitioning in rectangular sub-domains

4 ) Partitioning of each sub-domain in triangles ) Evaluation of = f() at the vertices of each triangle: T T5 T T5. Identification of the interpolation plane for the vertices of each triangle For simplicit we refer to the triangle T Taking: = f( ) = f( ) = f( ) We define the interpolating plane p() = a+b +c The coefficients a b c are determined b the following formulas a = [( - ) + ( - ) + ( - ) ] / d b = [( - ) + ( - ) + ( - ) ] / d c = [( - ) + ( - ) + ( - ) ] / d where: d = The more the domain is small the more the plane approimates the surface. 5) Identification of the segment AB At this step we find the segment AB intersection between the interpolation plane p() and the horiontal plane = i where i is the quote of the iso-level that we want to trace. The projection of the segment AB on the plane gives us the new segment A'B' For each side of the triangle determined b the points P ( ) P ( ) the correspondent projection point P'() is given b the formulas:

5 = [(a - i)( - ) + c ( - )] / m = [(a - i)( - ) + b ( - )] / m where: m = b ( - ) + c ( - ) This operation must be repeated for each side of the triangle simpl b indices permutation. Second side: -> ; -> ; -> ; -> Third side: -> ; -> ; -> ; -> At the end for each triangle we have points A' B' on the plane = belong to the projection of the segment AB. The trace A' B' image of AB on the plane approimates a little piece of the iso-level for = i. The approimation increases when the area of the sub-domains becomes small. P π: = i A B P P A' P' B' P' P' The advantage of this free-gradient method is its robustness because it can also work with irregular non differentiable surfaces. The drawback is an high computational effort (about operations for triangle) that produces a quite long elaboration time (minutes) Parametric Formulas. In order to reduce the computation time we can adopt a variant that avoids the eplicit calculus of the interpolation plane b using the parametric formulas of the triangle segments P ( ) P ( ) P ( ) The coordinates of the image points A' B' C' if eist are given b the following simpler formulas: A' = + t ( + t ( ) ) t = i B' = + t ( + t ( ) ) t = i C' = + t ( + t ( ) ) t = i We pa attention to choose onl the points where is t i

6 Generall this variant reduces of about / the total elaboration time- How to use the macro isol.ls First of all etract the files isol.ls and isol_output_t.ls from the pack isol.ip and put them in the same director that ou like. Now start Ecel and open the file isol.ls (it contains macros so remember to activate the macro) In the sheet input the controls are grouped in several areas Sets the output file where the plot will be created Parameters area: defines the range of and. Sets the grid of - and for the aes the number of iso-levels. Choose here the output that ou need: iso-leves coloured map or both Selects the source of the function f( ) to plot: Rational function Look-Up table Ecel function The first thing to do is the choice of the output file. Click on new button to open the dialog insert the name that ou want (eample mplot.ls) and give OK. From now on all the output will be redirect to this file until ou will change it. Now we have to choose the function source. This depends b the tpe of problem that we have. Assume for eample that we have to plot the contours of a rational function such as: ( f ) = + for < < and < < 8 and we want to plot iso-lines spaced b. from to For the beginning we chose a grid of nodes. The grid parameters influence the global accurac of the plot and of course the total elaboration time. If the plot will not look sufficientl accurate we should increase the grid. Remember onl that the time increases sharpl with the grid. (For eample if the time required for a grid is sec then the time for a 88 grid will be sec) Note. In the plotting domain the function f() must be alwas defined. If a singularit or a computation error raises the macro stops itself.

7 Because our function is epressed as a ratio of two polnomials we can select the rational source and input the coefficients: a = b = b 7 = Select the output iso-line Tip. Generall iso-lines are faster then colored map so at the first time is alwas convenient select the option. Successivel after the plot is adjusted we can switch to the other options: or The range and grid parameters will look like the following. Remember onl to take isol-levels in order to have a step of. because it is calculated as: Δ = ( ma min ) / ( n -) Now press Run to generate the plot Output Output option Iso-levels option Iso-level+mapper We can also define the function f( ) b the standard Ecel worksheet function Eample. Assume that we want to trace the Van der Waals curves using the following normalied equation ( p + / v )(v ) = 8 t where p = P/Pc v=v/vc t=t/tc are the normalie variables As known these curves are usuall plotted in the plane p-v (Clperon plane). Therefore we assume p and v obtaining t ( ) = (/ + )( ) / 8 Also In this case we could transform this epression in rational form but it is better to insert it directl as an Ecel function =(/M^+N)*(*M-)/8 in O cell

8 Now insert the range an grid parameters as the following. Note that we cannot set min = because the function is not defined along the aes. Now select the option iso-level + mapper and press Run. We have previous said that the plot generated are true graph that can be manipulated if we need as an other Ecel graph. For eample in the previous graph we note that the labels of the iso-levels between and.6 look quite confused because the are too close each other. It would be better eliminate them from the graph. Instead of re-creating the graph we go to the worksheet output and select the range D:P of the first row containing the values from to.6. Deleting these values we will remove the correspondent labels from the plot. It is also possible re-arrange the labels that are not well disposed b the macro It can be done simpl selecting the label and moving it with the mouse. Saving parameter setting The current formula and parameters setting can be saved b the Parameter button. Insert an identification string as we like eample van der waals and click Save. This parameter setting can be successivel recalled simpl b the Load button There are different separated lists for Rational. Look-up and Ecel function.

9 Data table Sometime the function is onl known b a tabulated dataset [i i i]. In that case comes useful the nd option "Look-Up". The dataset has onl this constraint: each abscissa i must have points at least. Insert the dataset [i i i] in the columns "i" "j" "k" rispectivel starting from the row Then select the option and start the macro as usual. Note that "look-up" is much slower then the other methods

Technology Assignment: Limits at Infinity

Technology Assignment: Limits at Infinity The goal of this technology assignment is to find the location of the horizontal asymptote for your model from Technology Assignment: Rational Model. You will produce a graph similar to the one below.

More information

Developed in Consultation with Tennessee Educators

Developed in Consultation with Tennessee Educators Developed in Consultation with Tennessee Educators Table of Contents Letter to the Student........................................ Test-Taking Checklist........................................ Tennessee

More information

ACTIVITY #6 SLOPE IN TWO AND THREE DIMENSIONS AND VERTICAL CHANGE ON A PLANE

ACTIVITY #6 SLOPE IN TWO AND THREE DIMENSIONS AND VERTICAL CHANGE ON A PLANE ACTIVITY # SLOPE IN TWO AND THREE DIMENSIONS AND VERTICAL CHANGE ON A PLANE Name: VERTICAL CHANGE AND SLOPE IN TWO DIMENSIONS The first three problems eplain how to compute slope looking at a figure, WITHOUT

More information

12.4 The Ellipse. Standard Form of an Ellipse Centered at (0, 0) (0, b) (0, -b) center

12.4 The Ellipse. Standard Form of an Ellipse Centered at (0, 0) (0, b) (0, -b) center . The Ellipse The net one of our conic sections we would like to discuss is the ellipse. We will start b looking at the ellipse centered at the origin and then move it awa from the origin. Standard Form

More information

SECTION 3-4 Rational Functions

SECTION 3-4 Rational Functions 20 3 Polnomial and Rational Functions 0. Shipping. A shipping bo is reinforced with steel bands in all three directions (see the figure). A total of 20. feet of steel tape is to be used, with 6 inches

More information

2.3 Polynomial Functions of Higher Degree with Modeling

2.3 Polynomial Functions of Higher Degree with Modeling SECTION 2.3 Polnomial Functions of Higher Degree with Modeling 185 2.3 Polnomial Functions of Higher Degree with Modeling What ou ll learn about Graphs of Polnomial Functions End Behavior of Polnomial

More information

3.5 Rational Functions

3.5 Rational Functions 0 Chapter Polnomial and Rational Functions Rational Functions For a rational function, find the domain and graph the function, identifing all of the asmptotes Solve applied problems involving rational

More information

Implicit differentiation

Implicit differentiation Roberto s Notes on Differential Calculus Chapter 4: Basic differentiation rules Section 5 Implicit differentiation What ou need to know alread: Basic rules of differentiation, including the chain rule.

More information

IB SL REVIEW and PRACTICE

IB SL REVIEW and PRACTICE IB SL REVIEW and PRACTICE Topic: CALCULUS Here are sample problems that deal with calculus. You ma use the formula sheet for all problems. Chapters 16 in our Tet can help ou review. NO CALCULATOR Problems

More information

Pre-Algebra Notes Unit 8: Graphs and Functions

Pre-Algebra Notes Unit 8: Graphs and Functions Pre-Algebra Notes Unit 8: Graphs and Functions The Coordinate Plane A coordinate plane is formed b the intersection of a horizontal number line called the -ais and a vertical number line called the -ais.

More information

Section 9.3: Functions and their Graphs

Section 9.3: Functions and their Graphs Section 9.: Functions and their Graphs Graphs provide a wa of displaing, interpreting, and analzing data in a visual format. In man problems, we will consider two variables. Therefore, we will need to

More information

Perspective Projection Transformation

Perspective Projection Transformation Perspective Projection Transformation Where does a point of a scene appear in an image?? p p Transformation in 3 steps:. scene coordinates => camera coordinates. projection of camera coordinates into image

More information

Integrating ICT into mathematics at KS4&5

Integrating ICT into mathematics at KS4&5 Integrating ICT into mathematics at KS4&5 Tom Button tom.button@mei.org.uk www.mei.org.uk/ict/ This session will detail the was in which ICT can currentl be used in the teaching and learning of Mathematics

More information

Investigation Free Fall

Investigation Free Fall Investigation Free Fall Name Period Date You will need: a motion sensor, a small pillow or other soft object What function models the height of an object falling due to the force of gravit? Use a motion

More information

Using a Table of Values to Sketch the Graph of a Polynomial Function

Using a Table of Values to Sketch the Graph of a Polynomial Function A point where the graph changes from decreasing to increasing is called a local minimum point. The -value of this point is less than those of neighbouring points. An inspection of the graphs of polnomial

More information

0 COORDINATE GEOMETRY

0 COORDINATE GEOMETRY 0 COORDINATE GEOMETRY Coordinate Geometr 0-1 Equations of Lines 0- Parallel and Perpendicular Lines 0- Intersecting Lines 0- Midpoints, Distance Formula, Segment Lengths 0- Equations of Circles 0-6 Problem

More information

Functions. Name. Use an XY Coordinate Pegboard to graph each line. Make a table of ordered pairs for each line. y = x + 5 x y.

Functions. Name. Use an XY Coordinate Pegboard to graph each line. Make a table of ordered pairs for each line. y = x + 5 x y. Lesson 1 Functions Name Use an XY Coordinate Pegboard to graph each line. Make a table of ordered pairs for each line. 1. = + = + = 2 3 = 2 3 Using an XY Coordinate Pegboard, graph the line on a coordinate

More information

Chapter Goals: Evaluate limits. Evaluate one-sided limits. Understand the concepts of continuity and differentiability and their relationship.

Chapter Goals: Evaluate limits. Evaluate one-sided limits. Understand the concepts of continuity and differentiability and their relationship. MA123, Chapter 3: The idea of its (pp. 47-67) Date: Chapter Goals: Evaluate its. Evaluate one-sided its. Understand the concepts of continuit and differentiabilit and their relationship. Assignments: Assignment

More information

Section 4.2 Graphing Lines

Section 4.2 Graphing Lines Section. Graphing Lines Objectives In this section, ou will learn to: To successfull complete this section, ou need to understand: Identif collinear points. The order of operations (1.) Graph the line

More information

Glossary alternate interior angles absolute value function Example alternate exterior angles Example angle of rotation Example

Glossary alternate interior angles absolute value function Example alternate exterior angles Example angle of rotation Example Glossar A absolute value function An absolute value function is a function that can be written in the form, where is an number or epression. alternate eterior angles alternate interior angles Alternate

More information

Week 10. Topic 1 Polynomial Functions

Week 10. Topic 1 Polynomial Functions Week 10 Topic 1 Polnomial Functions 1 Week 10 Topic 1 Polnomial Functions Reading Polnomial functions result from adding power functions 1 together. Their graphs can be ver complicated, so the come up

More information

Double Integrals in Polar Coordinates

Double Integrals in Polar Coordinates Double Integrals in Polar Coordinates. A flat plate is in the shape of the region in the first quadrant ling between the circles + and +. The densit of the plate at point, is + kilograms per square meter

More information

Chapter 1. Limits and Continuity. 1.1 Limits

Chapter 1. Limits and Continuity. 1.1 Limits Chapter Limits and Continuit. Limits The its is the fundamental notion of calculus. This underling concept is the thread that binds together virtuall all of the calculus ou are about to stud. In this section,

More information

Algebra I. Linear Equations. Slide 1 / 267 Slide 2 / 267. Slide 3 / 267. Slide 3 (Answer) / 267. Slide 4 / 267. Slide 5 / 267

Algebra I. Linear Equations. Slide 1 / 267 Slide 2 / 267. Slide 3 / 267. Slide 3 (Answer) / 267. Slide 4 / 267. Slide 5 / 267 Slide / 67 Slide / 67 lgebra I Graphing Linear Equations -- www.njctl.org Slide / 67 Table of ontents Slide () / 67 Table of ontents Linear Equations lick on the topic to go to that section Linear Equations

More information

A SCATTERED DATA INTERPOLANT FOR THE SOLUTION OF THREE-DIMENSIONAL PDES

A SCATTERED DATA INTERPOLANT FOR THE SOLUTION OF THREE-DIMENSIONAL PDES European Conference on Computational Fluid Dnamics ECCOMAS CFD 26 P. Wesseling, E. Oñate and J. Périau (Eds) c TU Delft, The Netherlands, 26 A SCATTERED DATA INTERPOLANT FOR THE SOLUTION OF THREE-DIMENSIONAL

More information

Roberto s Notes on Differential Calculus Chapter 8: Graphical analysis Section 5. Graph sketching

Roberto s Notes on Differential Calculus Chapter 8: Graphical analysis Section 5. Graph sketching Roberto s Notes on Differential Calculus Chapter 8: Graphical analsis Section 5 Graph sketching What ou need to know alread: How to compute and interpret limits How to perform first and second derivative

More information

Derivatives 3: The Derivative as a Function

Derivatives 3: The Derivative as a Function Derivatives : The Derivative as a Function 77 Derivatives : The Derivative as a Function Model : Graph of a Function 9 8 7 6 5 g() - - - 5 6 7 8 9 0 5 6 7 8 9 0 5 - - -5-6 -7 Construct Your Understanding

More information

2.4 Polynomial and Rational Functions

2.4 Polynomial and Rational Functions Polnomial Functions Given a linear function f() = m + b, we can add a square term, and get a quadratic function g() = a 2 + f() = a 2 + m + b. We can continue adding terms of higher degrees, e.g. we can

More information

5.2 Graphing Polynomial Functions

5.2 Graphing Polynomial Functions Locker LESSON 5. Graphing Polnomial Functions Common Core Math Standards The student is epected to: F.IF.7c Graph polnomial functions, identifing zeros when suitable factorizations are available, and showing

More information

Find the Relationship: An Exercise in Graphical Analysis

Find the Relationship: An Exercise in Graphical Analysis Find the Relationship: An Eercise in Graphical Analsis In several laborator investigations ou do this ear, a primar purpose will be to find the mathematical relationship between two variables. For eample,

More information

Unit 4 Trigonometry. Study Notes 1 Right Triangle Trigonometry (Section 8.1)

Unit 4 Trigonometry. Study Notes 1 Right Triangle Trigonometry (Section 8.1) Unit 4 Trigonometr Stud Notes 1 Right Triangle Trigonometr (Section 8.1) Objective: Evaluate trigonometric functions of acute angles. Use a calculator to evaluate trigonometric functions. Use trigonometric

More information

UNIT 4 MODELING AND ANALYZING EXPONENTIAL FUNCTIONS Lesson 1: Creating Exponential Equations

UNIT 4 MODELING AND ANALYZING EXPONENTIAL FUNCTIONS Lesson 1: Creating Exponential Equations Guided Practice Eample 1 If a pendulum swings to 9% of its previous height on each swing and starts out at a height of 6 cm, what is the equation that models this scenario? What is its graph? 1. Read the

More information

GRAPHS AND GRAPHICAL SOLUTION OF EQUATIONS

GRAPHS AND GRAPHICAL SOLUTION OF EQUATIONS GRAPHS AND GRAPHICAL SOLUTION OF EQUATIONS 1.1 DIFFERENT TYPES AND SHAPES OF GRAPHS: A graph can be drawn to represent are equation connecting two variables. There are different tpes of equations which

More information

Rational functions and graphs. Section 2: Graphs of rational functions

Rational functions and graphs. Section 2: Graphs of rational functions Rational functions and graphs Section : Graphs of rational functions Notes and Eamples These notes contain subsections on Graph sketching Turning points and restrictions on values Graph sketching You can

More information

Polar Functions Polar coordinates

Polar Functions Polar coordinates 548 Chapter 1 Parametric, Vector, and Polar Functions 1. What ou ll learn about Polar Coordinates Polar Curves Slopes of Polar Curves Areas Enclosed b Polar Curves A Small Polar Galler... and wh Polar

More information

SLOPE A MEASURE OF STEEPNESS through 2.1.4

SLOPE A MEASURE OF STEEPNESS through 2.1.4 SLOPE A MEASURE OF STEEPNESS 2.1.2 through 2.1.4 Students used the equation = m + b to graph lines and describe patterns in previous courses. Lesson 2.1.1 is a review. When the equation of a line is written

More information

4.4 Absolute Value Equations. What is the absolute value of a number? Example 1 Simplify a) 6 b) 4 c) 7 3. Example 2 Solve x = 2

4.4 Absolute Value Equations. What is the absolute value of a number? Example 1 Simplify a) 6 b) 4 c) 7 3. Example 2 Solve x = 2 4.4 Absolute Value Equations What is the absolute value of a number? Eample Simplif a) 6 b) 4 c) 7 3 Eample Solve = Steps for solving an absolute value equation: ) Get the absolute value b itself on one

More information

Module 3 Graphing and Optimization

Module 3 Graphing and Optimization Module 3 Graphing and Optimization One of the most important applications of calculus to real-world problems is in the area of optimization. We will utilize the knowledge gained in the previous chapter,

More information

Using Characteristics of a Quadratic Function to Describe Its Graph. The graphs of quadratic functions can be described using key characteristics:

Using Characteristics of a Quadratic Function to Describe Its Graph. The graphs of quadratic functions can be described using key characteristics: Chapter Summar Ke Terms standard form of a quadratic function (.1) factored form of a quadratic function (.1) verte form of a quadratic function (.1) concavit of a parabola (.1) reference points (.) transformation

More information

16.27 GNUPLOT: Display of functions and surfaces

16.27 GNUPLOT: Display of functions and surfaces 52 6.27 GNUPLOT: Displa of functions and surfaces This package is an interface to the popular GNUPLOT package. It allows ou to displa functions in 2D and surfaces in 3D on a variet of output devices including

More information

Math 1050 Lab Activity: Graphing Transformations

Math 1050 Lab Activity: Graphing Transformations Math 00 Lab Activit: Graphing Transformations Name: We'll focus on quadratic functions to eplore graphing transformations. A quadratic function is a second degree polnomial function. There are two common

More information

Contents. How You May Use This Resource Guide

Contents. How You May Use This Resource Guide Contents How You Ma Use This Resource Guide ii 0 Trigonometric Formulas, Identities, and Equations Worksheet 0.: Graphical Analsis of Trig Identities.............. Worksheet 0.: Verifing Trigonometric

More information

20 Calculus and Structures

20 Calculus and Structures 0 Calculus and Structures CHAPTER FUNCTIONS Calculus and Structures Copright LESSON FUNCTIONS. FUNCTIONS A function f is a relationship between an input and an output and a set of instructions as to how

More information

The Fundamental Theorem of Calculus Using the Rule of Three

The Fundamental Theorem of Calculus Using the Rule of Three The Fundamental Theorem of Calculus Using the Rule of Three A. Approimations with Riemann sums. The area under a curve can be approimated through the use of Riemann (or rectangular) sums: n Area f ( k

More information

Def.: a, b, and c are called the for the line L. x = y = z =

Def.: a, b, and c are called the for the line L. x = y = z = Bob Brown, CCBC Dundalk Math 253 Calculus 3, Chapter Section 5 Completed Lines in Space Eercise : Consider the vector v = Sketch and describe the following set: t v ta, tb, tc : t a, b, c. Let P =,,. Sketch

More information

Domain of Rational Functions

Domain of Rational Functions SECTION 46 RATIONAL FU NCTIONS SKI LLS OBJ ECTIVES Find the domain of a rational function Determine vertical, horizontal, and slant asmptotes of rational functions Graph rational functions CONCE PTUAL

More information

The Graph of an Equation

The Graph of an Equation 60_0P0.qd //0 :6 PM Page CHAPTER P Preparation for Calculus Archive Photos Section P. RENÉ DESCARTES (96 60) Descartes made man contributions to philosoph, science, and mathematics. The idea of representing

More information

Rational Functions with Removable Discontinuities

Rational Functions with Removable Discontinuities Rational Functions with Removable Discontinuities 1. a) Simplif the rational epression and state an values of where the epression is b) Using the simplified epression in part (a), predict the shape for

More information

SLOPE A MEASURE OF STEEPNESS through 7.1.5

SLOPE A MEASURE OF STEEPNESS through 7.1.5 SLOPE A MEASURE OF STEEPNESS 7.1. through 7.1.5 Students have used the equation = m + b throughout this course to graph lines and describe patterns. When the equation is written in -form, the m is the

More information

g(x) h(x) f (x) = Examples sin x +1 tan x!

g(x) h(x) f (x) = Examples sin x +1 tan x! Lecture 4-5A: An Introduction to Rational Functions A Rational Function f () is epressed as a fraction with a functiong() in the numerator and a function h() in the denominator. f () = g() h() Eamples

More information

C URVES AND V ECTORS

C URVES AND V ECTORS 96-ch- SB5-Ostebee June 6, 9:57 C H A P T E R O U T L I N E. Three-Dimensional Space. Curves and Parametric Equations. Polar Coordinates and Polar Curves.4 Vectors.5 Vector-Valued Functions, Derivatives,

More information

Chapter 5: Polynomial Functions

Chapter 5: Polynomial Functions Chapter : Polnomial Functions Section.1 Chapter : Polnomial Functions Section.1: Eploring the Graphs of Polnomial Functions Terminolog: Polnomial Function: A function that contains onl the operations of

More information

Graphing Rational Functions

Graphing Rational Functions 5 LESSON Graphing Rational Functions Points of Discontinuit and Vertical Asmptotes UNDERSTAND The standard form of a rational function is f () 5 P(), where P () and Q () Q() are polnomial epressions. Remember

More information

You will need to use a calculator for this worksheet A (1, 1)

You will need to use a calculator for this worksheet A (1, 1) C Worksheet A y You will need to use a calculator for this worksheet y = B A (, ) O The diagram shows the curve y = which passes through the point A (, ) and the point B. a Copy and complete the table

More information

Using the same procedure that was used in Project 5, enter matrix A and its label into an Excel spreadsheet:

Using the same procedure that was used in Project 5, enter matrix A and its label into an Excel spreadsheet: Math 6: Ecel Lab 6 Summer Inverse Matrices, Determinates and Applications: (Stud sections, 6, 7 and in the matri book in order to full understand the topic.) This Lab will illustrate how Ecel can help

More information

Lesson 2.1 Exercises, pages 90 96

Lesson 2.1 Exercises, pages 90 96 Lesson.1 Eercises, pages 9 96 A. a) Complete the table of values. 1 1 1 1 1. 1 b) For each function in part a, sketch its graph then state its domain and range. For : the domain is ; and the range is.

More information

LESSON 3.1 INTRODUCTION TO GRAPHING

LESSON 3.1 INTRODUCTION TO GRAPHING LESSON 3.1 INTRODUCTION TO GRAPHING LESSON 3.1 INTRODUCTION TO GRAPHING 137 OVERVIEW Here s what ou ll learn in this lesson: Plotting Points a. The -plane b. The -ais and -ais c. The origin d. Ordered

More information

3.9 Differentials. Tangent Line Approximations. Exploration. Using a Tangent Line Approximation

3.9 Differentials. Tangent Line Approximations. Exploration. Using a Tangent Line Approximation 3.9 Differentials 3 3.9 Differentials Understand the concept of a tangent line approimation. Compare the value of the differential, d, with the actual change in,. Estimate a propagated error using a differential.

More information

science. In this course we investigate problems both algebraically and graphically.

science. In this course we investigate problems both algebraically and graphically. Section. Graphs. Graphs Much of algebra is concerned with solving equations. Man algebraic techniques have been developed to provide insights into various sorts of equations and those techniques are essential

More information

Function vs Relation Notation: A relationis a rule which takes an inputand may/or may not produce multiple outputs. Relation: y = 2x + 1

Function vs Relation Notation: A relationis a rule which takes an inputand may/or may not produce multiple outputs. Relation: y = 2x + 1 /0/07 X Y - - - - 0 7. Relations Vs. Functions Warm up: Make a table of values, then graph the relation + Definition: A relationis a rule which takes an inputand ma/or ma not produce multiple outputs.

More information

Partial Fraction Decomposition

Partial Fraction Decomposition Section 7. Partial Fractions 53 Partial Fraction Decomposition Algebraic techniques for determining the constants in the numerators of partial fractions are demonstrated in the eamples that follow. Note

More information

Laurie s Notes. Overview of Section 6.3

Laurie s Notes. Overview of Section 6.3 Overview of Section.3 Introduction In this lesson, eponential equations are defined. Students distinguish between linear and eponential equations, helping to focus on the definition of each. A linear function

More information

5.2. Exploring Quotients of Polynomial Functions. EXPLORE the Math. Each row shows the graphs of two polynomial functions.

5.2. Exploring Quotients of Polynomial Functions. EXPLORE the Math. Each row shows the graphs of two polynomial functions. YOU WILL NEED graph paper coloured pencils or pens graphing calculator or graphing software Eploring Quotients of Polnomial Functions EXPLORE the Math Each row shows the graphs of two polnomial functions.

More information

Section 3.1: Introduction to Linear Equations in 2 Variables Section 3.2: Graphing by Plotting Points and Finding Intercepts

Section 3.1: Introduction to Linear Equations in 2 Variables Section 3.2: Graphing by Plotting Points and Finding Intercepts Remember to read the tetbook before attempting to do our homework. Section 3.1: Introduction to Linear Equations in 2 Variables Section 3.2: Graphing b Plotting Points and Finding Intercepts Rectangular

More information

Roberto s Notes on Integral Calculus Chapter 3: Basics of differential equations Section 6. Euler s method. for approximate solutions of IVP s

Roberto s Notes on Integral Calculus Chapter 3: Basics of differential equations Section 6. Euler s method. for approximate solutions of IVP s Roberto s Notes on Integral Calculus Chapter 3: Basics of differential equations Section 6 Euler s method for approximate solutions of IVP s What ou need to know alread: What an initial value problem is.

More information

Chapter 9: Rational Equations and Functions

Chapter 9: Rational Equations and Functions Chapter 9: Rational Equations and Functions Chapter 9: Rational Equations and Functions Assignment Sheet Date Topic Assignment Completed 9.: Inverse and Joint Variation pg. 57 # - 4 odd, 54 9..: Graphing

More information

Database Design 1DL400. Assignment 2:2

Database Design 1DL400. Assignment 2:2 Uppsala Universit Department of Information Technolog Kjell Orsborn Assignment : - Database Design II Database Design DL00 Assignment : A Scientific Database for Mesh-Based Data. Goals This eercise consists

More information

5.2 Graphing Polynomial Functions

5.2 Graphing Polynomial Functions Name Class Date 5.2 Graphing Polnomial Functions Essential Question: How do ou sketch the graph of a polnomial function in intercept form? Eplore 1 Investigating the End Behavior of the Graphs of Simple

More information

ABSOLUTE EXTREMA AND THE MEAN VALUE THEOREM

ABSOLUTE EXTREMA AND THE MEAN VALUE THEOREM 61 LESSON 4-1 ABSOLUTE EXTREMA AND THE MEAN VALUE THEOREM Definitions (informal) The absolute maimum (global maimum) of a function is the -value that is greater than or equal to all other -values in the

More information

About Finish Line New Jersey Math 5

About Finish Line New Jersey Math 5 Table of COntents About Finish Line New Jerse Math Unit : Big Ideas from Grade Lesson.NBT., Multipling and Dividing Whole Numbers [connects to.nbt., ] Lesson.NF., Understanding Decimals [connects to.nbt..a,

More information

9.1 Exercises. Section 9.1 The Square Root Function 879. In Exercises 1-10, complete each of the following tasks.

9.1 Exercises. Section 9.1 The Square Root Function 879. In Exercises 1-10, complete each of the following tasks. Section 9. The Square Root Function 879 9. Eercises In Eercises -, complete each of the following tasks. i. Set up a coordinate sstem on a sheet of graph paper. Label and scale each ais. ii. Complete the

More information

(0, 2) y = x 1 2. y = x (2, 2) y = 2x + 2

(0, 2) y = x 1 2. y = x (2, 2) y = 2x + 2 .5 Equations of Parallel and Perpendicular Lines COMMON CORE Learning Standards HSG-GPE.B.5 HSG-GPE.B. Essential Question How can ou write an equation of a line that is parallel or perpendicular to a given

More information

GPR Objects Hyperbola Region Feature Extraction

GPR Objects Hyperbola Region Feature Extraction Advances in Computational Sciences and Technolog ISSN 973-617 Volume 1, Number 5 (17) pp. 789-84 Research India Publications http://www.ripublication.com GPR Objects Hperbola Region Feature Etraction K.

More information

Graphing Equations Case 1: The graph of x = a, where a is a constant, is a vertical line. Examples a) Graph: x = x

Graphing Equations Case 1: The graph of x = a, where a is a constant, is a vertical line. Examples a) Graph: x = x 06 CHAPTER Algebra. GRAPHING EQUATIONS AND INEQUALITIES Tetbook Reference Section 6. &6. CLAST OBJECTIVE Identif regions of the coordinate plane that correspond to specific conditions and vice-versa Graphing

More information

3 Limits Involving Infinity: Asymptotes LIMITS INVOLVING INFINITY. 226 Chapter 3 Additional Applications of the Derivative

3 Limits Involving Infinity: Asymptotes LIMITS INVOLVING INFINITY. 226 Chapter 3 Additional Applications of the Derivative 226 Chapter 3 Additional Applications of the Derivative 52. Given the function f() 2 3 3 2 2 7, complete the following steps: (a) Graph using [, ] b [, ] and [, ] b [ 2, 2]2. (b) Fill in the following

More information

Chapter 3. Interpolation. 3.1 Introduction

Chapter 3. Interpolation. 3.1 Introduction Chapter 3 Interpolation 3 Introduction One of the fundamental problems in Numerical Methods is the problem of interpolation, that is given a set of data points ( k, k ) for k =,, n, how do we find a function

More information

Graphs, Linear Equations, and Functions

Graphs, Linear Equations, and Functions Graphs, Linear Equations, and Functions. The Rectangular R. Coordinate Fractions Sstem bjectives. Interpret a line graph.. Plot ordered pairs.. Find ordered pairs that satisf a given equation. 4. Graph

More information

PATTERNS AND ALGEBRA. He opened mathematics to many discoveries and exciting applications.

PATTERNS AND ALGEBRA. He opened mathematics to many discoveries and exciting applications. PATTERNS AND ALGEBRA The famous French philosopher and mathematician René Descartes (596 65) made a great contribution to mathematics in 67 when he published a book linking algebra and geometr for the

More information

Graphing Radical Functions

Graphing Radical Functions 17 LESSON Graphing Radical Functions Basic Graphs of Radical Functions UNDERSTAND The parent radical function, 5, is shown. 5 0 0 1 1 9 0 10 The function takes the principal, or positive, square root of.

More information

Enhanced Instructional Transition Guide

Enhanced Instructional Transition Guide Enhanced Instructional Transition Guide Grade / Unit : Suggested Duration: das Unit : Statistics ( das) Possible Lesson 0 ( das) Possible Lesson 0 ( das) POSSIBLE LESSON 0 ( das) This lesson is one approach

More information

Slope Fields & Differential Equations

Slope Fields & Differential Equations Slope Fields & Differential Equations Answers 7 8 9 10 11 1 TI-Nspire Investigation Student 45 min Introduction The purpose of this activit is to gain a conceptual understanding of slope fields and differential

More information

9. p(x) = x 3 8x 2 5x p(x) = x 3 + 3x 2 33x p(x) = x x p(x) = x 3 + 5x x p(x) = x 4 50x

9. p(x) = x 3 8x 2 5x p(x) = x 3 + 3x 2 33x p(x) = x x p(x) = x 3 + 5x x p(x) = x 4 50x Section 6.3 Etrema and Models 593 6.3 Eercises In Eercises 1-8, perform each of the following tasks for the given polnomial. i. Without the aid of a calculator, use an algebraic technique to identif the

More information

4.2 Properties of Rational Functions. 188 CHAPTER 4 Polynomial and Rational Functions. Are You Prepared? Answers

4.2 Properties of Rational Functions. 188 CHAPTER 4 Polynomial and Rational Functions. Are You Prepared? Answers 88 CHAPTER 4 Polnomial and Rational Functions 5. Obtain a graph of the function for the values of a, b, and c in the following table. Conjecture a relation between the degree of a polnomial and the number

More information

MATH SPEAK - TO BE UNDERSTOOD AND MEMORIZED

MATH SPEAK - TO BE UNDERSTOOD AND MEMORIZED FOM 11 T9 GRAPHING LINEAR EQUATIONS REVIEW - 1 MATH SPEAK - TO BE UNDERSTOOD AND MEMORIZED 1) -INTERCEPT = the point where the graph touches or crosses the -ais. It occurs when = 0. ) -INTERCEPT = the

More information

REMARKS. 8.2 Graphs of Quadratic Functions. A Graph of y = ax 2 + bx + c, where a > 0

REMARKS. 8.2 Graphs of Quadratic Functions. A Graph of y = ax 2 + bx + c, where a > 0 8. Graphs of Quadratic Functions In an earlier section, we have learned that the graph of the linear function = m + b, where the highest power of is 1, is a straight line. What would the shape of the graph

More information

3x 4y 2. 3y 4. Math 65 Weekly Activity 1 (50 points) Name: Simplify the following expressions. Make sure to use the = symbol appropriately.

3x 4y 2. 3y 4. Math 65 Weekly Activity 1 (50 points) Name: Simplify the following expressions. Make sure to use the = symbol appropriately. Math 65 Weekl Activit 1 (50 points) Name: Simplif the following epressions. Make sure to use the = smbol appropriatel. Due (1) (a) - 4 (b) ( - ) 4 () 8 + 5 6 () 1 5 5 Evaluate the epressions when = - and

More information

EXAMPLE A {(1, 2), (2, 4), (3, 6), (4, 8)}

EXAMPLE A {(1, 2), (2, 4), (3, 6), (4, 8)} Name class date Understanding Relations and Functions A relation shows how one set of things is related to, or corresponds to, another set. For instance, the equation A 5 s shows how the area of a square

More information

Online Homework Hints and Help Extra Practice

Online Homework Hints and Help Extra Practice Evaluate: Homework and Practice Use a graphing calculator to graph the polnomial function. Then use the graph to determine the function s domain, range, and end behavior. (Use interval notation for the

More information

Graphing Polynomial Functions

Graphing Polynomial Functions LESSON 7 Graphing Polnomial Functions Graphs of Cubic and Quartic Functions UNDERSTAND A parent function is the most basic function of a famil of functions. It preserves the shape of the entire famil.

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polnomial and Rational Functions Figure -mm film, once the standard for capturing photographic images, has been made largel obsolete b digital photograph. (credit film : modification of work b Horia Varlan;

More information

4.1 The Coordinate Plane

4.1 The Coordinate Plane 4. The Coordinate Plane Goal Plot points in a coordinate plane. VOCABULARY Coordinate plane Origin -ais -ais Ordered pair -coordinate -coordinate Quadrant Scatter plot Copright McDougal Littell, Chapter

More information

Vocabulary. Term Page Definition Clarifying Example. dependent variable. domain. function. independent variable. parent function.

Vocabulary. Term Page Definition Clarifying Example. dependent variable. domain. function. independent variable. parent function. CHAPTER 1 Vocabular The table contains important vocabular terms from Chapter 1. As ou work through the chapter, fill in the page number, definition, and a clarifing eample. dependent variable Term Page

More information

Parametric Equations: Motion in a Plane Notes for Section 6.3. are parametric equations for the curve.

Parametric Equations: Motion in a Plane Notes for Section 6.3. are parametric equations for the curve. Parametric Equations: Motion in a Plane Notes for Section 6.3 In Laman s terms: Parametric equations allow us to put and into terms of a single variable known as the parameter. Time, t, is a common parameter

More information

A Rational Shift in Behavior. Translating Rational Functions. LEARnIng goals

A Rational Shift in Behavior. Translating Rational Functions. LEARnIng goals . A Rational Shift in Behavior LEARnIng goals In this lesson, ou will: Analze rational functions with a constant added to the denominator. Compare rational functions in different forms. Identif vertical

More information

Module 2, Section 2 Graphs of Trigonometric Functions

Module 2, Section 2 Graphs of Trigonometric Functions Principles of Mathematics Section, Introduction 5 Module, Section Graphs of Trigonometric Functions Introduction You have studied trigonometric ratios since Grade 9 Mathematics. In this module ou will

More information

Math 111 Lecture Notes Section 3.3: Graphing Rational Functions

Math 111 Lecture Notes Section 3.3: Graphing Rational Functions Math 111 Lecture Notes Section 3.3: Graphing Rational Functions A rational function is of the form R() = p() q() where p and q are polnomial functions. The zeros of a rational function occur where p()

More information

PARAMETRIC EQUATIONS AND POLAR COORDINATES

PARAMETRIC EQUATIONS AND POLAR COORDINATES 9 ARAMETRIC EQUATIONS AND OLAR COORDINATES So far we have described plane curves b giving as a function of f or as a function of t or b giving a relation between and that defines implicitl as a function

More information

2-1. The Language of Functions. Vocabulary

2-1. The Language of Functions. Vocabulary Chapter Lesson -1 BIG IDEA A function is a special tpe of relation that can be described b ordered pairs, graphs, written rules or algebraic rules such as equations. On pages 78 and 79, nine ordered pairs

More information

2.2 Differential Forms

2.2 Differential Forms 2.2 Differential Forms With vector analsis, there are some operations such as the curl derivative that are difficult to understand phsicall. We will introduce a notation called the calculus of differential

More information

Section 2.2: Absolute Value Functions, from College Algebra: Corrected Edition by Carl Stitz, Ph.D. and Jeff Zeager, Ph.D. is available under a

Section 2.2: Absolute Value Functions, from College Algebra: Corrected Edition by Carl Stitz, Ph.D. and Jeff Zeager, Ph.D. is available under a Section.: Absolute Value Functions, from College Algebra: Corrected Edition b Carl Stitz, Ph.D. and Jeff Zeager, Ph.D. is available under a Creative Commons Attribution-NonCommercial-ShareAlike.0 license.

More information