numerical methods Flashcards

1
Q

what is a numerical method

A

an approximation for a root of a function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what are some numerical methods

A

iteration
trapezium rule
newton raphson

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

when is change of sign appropriate

A

when the eq is continuous

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

how do you use change in sign

A
  • work in given interval or use bounds
  • show their is a change in sign
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

when does change in sign fail

A

interval is too large- locates the wrong roots

touches the x axis- this is a root but there is no change in sign

asymptotes- in a discontinous eq may be mistaken for a root

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

how do you use the newton Raphson’s method?

A

rearrange into the form f(x) = 0
differentiate to find f’(x)
sub into formula Xn - f(x)/f’(x) = Xn+1
sub in initial and begin iterating

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is the iterative formula?

A

Xn+1 = g(Xn)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is x = g(x)

A

the rearrangement of f (x) to make one of the x values the subject

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what does the line of the initial x value look like?

A

a solid line

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

how do you draw sketch an iterative graph

A

drawing a vertical line to the curve then a horizontal one to the line.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

why is Newton Raphson’s often preferred more than iteration?

A

it converges faster

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

when does newton Raphson’s fail?

A

x values with a horizontal tangent (stationery point)

far initial may find a different value

small gradient : slow convergence or divergence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

how can you check if an x value is a stationery point?

A

if f’(x) = 0
x is a stationery point and its tangent won’t intercept the x axis again

How well did you know this?
1
Not at all
2
3
4
5
Perfectly