I'm still learning how to work with vectors and ran to this question...
Given vector: $V = 3i + 4j$ and for vector $F = 9i + 12j$
a) Find the component of F parallel to V
b) the component of F perpendicular to V
c) The work, W, done by force F through displacement
For question a) i know that to vectors a parallel when $\lambda(V) = F$ but i'm not so sure how use it with equations i'm just used to working with the $(x,y,z)$ vectors
For question b) I think to be perpendicular the projection of v - projection f must be 0.
For question c) i got nothing
Note that $\textbf{F} = 3\textbf{v}$ so it's clear that $\textbf{F}$ is parallel to $\textbf{v}$ or $\textrm{proj}_\textbf{v} \textbf{F} = \textbf{F}$. It follows that the perpendicular component of $\textbf{F}$ is $\textbf{0}$.
For the last question, work is $W = \int \textbf{F}\cdot d\textbf{r}$ where $\textbf{r}$ is displacement. You didn't specify what the displacement is. $\textbf{v}$ is usually a notation for velocity. If $\textbf{v}$ is displacement then
$$W = \textbf{F} \cdot \textbf{v} = (3\textbf{i}+4\textbf{j})\cdot(9\textbf{i}+12\textbf{j}) = 3\cdot 9 + 4 \cdot 12 = 75 $$