Iteration - GCSE Higher Maths

1st Class Maths
18 Feb 202209:43

Summary

TLDRThis educational video introduces the concept of iteration, a method for solving cubic equations that cannot be addressed with the quadratic formula. It demonstrates how to show a solution exists between two values by observing a change of sign in the equation's output. The video then guides through the process of rearranging the equation for iteration, using an iterative formula to approximate the solution progressively closer. It concludes with a practical example, calculating successive terms to find a solution accurate to five decimal places, and verifying the solution's accuracy by substituting it back into the original equation.

Takeaways

  • πŸ” The video introduces the concept of iteration, a method for solving equations, particularly cubic equations that cannot be solved using the quadratic formula.
  • πŸ“Œ Iteration begins by identifying a range where a solution exists, such as between x=1 and x=2, by observing a change of sign when substituting these values into the equation.
  • πŸ“ˆ A change of sign in the equation's output when substituting values indicates a solution exists between those values, which can be visualized on a graph where the curve crosses the x-axis.
  • πŸ“ To apply iteration, the equation must be rearranged so that x is isolated on one side, setting the stage for the iterative formula.
  • βœ‚οΈ The iterative formula involves taking the cube root of a term involving x, which is derived from rearranging the original equation.
  • πŸ”‘ The subscript n+1 denotes the next term in the sequence, while subscript n refers to the current term, allowing for the calculation of successive approximations of the solution.
  • πŸ”„ The iterative process involves substituting the current term into the formula to find the next term, which is then used to find the subsequent term, and so on.
  • πŸ“Š The initial term, x0, is given or chosen, and successive terms (x1, x2, x3, etc.) are calculated using the iterative formula.
  • πŸ”’ Iteration can be performed using a calculator, making it easy to compute multiple iterations quickly and accurately.
  • 🎯 The goal of iteration is to approximate the solution to a high degree of accuracy, with each iteration bringing the approximation closer to the exact solution.
  • πŸ“‹ To verify the accuracy of the solution, the calculated value can be substituted back into the original equation, with a result close to zero indicating a precise approximation.

Q & A

  • What is the main topic of the video?

    -The main topic of the video is the concept of iteration, specifically how to use it to solve a cubic equation.

  • Why can't the quadratic formula be used for the given equation?

    -The quadratic formula cannot be used because the given equation is a cubic equation, with the highest power of x being 3, not 2 as in quadratic equations.

  • What is the first step to show that a solution to the equation lies between x equals one and x equals two?

    -The first step is to substitute x with 1 and 2 in the equation and observe the change in sign from negative to positive, which indicates a solution between these two values.

  • What does a change of sign in the values of the equation when substituting x with 1 and 2 indicate?

    -A change of sign indicates that there is at least one solution to the equation between the two substituted values, in this case, between x = 1 and x = 2.

  • How can the iterative formula be derived from the given cubic equation?

    -The iterative formula is derived by rearranging the equation to make x the subject, then taking the cube root of both sides, and finally writing x with subscripts to represent the iterative process.

  • What does the subscript 'n+1' represent in the context of the iterative formula?

    -In the context of the iterative formula, the subscript 'n+1' represents the next term in the sequence of approximations to the solution.

  • What is the purpose of the iterative formula in solving the cubic equation?

    -The purpose of the iterative formula is to provide a method to calculate successive approximations to the solution of the equation, with each iteration getting closer to the actual solution.

  • How is the initial term 'x0' used in the iterative process?

    -The initial term 'x0' is the starting point for the iterative process. It is used to calculate the first term 'x1', and subsequent terms are calculated using the iterative formula.

  • What is the significance of calculating x1, x2, and x3 in the iterative process?

    -Calculating x1, x2, and x3 is part of the iterative process that gradually refines the approximation of the solution to the cubic equation. Each term is closer to the actual solution than the previous one.

  • How can you determine the accuracy of the solution obtained through iteration?

    -The accuracy of the solution can be determined by substituting the iterative solution back into the original equation and observing how close the result is to zero. A very small non-zero result indicates a high level of accuracy.

  • What is the final step in solving the cubic equation using iteration as described in the video?

    -The final step is to continue the iterative process until the solution stabilizes, and then round the result to the desired number of decimal places, as specified in the question.

