Question

why is the cross product of 2 parallel vectors always 0? How can it be determined...

why is the cross product of 2 parallel vectors always 0? How can it be determined that a × b = |a| |b| sin(θ) n from the other formula

  • cx = aybz − azby
  • cy = azbx − axbz
  • cz = axby − aybx

Homework Answers

Answer #1

Cross product means the area of the parallelogram formed by two vector as the adjacent sides now if these are parallel then area = 0 thus cross product is zero

Now a*b = absin(angle)

For a and b being parallel , angle = 0

Thus a*b = 0

Now a*b = absin(angle) let angle be A let a be a vector along x axis , b be vector at an angle A to it now the n will be in z direction

So the cross will be in z direction

We are given the z component as

Cz = axby-aybx

Here ax = a , bx = bcosA , ay=0 and by= bsinA

Thus Cz = absinA -0

Hence this formula can be obtained like above

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
The cross product of 2 vectors, A and B, gives a vector C that is perpendicular...
The cross product of 2 vectors, A and B, gives a vector C that is perpendicular to the plane AB. But we can't always contain two vectors in a plane (so we can't always find a plane AB) right? Would the cross product be valid in this case? What would be the result of the cross product? Thanks in advance
Find an inner product such that the vectors ( −1, 2 )T and ( 1, 2...
Find an inner product such that the vectors ( −1, 2 )T and ( 1, 2 )T form an orthonormal basis of R2 2 4.1.11. Prove that every orthonormal basis of R2 under the standard dot product has the form u1 = cos θ sin θ and u2 = ± − sin θ cos θ for some 0 ≤ θ < 2π and some choice of ± sign. .
True or False A.The dot product of two vectors is always less than the product of...
True or False A.The dot product of two vectors is always less than the product of the lengths of the vectors. B. All linear combinations of the vectors u= (u1,u2) and v= (v1,v2) form the parallelogram whose adjacent sides are u and v. C. If A and B are square matrices of the same size, then the second column of AB can be obtained by multiplying the second column of A to the matrix B. D. The vector that starts...
Do the vectors v1 =   1 2 3   , v2 = ...
Do the vectors v1 =   1 2 3   , v2 =   √ 3 √ 3 √ 3   , v3   √ 3 √ 5 √ 7   , v4 =   1 0 0   form a basis for R 3 ? Why or why not? (b) Let V ⊂ R 4 be the subspace spanned by the vectors a1 and a2, where a1 =   ...
(a) Do the vectors v1 = 1 2 3 , v2 = √ 3 √ 3...
(a) Do the vectors v1 = 1 2 3 , v2 = √ 3 √ 3 √ 3 , v3=√ 3 √ 5 √ 7, v4 = 1 0 0 form a basis for R 3 ? Why or why not? (b) Let V ⊂ R 4 be the subspace spanned by the vectors a1 and a2, where a1 = (1 0 −1 0) , a2 = 0 1 0 −1. Find a basis for the orthogonal complement V ⊥...
1. a) Find a value of x other than 0 such that the vectors <-3x, 2x>...
1. a) Find a value of x other than 0 such that the vectors <-3x, 2x> and <4, x> are perpendicular b) find the domain of the vector function r (t) = <sin (t), ln (t), 1 / (t-1)> c) Determine if the sequence converges or diverges, if it converges determines its limit ln (2 + e ^ n) / 2020n d) Find the point (a, b, c) where the line x = 1-t, y = t, z = 1...
The random variable X is distributed with pdf fX(x, θ) = (2/θ^2)*x*exp(-(x/θ)2), where x>0 and θ>0....
The random variable X is distributed with pdf fX(x, θ) = (2/θ^2)*x*exp(-(x/θ)2), where x>0 and θ>0. Please note the term within the exponential is -(x/θ)^2 and the first term includes a θ^2. a) Find the distribution of Y = (X1 + ... + Xn)/n where X1, ..., Xn is an i.i.d. sample from fX(x, θ). If you can’t find Y, can you find an approximation of Y when n is large? b) Find the best estimator, i.e. MVUE, of θ?
Two parallel conducting plates, each of cross-sectional area 400cm^2 are 2.0 cm apart and uncharged. If...
Two parallel conducting plates, each of cross-sectional area 400cm^2 are 2.0 cm apart and uncharged. If 1.0×10^12 electrons are transferred from one plate to the other, (a) what is the potential difference between the plates? (b) What is the potential difference between the positive plate and a point 1.25 cm from it that is between the plates?
Sketch y = 2 sin(x) + x - 2 (b) This graph intersects the x-axis exactly...
Sketch y = 2 sin(x) + x - 2 (b) This graph intersects the x-axis exactly once. (i) Show that the x-intercept of the graph does not lie in the interval (0, 0.7) (ii) Find the the value of a, 0<a<1 for which the graph will cross the x-axis in the interval (a, a + 0.1) and state this interval (iii) Given x = alpha is the root of the equations 2 Sin(x) + x - 2 = 0, explain...
For this assignment you need to write a parallel program in C++ using OpenMP for vector...
For this assignment you need to write a parallel program in C++ using OpenMP for vector addition. Assume A, B, C are three vectors of equal length. The program will add the corresponding elements of vectors A and B and will store the sum in the corresponding elements in vector C (in other words C[i] = A[i] + B[i]). Every thread should execute approximately equal number of loop iterations. The only OpenMP directive you are allowed to use is: #pragma...