I have the equation $(a + kb)^2 = c$ where $a$ is a vector, $b$ is a unit vector and $k$ and $c$ are both scalars. By $^2$ I mean vector length (is this the correct notation?)
I am trying to solve for $k$, but I am not sure where to start.
I have noticed when I plot this graph there is sometimes no solution for $k$ (for example if k is less than $a^2$ and $b$ is perpendicular to $a$), is it possible to solve the lower bound?
You can use the scalar product and use $|v|^2=v\cdot v$ for any vector $v$. Then $$|a+kb|^2=(a+kb)\cdot(a+kb)=|a|^2 +2k a\cdot b + k^2 |b|^2.$$ So your equation for $k$ becomes the quadratic $$ |b|^2 k^2 + 2(a\cdot b)k+ |a|^2-c =0.$$ You can now solve using the usual solution formula for quadratics (and you find out when there is no solution).