By the end of this chapter you'll be able to…

  • 1Work with vectors in component form, find magnitudes and unit vectors, and apply the section formula and collinearity test
  • 2Compute the scalar product and use it for angles, perpendicularity, projections and work
  • 3Compute the vector product and use it for areas, normal directions and moments, respecting its anticommutativity
  • 4State and apply Lagrange's identity relating the two products, and use it to find one from the other
  • 5Evaluate the scalar triple product as a determinant and read it as a volume, a coplanarity test and a linear-dependence test
  • 6Expand the vector triple product by the BAC minus CAB rule and explain why the brackets cannot be moved
💡
Why this chapter matters in JEE Main
Brackets do not matter for ordinary multiplication, and for cross products they decide everything: (i cross i) cross j is the zero vector while i cross (i cross j) is minus j. Cancellation fails too, since i dotted with j and i dotted with k are both zero while j and k are different vectors. Neither failure is an accident. The dot product measures how much two vectors agree and is blind to everything perpendicular, which is why cancelling it destroys information. The cross product measures how much they do not agree and is blind to everything parallel, which is why a vector crossed with itself vanishes. Put the two side by side and nothing is lost: the square of the dot product plus the square of the cross product's magnitude equals the product of the squared magnitudes. That is Lagrange's identity, and it is the chapter in one line.

Before you start — revise these

🔗
Determinant evaluation of order three, from Matrices and Determinants
🔗
Coordinates and distance in three dimensions
🔗
Trigonometric values at the standard angles, and the identity relating sine and cosine squared
🔗
Solving a small linear system and recognising when it is consistent

Vector Algebra

Brackets do not matter in ordinary multiplication: and both give .

Try the same with the cross product, using the simplest vectors available.

One is the zero vector. The other has length . The cross product is not associative, and the brackets are not decoration.

A second habit fails just as quickly. In ordinary algebra with gives .

Ordinary numbersVectors
, gives nothing
one producttwo, and they answer different questions

Neither failure is an accident, and both come from the same source.

The dot product measures how much two vectors agree; the cross product measures how much they do not. The dot product is blind to everything perpendicular, which is why cancelling it loses information. The cross product is blind to everything parallel, which is why vanishes and the brackets matter.

Put them side by side and nothing is lost at all.

That is Lagrange's identity, and it is the chapter in one line: two products, each throwing away half the information, and together throwing away none.

a b theta |b| cos theta: the shadow this is what a dot b sees |b| sin theta area = |a x b| this is what a cross b sees (a dot b) squared + |a cross b| squared = |a| squared |b| squared

1. Vectors, Scalars and the Basic Operations

Scalar. Magnitude only. Vector. Magnitude and direction.

TypeMeaning
Zero vectormagnitude , direction undefined
Unit vectormagnitude ;
Equal vectorssame magnitude and direction, wherever they are drawn
Collinearparallel directions, so
Coplanarall lying in one plane

Addition follows the triangle law, placing vectors nose to tail, or equivalently the parallelogram law, placing them tail to tail. The two are the same statement seen from two corners of the same figure.

triangle law: nose to tail a b a + b parallelogram law: tail to tail a + b the same triangle, seen from two corners of the same parallelogram

2. Components, Position Vectors and the Section Formula

The position vector of a point is the vector from the origin to it, and the vector joining to is the difference of their position vectors: .

Trap. The far point's position vector gets the near ratio. Dividing in from puts on , not on . Check with a midpoint, where makes the question disappear.

Illustration 1

Find the position vector of the point dividing and internally in the ratio , and show that , , are collinear.

For the division, the far point's position vector carries the near ratio.

Check the ratio directly: from to is and from to is , which are in the ratio as required.

For collinearity, build two vectors from a common point and test whether one is a multiple of the other.

One is exactly three times the other, so the three points lie on a line, with three times as far from as is.

Trap. Collinearity needs the vectors built from a shared point. Comparing with works too, but comparing with and forgetting the reversed direction produces a sign error and a wrong verdict on the ordering.

Illustration 2

Explain why and differ, using the expansion rule.

The rule that settles it is the vector triple product expansion, sometimes remembered as BAC minus CAB.

The two share their first term and differ in the second, so they agree only when .

Apply both to and .

