JEE JEE Main and JEE Advanced · Mathematics

Vectors

Represent magnitude and direction with vectors, perform component operations, use dot and cross products with geometric meaning, and preserve zero-vector and nonzero-denominator conditions for direction, angle and projection.

Subject
Mathematics
Syllabus unit
Vector Algebra
  • Zero vector has magnitude zero and no defined direction
  • Dot product for angle and perpendicularity, cross product for area and perpendicular direction
  • No invented weightage, question counts or trend percentages

Content status: draft. Verified academic content for this page has not been loaded yet, so the page is excluded from search indexing and the sitemap.

In short

A vector has magnitude and direction, except the zero vector, which has magnitude zero and no defined direction.

The dot product measures directional alignment between two vectors. The cross product, defined in three dimensions, produces a vector perpendicular to the plane of the two input vectors with a right-hand orientation.

Syllabus mapping

  • Unit
    Vector Algebra
    Topics
    Vectors and scalars, Addition of vectors, Components of a vector in two and three dimensions, Scalar product of two vectors, Vector product of two vectors

What this chapter contains and why it matters

  • Question
    What is the chapter about?
    Direct answer
    Representing vectors, computing dot and cross products with their geometric meaning, and, for Advanced scope, using triple products.
  • Question
    What is the central method choice?
    Direct answer
    Check the zero-vector condition first, then choose dot, cross or projection based on what is asked.
  • Question
    Where do most mistakes begin?
    Direct answer
    Assigning direction to the zero vector, applying angle formulas without checking nonzero vectors, and cross-product order errors.
  • Question
    What should come before this chapter?
    Direct answer
    Coordinate Geometry, for coordinate and distance reasoning.
  • Question
    What comes after it?
    Direct answer
    3D Geometry extends vector direction reasoning to lines and, for Advanced scope, planes.

The official JEE documents define content scope. They do not publish chapter weightage, so none is asserted here.

Official JEE syllabus mapping for Vectors

Verified against the current JEE Main 2026 syllabus and JEE Advanced 2026 syllabus.

  • Concept group
    Vector basics and products
    JEE Main 2026
    Unit 12 explicitly includes vectors and scalars, addition of vectors, components in two and three dimensions, scalar product and vector product.
    JEE Advanced 2026
    Explicitly includes vector addition, scalar multiplication, dot product, cross product, scalar triple product, vector triple product and geometrical interpretations.

Sources: JEE Main 2026 syllabus and JEE Advanced 2026 syllabus, both linked in the sources section below. Projection is supporting mathematics, not a separately named JEE Main 2026 bullet.

Before this chapter

Concepts in this chapter

1. Write components and check for the zero vector

Confirm whether a vector is nonzero before assigning it any direction.

Write the vector's components and compute its magnitude. The zero vector has magnitude zero and no defined direction, so it must be excluded before any angle or unit-vector step.

2. Choose dot, cross or projection based on what is asked

Dot product answers angle and perpendicularity; cross product answers area and perpendicular direction; projection answers component along a direction.

Use the dot product for angle between vectors or a perpendicularity test. Use the cross product, valid in three dimensions, for area of a parallelogram or a vector perpendicular to two given vectors. Use projection to decompose one vector along another nonzero vector.

3. Compute the product and interpret the geometric meaning

A computed dot or cross value must be read back into an angle, perpendicularity or area statement.

After computing a dot or cross product, interpret the result geometrically: a zero dot product with both vectors nonzero indicates perpendicularity, and the cross-product magnitude gives parallelogram area.

4. Use triple products only within Advanced scope

Scalar triple product gives volume and a coplanarity test; vector triple product expands through a fixed identity.

The scalar triple product a·(b×c) gives, in absolute value, the volume of the parallelepiped formed by the three vectors, and equals zero exactly when the vectors are coplanar. The vector triple product expands as a×(b×c) = b(a·c) − c(a·b). Both are explicit JEE Advanced 2026 scope.

5. Validate the result against dimension and sign

Check that magnitudes stay nonnegative and that order-dependent signs are tracked correctly.

Validate every result: magnitudes must be nonnegative, and cross-product order matters since b×a = −(a×b).

Method selector

  • Question signal
    Magnitude or direction of a vector
    First model
    Compute the norm after a zero-vector check
    Required check
    a ≠ 0 before assigning direction
  • Question signal
    Angle between vectors or perpendicularity
    First model
    Dot product
    Required check
    Both vectors nonzero
  • Question signal
    Area or a perpendicular direction
    First model
    Cross product
    Required check
    Three-dimensional vectors
  • Question signal
    Component along another direction
    First model
    Projection
    Required check
    Target vector nonzero
  • Question signal
    Volume or coplanarity
    First model
    Advanced scalar triple product
    Required check
    Three-dimensional vectors, Advanced scope
  • Question signal
    Nested cross product
    First model
    Advanced vector triple product identity
    Required check
    Do not assume cross-product associativity

