$Given :\ u+v \ is \ rational, \ u^2 + v^2 =1 \ , prove \ v^n + u^n \ is \ rational$.
What I have done so far is proving that $uv$ is rational by expanding $(u+v)^2$. I expanded $(u+v)^n$ using binomial expansion but I do not think this is the proper way.
Any hint about how to prove it please?
From the given condition, $(u+v)^2=u^2+v^2+2uv=1+2uv$ is rational implies $uv$ is rational. $u^{n+2}+v^{n+2} = (u+v)(u^{n+1}+v^{n+1})-uv(u^n+v^n) $
since $u+v$ and $uv$ are rational, and the statement is true for $n=1,2$, $u^n+v^n$ is rational for all positive integers $n$ by induction.