Both match the direct computation from the opening. Notice what the expansion reveals: the result always lies in the plane of the bracketed pair, so which pair is bracketed decides which plane the answer lives in.

3. The Scalar (Dot) Product

The result is a scalar. That single fact explains most of its behaviour.

PropertyStatement
Commutative
Distributive
Perpendicular test with neither vector zero
Self product
Not associative is meaningless

The last row is not a failure but a type error: is a number, and a number cannot be dotted with a vector.

Illustration 3

Find the angle between and , then verify Lagrange's identity for them.

Now the cross product, to check the identity.

They agree exactly. The identity is also a useful shortcut in reverse: given , and one product, the other follows without finding the angle at all.

Illustration 4

A constant force moves a particle from to . Find the work done.

Work is the dot product of force with displacement, and it is a scalar precisely because only the component of the force along the motion contributes.

The perpendicular part of the force does no work at all, and the dot product discards it automatically. That is the physical reading of the chapter's opening claim: the dot product is blind to everything perpendicular, which here is exactly what should be ignored.

Projections

The scalar projection of on is the length of its shadow; the vector projection points along .

Trap. The projection of on divides by , not . Read which vector is the screen and which is casting the shadow.

Illustration 5

Find the projection of on , as a scalar and as a vector.

For the vector version, multiply the unit vector along by that length, which is the same as dividing by .

Check its length: , matching the scalar answer as it must.

Illustration 6

Find so that is perpendicular to .

Perpendicular means the dot product vanishes, which is one linear equation.

No magnitudes were computed, because the condition lives entirely in the numerator. That is the reason to write the dot product first in any question about perpendicularity: if it is zero, the denominators never matter.

4. The Vector (Cross) Product

The result is a vector, perpendicular to both, with direction given by the right-hand rule.

PropertyStatement
Anticommutative
Distributive
Parallel test with neither vector zero
Self product
Not associativebrackets change the answer
a b a x b right hand: fingers from a to b, thumb up b x a same parallelogram, same area opposite direction

Areas

For a parallelogram given by its diagonals and , the area is , which is the same formula with an extra halving.

Illustration 7

Find the area of the triangle with vertices , and , and a unit vector perpendicular to its plane.

Build two edge vectors from the same corner, so the cross product spans the triangle.

The same cross product answers the second half for free, since it is already perpendicular to both edges and therefore to the plane.

Both signs are correct: a plane has two unit normals, and nothing in the question chooses between them.

Illustration 8

A force acts at the point . Find its moment about the origin.

Moment is the cross product of position with force, and it is a vector because a turning effect has an axis as well as a size.

A force acting along the line through the origin would produce no moment, and the cross product returns zero for parallel vectors, which is exactly right. Here the two are not parallel, and the answer points along the axis about which the turning happens.

5. The Scalar Triple Product

The result is a scalar, and it is the volume of the parallelepiped the three vectors span, signed by orientation.

Because it is a determinant, cyclic swaps leave it unchanged and any single swap flips the sign. The dot and the cross may also be exchanged: .

abc volume = |[a b c]| abc flat box: [a b c] = 0, so coplanar the triple product is a volume, and a volume of zero means everything lies in one plane

Illustration 9

Show that , and are coplanar, and find the volume of the tetrahedron on , , , .

For coplanarity, evaluate the determinant.

Coplanar. The reason is visible in the rows: the third is twice the second minus the first, so one vector is a combination of the other two.

For the tetrahedron, build three edge vectors from one vertex.

Trap. A tetrahedron is a sixth of the parallelepiped, not a half or a third. Quoting the triple product alone as the volume is the standard slip.

Illustration 10

Show that , and are coplanar, and express in terms of the other two.

Coplanarity is the determinant vanishing.

Coplanar. But a zero determinant says more than "they lie in a plane": it says one of them is a combination of the other two, and finding that combination is often what a question really wants.

Solve the first two, then use the third as the check that the system is genuinely consistent.

The third equation being satisfied is the same fact as the determinant vanishing, seen from the other side: three equations in two unknowns are consistent exactly when the coefficient determinant is zero.

6. The Vector Triple Product

Every term on the right is a scalar times a vector, so the answer lies in the plane of and — the bracketed pair. That is the structural reason the brackets cannot be moved.

