Three recurrence relations of orthogonal polynomial, monic and orthonormal polynomial

118 Views Asked by At
  1. $\{p_n\}$ is orthogonal polynomial which satisfies

$$p_{n+1} = (A_n x +B_n) p_n +D_n p_{n-1}$$

  1. whose monic form $\tilde{p}_n$ satisfies

$$x \tilde{p}_n(x) = \tilde{p}_{n+1}(x) + b_n \tilde{p}_n(x) + d_n \tilde{p}_{n-1}(x),$$

  1. whose orthonormal form $\hat{p}_n$ satisfies

$$x \hat{p}_n(x) = E_n \hat{p}_{n+1} + F_n \hat{p}_n(x) + E_{n-1} \hat{p}_{n-1}(x).$$

Now the problem is how to get the other two from one? What's the relation among the coefficients?