Numerical Methods Flashcards

1
Q

What is a numerical method for finding a root?

A

Sign change method - if function is continuous and there is a sign change between to input values, you must equal 0 between these points hence there is a root

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

How do you draw a staircase/cobweb diagram?

A

Draw a line y = x. Draw from the x axis a straight line up through to the graph from the input value. Draw a horizontal line from the point of intersection with the graph to the line y = x. Draw a line up from here vertically to the graph and repeat.

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

What is the newton-raphson method?

A

Iterative formula used for finding roots

x(n+1) = xn - f (xn) / f ‘(xn)

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

ax^n integrates to

A

a / (n+1) •x^(n+1)

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

e^x integrates to

A

e^x

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

1/x integrates to

A

ln |x|

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

Cos kx integrates to

A

1/k sin x

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

Sin kx integrates to

A

-1/k Cos kx

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