Numerical Integration Flashcards

(34 cards)

1
Q

What is the main question in this chapter?

A

How do we calculate integrals numerically?

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

What is a definite integral.

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

What is a quadrature formula?

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

What are x0, …. xn and σ0, … ,σn in the following?

A
  • x0, …. xn are a set of nodes
  • σ0, … ,σn are a set of corresponding weights
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the nodes also known as in the following?

A

Quadrative points

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

What is the quadrature formula for the trapezium rule?

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

How can you derive quadrative formulas?

A

By integrating polynomials interpolants at equally spaced points.

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

What is the basic form of the interpolating polynomial in Lagrange form?

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

By integrating the following pn(x) what is the quadrative formula you get?

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

If the nodes are equidistant what is the following formula called?

A

Newton-Cotes formula

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

When is the Newton-Cotes formula called closed?

A

If x0=a and xn=b

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

Prove the trapezium with using the closed Newton-Cotes formula.

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

What is the theorem about the Newton-Cotes formula error bound?

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

Prove the following theorem.

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

Why don’t Newton-Cotes formulae converge as n ➝ ∞?

A

Because they are based on polynomials interpolation at equally-spaced nodes

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

What is the idea with composite Newton-Cotes?

A

Divide [a,b] into m subintervals [xi-1,xi] of equal length h = (b-a)/h and use a N-C formula with small n on each interval.

17
Q

What is the composite trapezium rule?

18
Q

What is the overal error for the composite trapezium rule?

19
Q

What is the trapezium rule exact for?

A

All lienar polynomials

20
Q

Define degree of exactness.

21
Q

How do you check for degree of exactness?

A

Check the standard basis 1, x, x2, … ,xn

22
Q

What is the Newton Cote’s formula for n=2 called?

A

Simpson’s rule

23
Q

What is simpsons rule?

24
Q

What is the main idea in Gaussina Quadrative?

25
Finish the following lemma.
26
Prove the following lemma.
27
What is the Gaussian quadrature theorem?
28
What is the difference between Newton-Cotes and Gaussian quadrature?
Both are based on integrating an interpolating polynomial, but for Gaussian the nodes are the roots of an orthogonal polynomial, rather than equally spaced points.
29
Prove the following theorem.
30
What is the Mean value theorem for integrals?
31
Prove the following theorem.
32
What is the Error estimate for Gaussian quadrature theorem?
33
Prove the following theorem.
34