Outlines

00:00

πŸ“š Introduction to Iteration for Solving Cubic Equations

This paragraph introduces the concept of iteration as a method for solving cubic equations, which cannot be addressed with the quadratic formula. It demonstrates how to show that a solution exists between x=1 and x=2 by substituting these values into the equation and observing a change of sign from negative to positive. The explanation includes the graphical representation of the equation, where the graph crosses the x-axis, indicating a solution. The paragraph also explains the process of rearranging the equation to isolate x and the introduction of an iterative formula to approximate the solution through successive iterations.

05:00

πŸ” Iterative Formula Application and Calculation Process

The second paragraph delves into the application of the iterative formula to calculate the successive terms of the sequence, starting with an initial term x0=2. It explains the iterative process of using the formula to find x1, x2, and x3 by substituting the current term into the formula to find the next. The importance of using the entire number from the calculator to maintain accuracy is emphasized. The paragraph also outlines how to continue the iterative process to approximate the solution to the equation more accurately, eventually reaching a value that, when rounded to five decimal places, gives the solution 1.89329.

Mindmap

Keywords

πŸ’‘Iteration

Iteration refers to the process of repeating a calculation or algorithm with the aim of approaching a desired result. In the context of the video, iteration is used as a method for solving equations, specifically a cubic equation, by approximating solutions through a sequence of calculations. The script mentions that iteration is particularly useful when the equation cannot be solved using standard algebraic methods, such as the quadratic formula.

πŸ’‘Cubic Equation

A cubic equation is a polynomial equation of degree three, which means the highest power of the variable (in this case, x) is three. The video script introduces a cubic equation and explains that it cannot be solved using the quadratic formula due to its higher degree. The equation given in the script is an example where iteration is used to find a solution.

πŸ’‘Change of Sign

The change of sign is a concept used in numerical methods to determine the presence of a solution between two values. In the script, it is mentioned as a way to show that a solution to the cubic equation exists between x=1 and x=2. The script describes how substituting these values into the equation results in a change from negative to positive, indicating a solution in that interval.

πŸ’‘Graphical Representation

Graphical representation is a visual method of depicting data or functions, such as plotting points on a graph. The video script suggests using a graph to visualize the change of sign, where the points for x=1 and x=2 are plotted, and the graph is expected to cross the x-axis between these points, indicating a solution to the equation.

πŸ’‘Rearranging Equation

Rearranging an equation involves manipulating the terms to isolate the variable or to set the equation to zero. In the script, the cubic equation is rearranged to make x the subject, which is a necessary step before applying the iterative formula. This process involves adding terms to both sides of the equation to simplify and prepare it for the iteration process.

πŸ’‘Cube Root

The cube root of a number is a value that, when multiplied by itself three times, gives the original number. In the script, taking the cube root is part of the process to simplify the equation and create an iterative formula. It is used to deal with the cubic term on the left side of the rearranged equation.

πŸ’‘Iterative Formula

An iterative formula is a mathematical expression that defines the next term in a sequence based on the current term. In the video, the iterative formula is derived from the rearranged equation and is used to calculate successive approximations of the solution. The script explains how to use this formula iteratively to find increasingly accurate solutions.

πŸ’‘Initial Term

The initial term, or x0 in the script, is the starting point for the iterative process. It is the first value used in the iterative formula to calculate subsequent terms. The video script specifies that x0 equals 2, which is the basis for calculating the values of x1, x2, and x3.

πŸ’‘Approximation

An approximation is a value that is close to the exact value but not exact itself. In the context of the video, each iteration provides an approximation of the solution to the cubic equation. The script explains that as more iterations are performed, the approximations become closer to the actual solution.

πŸ’‘Rounding

Rounding is the process of adjusting a number to a specified number of decimal places. In the script, the final step of the iterative process involves rounding the result to five decimal places to provide the solution to the equation with the required precision.

