integrazione ordini superiori Flashcards

1
Q

Qual è la formula per l’integrazione di Simpson 1/3?

A

I ≈ (b - a) * [f(a) + 4f(a + h) + f(b)] / 6, dove h = (b - a) / 2.

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

Come si calcola l’errore nella regola di Simpson 1/3?

A

Et = - (h⁵ / 90) * f⁴(ξ), dove ξ è un punto tra a e b.

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

Come si applica la regola di Simpson 1/3 su più intervalli?

A

I ≈ (b - a) / (3n) * [f(a) + 4f(a+h) + 2f(a+2h) + 4f(a+3h) + … + f(b)].

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

Qual è la formula per l’integrazione di Simpson 3/8?

A

I ≈ (b - a) * [f(a) + 3f(a + h) + 3f(a + 2h) + f(b)] / 8, dove h = (b - a) / 3.

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

Come si calcola l’errore nella regola di Simpson 3/8?

A

Et = - (3h⁵ / 80) * f⁴(ξ), dove ξ è un punto tra a e b.

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

Qual è la formula per la regola di Boole?

A

I ≈ (b - a) / 90 * [7f(a) + 32f(a+h) + 12f(a+2h) + 32f(a+3h) + 7f(b)].

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

Qual è la formula per il metodo di ordine 5?

A

I ≈ (b - a) / 288 * [19f(a) + 75f(a+h) + 50f(a+2h) + 50f(a+3h) + 75f(a+4h) + 19f(b)].

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

Qual è la formula dell’errore di troncamento per l’ordine 4?

A

Et = - (8h⁷ / 945) * f⁶(ξ), dove ξ è un punto tra a e b.

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