How to Calculate Cross Product Using the Determinant Method

Physics · System Of Particles And Rotational Motion · NEET

To find the cross product A x B, write a 3x3 determinant with i, j, k in the top row, the components of A in the second row, and the components of B in the third row, then expand. The result is a new vector perpendicular to both A and B. Memory hook: "i-j-k on top, A over B, then expand" - the same trick gives you torque (r x F) and angular momentum (L = r x p) in every NEET rotation question.
Determinant method for A x B| i    j    k || Ax  Ay  Az || Bx  By  Bz |row1: unit vectors, row2: A, row3: BA x B =+i(Ay·Bz - Az·By)- j(Ax·Bz - Az·Bx)+k(Ax·By - Ay·Bx)middle term takes a MINUS (+ - + rule)Unit cycleijkforward = +, back = -
Set up the 3x3 determinant with i-j-k on top, A over B, then expand along the top row using the + - + sign pattern. The middle (j) term always takes a minus - the most common slip in NEET torque questions.

Your doubts, answered

How do I set up the 3x3 determinant for A x B?

Write three rows. Top row is always the unit vectors i, j, k. Second row is the components of the FIRST vector A: (Ax, Ay, Az). Third row is the components of the SECOND vector B: (Bx, By, Bz). Order matters: A goes above B because A x B is not the same as B x A (they differ by a minus sign). So the setup is: row1 = i j k, row2 = Ax Ay Az, row3 = Bx By Bz.

Why does the j (middle) term get a minus sign?

When you expand a 3x3 determinant along the top row, the signs follow the pattern + - + . So i keeps its plus, j gets a minus, and k keeps its plus. This is not physics - it is just the rule for expanding any determinant. Forgetting this minus is the single most common mistake. Formula: A x B = i(Ay*Bz - Az*By) - j(Ax*Bz - Az*Bx) + k(Ax*By - Ay*Bx).

How do I get each 2x2 minor?

For the i term, cover column 1 (the i column) and take the remaining 2x2 block: (Ay*Bz - Az*By). For the j term, cover column 2 and take (Ax*Bz - Az*Bx), then put a minus in front. For the k term, cover column 3 and take (Ax*By - Ay*Bx). Each minor is 'main diagonal product minus off-diagonal product'.

What are the cross products of the unit vectors i, j, k?

Going in the cyclic order i -> j -> k -> i gives plus: i x j = k, j x k = i, k x i = j. Going backwards gives minus: j x i = -k, k x j = -i, i x k = -j. Any vector crossed with itself is zero: i x i = 0, j x j = 0, k x k = 0. These fall out of the determinant automatically, so you do not have to memorise them, but they are a fast shortcut for simple cases like the NEET 2020 torque question.

How do I find the direction of the answer vector?

The cross product A x B is always perpendicular to BOTH A and B. Point the fingers of your right hand along A, curl them toward B, and your thumb points along A x B (right-hand rule). The determinant already gives you the correct signed components, so the direction is built into the answer - the right-hand rule is just a physical check.

⚠️ The NEET trap
For r = 2k and F = 3j, a student writes torque = r x F = 6i (forgetting k x j = -i, and ignoring the minus), giving +6i.
k x j = -i, so r x F = (2k) x (3j) = 6(k x j) = -6i N m. The correct NEET 2020 answer is -6i N m. Always respect the cyclic order and the + - + sign pattern.
🧠 The order and the middle-term sign are where marks are lost.

Real NEET questions

NEET 2020

The torque about the origin when a force 3j N acts on a particle whose position vector is 2k m is:

A · -6i N m
B · 6k N m
C · 6i N m
D · 6j N m
Solution: Torque tau = r x F, with r = 2k m and F = 3j N. Using the determinant: row1 = i j k, row2 = (0, 0, 2) for r, row3 = (0, 3, 0) for F. Expand: i(0*0 - 2*3) - j(0*0 - 2*0) + k(0*3 - 0*0) = i(-6) - j(0) + k(0) = -6i N m. Shortcut: tau = (2k) x (3j) = 6(k x j) = 6(-i) = -6i N m. Correct option is A.

Solved System Of Particles And Rotational Motion NEET PYQs

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

See all 31 System Of Particles And Rotational Motion NEET PYQs ›
Next concept: Angular Displacement, Angular Velocity and Angular AccelerationKeep learning — 2 minFeeling ready? Solve the System Of Particles And Rotational Motion NEET PYQs ›Or practice on your phone — get the free MedicNEET app ›

Frequently asked

Is A x B the same as B x A?

No. They are equal in size but point in opposite directions: A x B = -(B x A). This is why the first vector must go in the second row of the determinant and the second vector in the third row.

Can I use the determinant method for torque and angular momentum too?

Yes. Torque tau = r x F and angular momentum L = r x p are both cross products. Put r in the second row and F (or p) in the third row, then expand exactly the same way. Most NEET rotation questions are solved with this one skill.

What if a vector has only one component, like 2k?

Just fill the missing components with zeros. So 2k becomes (0, 0, 2). The determinant handles the zeros automatically and many terms vanish, making the maths short.

How is the magnitude of the cross product found without the determinant?

|A x B| = |A||B| sin(theta), where theta is the angle between the two vectors. It is largest when they are perpendicular (sin 90 = 1) and zero when they are parallel (sin 0 = 0). The determinant gives both the magnitude and the direction in one step.

Why does NEET test the cross product so often?

Because torque, angular momentum, and the direction of angular velocity all use it. Setting up and expanding the determinant correctly is a repeatable, high-yield skill that shows up almost every year in the rotational motion unit.