Are the given vectors normal? a={5,-2} and b={6,15} I don't know how to find the answer. :(
Have you learned about dot products yet?
That's a x b = |a| x |b| x cos(θ), right?
Yeah, that's one way to write it. Another way to compute the dot product is: \[<x_1, y_1> ·<x_2,y_2> = x_1*x_2 + y_1*y_2\] We're going to use both equations to check if the vectors are normal.
First, compute the dot product with the equation I wrote. This will give us a dot b. Once you have that, plug it into the equation you have to find cos(theta).
I got 0=0 using the equation.
OK. So, if the dot product is 0 from my equation that gives us: \[0 = |a|*|b|*\cos(\theta)\] Now, we know that this means either |a|, |b|, or cos(ϴ) is also 0. We know that |a| and |b| aren't 0 (those vectors have to have length). This leaves us the equation: \[\cos(\theta) = 0\]
Does it make sense how I got there?
Yeah
OK. Solve that for theta. If it's 90°, then the vectors are normal (at a right angle).
Join our real-time social learning platform and learn together with your friends!