Given:
$ A=(1,-1,-4)$ $ B=(3,-2,-1)$ $ C=(-1,0,m-4) $
Find the point $D$ which satisfies the conditions:
- $ \vec{AC\:}$ and $\vec{AD\:}$ are orthogonal.
- The projection of the vector $\vec{AD\:}$ onto $\vec{AB\:}$ is $\frac{1}{\sqrt{14}}$
- The volume of the Parallelepiped constructed from the vectors $\vec{AD\:}$, $\vec{AB\:}$ and $ \vec{AC\:}$ is $4$.
Discuss the solutions base of on the parameter $m$.
Looking at the problem at first I felt enthusiastic, as it felt very basic, but going in it became a bit of a mess.
Let's say that $D=(x,y,z)$.
We have $\vec{AC\:}=(-2,1,m)$ and $\vec{AD\:}=(x-1,y+1,z+4)$
Their dot product gives: $mz+4m+y-2x+3=0$ as the first condition.
Onto the next one:
$\vec{AB\:}=(2,-1,3)$ and it's magnitude is $\sqrt{14}$.
The magnitude of $\vec{AD\:}$ is $\sqrt{\left(x+1\right)^2+\left(y+1\right)^2+\left(z+4\right)^2}$
Now we find that: $\cos \left(θ\right)=\frac{2x+3z-y+9}{\left(\sqrt{14}\right)\left(\sqrt{x^2-2x+y^2+2y+z^2+8z+18}\right)}$
Which when "plugged" in into the projection formula gives that: $2x+3z-y+9=14$ which is our second condition and also second equation.
The last contidion is the mixed product of these three vectors:
$V=-2my-mx-m-6y-3x-3=4$ Third and final condition.
Now we have a system of equations that has to be discussed in respect to $m$
Is what I did so far correct?