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

  • 1Classify vectors by type (zero, unit, equal, collinear, coinitial) and compute a vector's magnitude and direction cosines
  • 2Add vectors using the triangle law and multiply a vector by a scalar, and find a point dividing a segment in a given ratio using the section formula
  • 3Compute the scalar (dot) product of two vectors, use it to find the angle between them or test perpendicularity, and find the projection of one vector on another
  • 4Compute the vector (cross) product of two vectors, use it to test parallelism, and find the area of a triangle or parallelogram from two side vectors
  • 5Prove three points are collinear by showing one vector between them is a scalar multiple of another, without needing a triple product
💡
Why this chapter matters
This chapter builds the language every physics and 3D-geometry problem after it depends on — direction cosines, the dot product for angles and perpendicularity, and the cross product for areas and perpendicular directions. Three Dimensional Geometry (the next chapter) is essentially this one applied to lines and planes.

Vector Algebra

1. Check this before you revise anything

The Scalar Triple Product is gone. Older editions carried a full subsection on — the determinant form, its interpretation as the volume of a parallelepiped, and the coplanarity test used to prove three vectors lie in the same plane. A full-text search of the current 39-page chapter for "triple product," "parallelepiped," or "coplanar" returns zero hits. The section list is:

SectionTopic
10.1Introduction
10.2Some Basic Concepts
10.3Types of Vectors
10.4Addition of Vectors
10.5Multiplication of a Vector by a Scalar (10.5.1 components, 10.5.2 joining two points, 10.5.3 section formula)
10.6Product of Two Vectors (10.6.1 scalar/dot, 10.6.2 projection, 10.6.3 vector/cross)

Nothing beyond 10.6. This matches the syllabus line exactly: "...properties and application of scalar (dot) product of vectors, vector (cross) product of vectors" — full stop, no third product.

The old stub taught the scalar triple product as its own section, with the volume-of-a-parallelepiped interpretation and the coplanarity test as a named technique. Removed entirely from this rebuild.

A genuine error survives in the book's own Miscellaneous Exercise. Question 14 reads: "If are mutually perpendicular vectors of equal magnitude, show that the vector is equally inclined to and " — a clause visibly left over from copy-pasting Question 12 (which genuinely does define a vector with ).

Question 14 has no of its own. The intended, standard question — solved here — is to show that is equally inclined to , , and .

Exercise 10.2 also hides two MCQs (Q18–19) past its own visible question list, and Exercise 10.4 hides two more (Q11–12) — both with no "Choose the correct answer" lead-in line, the same pattern found in Chapter 9. All of Exercise 10.1 through the Miscellaneous Exercise were re-verified from 300dpi page renders rather than raw text extraction, since this chapter's heavy use of and vector arrows garbles almost completely under plain PDF text extraction.

ExerciseTopicQuestions
10.1Types of vectors (classification, no computation)5
10.2Components, magnitude, unit vectors, direction cosines, section formula19
10.3Scalar (dot) product18
10.4Vector (cross) product12
MiscellaneousMixed, plus 4 MCQs at the end19

2. What a Vector Is, and How It Is Measured (Textbook 10.2)

Some quantities are settled completely by a single number and a unit: mass, length, time, temperature. These are scalars. Others are not. If you are told a body was displaced 5 km, you still do not know where it ended up — you need the direction as well. Quantities that need both a magnitude and a direction are vectors.

The textbook builds every vector from a directed line segment. Given points and , the segment from to with the arrow pointing at is written . Here is the initial point and the terminal point.

Two pieces of vocabulary follow immediately. The magnitude is the length of the segment, always a non-negative real number. The direction is the way the arrow points.

Position vectors. Fix the origin . Any point in space then has exactly one vector attached to it, , called its position vector. Writing for unit vectors along the axes:

The magnitude formula is not a new rule. It is Pythagoras applied twice — once in the -plane to reach the foot of the perpendicular, then once vertically to climb to .

Direction cosines. Let make angles with the positive , and axes. The numbers , , are the direction cosines of the vector.

From the right triangle in the textbook's Fig 10.3, where , and similarly for the other two. So , , . Squaring and adding gives the relation you will use constantly:

Any triple proportional to is a set of direction ratios. Direction ratios are not unique — every scalar multiple works — which is exactly why they are convenient. Dividing by recovers the direction cosines.


3. Types of Vectors (Textbook 10.3)

This section is pure classification, and Exercise 10.1 tests nothing else. The distinctions matter because later proofs quietly depend on them.

TypeDefinitionThe point of it
Zero vector Initial and terminal points coincide; magnitude Its direction is undefined, not zero — this is why " implies perpendicular" needs the caveat "or one is "
Unit vector Magnitude exactly Carries direction with the size stripped out; $\hat a=\vec a/
Coinitial vectorsShare the same initial pointTerminal points may differ entirely
Collinear vectorsParallel to one common lineMagnitudes and directions may differ; only the line matters
Equal vectorsSame magnitude and same directionInitial points are irrelevant — written
Negative of a vectorSame magnitude, opposite direction

The single most useful idea here is that a vector is free. Because equality ignores the initial point, you may slide any vector anywhere in space without changing it. Every triangle-law diagram in the next section relies on doing exactly that.

A common exam trap lives in this table. Two vectors of equal magnitude are not equal unless their directions agree too, and two collinear vectors need not be equal or even parallel in the same sense — they may point in opposite directions along the line.


4. Addition of Vectors (Textbook 10.4)

Triangle law. Place the initial point of at the terminal point of . The vector from the start of to the end of is their sum:

An immediate consequence is worth memorising, because it collapses a whole family of exam questions to one line. Since , moving everything to one side gives:

The sides of a triangle taken in order always sum to the zero vector. The same argument extends to any closed polygon.

Parallelogram law. If and are the two adjacent sides of a parallelogram drawn from a common point, their sum is the diagonal from that same point. The triangle and parallelogram laws are the same statement drawn two ways.

Addition obeys two properties the textbook states explicitly. It is commutative, , which the parallelogram picture shows at a glance — both routes trace out the same diagonal. It is associative, , so a sum of several vectors needs no brackets.

Finally, is the additive identity, , and is the additive inverse, .


5. Scalar Multiplication, Components and the Section Formula (Textbook 10.5)

Multiplying by a scalar. For a real number , the vector has magnitude . Its direction is the same as when and opposite when .

Two special cases carry the weight. Taking gives , the negative. Taking gives the unit vector , which is how essentially every "find the unit vector" question is answered.

This also gives the cleanest test for parallelism: and are collinear exactly when for some scalar .

Components (10.5.1). Writing , the numbers are the scalar components and the vectors are the vector components. In this form the algebra becomes arithmetic:

Two vectors are equal precisely when all three pairs of components match.

Vector joining two points (10.5.2). For and , apply the triangle law to , , : since ,

Terminal minus initial — in that order. Reversing it is the most frequent slip in this chapter.

Section formula (10.5.3). Let divide the segment in the ratio , with and the position vectors of and . For internal division:

For external division, the same derivation with the ratio taken as gives:

Setting in the internal formula recovers the midpoint, . Note which position vector each coefficient lands on — multiplies , not .


6. Scalar (Dot) Product and Projection (Textbook 10.6.1 to 10.6.2)

Definition. For non-zero with angle between them, :

The result is a scalar, not a vector. If either vector is , the product is defined to be .

Rearranging gives the formula that answers every "find the angle" question:

Perpendicularity. Since , the product vanishes exactly when , that is . So for non-zero vectors, if and only if they are perpendicular. This is the workhorse of the exercise.

Component form. Applying the definition to the base vectors gives (angle ) and (angle ). Expanding the product and discarding every cross term:

The dot product is commutative, , and distributive over addition, . Taking gives , which is how identities such as are produced.

Projection (10.6.2). The projection of on a line along is the signed length of the shadow casts on that line:

It is a scalar and it can be negative — a negative value means the shadow points against . Note the asymmetry: you divide by the magnitude of the vector you are projecting onto. Swapping and generally changes the answer.


7. Vector (Cross) Product (Textbook 10.6.3)

Definition. For non-zero, non-parallel with angle between them:

where is the unit vector perpendicular to both and , oriented by the right-hand rule. Unlike the dot product, the result is a vector.

Parallelism. The product vanishes exactly when , that is or . So for non-zero vectors, if and only if they are parallel. Note the clean split from the previous section: the dot product detects perpendicularity, the cross product detects parallelism.

Not commutative. Reversing the order flips the perpendicular direction, so:

This is the difference that catches students out most often. Order matters here and did not before.

Determinant form. From and the cyclic rules , , , expanding the product gives:

Remember the middle term carries a minus sign when the determinant is expanded along the top row. Dropping it is the single most common computational error in Exercise 10.4.

Areas. The magnitude is exactly the area of the parallelogram having and as adjacent sides, since is the perpendicular height on base . The triangle on the same two sides is half of it:

For a triangle given by three vertices , form two edge vectors from a common vertex — say and — and apply the formula.

Worked, mirroring the textbook's own technique. Show that , , are collinear. Compute and . Since exactly, the two vectors are parallel and share the point , so all three points lie on one line.

Equivalently , which is the cross-product test for collinearity — and note it needs no triple product, the technique the current edition no longer carries.


Summary

  • A vector has magnitude and direction; a scalar has magnitude alone. Position vector of is with magnitude .
  • Direction cosines satisfy ; direction ratios are any scalar multiple and must be normalised.
  • A vector is free — equality ignores the initial point. The zero vector has undefined direction, which is why the perpendicular and parallel tests carry a "non-zero" caveat.
  • Triangle law: ; the sides of any closed polygon taken in order sum to .
  • is terminal minus initial. Section formula: internally, externally, midpoint at .
  • ; zero exactly when perpendicular. Projection of on is , a signed scalar.
  • ; zero exactly when parallel; anti-commutative, .
  • is the parallelogram area; half that is the triangle area.
  • The Scalar Triple Product — volume of a parallelepiped, the coplanarity test — is not part of the current edition.
  • The book's own Miscellaneous Exercise Q14 contains a leftover, nonsensical clause from Q12; the standard intended question (solved here) is the equal-inclination proof.

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Position vector and magnitude
OP = x.i + y.j + z.k, with |OP| = sqrt(x^2 + y^2 + z^2)
The magnitude formula is Pythagoras applied twice — once in the xy-plane, then vertically
Direction cosines and direction ratios
l = x/r, m = y/r, n = z/r where r = |OP|, and l^2 + m^2 + n^2 = 1. Direction ratios (a,b,c) are any scalar multiple of (l,m,n)
If your squares do not sum to 1 you have direction ratios, not direction cosines — divide by sqrt(a^2+b^2+c^2)
Unit vector
a_hat = a / |a|
This is scalar multiplication with lambda = 1/|a|; it strips magnitude and keeps direction
Triangle law of addition
AB + BC = AC, and hence AB + BC + CA = 0
The sides of any closed polygon taken in order sum to the zero vector
Scalar multiplication
|lambda.a| = |lambda|.|a|; direction is preserved when lambda > 0 and reversed when lambda < 0
a and b are collinear exactly when b = lambda.a for some scalar lambda
Component form of the operations
a + b = (a1+b1).i + (a2+b2).j + (a3+b3).k, and lambda.a = lambda.a1.i + lambda.a2.j + lambda.a3.k
Two vectors are equal precisely when all three pairs of components match
Vector joining two points
P1P2 = (x2-x1).i + (y2-y1).j + (z2-z1).k
Terminal minus initial, in that order — reversing it is the most frequent slip in this chapter
Section formula
R dividing PQ in ratio m:n: internally R = (m.q + n.p)/(m+n); externally R = (m.q - n.p)/(m-n)
Midpoint is the case m = n = 1; note that m multiplies q, not p
Scalar (dot) product
a.b = |a||b|cos(theta) = a1.b1 + a2.b2 + a3.b3, so cos(theta) = (a.b)/(|a||b|)
The result is a scalar; a.b = 0 exactly when a and b are perpendicular (or one is the zero vector)
Dot product properties
a.b = b.a (commutative); a.(b+c) = a.b + a.c (distributive); a.a = |a|^2
a.a = |a|^2 is what produces identities like |a+b|^2 = |a|^2 + 2a.b + |b|^2
Projection of a vector
Projection of a on b = (a.b)/|b| = a.b_hat
A signed scalar — negative means the shadow points against b. Divide by the magnitude of the vector projected ONTO
Vector (cross) product
a x b = |a||b|sin(theta).n_hat, where n_hat is perpendicular to both by the right-hand rule
The result is a vector; a x b = 0 exactly when a and b are parallel (or one is the zero vector)
Cross product in determinant form
a x b = det with first row i, j, k; second row a1, a2, a3; third row b1, b2, b3
The middle term carries a minus sign on expansion — dropping it is the commonest error in Exercise 10.4
Anti-commutativity of the cross product
b x a = -(a x b)
Order matters here and did not for the dot product; base rules are i x j = k, j x k = i, k x i = j
Areas from the cross product
Area of parallelogram with adjacent sides a, b = |a x b|. Area of triangle on the same two sides = (1/2)|a x b|
For a triangle given by vertices A, B, C, form AB and AC from a common vertex first
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Trying to use a scalar triple product or a coplanarity determinant test for this chapter
That technique is not part of the current edition — collinearity and parallelism are tested here only by checking whether one vector is a scalar multiple of another.
WATCH OUT
Confusing direction cosines with direction ratios
Direction cosines (l,m,n) always satisfy l^2+m^2+n^2=1; direction ratios (a,b,c) are any scalar multiple of the direction cosines and need not satisfy that equation.
WATCH OUT
Forgetting that a.b=0 or a x b=0 could mean one of the vectors is the zero vector, not just that they are perpendicular or parallel
Both converse statements require justification with an explicit example (as in Exercise 10.3 Q14 and Exercise 10.4 Q8) — a zero vector trivially satisfies both conditions regardless of the other vector.
WATCH OUT
Missing the trailing MCQs at the end of Exercise 10.2 and Exercise 10.4, which have no 'choose the correct answer' lead-in line
Always check the actual last page of an exercise for extra questions rather than stopping once the numbered word problems appear to end.
WATCH OUT
Using the internal section formula when the point divides the segment externally, or vice versa
Internal division uses (m.q+n.p)/(m+n); external division uses (m.q-n.p)/(m-n) — the sign flip on n and in the denominator is easy to drop under exam pressure.

