Questions: Orthogonal Polynomials and Weights

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A 5-point Gaussian-Legendre quadrature rule exactly integrates all polynomials of degree up to:

A4
B5
C9
D10
Question 2 Multiple Choice

Chebyshev polynomials and Legendre polynomials both form orthogonal families on [-1, 1]. What is the key difference between them?

ALegendre polynomials have more roots on [-1, 1] than Chebyshev polynomials of the same degree
BThey are orthogonal with respect to different weight functions: Legendre uses w(x) = 1, Chebyshev uses w(x) = 1/√(1−x²)
CChebyshev polynomials are not actually orthogonal — they just minimize approximation error
DLegendre polynomials are only defined for even degrees
Question 3 True / False

The n roots of the nth orthogonal polynomial P_n are the optimal node locations for an n-point Gaussian quadrature rule.

TTrue
FFalse
Question 4 True / False

Gaussian quadrature with n points is generally less accurate than an n-point equally-spaced rule (like the composite trapezoidal rule) for smooth functions.

TTrue
FFalse
Question 5 Short Answer

Why does a 5-point Gaussian-Legendre rule exactly integrate polynomials of degree up to 9, rather than just up to 4? What property of orthogonal polynomials makes this possible?

Think about your answer, then reveal below.