Nonlinear Equations Your nonlinearity confuses me

Slides:



Advertisements
Similar presentations
Lecture 5 Newton-Raphson Method
Advertisements

CSE 330: Numerical Methods
Newton’s Method finds Zeros Efficiently finds Zeros of an equation: –Solves f(x)=0 Why do we care?
ROOTS OF EQUATIONS Student Notes ENGR 351 Numerical Methods for Engineers Southern Illinois University Carbondale College of Engineering Dr. L.R. Chevalier.
Nonlinear Equations Your nonlinearity confuses me “The problem of not knowing what we missed is that we believe we haven't missed anything” – Stephen Chew.
Chapter 4 Roots of Equations
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 9 Roots of Equations Open Methods.
Lectures on Numerical Methods 1 Numerical Methods Charudatt Kadolkar Copyright 2000 © Charudatt Kadolkar.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 8 Roots of Equations Open Methods.
Bracketing Methods Chapter 5 The Islamic University of Gaza
Fin500J: Mathematical Foundations in Finance Topic 3: Numerical Methods for Solving Non-linear Equations Philip H. Dybvig Reference: Numerical Methods.
Numerical Analysis 1 EE, NCKU Tien-Hao Chang (Darby Chang)
MATH 175: NUMERICAL ANALYSIS II Lecturer: Jomar Fajardo Rabajante IMSP, UPLB 2 nd Semester AY
Roots of a Polynomial: Root of a polynomial is the value of the independent variable at which the polynomial intersects the horizontal axis (the function.
8/30/ Secant Method Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
Differentiation A Slippery Slope - Jerks You Around - Accelerates Your Mind.
NCR Register
9/19/2015http://numericalmethods.eng.usf.edu1 Introduction to Scientific Computing Major: All Engineering Majors Authors: Autar Kaw, Luke Snyder
Newton-Raphson Method
1 ENM 503 Block 1 Algebraic Systems Lesson 4 – Algebraic Methods The Building Blocks - Numbers, Equations, Functions, and other interesting things. Did.
Numerical Methods Applications of Loops: The power of MATLAB Mathematics + Coding 1.
Lecture 8 Numerical Analysis. Solution of Non-Linear Equations Chapter 2.
10/21/ Bisection Method Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
Newton-Raphson Method Chemical Engineering Majors Authors: Autar Kaw, Jai Paul Transforming Numerical Methods Education.
Lecture 6 Numerical Analysis. Solution of Non-Linear Equations Chapter 2.
FE Math Exam Tutorial If you were not attending today’s evening FE session, your plan was to 1.Binge on Netflix 2.Spend with your.
1 Solution of Nonlinear Equation Dr. Asaf Varol
Chapter 3 Roots of Equations. Objectives Understanding what roots problems are and where they occur in engineering and science Knowing how to determine.
4.5: Linear Approximations, Differentials and Newton’s Method.
Numerical Methods for Engineering MECN 3500
Numerical Methods Part: False-Position Method of Solving a Nonlinear Equation
Numerical Methods.
11/30/ Secant Method Industrial Engineering Majors Authors: Autar Kaw, Jai Paul
Case Study #1 Finding Roots of Equations ~ CE402 Numerical Methods for Engineers Dr. Fritz Fiedler ~ Andy Abrams David Crosby Zack Munstermann.
Newton-Raphson Method. Figure 1 Geometrical illustration of the Newton-Raphson method. 2.
BY: MARIAH & JON 13.4 INVERSE OF SINE AND TANGENT.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 7 Roots of Polynomials.
Solution of Nonlinear Equations Topic: Bisection method
4 Numerical Methods Root Finding Secant Method Modified Secant
1/29/ Bisection Method Computer Engineering Majors Authors: Autar Kaw, Jai Paul
SOLVING NONLINEAR EQUATIONS. SECANT METHOD MATH-415 Numerical Analysis 1.
NCR Register INTRODUCTION, APPROXIMATION AND ERRORS.
Nonlinear Equations Your nonlinearity confuses me
The formulae for the roots of a 3rd degree polynomial are given below
3/7/ Bisection Method Electrical Engineering Majors Authors: Autar Kaw, Jai Paul
Numerical Methods Part: False-Position Method of Solving a Nonlinear Equation
CSE 330: Numerical Methods. What is true error? True error is the difference between the true value (also called the exact value) and the approximate.
7/11/ Bisection Method Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
CSE 330: Numerical Methods. Introduction The bisection and false position method require bracketing of the root by two guesses Such methods are called.
Newton-Raphson Method
The formulae for the roots of a 3rd degree polynomial are given below
Secant Method.
LECTURE 3 OF SOLUTIONS OF NON -LINEAR EQUATIONS.
FE Exam Tutorial
Computational Methods EML3041
Computational Methods EML3041
INTRODUCTION TO SCIENTIFIC COMPUTING
Secant Method – Derivation
Computational Methods Autar Kaw University of South Florida
Chapter 1: False-Position Method of Solving a Nonlinear Equation
Newton-Raphson Method
Computers in Civil Engineering 53:081 Spring 2003
Warm-up: Find the equation of a quadratic function in standard form that has a root of 2 + 3i and passes through the point (2, -27). Answer: f(x) = -3x2.
Nonlinear Equations Your nonlinearity confuses me
Newton-Raphson Method
Nonlinear Equations Your nonlinearity confuses me
Newton-Raphson Method
Mechanical Engineering Majors Authors: Autar Kaw, Jai Paul
The formulae for the roots of a 3rd degree polynomial are given below
Major: All Engineering Majors Authors: Autar Kaw, Jai Paul
Presentation transcript:

Nonlinear Equations Your nonlinearity confuses me

“The problem of not knowing what we missed is that we believe we haven't missed anything” – Stephen Chew on Multitasking

This is what you have been saying about your TI-30Xa A.I don't care what people say The rush is worth the price I pay I get so high when you're with me But crash and crave you when you are away B.Give me back now my TI89 Before I start to drink and whine TI30Xa calculators you make me cry Incarnation of Jason will you ever die C.TI30Xa – you make me forget the high maintenance TI89. D.I never thought I will fall in love again!

Example – General Engineering You are working for ‘DOWN THE TOILET COMPANY’ that makes floats for ABC commodes. The floating ball has a specific gravity of 0.6 and has a radius of 5.5 cm. You are asked to find the depth to which the ball is submerged when floating in water. Figure: Diagram of the floating ball

For the trunnion-hub problem discussed on first day of class where we were seeking contraction of 0.015”, did the trunnion shrink enough when dipped in dry-ice/alcohol mixture? 1.Yes 2.No

Example – Mechanical Engineering Since the answer was a resounding NO, a logical question to ask would be: If the temperature of -108 o F is not enough for the contraction, what is?

Finding The Temperature of the Fluid T a = 80 o F T c = ??? o F D = " ∆D = "

Finding The Temperature of the Fluid T a = 80 o F T c = ??? o F D = " ∆D = "

Nonlinear Equations (Background)

How many roots can a nonlinear equation have?

How many roots can a nonlinear equation have?

How many roots can a nonlinear equation have?

How many roots can a nonlinear equation have?

The value of x that satisfies f (x)=0 is called the A.root of equation f (x)=0 B.root of function f (x) C.zero of equation f (x)=0 D.none of the above

For a certain cubic equation, at least one of the roots is known to be a complex root. The total number of complex roots the cubic equation has is A. one B. two C. three D. cannot be determined

A polynomial of order n has zeros 1.n n 3. n n +2

The velocity of a body is given by v (t)=5e -t +4, where t is in seconds and v is in m/s. The velocity of the body is 6 m/s at t =___. A s B s C s D s

END

Bisection Method

Bisection method of finding roots of nonlinear equations falls under the category of a (an) method. A.open B. bracketing C. random D. graphical

If for a real continuous function f(x), f (a) f (b)<0, then in the range [a,b] for f(x)=0, there is (are) A.one root B. undeterminable number of roots C. no root D. at least one root

The velocity of a body is given by v (t)=5e -t +4, where t is in seconds and v is in m/s. We want to find the time when the velocity of the body is 6 m/s. The equation form needed for bisection and Newton-Raphson methods is A.f (t)= 5e -t +4=0 B.f (t)= 5e -t +4=6 C.f (t)= 5e -t =2 D.f (t)= 5e -t -2=0

To find the root of an equation f (x)=0, a student started using the bisection method with a valid bracket of [20,40]. The smallest range for the absolute true error at the end of the 2 nd iteration is A.0 ≤ |E t |≤2.5 B.0 ≤ |E t | ≤ 5 C.0 ≤ |E t | ≤ 10 D.0 ≤ |E t | ≤ 20

For an equation like x 2 =0, a root exists at x=0. The bisection method cannot be adopted to solve this equation in spite of the root existing at x=0 because the function f(x)=x 2 A. is a polynomial B. has repeated zeros at x=0 C. is always non-negative D. slope is zero at x=0

END

Newton Raphson Method

Newton-Raphson method of finding roots of nonlinear equations falls under the category of __________ method. A.bracketing B. open C. random D. graphical

The root of equation f (x)=0 is found by using Newton-Raphson method. The initial estimate of the root is x o =3, f (3)=5. The angle the tangent to the function f (x) makes at x=3 is 57 o. The next estimate of the root, x 1 most nearly is A B C D

The Newton-Raphson method formula for finding the square root of a real number R from the equation x 2 -R=0 is, A. B. C. D.

END Numerical Methods for the STEM undergraduate