I want to find 2 vectors, $v_x$ and $v_y$
with known length of each vector, $|v_x|$ and $|v_y|$ are both known
and summing them will align with another known vector $v_z$
which means $$v_x + v_y = kv_a$$ where k can be arbitrary scalar.
how to solve it?
I know there may be infinite possible solutions, so I think I will need a variable to control the final solution.
Thanks
Geometrically: