The dot-product should be negative definitely for the first one. (-2-2-5 = -9) What do you get for CB in terms of the vector co-ordinates.
Ignore CA for now
Yes that's what I got for AB dot BC as wellThe dot-product should be negative definitely for the first one. (-2-2-5 = -9) What do you get for CB in terms of the vector co-ordinates.
Ignore CA for now
Right, is this a rule of thumb that I should remember?
Not entirely sure, maybe it has to do with the fact that both vectors use B as a reference/fixed point.Yes that's what I got for AB dot BC as well
Given that vec(CB) = -vec(BC), AB dot CB should just be -AB dot BC
So how do I know which one is the desired one? The answers say it's the positive and I can clearly see why but I don't know why I'm supposed to choose vec(CB) and not vec(BC)
It's not really a rule of thumb, more like a rule. Like if you see the image here, the angle between two vectors is the angle when the vectors have their tails lined up:Right, is this a rule of thumb that I should remember?
It's part of the geometric definition of the dot product.Right, is this a rule of thumb that I should remember?
Only just started using point normal form and I don't know how to do this.
I think I'm not fully focused. I can't tell why vec(PB) . d = 0
Hints: Just write b – a as vec(AB) for simplicity, recall that the dot product is linear (can expand it), and d•d = ||d||2.I think I'm not fully focused. I can't tell why vec(PB) . d = 0
Lol ok I see now. For some reason I had it in my mind that (b-a).d wasn't going to cancel out. After using it so many times I suddenly forgot what d.d wasHints: Just write b – a as vec(AB) for simplicity, recall that the dot product is linear (can expand it), and d•d = ||d||2.
More generally though, for any vectors u, v† in Rn, it is true that u – projv u is orthogonal to v. This is essentially how the vector projection is defined (i.e. note the right angles in the diagrams at the start here: https://en.wikipedia.org/wiki/Vector_projection. The vector a2 there is simply a – projb a, and is orthogonal to b). Using this, it is immediate that vec(PB) is orthogonal to d.
†Assuming v is not the zero vector of course (in that case, the projection is undefined).