Practice problems

Work through this chapter's problems as a readiness check — reveal each solution, mark yourself honestly, and get your gap report at the end.

Readiness check

Are you exam-ready for Vector Algebra?

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

8 questions~6 min

5-minute revision

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

  • Magnitude |xi+yj+zk|=sqrt(x^2+y^2+z^2); direction cosines satisfy l^2+m^2+n^2=1
  • Section formula: internal (m.q+n.p)/(m+n), external (m.q-n.p)/(m-n)
  • a.b=|a||b|cos(theta)=a1b1+a2b2+a3b3; zero exactly when perpendicular (or one vector is zero)
  • Projection of a on b is (a.b)/|b|
  • a x b=|a||b|sin(theta).n_hat, via the i,j,k determinant; zero exactly when parallel (or one vector is zero)
  • |a x b| is the area of the parallelogram with a, b as adjacent sides; half that is the triangle area
  • The Scalar Triple Product, volume-of-a-parallelepiped formula, and coplanarity test [a b c]=0 are not part of the current edition
  • Exercise 10.2 and 10.4 each hide two MCQs past their visible question list, with no separate lead-in instruction line

CBSE marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Typical chapter weightage: Unit IV: Vectors and Three-Dimensional Geometry, no chapter-wise split published by CBSE

Question typeMarks eachTypical countWhat it tests
Types of Vectors, Components, and the Section Formula3-51Classifying vectors, computing magnitude and direction cosines, and applying the section formula
Scalar (Dot) Product and Vector (Cross) Product5-61-2Finding angles, projections, perpendicularity, parallelism, and areas of triangles/parallelograms using the two products
Prep strategy
  • Drill the determinant form of the cross product until it is automatic — nearly every area and perpendicular-vector question in Exercise 10.4 needs it
  • For collinearity or parallelism questions, always check whether one vector is a scalar multiple of another rather than reaching for a triple product
  • When a question gives a converse condition to justify (like a.b=0 or a x b=0 not implying a vector is zero), always provide an explicit counterexample rather than a general argument alone
  • Do not spend time on the scalar triple product, the volume-of-a-parallelepiped formula, or the coplanarity determinant test — none of these are part of the current syllabus for this chapter

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

Physics: force, velocity, and work

Force and velocity are vectors combined using exactly the addition and scalar-multiplication rules here; work done by a force is the dot product of force and displacement vectors.

Computer graphics and game engines

Lighting calculations use the dot product to determine how much a surface faces a light source, and the cross product to compute surface normals — both are the exact operations drilled in Exercises 10.3 and 10.4.

