Differentiation A Slippery Slope - Jerks You Around - Accelerates Your Mind

Slides:



Advertisements
Similar presentations
Interpolation A standard idea in interpolation now is to find a polynomial pn(x) of degree n (or less) that assumes the given values; thus (1) We call.
Advertisements

Numerical Methods Lecture 14 Differentiation-Continuous Functions
Using a tangent line approximation of the function, find an approximate value for.
Numerical Methods.  Polynomial interpolation involves finding a polynomial of order n that passes through the n+1 points.  Several methods to obtain.
Lecture 18 - Numerical Differentiation
CISE301_Topic6KFUPM1 SE301: Numerical Methods Topic 6 Numerical Differentiation Lecture 23 KFUPM Read Chapter 23, Sections 1-2.
KFUPM SE301: Numerical Methods Topic 5: Interpolation Lectures 20-22:
Sec 2.8: THE DERIVATIVE AS A FUNCTION replace a by x.
Chapter 19 Numerical Differentiation §Estimate the derivatives (slope, curvature, etc.) of a function by using the function values at only a set of discrete.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 6 Roots of Equations Bracketing Methods.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 5 Approximations, Errors and The Taylor Series.
The Derivative. Objectives Students will be able to Use the “Newton’s Quotient and limits” process to calculate the derivative of a function. Determine.
7/2/ Backward Divided Difference Major: All Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati
Use Ohm’s Law to solve the following equations.
8/15/ Differentiation-Continuous Functions Major: All Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati.
I: Intro to Kinematics: Motion in One Dimension AP Physics C Mrs. Coyle.
Circuits.
Reading Between the Lines
Differentiation A Slippery Slope - Jerks You Around - Accelerates Your Mind.
Curve Fitting and Interpolation: Lecture (I)
Ordinary Differential Equations Everything is ordinary about them.
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
Calculus in Physics II x 0 = 0 x axis Knowing the car’s displacement history, find its velocity and acceleration. 1.
Using the Derivative AP Physics C Mrs. Coyle
Differential Equations 7. Direction Fields and Euler's Method 7.2.
Section 6.1 Polynomial Derivatives, Product Rule, Quotient Rule.
10/27/ Differentiation-Continuous Functions Computer Engineering Majors Authors: Autar Kaw, Sri Harsha Garapati.
A square coil consists of 150 turns of wire. Each turn measures 12cm by 15cm. The coil is placed in a magnetic filed of 0.25T. Do now: Mane, 16 Whiringa-ā-rangi.
Differentiation A Slippery Slope - Jerks You Around - Accelerates Your Mind
DIFFERENTIAL EQUATIONS 10. DIFFERENTIAL EQUATIONS Unfortunately, it’s impossible to solve most differential equations in the sense of obtaining an explicit.
Integration This is not your father’s area?. Ask me what I should already know The pre-requisite questions.
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.
Series and Parallel.  a single resistance that can replace all the resistances in an electrical circuit while maintaining the same current when connected.
Motion Graphs Let’s go over the basics.. Acceleration vs. time graphs (a vs. t) These graphs are boring, and will only have a straight line above the.
CSE 330 Numerical Methods Lecture 05 Chapter 5: Numerical Differentiation Md. Omar Faruqe
1 Numerical Differentiation. 2  First order derivatives  High order derivatives  Examples.
Differentiation – Continuous Functions. Forward Difference Approximation 2 f  x  Δx   f  x  Δx lim Δx  0 f  x   For a finite 'Δx' (we can not.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 21 Numerical Differentiation.
11/22/ Differentiation-Discrete Functions.
Ordinary Differential Equations Everything is ordinary about them
High Accuracy Differentiation Formulas
Interpolation.
Differentiation-Continuous Functions
Differentiation-Discrete Functions
This is not your father’s area?
Reading Between the Lines
Central Divided Difference
Various Symbols for the Derivative
Unit 6 – Fundamentals of Calculus Section 6
Chapter 23.
Resistance Year 9 Science.
Computational Methods Autar Kaw University of South Florida
If Time Marches on why is Time Constant? + + A G + [ ] , [ ] , - v (t)
Copyright © Cengage Learning. All rights reserved.
Sec 2.8: THE DERIVATIVE AS A FUNCTION
Differential Equations
INTERPOLASI.
Why Splines ?
Forward Divided Difference
MATH 174: NUMERICAL ANALYSIS I
Differential Equations
This is not your father’s area?
Forward Divided Difference
Ohm’s Law Practice Problem Set Name: ___________________________
3.10 Linear Approximations and Differentials
Applications of Derivatives: Electric Circuits
Lagrangian Interpolation
Presentation transcript:

Differentiation A Slippery Slope - Jerks You Around - Accelerates Your Mind

Popping tags means A.Popping bubble wrap B.Using firecrackers C.Changing tags of regular items in a store with tags from clearance items D.Taking illicit drugs

Oil Spill Time (s ) Radius(m )

Acceleration of a rocket

2.01 BACKGROUND

The definition of the exact derivative of the function f (x) is A. B. C. D.

Given y=sin(2x), dy/dx at x=3 A B C D

END

02.02 CONTINUOUS FUNCTIONS

Given f (x)=x 2, using forwarded divided difference scheme and step size of 0.2, the value of f ′ (6) most nearly is A.11.8 B.12.0 C.12.2 D

The order of accuracy of the forwarded divided difference approximation 1)O(h) 2)O(h 2 ) 3)O(h 3 ) is

The order of accuracy of the central divided difference approximation 1)O(h) 2)O(h 2 ) 3)O(h 3 ) is

The highest order of polynomial for which the central divided difference gives the exact answer for its first derivative at any point is A. 0 B. 1 C. 2 D

Using central divided difference, the true error in the calculation of a derivative of a function is 32.0 for a step size of 0.4. If the step size is reduced to 0.1, the true error will be approximately A. 2.0 B. 4.0 C. 8.0 D

END

02.03 DISCRETE FUNCTIONS

The velocity vs. time is given below. The best estimate of acceleration at t =1.5s in m/s 2 is t (s) v (m/s) A B C D

The velocity vs. time is given below. The best estimate of acceleration at t =1.5s in m/s 2 is t (s) v (m/s) A B C D

Allowed to use only a second order polynomial to approximate velocity, the data points you would choose to find the velocity of the rocket at t=1.1s are t (s) v (m/s) A.t=0, 0.5, 1.2 B.t=0.5, 1.2, 1.5 C.t=1.2, 1.5, 1.8 D.t=0, 1.2, 1.8

The velocity vs time is given below. The values at t=1.2, 1.5 and 1.8 are interpolated to a 2 nd order polynomial. v(t)=-150t t-225 t(s) v(m/s) The best estimate of acceleration at t=1.5 in m/s 2 is A B C D

In a circuit with an inductor of inductance L, a resistor with resistance R, and a variable voltage source E(t), Time, t (secs) Current, i (amperes) If L=0.98 henries and R=0.142 ohms, find E(1.00) with most accuracy and choosing amongst FDD, BDD or CDD. A. B. C. D.

END