Let $P_n$ be the orthogonal Legendre polynomial with a degree of $n$, meaning it satisfies the following recursive formula: $$(n+1)P_{n+1}(x)-(2n+1)xP_n(x)+nP_{n-1}(x)=0$$ where $P_0(x) = 1$ and $P_1(x) = x$. Let $w(x)=1$ be the weight function, and the interval $[-1,1]$. $I_n(f)=\sum_{k=1}^nw_k f(x_k)$ is the integration formula. For $n\geq1$ we define $$q_n(y) =\frac{P_{2n+1}(\sqrt{y})}{\sqrt{y}}.$$
Problem: prove that $q_n$ is a polynomial of degree $n$, determine the orthogonality relations, weight function (for the dot product $\int_{-1}^1w(x)f(x)g(x)dx$) and the interval where they form a set of orthogonal polynomials. Express the weights and nodes of the formula $I_n^q =\sum_{k=1}^n v_k f(y_k)$ using $w_k$ and $x_k$ from the integration formula $I_{2n+1}$.
My attempt:
I proved that $q_n$ is a polynomial of degree $n$ using induction and the fact that Legendre polynomial of degree $n$ is even/odd if $n$ is even/odd.
Next, I determined that they are orthogonal with the weight function being $x \mapsto \sqrt{x}$ and the interval $[0,1]$, by using the fact that Legendre polynomials are orthogonal and some substitutions.
Now, given that the nodes in the formula $I_n$ are roots of the n-th orthogonal polynomial we're using, when we look at the formula $I_{2n+1}$ we're looking for roots of $P_{2n+1}$. Seeing as it's a polynomial of degree $2n+1$ that is odd, it must have $n$ positive roots (let's denote them by $x_1,\ldots x_n$, $n$ negative roots and $0$. (there's also a theorem that states that the roots of these polynomials are all different)
Now, I think I should take $y_k = x_k^2$, $k = 1,\ldots,n$.
But I'm not sure how to express $v_k$ using $w_k$.
Any hints would be appreciated!