If $\vec{a}=\hat{i}+2\hat{j}+3\hat{k}$ and $\vec{b}=2\hat{i}+3\hat{j}+2\hat{k}$ and $\vec{c}$ be a vector non collinear with $\vec{b}.$ Find magnitude of
$$ \frac{\vec{a} \cdot (\vec{b}\times \vec{c})}{|\vec{b}\times \vec{c}|^2}(\vec{b}\times \vec{c})+\frac{(\vec{a}\cdot \vec{b})\vec{b}}{|\vec{b}|^2}+\frac{(\vec{a}\cdot \vec{c})\vec{c}}{|\vec{c}|^2} $$
What I tried:
Vector component of $\vec{a}$ along $\displaystyle \vec{c}=(|\vec{a}|\cos \alpha)\hat{c}=\frac{(\vec{a}\cdot \vec{c})}{|\vec{c}|^2}\vec{c}$
Vector component of $\vec{a}$ along $\displaystyle \vec{b}=(|\vec{a}|\cos \beta)\hat{b}=\frac{(\vec{a}\cdot \vec{b})}{|\vec{b}|^2}\vec{b}$
Vector component of $\vec{a}$ along $$\displaystyle \vec{b }\times\vec{c}=(|\vec{a}|\cos \gamma)(\hat{b}\times \hat{c})=\frac{(\vec{a}\cdot (\vec{b}\times\vec{c}))}{|\vec{b}\times\vec{c}|^2}{(\vec{b}\times \vec{c})}$$
How do I solve it? Help me please.
HINT
Let $\vec{z} = \vec{b} \times \vec{c}$. Note that $\vec{b}, \vec{c}$ are not collinear, so $\vec{z} \perp \vec{b}$ and $\vec{z} \perp \vec{c}$ and so $\mathcal{B} = \{\vec{z}, \vec{b}, \vec{c}\}$ is a basis for $\mathbb{R}^3$.
Each component of your sum is basically the projection of $\vec{a}$ on each of the elements of that basis $\mathcal{B}$, so the end result should be very related to $a$. Can you finish the problem now?
UPDATE
If $a,b$ are some vectors, then the projection of $a$ onto $b$ is given by $$ p_b(a) = \frac{a \cdot b}{|b|^2} b. $$ Note that $p_b(a)$ is always in the direction of $b$.
Now if you have a basis for some vector space, you can write any element of that vector space as a linear combination of the elements of the basis. For example, consider the standard basis in $\mathbb{R}^2$ and note that I can write any vector $(u,v)^T$ as $$ \begin{bmatrix} u \\ v \end{bmatrix} = \begin{bmatrix} u \\ 0 \end{bmatrix} + \begin{bmatrix} 0 \\ v \end{bmatrix} = u \begin{bmatrix} 1 \\ 0 \end{bmatrix} + v \begin{bmatrix} 0 \\ 1 \end{bmatrix} $$ so each element $(u,0)^T$ and $(0,v)^T$ is the projection of the original vector $(u,v)^T$ onto one of the elements of the standard basis.
Finally, in a feature unique to $\mathbb{R}^3$, if $x,y \in \mathbb{R}^3$ are non-collinear, then their cross product $x \times y$ is perpendicular to them both. Thus, the vectors $\{x,y, x \times y\}$ form a basis of $\mathbb{R}^3$.
Your problem sums three different terms, each of which is a projection of one vector onto the 3 elements of a basis of $\mathbb{R}^3$, constructed exactly through such a cross product.
When you sum the sizes of the projections, what should you get?