Differentiation problem regarding unspecified variable or function.

16 Views Asked by At

I am given $$ y = \alpha + \frac{1}{\alpha} $$ and asked to prove that $$ \alpha^2 y'' + \alpha y-2 = 0 $$ but when I use $\alpha$ as a variable I get $y-2 = 0$. Am I missing something? No other explanation is given regarding $\alpha$ or $y$.

1

There are 1 best solutions below

2
On BEST ANSWER

It is wrong. $y$ is a function of $\alpha$. We have $y'=1-\frac 1 {\alpha^{2}}$ and $y''=\frac 2 {\alpha^{3}}$. Hence $\alpha^{2}y''+\alpha y-2=\frac 2 {\alpha}+\alpha^{2}+1-2$ which is not $0$.