b) Show also that the infinite square root $$\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\ldots}}}}}=\frac{1+\sqrt5}{2}$$
Now, I've devised two proofs for this statement (both of which include using substitution), and it entails assuming that the case is true, and then restating the problem.
Proof 1:
let $\displaystyle u=\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\ldots}}}}}$
hence $$u=\frac{1+\sqrt5}{2}$$ from here, I went on to express the equation as a quadratic as follows: $$2u-1=\sqrt5$$ $$4u^2-4u+1=5$$ $$4u^2-4u-4=0$$ and then, naturally, just substituted the new values into the quadratic formula: $$u=\frac{4\pm\sqrt{4^2-4(4)(-4)}}{8}$$ $$u=\frac{4\pm4\sqrt{5}}{8}$$ $$u=\frac{1\pm\sqrt5}{2}$$ the only problem I found here is that, evidently, the quadratic formula leaves the $\pm$ in its answer, as opposed to the desired $+$, so the second proof is as follows:
Proof 2:
let $\displaystyle u=\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+\ldots}}}}}$
hence, $$\sqrt{1+u}=\frac{1+\sqrt5}{2}$$ and from here, I simply proceeded to solve for $u$, so $$1+u=\frac{(1+\sqrt5)^2}{4}$$ $$u=\frac{6+2\sqrt5}{4}-1$$ $$u=\frac{3+\sqrt5}{2}-\frac{2}{2}$$ $$u=\frac{1+\sqrt5}{2}$$
which (I think) completes the proof. The question is, are either of these approaches valid? Are there any better approaches that someone could list? Any responses are appreciated.
As written, neither of your approaches are valid. In each, you are assuming the conclusion you want to prove, and using it to show your conclusion. Or at least you're assuming something very close to your conclusion, like $\sqrt{1 + u} = \frac{1 + \sqrt 5}{2}$; that's not at all part of the given assumption.
As for an approach that does work: What you have to start with is the identity
$$\sqrt{1 + u} = u$$
This can be rearranged as a quadratic equation with two roots, similar to your first approach. The negative root cannot be correct (make sure you understand why!), so the positive root is it.