In the next example we’ll look at an equation which has 2 roots and the iteration produces a surprising result. The equation is . We’ll.

Slides:



Advertisements
Similar presentations
“Teach A Level Maths” Vol. 2: A2 Core Modules
Advertisements

“Teach A Level Maths” Vol. 2: A2 Core Modules
“Teach A Level Maths” Vol. 2: A2 Core Modules
“Teach A Level Maths” Vol. 2: A2 Core Modules
Coursework Requirements Numerical Methods. 1.Front Cover indicating that the coursework is about the numerical Solution of Equations. Include your name,
IV.4 Limits of sequences introduction
Roots & Zeros of Polynomials I How the roots, solutions, zeros, x-intercepts and factors of a polynomial function are related.
Solving Equations Containing To solve an equation with a radical expression, you need to isolate the variable on one side of the equation. Factored out.
Table of Contents First note this equation has "quadratic form" since the degree of one of the variable terms is twice that of the other. When this occurs,
Quadratic Functions 2.
Straight Lines and Gradients Objectives: To find linear equations from minimum information. To use linear equations in any form to find the gradient and.
Module :MA0001NP Foundation Mathematics Lecture Week 9
The Quadratic Formula. What does the Quadratic Formula Do ? The Quadratic formula allows you to find the roots of a quadratic equation (if they exist)
“Teach A Level Maths” Vol. 2: A2 Core Modules
Do Now : Evaluate when x = 6, y = -2 and z = The Quadratic Formula and the Discriminant Objectives Students will be able to: 1)Solve quadratic.
Iteration
Sign Change Re-cap Show that each of the following have a solution for x: 1.The intersection of (between 1.8 and 1.9) and 2.The intersection of(between.
Solve each equation. 1. 3x +5 = x + 1 = 2x – 3 3. (x + 7)(x – 4) = 0 4.x 2 – 11x + 30 = 0 ALGEBRA O.T.Q.
10-4 Solving Quadratic Equations by Using the Quadratic Formula Objectives Students will be able to: 1)Solve quadratic equations by using the Quadratic.
“Cobweb” diagrams. Affine Difference Equations---Slope bigger than 1.
Iteration The solution lies between 0 and 1. e.g. To find integer bounds for we can sketch and  0 and 1 are the integer bounds. We often start by finding.
ELIMINATION AND GRAPHING Systems of Nonlinear Equations.
8: Simultaneous Equations and Intersections © Christine Crisp “Teach A Level Maths” Vol. 1: AS Core Modules.
P2 Chapter 8 CIE Centre A-level Pure Maths © Adam Gibson.
Solving Quadratic Equations by the Quadratic Formula.
Numerical Solution Of Equations
Rearranging the equation f(x)=0 into the form x=g(x)
THE QUADRATIC FORMULA.
Approximate Solutions To Equations Using Iteration
Solving Quadratic Equations by the Quadratic Formula
The exact values can be found by solving the equations simultaneously
When given a root and when not given a root
6-5 Solving Open Sentences Involving Absolute Value
Solving Quadratic Equations by the Quadratic Formula
Solving Quadratic Equations by the Quadratic Formula
3.3: The Quadratic Formula
6-3 Solving Quadratic Equations by Factoring
Solving Quadratic Equations by the Quadratic Formula
Solving Equations Containing
Solving Quadratic Equations by Graphing
“Teach A Level Maths” Vol. 1: AS Core Modules
Tangents and Gradients
Solving Quadratic Equations by the Quadratic Formula
Unit 7 Day 4 the Quadratic Formula.
Solution of Equations by Iteration
Solving Equations Containing
Solving Quadratic Equations by the Quadratic Formula
Dr J Frost GCSE Iteration Dr J Frost Last modified:
Solving Differential Equations
Further Sequences and Series
Solving Equations Containing
The Product Rule.
Solving Quadratic Equations by the Quadratic Formula
Stationary Point Notes
Iterative Formulae Saturday, 23 February 2019.
Solving Quadratic Equations by the Quadratic Formula
A step-by-step process of trial and improvement
Solving Differential Equations
Elimination Using Multiplication.
Solving Quadratic Equations by the Quadratic Formula
Solving Quadratic Equations by the Quadratic Formula
Let’s see why the answers (1) and (2) are the same
Suppose we want to find the value of y when x = 3 if
Lucan Community College Leaving Certificate Mathematics
5.6 Solving Quadratic Equations by the Quadratic Formula
A student tries to solve
Solving Equations Containing
Starter To make sure that you can re-arrange equations
Solving Quadratic Equations by the Quadratic Formula
Presentation transcript:

In the next example we’ll look at an equation which has 2 roots and the iteration produces a surprising result. The equation is . We’ll try the simplest iterative formula first :

Let’s try with close to the positive root.

The sequence diverges rapidly. Let’s try with close to the positive root. The staircase moves away from the root. The sequence diverges rapidly. Using the iterative formula,

Suppose we try a value for on the left of the root.

Suppose we try a value for on the left of the root.

Suppose we try a value for on the left of the root.

Suppose we try a value for on the left of the root.

Suppose we try a value for on the left of the root. The sequence now converges but to the other root !

It is possible to use our iterative method to find in the previous example but not with the arrangement we had. The equation was . The rearrangement we used was so the formula was . With this gives the negative root: We can also arrange the equation as follows: Change to log form: giving With ,

We will now look at why some iterative formulae give sequences that converge whilst others don’t and others converge or diverge depending on the starting value. Collecting the diagrams together gives us a clue. I’ve included the 4th type of diagram that we haven’t yet met: a diverging cobweb. See if you can spot the important difference once you can see the 4 diagrams

The gradients of for the converging sequences are shallow Cobweb: converging Staircase: converging The gradients of for the converging sequences are shallow Cobweb: diverging Staircase: diverging

It can be shown that gives a convergent sequence if the gradient of . . . is between -1 and +1 at the root. We write or, Unfortunately since we are trying to find we don’t know its value and can’t substitute it ! In practice, to test for convergence we use a value close to the root. The closer is to zero, the faster will be the convergence.

e.g. By using calculus, determine which of the following arrangements of the equation will give convergence to a root near x = 3 and which will not. Solution: The sequence will converge.

e.g. By using calculus, determine which of the following arrangements of the equation will give convergence to a root near x = 3 and which will not. Solution: The sequence will not converge.

We can now see why we had the strange result when we tried to solve with At , the gradient is less than 1 ( so the curve here is shallower than y = x ): the iteration converges. At , the gradient is greater than 1 ( so the curve here is steeper than y = x ): the iteration diverges.

We can now see why we had the strange result when we tried to solve with Both iterations started close to but the one that converged to started on the left of .

SUMMARY To show that a formula of the type will give a convergent sequence, find show that , where x is close to the solution.