The mnemonic BAC minus CAB records the order: the middle vector of the bracket comes first, multiplied by the dot product of the outer two.

Illustration 11

Simplify .

Expand each term by the rule rather than evaluating the inner cross products.

Every dot product between two different standard unit vectors is zero, so each of the three terms vanishes for the same reason.

Checking one directly confirms it: , and . The expansion was faster because it never required knowing which way round the unit vectors cross.

Summary

The dot product measures how much two vectors agree; the cross product measures how much they do not. Lagrange's identity says that together they lose nothing.

The cross product is not associative and the dot product cannot be cancelled, and both failures come from each product being blind to half the information.

Addition is the triangle law and the parallelogram law, which are the same figure seen from two corners.

The section formula puts the near ratio on the far position vector; check it against the midpoint.

The dot product is a scalar, so is a type error rather than a false statement. It vanishes exactly for perpendicular vectors.

Projection of on divides by : the second vector is the screen.

The cross product is a vector perpendicular to both, anticommutative, and zero exactly for parallel vectors. Its magnitude is the parallelogram's area, so a triangle is half of it.

A cross product doubles as a normal direction, and a plane always has two unit normals.

A zero triple product says more than coplanar: one vector is a combination of the other two, and finding it is usually what the question wants.

The scalar triple product is a determinant and a volume. Zero means coplanar, cyclic swaps preserve it, and a tetrahedron is one sixth of it.

The vector triple product expands as BAC minus CAB, and always lands in the plane of the bracketed pair, which is why the brackets matter.

Key formulas & results

Everything to memorise for the exam hall, in one card. Screenshot this for revision.

The organising principle
the dot product measures agreement, the cross product measures its failure, and together they lose nothing
The dot product is blind to everything perpendicular and the cross product to everything parallel. That is why cancellation fails for one and associativity for the other.
Lagrange's identity
(a dot b) squared + |a cross b| squared = |a| squared times |b| squared
Follows from cos squared plus sin squared equalling one. Useful in reverse: given the two magnitudes and one product, the other follows without finding the angle.
Magnitude, unit vector and components
r = x i + y j + z k with magnitude the root of the sum of squares; the unit vector is r over its magnitude
The vector joining A to B is the difference of position vectors, b minus a, and every component formula is that difference taken coordinate by coordinate.
Section formula in vector form
dividing A and B in m to n gives (m b + n a) over (m + n)
The FAR point's position vector carries the NEAR ratio. Check against the midpoint, where m equals n and the question disappears.
Collinearity and coplanarity tests
collinear: one vector is a scalar multiple of another built from a shared point; coplanar: the scalar triple product is zero
Build both vectors from the same starting point, or a reversed direction produces a sign error and a wrong verdict on the ordering.
Scalar product
a dot b = |a||b| cos theta = a1b1 + a2b2 + a3b3
The result is a scalar, so (a dot b) dot c is a type error rather than a false statement. It vanishes exactly when the vectors are perpendicular and neither is zero.
Projections
scalar projection of a on b is (a dot b) over |b|; the vector projection multiplies the unit vector along b by that length
Divide by the magnitude of the SCREEN vector, not the one casting the shadow. Work done by a constant force is the same computation: force dotted with displacement.
Vector product
a cross b is the three by three determinant with i, j, k on top; its magnitude is |a||b| sin theta
The result is a vector perpendicular to both, directed by the right-hand rule. It is anticommutative, so reversing the order reverses the direction, and it vanishes exactly for parallel vectors.
Areas from the cross product
parallelogram is |a cross b|; triangle is half of that; from diagonals, half of |d1 cross d2|
Build both edge vectors from the same vertex. The cross product doubles as a normal direction, and a plane always has two unit normals, so both signs are correct.
Moment of a force
M = r cross F
A vector, because a turning effect has an axis as well as a size. A force acting along the line through the point produces no moment, and the cross product returns zero for parallel vectors.
Scalar triple product
[a b c] = a dot (b cross c), evaluated as the determinant of the three rows
Cyclic swaps leave it unchanged and a single swap flips the sign. The dot and cross may be exchanged: a dot (b cross c) equals (a cross b) dot c.
Volumes
parallelepiped is the modulus of [a b c]; tetrahedron is one SIXTH of it
A tetrahedron is a sixth, not a half or a third. Quoting the triple product itself as the volume is the standard slip in this section.
Vector triple product
a cross (b cross c) = (a dot c) b minus (a dot b) c
BAC minus CAB. Every term is a scalar times a vector from the BRACKETED pair, so the answer lies in their plane, which is precisely why the brackets cannot be moved.
⚠️