πŸ’‘Accuracy

Accuracy in mathematics refers to how close an approximation is to the true value. The video script discusses the accuracy of the solution found through iteration by substituting the calculated value back into the original equation and observing the result is very close to zero, indicating a high degree of accuracy.

Highlights

Introduction to the topic of iteration for solving cubic equations.

Explanation of why the quadratic formula cannot be used for cubic equations.

Demonstration of how to show a solution lies between x=1 and x=2 using iteration.

The concept of 'change of sign' indicating the presence of a solution between two values.

Graphical representation of the change of sign on a graph to visualize the solution.

Rearranging the equation to make x the subject for the iteration process.

Use of the cube root to simplify the equation for iteration.

Introduction of the iterative formula and its role in finding successive approximations.

How to derive the iterative formula from the original equation.

Calculating the first three terms of the sequence using the iterative formula.

The iterative process explained as a sequence of calculations to approximate the solution.

Using an initial term x0 and calculating subsequent terms x1, x2, and x3.

The importance of using the entire number from a calculator for accurate iteration.

Solving the cubic equation to five decimal places using iteration.

Technique for using a calculator to perform multiple iterations quickly.

The final solution rounded to five decimal places and its significance.

Verification of the solution's accuracy by substituting it back into the original equation.

Conclusion on the accuracy of the solution and its closeness to zero.

Encouragement for viewers to watch more educational content and subscribe for updates.

Transcripts

play00:02

in this video we're going to learn about

play00:03

a topic called iteration

play00:05

imagine we were trying to solve this

play00:07

equation here

play00:08

this equation is known as a cubic

play00:10

equation because it has an x to the

play00:11

power 3 as the highest power so it's not

play00:14

a quadratic equation so we can't use the

play00:16

quadratic formula for instance

play00:18

fortunately iteration is a method for

play00:20

solving equations that will help us

play00:23

a typical start to an iteration question

play00:25

might look something like this

play00:26

part a show that a solution to the

play00:28

equation lies between x equals one and x

play00:30

equals two

play00:32

so the questions actually told us that

play00:33

one of the solutions is between one and

play00:36

two

play00:37

we're asked to show that this is the

play00:38

case though

play00:39

to do this all you do is take the

play00:41

equation and substitute in values x

play00:43

equals one and x equals two so if we

play00:45

substitute in one we'd get one cubed

play00:48

minus two times one minus three which

play00:51

comes out as negative four

play00:53

if we substitute in two we get two cubed

play00:55

minus two times two minus three which

play00:58

gives us one

play01:00

at this point we can observe what we

play01:02

call a change of sign it's a change of

play01:04

sign because we've gone from negative to

play01:06

positive it would also be a change of

play01:08

sign if it went from positive to

play01:10

negative the reason this shows a

play01:12

solution is easier to see on a graph

play01:15

imagine we were sketching this graph and

play01:17

we were plotting the points for one and

play01:19

two

play01:19

when we plotted one it was at negative

play01:21

four

play01:22

when we plotted two it was at positive

play01:24

one so if we were to draw the graph of

play01:27

this we'd somehow connect up these two

play01:29

points now it probably wouldn't be a

play01:31

straight line but somewhere between

play01:32

these two points it must cross over the

play01:34

x-axis

play01:36

when it crosses the x-axis we know that

play01:38

would be a solution to the equation so a

play01:40

solution must be between x equals one

play01:42

and x equals two

play01:43

so what we can say here is that the

play01:45

change of sign shows there must be a

play01:47

solution between the values x equals one

play01:49

and x equals two

play01:51

you should note that this method only

play01:52

works when the equation is equal to zero

play01:55

if the equation isn't already equal to

play01:57

zero just rearrange it so that you get

play01:59

zero on the right hand side then if you

play02:01

notice a change of sign you know there's

play02:03

a solution between those two x values

play02:07

now that we know a solution lies between

play02:08

1 and 2 we can use iteration to find the

play02:11

solution really accurately

play02:13

