Numerical Differentiation Flashcards

(7 cards)

1
Q

What is the formula for Forward’s difference approximation formula?

A

f’(c) = f(c + h) -f(c) / h

As ‘h’ tends to 0

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

What is the formula for Central Difference Approximation Formula?

A

f’(c) = f(c + h) - f(c - h) / 2h

As ‘h’ tends to 0

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

What are the two ways of numerical integration approximation?

A

Forward Difference Approximation
Central Difference Approximation

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

What is the relationship between value of ‘h’ and approximation?

A

A smaller value of ‘h’ gives a better approximation

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

Which approximation is better?

A

For most polynomials, central difference is better than forward

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

How do inaccuracies arise from the approximation?

A

Inaccuracies can result from the level of a computer’s precision which leads to loss of significant figures in calculation

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

What is the formula for the error between ‘X’ and ‘x’?

A

If(X) - f(x)I = I(X - x)I * f’(x)

X is the exact value
x is the approximation

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