Quadratic Spline Interpolation Part 1 of 2

Slides:



Advertisements
Similar presentations
R. Field 1/17/2013 University of Florida PHY 2053Page 1 1-d Motion: Position & Displacement We locate objects by specifying their position along an axis.
Advertisements

Numerical Methods.  Polynomial interpolation involves finding a polynomial of order n that passes through the n+1 points.  Several methods to obtain.
Selected from presentations by Jim Ramsay, McGill University, Hongliang Fei, and Brian Quanz Basis Basics.
Direct Method of Interpolation
8/15/ Differentiation-Discrete Functions Major: All Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati.
Reading Between the Lines
Kinetic energy Derivation of kinetic energy. Kinetic Energy 2 starting equations F = m x a (Newton’s 2 nd law) W = Force x distance.
1 Interpolation. 2 What is Interpolation ? Given (x 0,y 0 ), (x 1,y 1 ), …… (x n,y n ), find the value of ‘y’ at a.
1 Lagrangian Interpolation Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
Numerical Methods For Slides Thanks to Lecture 6 Interpolation
Solving Quadratic Equations by Factoring. Solution by factoring Example 1 Find the roots of each quadratic by factoring. factoring a) x² − 3x + 2 b) x².
1 Newton’s Divided Difference Polynomial Method of Interpolation Major: All Engineering Majors Authors: Autar Kaw,
Equations Reducible to Quadratic
Solving Quadratic Equations – Part 1 Methods for solving quadratic equations : 1. Taking the square root of both sides ( simple equations ) 2. Factoring.
Remember that given a position function we can find the velocity by evaluating the derivative of the position function with respect to time at the particular.
Math – Antiderivatives 1. Sometimes we know the derivative of a function, and want to find the original function. (ex: finding displacement from.
Acceleration.
Computer Programming (TKK-2144) 13/14 Semester 1 Instructor: Rama Oktavian Office Hr.: M.13-15, W Th , F
1 Direct Method of Interpolation Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
1 INTERPOLASI. Direct Method of Interpolation 3 What is Interpolation ? Given (x 0,y 0 ), (x 1,y 1 ), …… (x n,y n ), find the value of ‘y’ at a value.
Spline Interpolation A Primer on the Basics by Don Allen.
Quadratics Review y = x 2. Quadratics Review This graph opens upwards y = x 2.
Kinematics in Calculus. Recall  Displacement: The straight line distance from the start of an object’s path of motion to its finish.  Velocity: The.
Solving a Trigonometric Equation Find the general solution of the equation.
Section 5Chapter 6. 1 Copyright © 2012, 2008, 2004 Pearson Education, Inc. Objectives 2 3 Solving Equations by Factoring Learn and use the zero-factor.
Notes Over 5.6 Quadratic Formula
3.2 Notes - Acceleration Part A. Objectives  Describe how acceleration, time and velocity are related.  Explain how positive and negative acceleration.
Differential Equations Linear Equations with Variable Coefficients.
1 Spline Interpolation Method Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
5. Interpolation 5.1 Definition of interpolation. 5.2 Formulas for Interpolation. 5.3 Formulas for Interpolation for unequal interval. 5.4 Applications.
A particle moves on the x-axis so that its acceleration at any time t>0 is given by a(t)= When t=1, v=, and s=.
Meanings of the Derivatives. I. The Derivative at the Point as the Slope of the Tangent to the Graph of the Function at the Point.
Physics Support Materials Higher Mechanics and Properties of Matter b Solutions to Problems - Equations of Motion 27,27, 28, 33, 34, 35,28,33,34,35, Click.
1D Kinematics Equations and Problems. Velocity The rate at an object changes position relative to something stationary. X VT ÷ x ÷
Section 5Chapter 6. 1 Copyright © 2012, 2008, 2004 Pearson Education, Inc. Objectives 2 3 Solving Equations by Factoring Learn and use the zero-factor.
Graphs of a falling object And you. Objective 1: Graph a position –vs- time graph for an object falling from a tall building for 10 seconds Calculate.
Linear Motion. Displacement The change in position for a given time interval.
11/22/ Differentiation-Discrete Functions.
Deriving the Quadratic Formula
Introduction to Numerical Methods Mathematical Procedures
Equations Quadratic in form factorable equations
Solving Equations by Factoring
Solving Quadratic Equations by the Complete the Square Method
Interpolation.
Kinematic Equations Used in situations with uniform acceleration.
Reading Between the Lines
Spline Interpolation Method
Distance, Speed and Time
Spline Interpolation Method
Spline Interpolation Method
Class Notes 11.2 The Quadratic Formula.
Section 6.1 Slope Fields.
Completing the Square.
Integrating Discrete Functions
Spline Interpolation Class XVII.
Center of Mass and Linear Momentum
Chapter 9 Center of Mass and Linear Momentum
Section 6.3 Differential Equations
Chapter 9 Center of Mass and Linear Momentum
INTERPOLASI.
Why Splines ?
Quadratic Functions in the Form y = a(x – h)2 + k
Distance, Speed and Time
Direct Method of Interpolation
Equations Quadratic in form factorable equations
Bell Quiz 3 The quantity is called the __________ of a quadratic equation. If it’s ___________ it has no real solution. Solve the equation.
Reading Between the Lines
u - initial velocity (m/s) v - final velocity (m/s)
Newton’s Divided Difference Polynomial Method of Interpolation
Lagrangian Interpolation
Presentation transcript:

Quadratic Spline Interpolation Part 1 of 2

Quadratic Spline Example The upward velocity of a rocket is given as a function of time. Using quadratic splines a) Find the velocity at t=16 seconds b) Find the acceleration at t=16 seconds c) Find the distance covered between t=11 and t=16 seconds tv(t) sm/s

Data and Plot tv(t) sm/s

Solution Let us set up the equations

Each Spline Goes Through Two Consecutive Data Points

tv(t) sm/s Each Spline Goes Through Two Consecutive Data Points

Derivatives are Continuous at Interior Data Points

Derivatives are continuous at Interior Data Points At t=10 At t=15 At t=20 At t=22.5

Last Equation

Final Set of Equations

Coefficients of Spline iaiai bibi cici

END

Quadratic Spline Interpolation Part 2 of 2

Final Solution

Velocity at a Particular Point a) Velocity at t=16

Acceleration from Velocity Profile b) Acceleration at t=16

Acceleration from Velocity Profile The quadratic spline valid at t=16 is given by,

Distance from Velocity Profile c) Find the distance covered by the rocket from t=11s to t=16s.

Distance from Velocity Profile

END