the first thing we're going to do is

play02:14

imagine we were asked to make this x the

play02:16

subject so we're going to rearrange it

play02:18

so that x is on the left-hand side

play02:21

to begin we're going to add 2x and 3 to

play02:23

both sides

play02:24

if we add this to the left hand side it

play02:26

cancels out the negative 2x and negative

play02:28

3 so we're just left with x cubed on the

play02:31

right hand side 0 add 2x add 3 is 2x at

play02:34

3.

play02:36

the next thing to try and do is remove

play02:38

the cubed

play02:39

the inverse of cubed is cube root so

play02:41

we'll cube root both sides

play02:43

if we cube root the left we just get x

play02:46

and if we cube root the right we get the

play02:47

cube root of 2x plus

play02:49

this might seem like quite an unusual

play02:51

approach but it will help us out

play02:53

the next thing to do is take the x on

play02:55

the left hand side and write it with a

play02:57

subscript n plus one

play02:59

and any x's on the right hand side

play03:01

become x with a subscript n this is now

play03:04

known as an iterative formula

play03:07

often the iterative formula is given to

play03:09

you in the question but you may be asked

play03:11

to show that it does work like i have

play03:13

done in this question

play03:19

the follow-up question could look

play03:20

something like this

play03:22

the iterative formula can be used to

play03:23

solve the equation

play03:25

part b given that x0 equals 2 calculate

play03:28

the values of x1 x2 and x3

play03:34

now to understand how to do this you

play03:35

need to understand what an iterative

play03:37

formula is

play03:39

x m plus 1 here refers to the next term

play03:41

of a sequence of terms whereas x n

play03:44

refers to the current term we're on

play03:47

if for example we started with our

play03:49

current term as x 0 and we substituted

play03:51

in that number

play03:53

and then worked it out it would tell you

play03:54

what x 1 is

play03:56

you could then take that term and

play03:58

substitute it in

play03:59

work it out and you'd get x2

play04:02

you could then take that term substitute

play04:04

it in work it out and you'd get x3 and

play04:07

you can carry on this iterative process

play04:10

x3 gives you x4 and so on so all an

play04:14

iterative formula tells you is the

play04:16

formula you need to use to work out the

play04:18

next term and that's what we're going to

play04:19

do now

play04:22

in the question we were told that x0

play04:24

equals 2 this is known as our initial

play04:26

term

play04:27

we need to calculate the next three

play04:29

terms

play04:30

so we need to calculate x1 first to

play04:32

calculate x1 we're going to write out

play04:35

the formula

play04:36

cube root of 2 times

play04:39

x0

play04:40

plus 3 and we're using x zero because

play04:43

that's the term we currently have

play04:45

we already know what x zero is though x

play04:47

zero is two so if we substitute x zero

play04:50

for two we can calculate this

play04:53

you can now type this into your

play04:54

calculator and you'll get this number

play04:56

here

play04:57

in an iteration question you're probably

play04:59

going to need to write your whole

play05:00

calculator display down

play05:02

we can now use this value for x1 to get

play05:05

the next value for x2 so imagine x1 is

play05:08

our current term

play05:09

x2 is our next term so we're going to do

play05:12

the cube root of 2 times our current

play05:14

term which is x1 and then add 3.

play05:18

so we substitute x1 for this long number

play05:20

here

play05:24

and then calculate it

play05:26

it's important at this point that you

play05:27

don't round the long number on your

play05:29

calculator you want to type in the whole

play05:31

number or even better use the answer

play05:33

button on your calculator

play05:35

so x2 would come out as this number

play05:38

we can then imagine that x2 is our

play05:40

current term and then calculate x3

play05:42

so x3 would be the cube root of 2 times

play05:46

our current term which is x2 add 3.

play05:50

we can then substitute the x2 for our

play05:51

most recent number

play05:54

which is this one and then type this

play05:55

into a calculator again being sure to

play05:58

use the whole number

play05:59

so x3 would come out as this

play06:02

we've now completed the question because

play06:03

we found the values x1 x2 and x3

play06:12