Torque and rotational mechanics

Torque is defined as the cross product of a position vector and a force vector, directly using the perpendicular-vector and magnitude properties of the vector product from this chapter.

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

1
For collinearity/parallelism proofs, explicitly state which vector is being shown as a scalar multiple of the other, and name the resulting conclusion (collinear, or parallel sides of a shape)
2
For angle and perpendicularity questions, write the dot product formula explicitly before substituting numbers — examiners award marks for the correct setup
3
For area questions, state clearly which vectors are being used as the two adjacent sides before computing the cross product
4
For 'converse need not be true' questions, give a specific numerical counterexample rather than only a verbal argument

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

STRETCH
The scalar triple product [a b c]=a.(b x c), though absent from this syllabus, generalises directly to testing coplanarity and computing volumes in competition geometry problems
STRETCH
The vector triple product identity a x (b x c) = b(a.c) - c(a.b) (the 'BAC-CAB' rule) is a standard tool in vector-heavy olympiad geometry beyond this chapter
STRETCH
Vectors in n dimensions and the general dot product (inner product) extend these ideas into linear algebra, where orthogonality and projection generalise well past three dimensions
🚀

JEE Main & Advanced practice

Competitive-level problems on this chapter, above the board pattern. Try each one on paper before opening the solution.

JEE MainProving collinearity without a triple productRecognising a scalar-multiple relationship between two vectors sharing a point

Show that the points , , and are collinear.

Stuck? Show the approach

Form the vectors and from the same starting point, and check whether one is a scalar multiple of the other.

Show the full solution

and . Since exactly, the two vectors are parallel, and since they share the point , all three points lie on a single line.

Answer: Collinear, since AC = 2.AB
The trap

Reaching for a determinant-based coplanarity test (valid in some other curricula) is unnecessary and not covered in this edition — collinearity for three points always reduces to checking one vector is a scalar multiple of another sharing a common point.

JEE MainUsing both dot and cross product conditions togetherCombining perpendicularity and parallelism conditions to force a vector to be zero

Given that and , what can you conclude about the vectors and ?

Stuck? Show the approach

Interpret each condition geometrically, then ask whether both can hold simultaneously for two genuinely nonzero vectors.

Show the full solution

means (or one is ); means (or one is ). A nonzero vector cannot be simultaneously perpendicular and parallel to another nonzero vector, so this forces one of them to be the zero vector.

Answer: Either a=0 or b=0 (or both)
The trap

Assuming the two conditions together imply something stronger (like both vectors being zero) — only at least one needs to be zero; the other can be any vector at all.

JEE AdvancedEqual-inclination proof using mutual perpendicularityUsing orthogonality to compute the same cosine for three different angles at once

If are mutually perpendicular vectors of equal magnitude, show that is equally inclined to , , and .

Stuck? Show the approach

Compute , and note that the cross terms vanish because the vectors are mutually perpendicular.

Show the full solution

Since , . With , this dot product equals for all three of in turn, and each has the same magnitude , so is identical in all three cases.

Answer: Proved: (a+b+c) makes the same angle with each of a, b, c
The trap

This is the standard problem the book's own Miscellaneous Exercise Q14 is asking, despite Q14's printed text containing a leftover, unrelated clause about a vector d from the previous question — recognising the intended classic problem is the actual difficulty here, not the algebra itself.

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

CBSE Class 12 BoardHigh
JEE MainHigh
JEE AdvancedMedium

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

No — a full-text search of the current 39-page chapter for 'triple product,' 'parallelepiped,' or 'coplanar' returns zero hits. The chapter ends at the dot and cross products (section 10.6); collinearity of points is tested only by checking whether one vector is a scalar multiple of another.

Its printed text says 'show that the vector c.d=15 is equally inclined to a, b and c' — but no vector d is defined anywhere in Question 14's own statement; that clause is a leftover, uncorrected copy-paste from Question 12 (which does define such a d). The intended, standard question is to show that a+b+c is equally inclined to a, b, and c, which is what this rebuild solves.

Use the dot product when you need a scalar result — an angle, a projection, or a perpendicularity check. Use the cross product when you need a vector result — a vector perpendicular to two given vectors, or an area (parallelogram or triangle).
Verified by the tuition.in editorial team
Last reviewed on 18 August 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo