LECTURE 2 OF 4 7.0 NUMERICAL METHODS 7.2 Solutions of Non-Linear Equations.

Slides:



Advertisements
Similar presentations
SOLVING QUADRATICS General Form: Where a, b and c are constants.
Advertisements

Factoring a Polynomial. Example 1: Factoring a Polynomial Completely factor x 3 + 2x 2 – 11x – 12 Use the graph or table to find at least one real root.
To solve equations using Intersect method with a graphing calculator Process 1.Enter y 1 = (left side of the equation). ENTER 2.Enter y 2 = (right side.
Graphs of Equations Finding intercepts of a graph Graphically and Algebraically.
Lectures on Numerical Methods 1 Numerical Methods Charudatt Kadolkar Copyright 2000 © Charudatt Kadolkar.
Solving Quadratic Equations by Graphing
Solution of Polynomial Equations
Chapter 2: Equations and Inequalities 2.4: Other Types of Equations
2.8 - Solving Equations in One Variable. By the end of today you should be able to……. Solve Rational Equations Eliminate Extraneous solutions Solve Polynomial.
Approximate Solution of Equations
Continuity ( Section 1.8) Alex Karassev. Definition A function f is continuous at a number a if Thus, we can use direct substitution to compute the limit.
Slide 7- 1 Copyright © 2012 Pearson Education, Inc.
Using the Quadratic Formula to Find the Roots y = 3x 2 – 6x – 20 The roots are the x values when y = 0 xy From.
1. Write 15x2 + 6x = 14x2 – 12 in standard form.
Lecture 3 Numerical Analysis. Solution of Non-Linear Equations Chapter 2.
7.4 and 7.5 Solving and Zeros of Polynomials
Solving equations numerically The sign - change rule If the function f(x) is continuous for an interval a  x  b of its domain, if f(a) and f(b) have.
1 Solve each: 1. 5x – 7 > 8x |x – 5| < 2 3. x 2 – 9 > 0 :
Sullivan Algebra and Trigonometry: Section 5.2 Objectives Use the Remainder and Factor Theorems Use Descartes’ Rule of Signs Use the Rational Zeros Theorem.
9.1: Solving Equations Graphically in One Variable January 6, 2009.
Systems of Equations A group of two or more equations is called a system. When asked to SOLVE a system of equations, the goal is to find a single ordered.
By the end of this section, you will be able to: 1. Determine the number and type of roots for a polynomial equation; 2. Find the zeros of a polynomial.
2.4 Other Types of Equations Objectives: 1. Solve absolute-value equations. 2. Solve radical equations. 3. Solve fractional equations.
Section 5.5 Solving Exponential and Logarithmic Equations Copyright ©2013, 2009, 2006, 2001 Pearson Education, Inc.
Solving Polynomials.
Lesson 4 Contents 11-3 Solving Quadratic Equations by Using the Quadratic Formula Objectives 1. Solve quadratic equations by using the Quadratic Formula.
2.3 Solving Radical Equations Function EquationsRadical Equations Math
Lesson 2.7, page 346 Polynomial and Rational Inequalities.
EXAMPLE 1 Solve a system graphically Graph the linear system and estimate the solution. Then check the solution algebraically. 4x + y = 8 2x – 3y = 18.
EXAMPLE 1 Solve an equation with two real solutions Solve x 2 + 3x = 2. x 2 + 3x = 2 Write original equation. x 2 + 3x – 2 = 0 Write in standard form.
Notes Over 9.4 Checking a Solution Using a Graph The solution, or roots of an equation are the x-intercepts. Solve the equation algebraically. Check the.
Analytic Trigonometry 7. Trigonometric Equations 7.5.
Lecture 4 Numerical Analysis. Solution of Non-Linear Equations Chapter 2.
Solving Equations Graphically, Numerically, and Algebraically
TOPIC : 7 NUMERICAL METHOD.
Chapter 4 Quadratic Equations
Numerical Analysis Lecture 5.
LECTURE 4 OF SOLUTIONS OF NON-LINEAR EQUATIONS OBJECTIVES
Copyright © 2008 Pearson Education, Inc
Lesson: Extension Cubic Functions and Equations
College Algebra Chapter 2 Functions and Graphs
Prerequisite Skills VOCABULARY CHECK 1
Solve an equation with two real solutions
Notes Over 4.7 Solving an Equation Graphically
Trial and Improvement Objectives:
Chapter 6.4 Completing the Square Standard & Honors
Solving Exponential and Logarithmic Equations
SECTION 9-3 : SOLVING QUADRATIC EQUATIONS
Warm Up #3 1. Evaluate 5x + 2y for x = 2 and y = –4. 2 ANSWER
Algebra 2/Trigonometry Name: __________________________
Copyright © Cengage Learning. All rights reserved.
Intermediate Value Theorem
Using Factoring To Solve
College Algebra Chapter 2 Functions and Graphs
You can find the roots of some quadratic equations by factoring and applying the Zero Product Property. Functions have zeros or x-intercepts. Equations.
Intermediate Value Theorem
Section 4.8: Newton’s Method
Continuity Alex Karassev.
Solving Systems of Linear and Quadratic Equations
Solving Equations f(x) = g(x)
3.8 Newton’s Method How do you find a root of the following function without a graphing calculator? This is what Newton did.
Finding the Total Area y= 2x +1 y= x Area = Area =
Solving Linear Equations by Graphing
Finding the Total Area y= 2x +1 y= x Area = Area =
Copyright © 2010 Pearson Education, Inc
Solve Systems of Equations by Graphing
3.5 Solving Nonlinear Systems
Copyright © Cengage Learning. All rights reserved.
MATH 1910 Chapter 3 Section 8 Newton’s Method.
Presentation transcript:

LECTURE 2 OF NUMERICAL METHODS 7.2 Solutions of Non-Linear Equations

At the end of the lesson, students should be able to: a)To discuss the iteration method by writing f(x)=0 in the form of x=g(x). The iteration scheme is n=1,2,3…. b)Identify that the iteration method fails when in the neighborhood of the roots of the equation LEARNING OUTCOMES:

Numerical Method ( ITERATION METHOD) can be used to find approximate roots / solutions. (2) Solve x 3 – e x = 0 We cannot find the exact root of the above equation Example: (1) Solve x 2 – 4x – 5 = 0 => ( x + 1 )( x – 5) = 0 x = -1 or x = 5 The roots of the equation

7.2 (1) : ITERATION METHOD 1. Find an initial approximate value x 1. The steps are : 2. Rewrite the equation in the form : x = g(x), g(x) is called the iteration function 4. This method fails if So we are looking for 3. Find g ’ (x)

How to find an initial approximate value ? 2 Methods GraphicalAlgebraic

Sketch the graph y = f(x).The real root the point where the graph intercept at x-axis OR Rewrite f(x) = 0 to a new form : F(x) = G(x) Sketch the graph y = F(x) and y = G(x). The real root the point of intersection between the two graphs. Graphical Method Algebraic Method Find two values a and b such that f(a) and f(b) have different signs At least one root must lie between a and b if f(x) is continuous.

Example Locate the approximate value of the equation by using the graphical method. Solution y x 43 y = - x + 4y = ln x The intersection is approximately at x = 2.9

Example 1 Show that the equation x 3 – 6x + 7 = 0 has a root between -3 and -2. Find the root of the equation correct to 3 d.p. using the Iteration Method. Solution Let f(x) = x 3 – 6x + 7 f(-3) = (-3) 3 -6(-3) + 7= -2 < 0 f(-2) = (-2) 3 – 6(-2) + 7= 11 > 0 different sign Since f(-3) < 0 and f(-2) > 0, thus one of the the roots is between -3 and -2

Let x 1 = -2.5 the initial approximate value Determine g(x) by writing f(x) = 0 to a new form : x = g(x)

CHECK g(x) is not an iteration function Therefore, g(x) is an iteration function The required solution is x=

USING THE CALCULATOR Key in MODE 1 (COMP) ALPHA Y ALPHA = (6 ALPHA X – 7) CALC (X?) -2.5 = ( ) CALC Ans = ( …) CALC Ans = ( …) CONTINUE THE PROCESS UNTILL YOU GET To find the approximate root for x 3 – 6x + 7 = 0 x 1 = -2.5, iteration function : THE SAME ANSWER FOR AT LEAST TWICE

Example 2 Show that the equation Has a root between 0.2 and 0.3. Taking 0.2 as the first approximation, find the root of the equation correct to 3d.p. Solution At least one root must lie between 0.2 and 0.3

Therefore, g(x) is an iteration function

The required solution is 0.246

Example 3 Using the iteration method, find the solution of correct to 3 d.p. Solution: x=g(x) Given x 1 = -0.5,

The required solution is