Fundamental vector projection question

jrm2002
Messages
54
Reaction score
0

Homework Statement



1.I have a vector defined by (v1,v2,v3).
2. I want to project this vector on a plane such that a point on that plane is defined by (p1,p2,p3).Also, the normal to the plane is given by (n1,n2,n3)
3.Can anyone help me to the projection of the vector on this plane?

Please help


Homework Equations





The Attempt at a Solution



Tried using cross-product--but solution not validating.
 
Physics news on Phys.org
The first thing you can do is take the projection of the vector (v1,v2,v3) on the normal vector (n1,n2,n3). Use the standard projection formula for that. Subtracting projection from (v1, v2, v3) will give you the component of (v1, v2, v3) orthogonal to (n1, n2, n3). In other words, the projection onto the plane.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top