How to verify when $n=1$ and $a=x_0, b=x_1$, then Hermite cubics provide a Hermite interpolation of [,].
I have derived the following $4$ polynomials form a basis for the degree $3$ polynomials on $[\alpha, \beta]$ $$H_0=3(\frac{\beta-x}{\beta-\alpha})^2-2(\frac{\beta-x}{\beta-\alpha})^3,$$ $$H_1=3(\frac{x-\alpha}{\beta-\alpha})^2-2(\frac{x-\alpha}{\beta-\alpha})^3,$$ $$S_0=(\frac{(\beta-x)^2}{\beta-\alpha})-(\frac{(\beta-x)^3}{(\beta-\alpha)^2}),$$ $$S_1=(-\frac{(x-\alpha)^2}{\beta-\alpha})+(\frac{(x-\alpha)^3}{(\beta-\alpha)^2}),$$
But, I am unsure how to show that the two points interpolate given the conditions above.