Series solutions - Bessel's equation, Legendre and Hermite polynomials and their properties - One Line Questions

1. Legendre polynomials are defined on the interval: [-1, 1]
2. What is the general form of Legendre's differential equation? (1-x^2)y'' - 2xy' + n(n+1)y = 0
3. What is the value of P_2(x)? (1/2)(3x^2 - 1)
4. Which recurrence relation is valid for Legendre polynomials? (n+1)P_{n+1}(x) = (2n+1)xP_n(x) - nP_{n-1}(x)
5. Hermite polynomials are defined on the interval: (-infinity, infinity)
6. The Hermite polynomials H_n(x) are related to the Gaussian probability distribution function. They are orthogonal with respect to the weight function exp(-x^2) on the interval: (-infinity, infinity)
7. What is the value of J_0(0)? 1
8. What is the value of Y_0(0)? -Infinity
9. What is the value of P_0(x)? 1
10. What is the value of P_1(x)? x
11. What is the value of H_0(x)? 1
12. What is the value of H_1(x)? 2x
13. What is the value of the integral Integral from -1 to 1 of P_n(x) dx for n > 0? 0
14. What is the normalization constant for Legendre polynomials such that the integral from -1 to 1 of [P_n(x)]^2 dx = 2/(2n+1)? 1/(2n+1)
15. The weight function for the orthogonality of Hermite polynomials is: exp(-x^2)
16. What is the value of the integral Integral from -infinity to infinity of exp(-x^2) H_n(x)^2 dx? 2^n n! sqrt(pi)
17. What is the value of H_2(x)? 4x^2 - 2
18. The Legendre polynomials P_n(x) have roots that are: All real and lie between -1 and 1
19. Which Bessel function, J_v(x), is finite at x = 0 for v >= 0? Bessel function of the first kind
20. Which Bessel function, Y_v(x), is singular at x = 0 for any v? Bessel function of the second kind
21. The modified Bessel equation is given by x^2 y'' + xy' - (x^2 + v^2)y = 0. Its solutions are known as: Modified Bessel functions of the first and second kind (I_v and K_v)
22. When n is a non-negative integer, Legendre's equation has a polynomial solution called the: Legendre polynomial
23. When n is a non-negative integer, Hermite's equation has a polynomial solution known as the: Hermite polynomial
24. Legendre's equation is an example of a second-order linear ordinary differential equation with: Regular singular points
25. Which of the following is a generating function for Legendre polynomials? 1/sqrt(1 - 2xt + t^2) = Sum_{n=0 to infinity} P_n(x) * t^n
26. Which recurrence relation is valid for Hermite polynomials? H_{n+1}(x) = 2xH_n(x) - 2nH_{n-1}(x)
27. The Hermite polynomial H_n(x) can be expressed using Rodrigues' formula as: H_n(x) = (-1)^n exp(x^2) * d^n/dx^n (exp(-x^2))
28. Legendre polynomials satisfy the orthogonality relation: Integral from -1 to 1 of P_m(x)P_n(x) dx = 0 for m != n
29. Hermite polynomials satisfy the orthogonality relation: Integral from -infinity to infinity of exp(-x^2) H_m(x)H_n(x) dx = 0 for m != n
30. For integer order n, what is the relationship between J_{-n}(x) and J_n(x)? J_{-n}(x) = (-1)^n J_n(x)
31. What is the value of J_1(x) in terms of derivatives of J_0(x)? J_1(x) = J_0'(x)
32. What is the notation for the Legendre polynomial of degree n? P_n(x)
33. What is the notation for the Hermite polynomial of degree n? H_n(x)
34. What is the recurrence relation for J_v(x) in terms of J_{v-1}(x) and J_{v+1}(x)? J_v'(x) = (1/2) * [J_{v-1}(x) - J_{v+1}(x)]
35. What is the asymptotic behavior of J_v(x) for large x? J_v(x) approx sqrt(2/(pi*x)) * cos(x - v*pi/2 - pi/4)
36. What are the two linearly independent solutions to Bessel's equation called? Bessel functions of the first and second kind
37. The parameter 'v' in Bessel's equation is known as the: Order of the Bessel function
38. The parameter 'n' in Hermite's equation represents the: Degree of the Hermite polynomial
39. The parameter 'n' in Legendre's equation represents the: Degree of the Legendre polynomial
40. Which of the following is NOT a property of Legendre polynomials P_n(x)? P_n(0) = 0 for all n
41. Which of the following is a correct Rodriguez's formula for Legendre polynomials? P_n(x) = (1/(2^n n!)) * d^n/dx^n (x^2 - 1)^n
42. The series solution for Bessel's equation around x=0 typically involves: Power series
43. Spherical Bessel functions are solutions to the spherical Bessel differential equation: x^2 y'' + 2xy' + [x^2 - n(n+1)]y = 0. They are related to Bessel functions of order n+1/2. What is j_0(x)? sin(x)/x
44. What is the relationship between Legendre polynomials and Chebyshev polynomials of the first kind, T_n(x)? P_n(cos(theta)) = T_n(cos(theta))
45. What is the characteristic feature of Bessel functions of the second kind, Y_v(x), as x approaches 0? They approach infinity
46. The differential equation y'' - 2xy' + 2ny = 0 is Hermite's equation. If we make the substitution x = sqrt(2)u, what does the equation become? u'' - 2u' + 2nu = 0
47. The general solution to Bessel's equation of order v can be expressed as y(x) = c1 J_v(x) + c2 Y_v(x). What is the condition for this to be the general solution? v must not be an integer
48. What is the general form of Bessel's differential equation? x^2 y'' + xy' + (x^2 - v^2)y = 0
49. What is the general form of Hermite's differential equation? y'' - 2xy' + 2ny = 0
50. Bessel functions of order v are solutions to Bessel's differential equation. If v is not an integer, are J_v(x) and J_{-v}(x) linearly independent? Yes, always