I want to determine all the $x$ vectors that belong to $\mathbb R^3$ which have a projection on the $xy$ plane of $w=(1,1,0)$ and so that $||x||=3$.
I know the formula to find a projection of two vectors:
$$p_v(x)=\frac{\langle x, v\rangle}{\langle v, v\rangle}\cdot v$$
So I have the projection so I should be able to fill that in:
$$(1, 1, 0)=\frac{\langle x, v\rangle}{\langle v, v\rangle}\cdot v$$
Now I consider a generic vector $x = (x_1, x_2, x_3)$ and I calculate the dot products, though I don't exactly understand what $v$ is. I know it's a vector that it should be parallel to the projection of the vectors $x$, but not necessarily of the same length.
Any hints on how to proceed from here or if I'm doing the right thing? Should I use any formulas?
I assume you mean vectors $v$ which have the same projection $w = (1,1,0)$ onto the $xy$-plane:
$$P_{xy}v = w = (1,1,0)$$
So, you look for all $$w_t = (1,1,t) \mbox{ with } ||w_t|| = 3 \Leftrightarrow 1+1+t^2 = 9$$
Can you take it from there?