Linear Interpolation Function

Slides:



Advertisements
Similar presentations
Preview Warm Up California Standards Lesson Presentation.
Advertisements

~adapted from Walch Education CONSTRUCTING FUNCTIONS FROM GRAPHS AND TABLES.
Systems of Linear Equations Vocabulary. This is a System of Linear Equations.
Introduction Remember that linear functions are functions that can be written in the form f(x) = mx + b, where m is the slope and b is the y-intercept.
Table of Contents Graphing Systems of Linear Inequalities It is assumed you already know how to graph a linear inequality, which was discussed in a previous.
Objective - To graph linear equations using x-y charts. One Variable Equations Two Variable Equations 2x - 3 = x = 14 x = 7 One Solution.
Functions. A function is a relation that has exactly one output for each input.
Slope Is a Rate of Change
13.7 – Graphing Linear Inequalities Are the ordered pairs a solution to the problem?
#30-1 March 28, 2011 Solve the equation 1) 4m = 6 2) 3) Find the area of the rectangle for each of the possible values of x.
Equations of Linear Relationships
Functions. Warm Up Solve each equation. 1.2x – 6 = x = X + 29 = x – 5 – 4x = 17 x = 14 x = - 7 x = -15 x = 11.
Solving systems of equations with 2 variables
Warm-Up 10/28 1. D. Rigor: You will learn how to solve trigonometric equations by using algebraic techniques and by using basic trigonometric identities.
Topics: Topic 1: Solving Linear Equations Topic 2: Solving Quadratic Equations Topic 3: Solving Proportions involving linear and quadratic functions. Topic.
2.1 – Linear and Quadratic Equations Linear Equations.
1 Copyright © Cengage Learning. All rights reserved. 3 Functions and Graphs 3.4 Definition of function.
3.1 Solving Systems Using Tables and Graphs When you have two or more related unknowns, you may be able to represent their relationship with a system of.
Linear Equations and Rate of Change Interpret equations in intercept form using input and output variables Explore the relationships among tables, scatter.
Algebra 2 cc Section 2.1 Solve quadratic equations by square roots A quadratic equation in standard form ax 2 + bx + c = 0 ax 2 is the quadratic term bx.
PERIMETER AND SOLUTION PROBLEMS ASSIGNMENT. 1. What is the perimeter of the below shape? 10 – 5n 12n+2 15n - 5.
Easy Substitution Assignment. 1. What are the steps for solving with substitution?
4.2 Patterns and Linear Functions I can identify and represent patterns that describe linear functions.
Equations of Linear Relationships
Chapter & 4.5 Relating Area Units & Expressing Area in Different Systems You will need your data pages to complete the following. Use only these.
Pre-Algebra 11-1 Graphing Linear Equations 11-1 Graphing Linear Equations Pre-Algebra Homework & Learning Goal Homework & Learning Goal Lesson Presentation.
Direct Variation 88 Warm Up Use the point-slope form of each equation to identify a point the line passes through and the slope of the line. 1. y – 3 =
Algebra 1 Section 4.2 Graph linear equation using tables The solution to an equation in two variables is a set of ordered pairs that makes it true. Is.
Which of these is 52 written as a product of its prime factors? a) 2 x 26b) 2 x 2 x 13 c) 4 x 13d) 1 x 52.
Introduction Remember that linear functions are functions that can be written in the form f(x) = mx + b, where m is the slope and b is the y-intercept.
13 – Exponential vs. Linear Functions Calculator Required
Objective – To use tables to represent functions.
Represent the solutions of the following inequalities graphically.
DO NOW: Perform the indicated operation.
Warm Up Solve each proportion. = = 1. b = y = 8 = = m = 52
Using the Quadratic Formula
Notes Over 4.2 Is a Solution Verifying Solutions of an Equation
Basic Graphing Techniques
Linear Equations Lesson 2.3.
Linear Equations Y X y = x + 2 X Y Y = 0 Y =1 Y = 2 Y = 3 Y = (0) + 2 Y = 2 1 Y = (1) + 2 Y = 3 2 Y = (2) + 2 Y = 4 X.
Linear and Nonlinear Relationships
Functions Lesson 1.1.
2.4 Modeling with Quadratic Functions
Quiz Review.
Accumulation and Particle Motion
5-2 Direct Variation.
Graphing systems of linear equations and inequalities
MEASUREMENT.
Eureka Math™ Tips for Parents
Scatter Plots and Equations of Lines
Ch.4.4 Part 2 Graphing Functions
MEASUREMENT.
Solve Special Types of Linear Systems
Warm Up Problem of the Day Lesson Presentation Lesson Quizzes.
Absolute Value Inequalities
5.1 Solving Systems of Equations by Graphing
Preview Warm Up Lesson Presentation.
Functions Rules and Tables.
Section Functions and Their Graphs
(eResearch Paper – Cryosphere and Atmosphere)
Warm Up What three terms come next? 1. 9, 12, 15, 18, . . .
Warm Up What three terms come next? 1. 9, 12, 15, 18, . . .
Splash Screen.
Algebra.
Let’s get ready for the quiz!
Objective- To graph a relationship in a table.
Solving a System of Linear Equations
Accumulation and Particle Motion
Make tables with equivalent ratios.
MEASUREMENT.
Presentation transcript:

Linear Interpolation Function TI-89 Programming Linear Interpolation Function

How do we find the Needle Point Gap (in cm) for a Peak Voltage of 67 How do we find the Needle Point Gap (in cm) for a Peak Voltage of 67.3 kV? Note that as the voltage increases, the gap length increases.

How do we find the Temperature of Air at 7,800 feet? Note that as the altitude increases (+), the temperature decreases (-)

We use a technique called “linear interpolation”, in that we assume that the change from one Table entry to the next is linear. T2 Tx T1 h1 h2 h1 hx h2

For a solution, we require five (5) input values: 1. The given lower value 2. The given upper value 3. The “find” lower value 4. The “find” upper value 5. The given table entry value 1 3 5 7,800 2 4 Always be consistent with upper and lower values, so that whether the entries are ascending or descending, the correct sign will be maintained.

The function program “interp()” Now a Function Program can be written to take the “five given values” from the Table as arguments, and return the interpolated value. Knowing the “ratio” relationship, Develop the equations needed to calculate the interpolated value, and write the function program to return that value as the output of the function. Use the examples given to test your function, and solve the assignment. The Needle Point Gap at 67.3 kV = 8.27 cm. The standard atmospheric temperature at 7,800 ft = 31.2 oF.