The equation $$x^2-2kx+1=0$$ has two distinct real roots. Find the set of all possible values of k.
What I did:
- $$b-4ac=0$$
- $$(-2k)^2-4=0$$
- $$(-2k)^2=4$$
- $$-2k=2$$
- $$k=(-1)$$
From this, I'm unsure where to go-- it says find the set. I understand that $$k=1$$ as well as -1 but how is that a set? Like I think the question wants me to give my answer in set notation but I'm unsure how to do that.
solving the given equation we obtain $$x=k\pm\sqrt{k^2-1}$$ thus we obtain two real solutions if $$k^2>1$$ or $$(k-1)(k+1)>0$$ can you proceed?