India's #1 AI Tutortopic article · Mathematics
Vector Algebra for Class 12: The Complete CBSE Guide (2026-27)
Vector Algebra in Class 12 Mathematics represents a paradigm shift from purely numerical calculations to geometric reasoning with directed quantities. While students encounter basic vectors in Class 11 Physics, the CBSE Class 12 Mathematics curriculum formalises vector algebra class 12 as a rigorous mathematical system. The NCERT Chapter 10 spans scalars and vectors, types of vectors (unit, null, position, collinear), vector operations (addition, scalar multiplication), the dot product (scalar product), and the cross product (vector product). For the 2024-25 and 2026-27 academic sessions, this chapter integrates tightly with Three Dimensional Geometry, and mastery here directly impacts performance in both pure Mathematics board questions and Physics applications involving forces, velocity, and electromagnetic fields. This guide breaks down every concept with NCERT-aligned explanations, worked examples from actual board papers, formula sheets, and strategic tips to maximise marks.
Your child's private AI tutor — trained on NCERT.
3-day free trial · ₹1 to start · Cancel anytime.
Start 3-day free trial →Understanding Scalars and Vectors: The Foundation of Vector Algebra Class 12
The NCERT textbook for vector algebra class 12 begins by distinguishing scalars from vectors. A scalar is a quantity described completely by magnitude alone — examples include mass (50 kg), temperature (30°C), time (5 seconds), and distance (100 metres). In contrast, a vector possesses both magnitude and direction, such as displacement (10 m east), velocity (50 km/h northward), force (20 N downward), and acceleration (9.8 m/s² vertically down). This dual nature makes vectors essential for physics and engineering. In mathematical notation, vectors are denoted by bold letters (v) in print or with an arrow overhead (v with arrow) in handwriting. The magnitude of vector a is written as |a| or simply a. The zero vector (0) has zero magnitude and arbitrary direction. A unit vector has magnitude exactly 1 and indicates pure direction; the unit vector in the direction of a is written as â = a/|a|. Position vectors specify a point's location relative to an origin: if O is the origin and P is a point, then the position vector of P is OP with arrow. Equality of vectors requires both equal magnitude and same direction, regardless of initial point — this is the free vector concept central to NCERT treatment of vector algebra class 12.
- Scalar: magnitude only (mass, temperature, speed, energy, work in certain contexts)
- Vector: magnitude + direction (displacement, velocity, acceleration, force, momentum)
- Notation: bold a or a with overhead arrow; magnitude as |a| or a
- Zero vector 0: magnitude zero, indeterminate direction, additive identity
- Unit vector â: magnitude 1, purely directional, obtained by â = a/|a|
- Position vector: directed line segment from origin O to point P
- Free vectors: vectors are equal if they have the same magnitude and direction, irrespective of their initial positions
Types of Vectors and Vector Representation in Component Form
NCERT vector algebra class 12 curriculum introduces several vector classifications. Equal vectors have identical magnitude and direction. Negative of vector a, written as −a, has the same magnitude but opposite direction. Collinear vectors lie along the same or parallel lines; mathematically, vectors a and b are collinear if a = λb for some scalar λ. Coplanar vectors lie in the same plane. The critical representation is component form using standard unit vectors i, j, k along the x, y, z axes. Any vector a in three dimensions is written a = a₁i + a₂j + a₃k, where a₁, a₂, a₃ are scalar components. The magnitude is |a| = √(a₁² + a₂² + a₃²). For a vector from point A(x₁, y₁, z₁) to B(x₂, y₂, z₂), the vector AB = (x₂ − x₁)i + (y₂ − y₁)j + (z₂ − z₁)k. Direction cosines are the cosines of angles α, β, γ that the vector makes with the positive x, y, z axes: l = cos α = a₁/|a|, m = cos β = a₂/|a|, n = cos γ = a₃/|a|, and they satisfy l² + m² + n² = 1. This component representation transforms geometric problems into algebraic computations, a technique heavily tested in CBSE board examinations for vector algebra class 12.
- Equal vectors: same magnitude and direction; a = b if |a| = |b| and directions coincide
- Negative vector: −a has magnitude |a| but opposite direction
- Collinear vectors: a = λb for scalar λ; three points A, B, C collinear if AB = μ AC
- Component form: a = a₁i + a₂j + a₃k where i, j, k are unit vectors along coordinate axes
- Magnitude from components: |a| = √(a₁² + a₂² + a₃²)
- Vector between two points: AB = (x₂ − x₁)i + (y₂ − y₁)j + (z₂ − z₁)k
- Direction cosines: l = a₁/|a|, m = a₂/|a|, n = a₃/|a| with l² + m² + n² = 1
Vector Addition: Triangle Law, Parallelogram Law, and Properties
Addition of vectors in vector algebra class 12 follows geometric laws codified in NCERT. The Triangle Law states that if two vectors are represented by two sides of a triangle taken in order, their sum (resultant) is represented by the third side taken in reverse order. Algebraically, if a = a₁i + a₂j + a₃k and b = b₁i + b₂j + b₃k, then a + b = (a₁+b₁)i + (a₂+b₂)j + (a₃+b₃)k — simple component-wise addition. The Parallelogram Law says that if two vectors are represented by two adjacent sides of a parallelogram, their sum is the diagonal from the common initial point. Vector addition is commutative (a + b = b + a) and associative ((a + b) + c = a + (b + c)). The zero vector 0 is the additive identity: a + 0 = a. Every vector a has an additive inverse −a such that a + (−a) = 0. Subtraction is defined as adding the negative: a − b = a + (−b). In component form, a − b = (a₁−b₁)i + (a₂−b₂)j + (a₃−b₃)k. These properties make the set of all vectors a vector space, a concept students encounter again in higher mathematics. CBSE board papers routinely test vector addition in both pure form (find a + b given components) and applied contexts (resultant of forces, relative velocity).
- Triangle Law: if vectors a and b form two sides of a triangle in order, a + b is the closing side in reverse
- Parallelogram Law: a + b is the diagonal of parallelogram with adjacent sides a and b
- Component addition: (a₁i + a₂j + a₃k) + (b₁i + b₂j + b₃k) = (a₁+b₁)i + (a₂+b₂)j + (a₃+b₃)k
- Commutative: a + b = b + a
- Associative: (a + b) + c = a + (b + c)
- Additive identity: a + 0 = a
- Additive inverse: a + (−a) = 0
- Subtraction: a − b = a + (−b) with components (a₁−b₁)i + (a₂−b₂)j + (a₃−b₃)k
Scalar Multiplication and Linear Combinations of Vectors
Multiplying a vector by a scalar λ produces a new vector λa with magnitude |λ||a| and direction the same as a if λ > 0, opposite if λ < 0. If λ = 0, the result is the zero vector. In component form, λ(a₁i + a₂j + a₃k) = (λa₁)i + (λa₂)j + (λa₃)k. Scalar multiplication obeys distributive laws: λ(a + b) = λa + λb and (λ + μ)a = λa + μa, and associative law (λμ)a = λ(μa). These properties enable linear combinations: an expression c₁a₁ + c₂a₂ +... + cₙaₙ where cᵢ are scalars. The NCERT vector algebra class 12 syllabus uses linear combinations to express one vector in terms of others and to prove collinearity. Three vectors a, b, c are coplanar if there exist scalars x, y, z (not all zero) such that xa + yb + zc = 0. The section formula is a key application: the position vector of a point dividing the join of points with position vectors a and b in ratio m:n internally is (ma + nb)/(m+n), and externally (ma − nb)/(m−n). CBSE board questions frequently ask students to find position vectors of centroids (dividing medians in 2:1 ratio) or incentres using these formulas.
- Scalar multiplication: λa has magnitude |λ||a|; direction same as a if λ>0, opposite if λ<0
- Component form: λ(a₁i + a₂j + a₃k) = (λa₁)i + (λa₂)j + (λa₃)k
- Distributive: λ(a+b) = λa + λb and (λ+μ)a = λa + μa
- Associative: (λμ)a = λ(μa)
- Linear combination: c₁a + c₂b + c₃c where c₁, c₂, c₃ are scalars
- Coplanarity: a, b, c coplanar ⇔ xa + yb + zc = 0 for some x, y, z not all zero
- Section formula (internal): r = (ma + nb)/(m+n) for ratio m:n
- Section formula (external): r = (ma − nb)/(m−n) for ratio m:n externally
The Dot Product (Scalar Product): Definition, Properties, and Applications
The dot product is one of two fundamental vector multiplication operations in vector algebra class 12. For vectors a and b, the dot product a · b (read 'a dot b') is defined as a · b = |a||b|cos θ, where θ is the angle between the vectors (0 ≤ θ ≤ π). The result is a scalar, hence the alternate name scalar product. In component form, if a = a₁i + a₂j + a₃k and b = b₁i + b₂j + b₃k, then a · b = a₁b₁ + a₂b₂ + a₃b₃ — simply sum the products of corresponding components. Key properties: the dot product is commutative (a · b = b · a), distributive over addition (a · (b + c) = a · b + a · c), and obeys (λa) · b = λ(a · b). The dot product of a vector with itself gives the square of its magnitude: a · a = |a|². Crucially, two non-zero vectors a and b are perpendicular (orthogonal) if and only if a · b = 0. The angle between vectors is found by cos θ = (a · b)/(|a||b|). Geometrically, a · b represents the product of the magnitude of one vector and the projection of the other onto it. CBSE board examinations for vector algebra class 12 frequently feature 4-mark questions asking students to find angles between vectors, prove orthogonality, or compute work done (force · displacement in Physics context).
- Definition: a · b = |a||b|cos θ where θ is the angle between a and b
- Component formula: a · b = a₁b₁ + a₂b₂ + a₃b₃
- Commutative: a · b = b · a
- Distributive: a · (b + c) = a · b + a · c
- Scalar factorisation: (λa) · b = λ(a · b)
- Self dot product: a · a = |a|²
- Orthogonality test: a ⊥ b ⇔ a · b = 0
- Angle between vectors: cos θ = (a · b)/(|a||b|), hence θ = cos⁻¹[(a · b)/(|a||b|)]
- Projection: projection of a on b is (a · b̂) or (a · b)/|b|
Projection of Vectors and Geometric Interpretation of Dot Product
Understanding projection deepens comprehension of the dot product in vector algebra class 12. The projection of vector a onto vector b is the length of the shadow a casts on b when light shines perpendicular to b. Mathematically, projection of a on b = (a · b)/|b|. Using the unit vector b̂ = b/|b|, this becomes a · b̂, which is the component of a in the direction of b. The vector projection (not just the scalar length) is [(a · b)/|b|²]b or (a · b̂)b̂. This has application in physics: work done W = F · d where F is force and d is displacement, meaning W equals the magnitude of force times the component of displacement in the direction of force (or vice versa). In the NCERT textbook, worked examples show how to resolve a vector into components parallel and perpendicular to another vector using projections. For CBSE board examinations, questions may ask for the projection explicitly or embed it in problems about forces on inclined planes or component velocities. The geometric insight that a · b = |a| × (component of b along a) = |b| × (component of a along b) helps solve conceptual questions without brute-force calculation.
- Scalar projection of a on b: (a · b)/|b| — a scalar quantity giving length of projection
- Equivalent form using unit vector: a · b̂ where b̂ = b/|b|
- Vector projection of a on b: [(a · b)/|b|²]b — a vector in the direction of b
- Component resolution: any vector a = component parallel to b + component perpendicular to b
- Physics application: work W = F · d is force magnitude times displacement component along force
- Symmetric interpretation: a · b = |a|(|b|cos θ) = |b|(|a|cos θ)
The Cross Product (Vector Product): Definition, Properties, and Right-Hand Rule
The cross product is the second multiplication operation in vector algebra class 12, yielding a vector (unlike the scalar dot product). For vectors a and b, the cross product a × b (read 'a cross b') is a vector with magnitude |a × b| = |a||b|sin θ (where θ is the angle between a and b, 0 ≤ θ ≤ π) and direction perpendicular to the plane containing a and b, determined by the right-hand rule: curl fingers from a to b through the smaller angle, and the thumb points in the direction of a × b. In component form, if a = a₁i + a₂j + a₃k and b = b₁i + b₂j + b₃k, the cross product is computed using the determinant: a × b = |i j k; a₁ a₂ a₃; b₁ b₂ b₃| = (a₂b₃ − a₃b₂)i − (a₁b₃ − a₃b₁)j + (a₁b₂ − a₂b₁)k. Key properties: the cross product is anti-commutative (a × b = − b × a), distributive over addition (a × (b + c) = a × b + a × c), and (λa) × b = λ(a × b). Note that a × a = 0 (zero vector) and i × i = j × j = k × k = 0, while i × j = k, j × k = i, k × i = j (cyclic), and j × i = −k, k × j = −i, i × k = −j. Two non-zero vectors a and b are parallel if and only if a × b = 0. The magnitude |a × b| equals the area of the parallelogram with adjacent sides a and b, making the cross product essential for area and volume calculations in CBSE vector algebra class 12 problems.
- Definition: a × b is a vector with magnitude |a||b|sin θ, perpendicular to both a and b
- Right-hand rule: fingers curl from a to b, thumb points along a × b
- Component formula (determinant): a × b = |i j k; a₁ a₂ a₃; b₁ b₂ b₃| = (a₂b₃−a₃b₂)i − (a₁b₃−a₃b₁)j + (a₁b₂−a₂b₁)k
- Anti-commutative: a × b = − b × a (order matters!)
- Distributive: a × (b + c) = a × b + a × c
- Scalar factor: (λa) × b = λ(a × b) = a × (λb)
- Self cross product: a × a = 0 (zero vector)
- Unit vector products: i × j = k, j × k = i, k × i = j; j × i = −k, k × j = −i, i × k = −j
- Parallelism test: a ∥ b ⇔ a × b = 0
- Geometric meaning: |a × b| = area of parallelogram with sides a and b
Computing Cross Product Using Determinants and Component Method
The determinant method is the standard technique taught in NCERT vector algebra class 12 for computing cross products. Write a × b as the formal determinant with first row i, j, k, second row components of a (a₁, a₂, a₃), and third row components of b (b₁, b₂, b₃). Expand along the first row: a × b = i|a₂ a₃; b₂ b₃| − j|a₁ a₃; b₁ b₃| + k|a₁ a₂; b₁ b₂|. Evaluating the 2×2 determinants: i(a₂b₃ − a₃b₂) − j(a₁b₃ − a₃b₁) + k(a₁b₂ − a₂b₁). Students must be careful with signs: the j-component carries a negative sign in the expansion. A common error is forgetting this minus, leading to incorrect answers in CBSE board exams. After computing a × b, verify by checking that it is orthogonal to both a and b using the dot product: (a × b) · a = 0 and (a × b) · b = 0 should both hold. The magnitude check |a × b| = |a||b|sin θ provides another verification. For unit vectors i, j, k, memorising the cyclic pattern (i × j = k, j × k = i, k × i = j) and anti-cyclic reversals (j × i = −k, etc.) speeds up calculations. CBSE typically awards 4–6 marks for cross product questions involving area of triangle or parallelogram, or finding a vector perpendicular to two given vectors.
- Determinant setup: a × b = |i j k; a₁ a₂ a₃; b₁ b₂ b₃|
- Expand along first row: i(a₂b₃−a₃b₂) − j(a₁b₃−a₃b₁) + k(a₁b₂−a₂b₁)
- Sign pattern: i has +, j has −, k has + (alternating signs in cofactor expansion)
- Common error: forgetting the minus sign on the j-component
- Verification: (a × b) · a = 0 and (a × b) · b = 0 (orthogonality check)
- Magnitude check: compute |a × b| and verify |a||b|sin θ
- Cyclic rule for unit vectors: i × j = k, j × k = i, k × i = j
- Anti-cyclic: reverse order introduces minus, e.g. j × i = −k
Applications of Cross Product: Area of Triangle and Parallelogram
One of the most frequent applications of the cross product in vector algebra class 12 CBSE examinations is computing areas. The magnitude of the cross product |a × b| gives the area of the parallelogram with adjacent sides represented by vectors a and b. Consequently, the area of the triangle formed by vectors a and b as adjacent sides is (1/2)|a × b|. If three points A, B, C are given, the area of triangle ABC is (1/2)|AB × AC|. This formula is especially powerful for three-dimensional problems where traditional coordinate geometry methods become cumbersome. For a parallelogram ABCD, if AB = a and AD = b, area = |a × b|. Students can also use this to find the perpendicular distance from a point to a line or plane. NCERT exercises include problems where students must find the area of a triangle given vertices in 3D space, requiring computation of two edge vectors, their cross product, and then the magnitude. Typical CBSE board questions award 4 marks for such problems and test both computational accuracy and conceptual understanding of why the cross product magnitude represents area.
- Area of parallelogram with sides a and b: Area = |a × b|
- Area of triangle with sides a and b: Area = (1/2)|a × b|
- Triangle from three points A, B, C: Area = (1/2)|AB × AC| where AB and AC are edge vectors
- Computational steps: (1) find edge vectors, (2) compute cross product, (3) find magnitude, (4) multiply by 1/2 for triangle
- 3D advantage: method works seamlessly in three dimensions without projection
Scalar Triple Product and Its Geometric Significance
The scalar triple product (also called box product or mixed product) of three vectors a, b, c is defined as a · (b × c), resulting in a scalar. In component form, it equals the determinant |a₁ a₂ a₃; b₁ b₂ b₃; c₁ c₂ c₃|. The absolute value |a · (b × c)| represents the volume of the parallelepiped with edges a, b, c. If the scalar triple product is zero, the three vectors are coplanar. The scalar triple product has cyclic symmetry: a · (b × c) = b · (c × a) = c · (a × b) — cycling the vectors does not change the value. However, swapping two vectors introduces a sign change: a · (b × c) = −a · (c × b). This topic appears in NCERT vector algebra class 12 and is tested in CBSE papers, often in 6-mark questions involving volume of tetrahedron (volume = (1/6)|a · (b × c)| where a, b, c are edges from one vertex) or proving coplanarity of four points. Students must be fluent in evaluating 3×3 determinants and interpreting the geometric meaning of the result. Understanding that zero scalar triple product means the vectors span less than three-dimensional space (they lie in a plane) is crucial for theoretical questions.
- Definition: a · (b × c), also written [a b c], is a scalar
- Component formula: determinant |a₁ a₂ a₃; b₁ b₂ b₃; c₁ c₂ c₃|
- Geometric meaning: |a · (b × c)| = volume of parallelepiped with edges a, b, c
- Coplanarity test: a, b, c are coplanar ⇔ a · (b × c) = 0
- Cyclic symmetry: a · (b × c) = b · (c × a) = c · (a × b)
- Anti-symmetry: swapping two vectors changes sign, e.g. a · (c × b) = −a · (b × c)
- Volume of tetrahedron with edges a, b, c from one vertex: V = (1/6)|a · (b × c)|
Important Formulas and Identities for Vector Algebra Class 12
Mastery of vector algebra class 12 requires fluency with a core set of formulas and identities. For magnitudes and unit vectors: |a| = √(a₁² + a₂² + a₃²) and â = a/|a|. For dot product: a · b = a₁b₁ + a₂b₂ + a₃b₃ = |a||b|cos θ, leading to cos θ = (a · b)/(|a||b|). Orthogonality: a ⊥ b ⇔ a · b = 0. For cross product: a × b = |i j k; a₁ a₂ a₃; b₁ b₂ b₃| with |a × b| = |a||b|sin θ. Parallelism: a ∥ b ⇔ a × b = 0. Area of parallelogram = |a × b|, area of triangle = (1/2)|a × b|. Scalar triple product: a · (b × c) = |a₁ a₂ a₃; b₁ b₂ b₃; c₁ c₂ c₃|. Volume of parallelepiped = |a · (b × c)|, volume of tetrahedron = (1/6)|a · (b × c)|. Lagrange's identity: |a × b|² = |a|²|b|² − (a · b)², which relates dot and cross products. These formulas should be committed to memory and practised through NCERT exercises and previous year CBSE board papers. During the board examination, writing the correct formula earns method marks even if computational errors occur, so starting each solution with the relevant formula is strategic.
- Magnitude: |a| = √(a₁² + a₂² + a₃²)
- Unit vector: â = a/|a|
- Dot product (component): a · b = a₁b₁ + a₂b₂ + a₃b₃
- Dot product (geometric): a · b = |a||b|cos θ
- Angle: cos θ = (a · b)/(|a||b|)
- Orthogonality: a · b = 0
- Cross product: a × b = (a₂b₃−a₃b₂)i − (a₁b₃−a₃b₁)j + (a₁b₂−a₂b₁)k
- Magnitude of cross product: |a × b| = |a||b|sin θ
- Parallelism: a × b = 0
- Area (parallelogram): |a × b|; Area (triangle): (1/2)|a × b|
- Scalar triple product: [a b c] = |a₁ a₂ a₃; b₁ b₂ b₃; c₁ c₂ c₃|
- Volume (parallelepiped): |[a b c]|; Volume (tetrahedron): (1/6)|[a b c]|
- Lagrange identity: |a × b|² = |a|²|b|² − (a · b|²
Solving CBSE Board Questions: Strategy and Common Pitfalls
Success in vector algebra class 12 board examinations requires both conceptual clarity and strategic exam technique. CBSE typically allocates 10–14 marks to this chapter (combined with Three Dimensional Geometry), distributed across 1-mark MCQs, 2-mark short answers, and 4–6 mark long answers. For 1-mark questions, focus on quick formula recall: orthogonality/parallelism conditions, unit vector in direction of a given vector, angle between standard unit vectors. For 2-mark questions, expect straightforward calculations: magnitude, dot product, or verifying if two vectors are perpendicular. The 4-mark questions test cross product computation, area of triangle/parallelogram, or finding a vector perpendicular to two given vectors. The 6-mark questions often combine concepts: prove four points coplanar using scalar triple product, find volume of tetrahedron, or derive a vector identity. Common pitfalls include sign errors in cross product (especially the j-component), forgetting to take (1/2) for triangle area, confusing dot and cross product definitions, and algebraic mistakes in determinant expansion. Time management is critical: spend no more than 1 minute on MCQs, 3–4 minutes on 2-mark questions, 6–8 minutes on 4-mark, and 10–12 minutes on 6-mark questions. Always write the formula first, show intermediate steps for partial credit, and verify your final answer when possible (e.g. check orthogonality for cross product). Practising 10–15 previous year CBSE papers builds speed and exposes you to recurring question patterns.
- Mark distribution: typically 10–14 marks for Vector Algebra + Three Dimensional Geometry combined
- 1-mark MCQs: formula-based (orthogonality test, unit vector formula, i × j =?)
- 2-mark: magnitude, dot product, angle between vectors, verifying perpendicularity
- 4-mark: cross product, area of parallelogram/triangle, vector perpendicular to two given vectors
- 6-mark: scalar triple product, volume, coplanarity, multi-step derivations
- Common errors: sign mistake in j-component of cross product, omitting (1/2) for triangle area, swapping dot and cross formulas
- Time strategy: 1 min for MCQ, 3–4 min for 2-mark, 6–8 min for 4-mark, 10–12 min for 6-mark
- Exam technique: write formula first, show steps clearly, verify final answer
- Practice: solve NCERT exercises + exemplar + last 10 years CBSE board papers
How CBSETUTOR.ai Helps Master Vector Algebra Class 12
Vector algebra class 12 is abstract and requires both symbolic manipulation and geometric visualisation — a combination that challenges many students. CBSETUTOR.ai offers a 24×7 AI tutor that has ingested the complete NCERT Class 12 Mathematics textbook, including every worked example, exercise, and miscellaneous problem from Chapter 10 on Vector Algebra. When you upload a photo of any question — whether from NCERT, your school worksheet, or a previous year board paper — the AI identifies the concept (dot product, cross product, scalar triple product, area, volume) and provides a step-by-step solution aligned with CBSE marking schemes. Crucially, the AI does not just give the answer; it explains the reasoning: why we use the cross product for area, how the right-hand rule determines direction, why the determinant method works. For students struggling with determinant expansion or sign errors, the AI breaks down each cofactor expansion line by line. For conceptual doubts like 'Why is a · a = |a|²?' or 'What does it mean geometrically when a × b = 0?', the AI provides intuitive explanations with diagrams. Parents report that the on-demand availability removes the anxiety of waiting for a tutor or upcoming doubt-clearing session. At a flat ₹999 per month covering Classes 6–12 all subjects, CBSETUTOR.ai costs less than a single hour with a private tutor yet is available around the clock. The 3-day free trial requires no credit card, allowing students to test the AI with their toughest vector algebra class 12 problems risk-free before committing.
- 24×7 access: get help at 11 pm while revising for a morning test, no scheduling needed
- NCERT-grounded: AI has ingested NCERT Class 12 Maths Chapter 10 in full, uses exact terminology and methods
- Photo upload: snap any worksheet, board paper question, or textbook problem — AI reads and solves
- Step-by-step solutions: detailed workings for cross product determinants, dot product angle calculations, scalar triple products
- Concept explanations: not just 'how to solve' but 'why this method' and 'what does it mean geometrically'
- Error diagnosis: AI identifies common mistakes (sign errors, formula mix-ups) and corrects them
- Flat ₹999/month for Classes 6–12, all subjects — one price, no hidden charges
- 3-day free trial, no credit card required: test with your toughest vector problems before subscribing