part c asks us to solve the equation

play06:14

giving our answer to five decimal places

play06:16

if we think back this was our original

play06:18

plan with the question we wanted to

play06:20

solve the equation

play06:22

so far we were given the x0 value of 2

play06:25

and we calculated x1 x2 and x3

play06:28

each of these successive iterations is

play06:30

an approximation to the solution the

play06:33

further you go the better the answer so

play06:35

to find the solution we need to keep

play06:37

this going we can find x4 x5 and so on

play06:42

fortunately this is made a lot easier

play06:43

using a calculator

play06:46

we can calculate iterations really

play06:48

quickly using a calculator to do this

play06:51

i'm going to press 2

play06:52

and then equals because 2 was the

play06:54

initial value of x0 that was given to us

play06:57

in the question the effect of this is

play06:58

this number 2 here is stored in the

play07:00

calculator's memory it was the most

play07:02

recent number it calculated

play07:04

now we'll go ahead and do the iterations

play07:06

so we need to do the cube root because

play07:08

it started with a cube root that's on

play07:10

shift so shift cube root that it was two

play07:13

times the previous answer so i know the

play07:16

previous answer x0 that was 2 so i could

play07:18

just press another 2 at this point or i

play07:20

could press the answer button because

play07:22

that's the number the calculator most

play07:23

recently calculated

play07:25

then it was plus 3 and then press equals

play07:28

and you can see the number on screen

play07:29

matches the one that we calculated

play07:32

now we need to get x2 and you could do

play07:34

it by repeating all of those steps but

play07:36

the calculation you need is already on

play07:37

the screen if we simply press the equals

play07:40

button now the calculator will take the

play07:42

most recent answer the one displayed on

play07:43

screen and put it into this formula here

play07:46

so if we press equals you'll see we get

play07:48

the next answer which is x2 and then we

play07:50

press equals

play07:52

x3

play07:54

equals

play07:55

x4

play07:56

x5 x6 x7 x8 x9 and so on

play08:02

in fact you can go even further than

play08:04

this if you continue to press equals

play08:05

you'll see the number gets closer and

play08:07

closer to the exact answer and

play08:09

eventually when you get to this point

play08:11

here no matter what you do if you keep

play08:12

pressing equals the number has settled

play08:14

so this is the number we need to round

play08:16

to get our final answer the question

play08:18

said five decimal places so one two

play08:21

three four five

play08:23

so the fifth decimal point here is an

play08:24

eight but it's got a 9 after it so we'll

play08:26

need to round up so the final answer

play08:28

rounded to 5 decimal places is 1.89329

play08:36

so we've managed to find one of the

play08:37

solutions to this equation

play08:39

a common follow-up question is to ask

play08:41

you just how accurate your solution is

play08:43

it might read something like this

play08:45

part d by substituting your answer from

play08:48

part c into x cubed minus 2x minus 3

play08:51

comment on the accuracy of your solution

play08:53

to the equation x cubed minus 2x minus 3

play08:56

equals 0.

play08:57

all we need to do here is write out the

play08:59

equation again but instead of x we're

play09:01

going to write our solution 1.89329

play09:05

1.89329 cubed minus two lots of one

play09:08

point eight nine three two nine minus

play09:10

three

play09:11

now if you type this into a calculator

play09:13

you'll get zero point zero zero zero

play09:15

zero zero seven zero three five two five

play09:18

so a very very small number

play09:20

so we could say that this is very close

play09:23

to zero so our solution is a good

play09:25

estimate for the real solution

play09:31

thank you for watching this video i hope

play09:32

you found it useful check out what i

play09:34

think you should watch next and also

play09:35

subscribe so you don't miss out on

play09:36

future uploads

Rate This
β˜…
β˜…
β˜…
β˜…
β˜…

5.0 / 5 (0 votes)

Related Tags
Cubic EquationsMathematicsIteration MethodEducational VideoSolution FindingAlgebraic ConceptsGraphical AnalysisNumerical MethodsRoot ApproximationAccuracy CheckMath Tutorial