The question is:
Given two vectors $\vec v, \vec u \ne 0$ and $\alpha$ scalar.
is there a vector $\vec w$ such that $\vec u \times \vec w = \vec v$ and $\vec u \cdot \vec w = \alpha $?
In cases that there isn't such a vector $\vec w$, explain why.
In cases that there exists $\vec w$, find it.
My Work:
In order to get some idea on how to do the proof, I tried to take a simple example with coordinations:
$\vec u = (1,1,1)$, $\vec w = (1,0,1)$, then $\alpha = 2$, and $\vec v = \begin{vmatrix}i&j&k\\1&1&1\\1&0&1\end{vmatrix}=(1,0,-1)$
now the question is if I change $\alpha$ or $\vec v$ or $\vec u$, will I be able to find a $\vec w$?
So let's try $\alpha = 3$, now $\vec w$ can be $(1,1,1)$ or $(2,0,1$) ... (for the dot product).
but in the cross product, I can notice that $\vec w$ cannot be equal to $\vec u$ otherwise we get $\vec v=0$.
so I need $\vec v = (1,0,-1)=\begin{vmatrix}i&j&k\\1&1&1\\w_1&w_2&w_3\end{vmatrix}=(w_3-w_2,w_1-w_3,w_2-w_1)$ So I need to find $w_1+w_2+w_3=3$.
But I really just didn't continue here because even if I found it, I don't see myself reaching the proof or atleast getting an idea of how to generalize things, and thought that I'm in somewhat wrong direction or I'm not seeing something important.
After that I tried to use $\vec u, \vec v$ to express $\vec w$ (Just because that's the only way to generalize a vector $\vec w$).
So if I choose lets say: $\vec w = \vec u - \vec v$ I would get $\vec v = \vec u \times (\vec u - \vec v)=\vec u\times \vec u-\vec u \times\vec v = -\vec u \times \vec v$. and again I couldn't find out how to make it equal to $\vec v$, and on top of that I would need to check that it works with the scalar $\alpha$ and the dot product, so I'm a little lost.
End of my work
I would really appreciate any hints or feedback about my two approaches and if they will bring me somewhere, and any pushes in the right direction and help will be awesome, thanks in advance to everyone.