Dot Product Question, Perpendicular

brandon2743
Messages
3
Reaction score
0
Untitled-7.png


pretty much this is all i was given.
I have no idea how to even approach it. I do not need an answer (would be nice though), just an idea on how to go about starting it.
 
Physics news on Phys.org
If a vector x is perpendicular to (-3, 8, -1), you know x•(-3, 8, -1)=0. Write out the left-hand side, and solve the equation.
 
Since this is in R3 writing the vector x as <x, y, z>, that dot product will given you a single equation in the three unknowns, x, y, and z. You can solve for one of them in terms of other two. For example, you were to find that z= ax+ by, then you could write your vector as <x, y, z>= <x, y, ax+ by>= x<1, 0, a>+ y<0, 1, b>.

(On the other hand, if you solve for x, say, as x= py+ qz, then you could write the vector as <x, y, z>= <py+ qz, y, z>= y<p, 1, 0>+ z<q, 0, 1>. There are an infinite number of correct solutions to this problem.)
 
HallsofIvy said:
Since this is in R3 writing the vector x as <x, y, z>, that dot product will given you a single equation in the three unknowns, x, y, and z. You can solve for one of them in terms of other two. For example, you were to find that z= ax+ by, then you could write your vector as <x, y, z>= <x, y, ax+ by>= x<1, 0, a>+ y<0, 1, b>.

(On the other hand, if you solve for x, say, as x= py+ qz, then you could write the vector as <x, y, z>= <py+ qz, y, z>= y<p, 1, 0>+ z<q, 0, 1>. There are an infinite number of correct solutions to this problem.)

this makes sense thank you.
 
anyone else have an input just so i can be sure
 
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