Traps JEE Main sets — and how to dodge them

These are the exact option-traps and misreads that cost marks under negative marking.

WATCH OUT
Moving the brackets in a repeated cross product
The expansion shows why it fails: a cross (b cross c) lands in the plane of b and c, so bracketing the other pair lands the answer in a different plane. The cleanest witness is that (i cross i) cross j is the zero vector while i cross (i cross j) is minus j.
Why it happens: Ordinary multiplication is associative and the habit is invisible.
WATCH OUT
Cancelling a common vector from a dot product equation
The dot product only sees the component along a, so it says nothing about the perpendicular parts of b and c. Both i dot j and i dot k are zero while j and k differ. What the equation does give is that a is perpendicular to b minus c, which is often the intended step.
Why it happens: a dot b equals a dot c looks exactly like ordinary algebra.
WATCH OUT
Dividing by the wrong magnitude in a projection
The projection of a on b divides by the magnitude of b, because b is the screen the shadow falls on. Sanity-check with a unit vector: projecting anything on a unit vector should give the plain dot product, which only the correct version does.
Why it happens: Two magnitudes are available and the formula is recalled rather than reasoned.
WATCH OUT
Reporting the scalar triple product as the volume of a tetrahedron
The triple product is the volume of the parallelepiped. A tetrahedron is one sixth of it, not one half or one third. Check on the unit box: the three unit vectors give a triple product of 1, and the tetrahedron they cut off has volume one sixth.
Why it happens: The triple product is introduced as a volume and the fraction gets dropped.
WATCH OUT
Treating the cross product as commutative
Reversing the order reverses the direction: a cross b equals minus b cross a. The magnitude and therefore any area is unaffected, but a normal direction, a moment or any signed quantity flips. When only an area is wanted, the order genuinely does not matter, which is why the error hides.
Why it happens: The dot product commutes, and both are called products.
WATCH OUT
Building collinearity or area vectors from different starting points
Use a shared origin: for points A, B, C, compare AB with AC, or use AB and AC to span the triangle. Mixing AB with CA introduces a reversed direction and a sign error, which changes a verdict on collinearity and can halve or double an intended area.
Why it happens: Any two of the three points seem interchangeable.

Exam-pattern practice

PYQ-style questions with full solutions. Work through them as a readiness check — mark yourself honestly and get your gap report at the end.

Readiness check

Are you exam-ready for Vector Algebra?

12 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

12 questions~8 min

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Dot measures agreement, cross measures its failure, and Lagrange's identity says nothing is lost
  • The cross product is not associative and the dot product cannot be cancelled
  • Triangle and parallelogram laws are the same figure from two corners
  • The section formula puts the near ratio on the far position vector
  • The dot product is a scalar, so dotting it with a third vector is a type error
  • Projection of a on b divides by the magnitude of b: the second vector is the screen
  • The cross product is anticommutative and vanishes exactly for parallel vectors
  • Its magnitude is a parallelogram area, so a triangle is half and a diagonal pair needs halving too
  • A cross product doubles as a normal, and a plane has two unit normals
  • The triple product is a determinant and a volume; zero means coplanar
  • A tetrahedron is one SIXTH of the parallelepiped
  • BAC minus CAB, and the answer lies in the plane of the bracketed pair

JEE Main question blueprint

How this topic is asked, tier by tier — so you can prep to the pattern.

Typical weightage: 4

Question styleMarks eachTypical countWhat it tests
Vector algebra, components and the section formula11
Scalar product, angles and projections11
Vector product, areas and normals11
Triple products, volume and coplanarity11

Exam-hall strategy