Formula sheet

  • The magnitude of a equals the square root of the sum of the squares of its components.

    Euclidean magnitude of a vector in three dimensions; an analogous two-dimensional form omits the third component.

    a₁, a₂, a₃
    components of vector a

    Use whenFinding magnitude or normalising a vector.

    Common trapTreating magnitude as possibly negative.

  • The unit vector a-hat equals a divided by its magnitude, and requires a to be nonzero.

    Unit vector in the direction of a.

    a
    nonzero vector

    Use whena ≠ 0.

    Common trapAssigning a direction to the zero vector.

  • The dot product of a and b equals the sum of the products of their matching components.

    Scalar product from matching components.

    a, b
    vectors of the same dimension

    Use whenComputing the scalar product directly from components.

    Common trapSign error on a component.

  • The dot product of a and b equals the product of their magnitudes and the cosine of the angle between them, and requires both vectors to be nonzero.

    Relates the dot product to the angle between two vectors.

    θ
    angle between a and b, θ ∈ [0, π]

    Use whena ≠ 0 and b ≠ 0.

    Common trapApplying the angle formula when one vector is the zero vector.

  • Two nonzero vectors are perpendicular exactly when their dot product is zero.

    Perpendicularity condition for two nonzero vectors.

    Use whenTesting perpendicularity, with both a and b nonzero for the angle interpretation.

    Common trapCalling the zero vector perpendicular by the angle definition.

  • The vector projection of a onto b equals the dot product of a and b divided by the square of the magnitude of b, times b, and requires b to be nonzero.

    Vector projection of a onto b.

    b
    nonzero target vector

    Use whenb ≠ 0.

    Common trapProjecting onto a zero vector.

  • The cross product of a and b is a vector formed from the given component combination, valid in three dimensions, and satisfies b cross a equals negative a cross b.

    Vector perpendicular to both a and b, in three dimensions.

    a, b
    vectors in three dimensions

    Use whenThree-dimensional vectors only.

    Common trapReversing the order without negating the result.

  • The magnitude of the cross product of a and b equals the product of their magnitudes and the sine of the angle between them.

    Magnitude of the cross product, equal to the parallelogram area formed by a and b.

    θ
    angle between a and b

    Use whena ≠ 0 and b ≠ 0 for the angle interpretation.

    Common trapIgnoring the zero or parallel case.

  • The scalar triple product of a, b and c equals a dotted with the cross product of b and c; its absolute value gives volume.

    Advanced scope: gives, in absolute value, the volume of the parallelepiped formed by a, b and c.

    a, b, c
    vectors in three dimensions

    Use whenJEE Advanced volume or coplanarity questions.

    Common trapLosing track of sign or cyclic order.

  • Three vectors are coplanar exactly when their scalar triple product is zero.

    Advanced scope: coplanarity test for three vectors.

    Use whenJEE Advanced coplanarity questions.

    Common trapOverstating a unique geometric configuration from this test alone.

  • The vector triple product of a, b and c equals b times the dot product of a and c, minus c times the dot product of a and b.

    Advanced scope: expansion identity for the vector triple product.

    a, b, c
    vectors in three dimensions

    Use whenJEE Advanced nested cross-product questions.

    Common trapAssuming the cross product is associative.

Worked examples

For a = (1, 2, 2) and b = (2, −1, 0), find the angle between them and verify using the cross product.

Answer: θ = π/2

a·b = (1)(2) + (2)(−1) + (2)(0) = 2 − 2 + 0 = 0. Both vectors are nonzero, so a and b are perpendicular and θ = π/2.

a×b = (2, 4, −5), so |a×b| = √(4+16+25) = √45 = 3√5.

|a| = 3, |b| = √5, so |a||b|sinθ = (3)(√5)(1) = 3√5.

Validation: the component-based cross-product magnitude agrees with the geometric magnitude formula, confirming θ = π/2.

Common mistakes and what they actually indicate

  • Assigning a direction to the zero vector.

    Knowledge gap

    Why it happens

    The zero vector has magnitude zero and no defined direction.

    How it is corrected

    Check for the zero vector before computing a unit vector or stating a direction.

  • Projecting a vector onto the zero vector.

    Execution error

    Why it happens

    The projection formula divides by the square of the target vector's magnitude, which is undefined when that vector is zero.

    How it is corrected

    Confirm the target vector is nonzero before applying the projection formula.

  • Applying the dot-angle formula without checking both vectors are nonzero.

    Decision / selection error

    Why it happens

    An angle is not defined between a vector and the zero vector.

    How it is corrected

    Verify both vectors are nonzero before stating an angle from the dot product.

  • Losing the sign when reversing the order of a cross product.

    Execution error

    Why it happens

    The cross product is anti-commutative: b×a = −(a×b).

    How it is corrected

    Track the order of vectors carefully and apply the sign flip when the order is reversed.

  • Treating the cross product as associative.

    Knowledge gap

    Why it happens

    a×(b×c) is not generally equal to (a×b)×c; the vector triple product identity must be used instead.

    How it is corrected

    Use the vector triple product identity b(a·c) − c(a·b) rather than assuming associativity.

  • Presenting scalar or vector triple products as current JEE Main 2026 explicit scope.

    Knowledge gap

    Why it happens

    Triple products and their geometrical interpretations are explicit JEE Advanced 2026 scope; JEE Main 2026 Unit 12 lists only vectors and scalars, addition, components and the two basic products.

    How it is corrected

    Keep triple-product content labelled as Advanced scope.

Sources and provenance

Official syllabus scope verified against NTA JEE Main 2026 and JEE Advanced 2026 documents. No weightage, frequency or PYQ-count claim is made.

Contributor requirements for this page

  • Reviewer specialisation: Vector Geometry, Linear Algebra and Analytic Geometry.
  • Minimum: postgraduate Mathematics, Applied Mathematics or equivalent.
  • Review scope: zero-vector caveats, dot and cross product conditions, projection denominators, triple-product identities and current-scope boundary.