Cross Product (Vector Product) of Two Vectors

Physics · Motion In A Plane · NEET

The cross product (vector product) of two vectors A and B is a new vector whose magnitude is |A x B| = A B sin(theta), and whose direction is perpendicular to the plane of A and B, given by the right-hand rule. Unlike the dot product (a number), the cross product is a vector. Memory hook: "Cross gives a Vector, Dot gives a Digit" - and cross uses sin, dot uses cos.
Cross Product: C = A x BABthetaArea = |A x B| = AB sin(theta)C = A x B(perpendicular to plane)Right-hand ruleFingers: A -> curl to BThumb: direction of A x BMagnitude = A B sin(theta)Parallel -> sin 0 = 0 (zero)Perpendicular -> sin 90 = maxA x B = -(B x A)
The cross product A x B is a vector perpendicular to the plane of A and B. Its magnitude AB sin(theta) equals the area of the parallelogram they form, and its direction is set by the right-hand rule.

Your doubts, answered

Is the cross product a vector or a scalar?

It is a VECTOR. The result A x B has both magnitude (A B sin theta) and a direction (perpendicular to both A and B). This is the key difference from the dot product A . B, which gives just a number. Remember: cross product -> vector, dot product -> scalar (number).

Why does the cross product use sin(theta) and not cos(theta)?

The cross product measures how much the two vectors are perpendicular to each other. When the vectors are at 90 degrees, sin(90) = 1 gives the maximum value. When they are parallel (theta = 0), sin(0) = 0, so the cross product is zero. This is opposite to the dot product, which uses cos and is maximum when vectors point the same way.

How do I use the right-hand rule?

Point the fingers of your right hand along the first vector A, then curl them toward the second vector B (through the smaller angle). Your thumb now points in the direction of A x B. In physics this direction is always perpendicular to the flat sheet containing A and B - either out of the page or into the page.

Why is A x B not equal to B x A?

The cross product is anti-commutative: A x B = -(B x A). They have the same magnitude but opposite directions. If A x B points out of the page, then B x A points into the page. This is because reversing the order flips the direction your thumb points in the right-hand rule. (Note: the dot product IS commutative, A . B = B . A.)

What is the cross product of two parallel vectors?

It is zero. If A and B point in the same direction (theta = 0) or exactly opposite (theta = 180), then sin(theta) = 0, so A x B = 0 (the null vector). A quick test for NEET: if the cross product of two vectors is zero, the vectors are parallel or anti-parallel. Also, A x A = 0 always.

How do I compute the cross product from i, j, k components?

Use the determinant. For A = Ax i + Ay j + Az k and B = Bx i + By j + Bz k: A x B = (Ay Bz - Az By) i - (Ax Bz - Az Bx) j + (Ax By - Ay Bx) k. Remember the unit-vector cycle: i x j = k, j x k = i, k x i = j (forward = positive). Going backward gives a minus sign: j x i = -k.

⚠️ The NEET trap
Writing |A x B| = A B cos(theta), or treating the cross product answer as a single number.
|A x B| = A B sin(theta), and the result is a VECTOR perpendicular to both A and B. Cross uses sin; dot uses cos.
🧠 NTA loves swapping sin and cos between dot and cross. Lock it in: Cross = sin (perpendicular), Dot = cos (along). Cross -> Vector, Dot -> Digit.

Solved Motion In A Plane NEET PYQs

Try the real previous-year questions from this chapter — each with the answer and a full solution.

See all 24 Motion In A Plane NEET PYQs ›
Next concept: Torque as a Cross ProductKeep learning — 2 minFeeling ready? Solve the Motion In A Plane NEET PYQs ›Or practice on your phone — get the free MedicNEET app ›

Frequently asked

What is the geometrical meaning of the cross product?

The magnitude |A x B| = A B sin(theta) equals the AREA of the parallelogram formed by A and B as its two sides. Half of it (1/2 |A x B|) is the area of the triangle formed by the two vectors.

What are some physical quantities defined using the cross product?

Torque (tau = r x F), angular momentum (L = r x p), the magnetic force on a moving charge (F = q v x B), and linear velocity in rotation (v = omega x r). This is why the cross product matters a lot in NEET mechanics and magnetism.

Is the cross product associative?

No. In general A x (B x C) is not equal to (A x B) x C, so the cross product is neither commutative nor associative. It is, however, distributive over addition: A x (B + C) = A x B + A x C.

What is i x j, j x k and k x i?

For the standard unit vectors: i x j = k, j x k = i, k x i = j (all positive, following the forward cycle). Reversing the order gives a negative sign, e.g. j x i = -k. Also i x i = j x j = k x k = 0.

How is the cross product different from the dot product for NEET?

Dot product A . B = A B cos(theta) gives a scalar (used for work W = F . d). Cross product A x B = A B sin(theta) n gives a vector (used for torque and magnetic force). Dot is maximum for parallel vectors; cross is maximum for perpendicular vectors.