How can I find two perpendicular vectors in R^3 and a value of c?

  • Thread starter Thread starter Noxide
  • Start date Start date
  • Tags Tags
    Vector
AI Thread Summary
To find two perpendicular vectors in R^3 and a value of c, it is essential to recognize that a vector cannot be perpendicular to three linearly independent vectors. At least one of the given vectors must be a linear combination of the others. The solution involves calculating the cross product of two vectors to obtain a vector perpendicular to them, then using the dot product with the third vector to solve for c. Once a vector v is found, any multiple of v can serve as the second vector w. Understanding the cross product is crucial for solving this problem effectively.
Noxide
Messages
120
Reaction score
0
my brain is not working i need some major help


Find two nonzero vectors v,w in R^3 and a value of c so that each of v and w is perpendicular to all three vectors (wtf.):

[ 2-c ]
[ 1 ]
[ 0 ]

and...

[ -1 ]
[ -1 ]
[ 1 ]

AND THEN !

[ 1 ]
[ 2 ]
[ 1-c]



/cry
 
Physics news on Phys.org
The only way that you can find a three-dimensional vector which is perpendicular to three other vectors, is if the latter three vectors are not all linearly independent. In other words, at least one of them must be expressable as a linear combination of the other two.

Also, the question doesn't state that v and w must be different, so once you find a vector v, you can take w = r v for any number r :P
 
So your vectors are <2- c, 1, 0>, <-1, -1, 1>, and <1, 2, 1- c>? And you want to find two vectors perpendicular to all 3?

Okay, first, there does NOT exist a vector, in R3 that is perpendicular to three independent vectors so one of the given vectors must be a linear combination of the other two. Also the "cross product" of two vectors is perpendicular to both so I would start by finding the cross product of two of these.

Take the cross product of the first two vectors to get a vector that is perpendicular to the first two. Then take the dot product of that with the third vector and set it equal to 0. Solve that equation for c. That will give one vector, v, perpendicular to all three and the value of c. Since there are no other conditions on w, just take any multiple of v for w.
 
WTFPWNED!

Thanks guys. I had no idea there was something called a cross product until now, but it's loleasy!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top