Finding roots (Iterations and Newton Raphson method) Flashcards

1
Q

How do you show that roots lie between certain point?

A

sub in the values into the equation
a change in sign means a < root < b

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

What is the equation for finding the root? Iterations

A

1/2(xo + a/xo)

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

How do you find the root of an equation? Iterations

A

put a number in and set as the ans
put in the equation with x as ans
continue clicking = until the number stays constant

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

What is the equation for the Newton Raphson method?

A

Xn+1 = Xn - f(x)/f’(x)

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

How do you calculate roots using Newton Raphson method?

A

rearrange f(x) to =0
differentiate to get f’(x)
pick an initial solution for x
sub in

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

Does the Newton Raphson method work at stationary point?

A

No, is a guess for x is at a stationary point, Newton Raphson method fails

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