Battle-tested tips from mentors and toppers for this topic under the sectional clock.

  1. Decide which product the question needs before writing anything. A question about angles, perpendicularity, projections or work is a dot product; one about areas, normals, parallelism or turning effects is a cross product.
  2. Write the dot product first whenever perpendicularity might be involved. If it is zero the question usually ends there, and no magnitudes need computing at all.
  3. Use Lagrange's identity when a question supplies two magnitudes and one product. It gives the other product directly, which is faster and safer than finding the angle and then a sine or cosine.
  4. For any triple product, set it up as a three by three determinant immediately and use row operations. Proportional rows make the answer zero on sight, which is what most coplanarity questions are testing.
  5. Check every cross product by dotting the result with both original vectors. Both should give zero, and the check takes seconds while catching the sign slips that the determinant expansion invites.

Beyond the exam

Where this skill shows up in the job you're competing for — and in life.

Physics uses the two products to split every force calcul…

Physics uses the two products to split every force calculation: work is force dotted with displacement because only the aligned component does work, while torque is position crossed with force because a turning effect needs an axis

Computer graphics computes surface normals as cross produ…

Computer graphics computes surface normals as cross products of two edge vectors, then uses a dot product with the light direction to decide how brightly each triangle is shaded, so both products run in every rendered frame

Navigation and robotics use the scalar triple product as …

Navigation and robotics use the scalar triple product as a signed volume test, which is how a system decides in one arithmetic step whether a point lies on one side of a plane, on it, or on the other side

Where else this topic is tested

Prepare once, score in every exam that asks it.

JEE Main
JEE Advanced
BITSAT
WBJEE
MHT CET

Questions aspirants ask

Pulled from the Q&A community and mentor sessions.

Because they answer different questions. The dot product asks how much of one vector lies along the other, and that is a single quantity with no direction left to specify, so it is a scalar. The cross product asks about the plane the two vectors span and the area they enclose, and a plane in three dimensions is best specified by the direction perpendicular to it, so the natural answer carries both a size and a direction. That is why the cross product exists only in three dimensions, while the dot product works in any number. The physical uses follow the same split: work is a dot product because only the component of force along the motion matters, and moment is a cross product because a turning effect needs an axis as well as a magnitude.

Read it as a sentence about which vector survives first. In a cross (b cross c), the bracket contains b and c, so the answer must lie in their plane and can only be a combination of them. The middle vector of the whole expression, b, comes first, multiplied by the dot product of the two vectors that are not it, a and c. Then subtract c multiplied by the dot product of a and b. Written out that is (a dot c) b minus (a dot b) c, and the initials spell BAC minus CAB. The reliable check is to test it on unit vectors where you already know the answer, such as i cross (i cross j), which the rule gives as zero times i minus one times j, that is minus j, agreeing with a direct computation.

For three points, build two vectors from a shared point and check whether one is a scalar multiple of the other. If the components are proportional, the points are collinear. Equivalently, the cross product of those two vectors is zero, which is the same test written differently and is often quicker to see. For four points, build three vectors from a shared point and evaluate the scalar triple product as a determinant; zero means coplanar. In both cases the shared starting point matters, because comparing AB with CA rather than AC reverses a direction and can flip a sign. If the determinant is zero, do not stop there: it also means one vector is a combination of the others, and finding that combination is often what the question actually wants.

Slice the box along its diagonals and count. The parallelepiped built on three edge vectors can be cut into six tetrahedra of equal volume, each using the same three edges in a different arrangement, so each has one sixth of the whole. A quick check uses the unit cube: the three unit vectors give a triple product of 1, and the tetrahedron they cut off has vertices at the origin and the three unit points, whose volume is one third of base area times height, that is one third of one half times one, which is one sixth. Halving instead of taking a sixth is the standard error, and it comes from carrying over the triangle rule, where an area really is half the parallelogram.

Whenever the answer carries a direction that the question uses. For an area, reversing the order flips the sign of every component but leaves the magnitude unchanged, so the area is the same and the order is genuinely irrelevant. For a unit normal to a plane, both orders give valid answers, because a plane has two unit normals, and unless the question specifies an orientation, either is acceptable. But for a moment of a force, an angular velocity, or any quantity whose sign encodes a sense of rotation, reversing the order reverses the physical meaning. The rule of thumb is that if the final answer is a magnitude, the order is safe to ignore; if it is a vector that will be used further, keep the stated order throughout.
Header Logo