Vectors — Zero to NEET Level | Physics Masterclass
📐 Class 11 Physics · NCERT Complete · NEET/JEE Oriented

Vectors — Zero to NEET Level

A complete, visual, exam-oriented masterclass for beginners and NEET aspirants

📚NCERT Mapping — Where Vectors Appear

💡 If you know WHERE vectors appear across NCERT, you'll never be caught off guard in NEET. Every concept connects back to this map. Start here — it gives you the big picture.

Class 11 Physics NCERT

📖
Chapter 4 — Motion in a Plane PRIMARY · Most Important The main chapter. Introduces scalars & vectors, vector addition & subtraction, components, unit vectors î ĵ k̂, position vectors, displacement, velocity & acceleration as vectors. Also covers projectile motion and circular motion — both entirely vector-based. Nearly 30–40% of NEET vector questions come from this chapter alone.
📖
Chapter 5 — Laws of Motion Force Resolution Force is a vector. Net force = vector sum. Free body diagrams use vector arrows. Forces on inclined planes are resolved into components (mg sinθ along incline, mg cosθ normal). Friction and normal forces as vectors. Lami's theorem for 3-force equilibrium.
📖
Chapter 6 — Work, Energy, Power Dot Product Work W = F⃗·d⃗ = Fd cosθ introduces the dot (scalar) product. Direction of force relative to displacement determines work — this is why centripetal force does zero work (force ⊥ displacement). Power P = F⃗·v⃗ also uses dot product.
📖
Chapter 7 — Systems of Particles & Rotational Motion Cross Product Torque τ⃗ = r⃗ × F⃗ and angular momentum L⃗ = r⃗ × p⃗ introduce the cross (vector) product. Direction determined by right-hand rule. This is where vector products become physically essential.

Class 12 Physics NCERT

Ch 1 — Electric Charges & Fields

Electric field E⃗ is a vector. Force F⃗ = qE⃗. Superposition of fields uses vector addition. Direction matters — field points away from +q, toward -q.

🧲
Ch 4 — Moving Charges & Magnetism

Magnetic force F⃗ = q(v⃗ × B⃗) — the most common cross-product application in NEET! Direction by right-hand rule. Force ⊥ velocity → circular motion.

🔮
Ch 5 — Magnetism & Matter

Magnetic dipole moment m⃗ is a vector. Torque τ⃗ = m⃗ × B⃗. Potential energy U = -m⃗·B⃗ uses dot product.

🌊
Ch 8 — Electromagnetic Waves

E⃗ and B⃗ fields are mutually perpendicular vectors, both perpendicular to the direction of propagation. Vector nature essential here.

Class 12 Maths NCERT

Chapter 10 — Vector Algebra

Formal mathematical backbone for all vector operations used in physics. Covers position vectors, magnitude, direction cosines, unit vectors, dot product, cross product, scalar triple product, and vector triple product.

Dot ProductCross ProductUnit VectorsPosition VectorsTriple Products

🧠Concept Building — From Zero Level

💪 Don't worry if you're starting from scratch. Think of vectors like giving directions — you need BOTH a distance AND a direction. Once you see it that way, everything clicks.

1. Scalar vs Vector — The Most Basic Idea

Scalar Quantity

Only has magnitude (a number + unit). No direction needed.

Mass: 5 kg ✓
Temperature: 30°C ✓
Speed: 60 km/h ✓
Distance: 100 m ✓
Just a number + unit

Vector Quantity

Has magnitude AND direction. Both are essential.

Displacement: 10 m East ✓
Velocity: 60 km/h North ✓
Force: 20 N upward ✓
Acceleration: 9.8 m/s² down ✓
Number + unit + direction
🔑 Quick Test: "Walk 5 km" — you'd ask "Which way?" → It's a VECTOR. "It weighs 5 kg" — no direction needed → It's a SCALAR.

2. Representation of Vectors

A vector is drawn as an arrow. The arrow tells you everything:

1
Length of arrow = magnitude of the vector (longer arrow = bigger magnitude)
2
Direction arrow points = direction of the vector
3
Written as A⃗ (with arrow on top). Magnitude = |A⃗| or simply A
A (tail) B (head) ←——— magnitude (length of arrow) ———→ Vector AB⃗ (from tail A to head B)

3. Types of Vectors

Equal Vectors

Same magnitude AND same direction. Position doesn't matter — they can be anywhere.

Negative Vector

Same magnitude, OPPOSITE direction. -A⃗ is antiparallel to A⃗.

Unit Vector

Magnitude = exactly 1. Used to show direction only. â = A⃗/|A⃗|

Zero Vector

Magnitude = 0. Result of A⃗ + (−A⃗). No specific direction.

Position Vector

Points from origin O to point P. Written as r⃗ or OP⃗.

Collinear Vectors

Two or more vectors along the same line — parallel or antiparallel.

4. Resolution of Vectors ⭐ Very Important for NEET!

Core idea: Any vector can be split into two perpendicular components — x (horizontal) and y (vertical). This makes any direction problem solvable.

📍Real-life: You push a box with 10 N at 30° to ground. Force actually moving box forward = 10 cos30° = 8.66 N. Force pressing into ground = 10 sin30° = 5 N.
Ax = A cosθ    (horizontal component, along x-axis)
Ay = A sinθ    (vertical component, along y-axis)

|A⃗| = √(Ax² + Ay²)    (reverse: find magnitude from components)
θ = tan⁻¹(Ay / Ax)    (find angle from components)
θ A⃗ Ax = A cosθ Ay = A sinθ x y

5. Vector Addition — Triangle Law

Rule: Place tail of B⃗ at head of A⃗. The resultant R⃗ goes from tail of A⃗ to head of B⃗ (closing the triangle).

🚶Example: Walk 3 m East, then 4 m North. Your total displacement = 5 m at 53° NE. This is the famous 3-4-5 Pythagorean triplet!
A⃗ (3 m East) B⃗ (4 m N) R⃗ = 5 m 53°
R⃗ = A⃗ + B⃗    (Triangle Law: head-to-tail method)

6. Parallelogram Law of Vector Addition

Rule: If two vectors act from the SAME point, complete the parallelogram. The diagonal from that point = resultant.

A⃗ B⃗ R⃗ (resultant) θ
R = √(A² + B² + 2AB cosθ)

tan α = B sinθ / (A + B cosθ)   (direction of R from A⃗)

7. Dot Product (Scalar Product)

The dot product of two vectors gives a scalar (just a number, no direction).

A⃗ · B⃗ = AB cosθ
A⃗ · B⃗ = AxBx + AyBy + AzBz (component form)

Same direction (θ=0°):
A⃗·B⃗ = AB (maximum)

Perpendicular (θ=90°):
A⃗·B⃗ = 0 (zero)

8. Cross Product (Vector Product)

The cross product gives a vector perpendicular to both original vectors.

|A⃗ × B⃗| = AB sinθ

î×ĵ = k̂   ĵ×k̂ = î   k̂×î = ĵ   (cyclic rule)
î×î = ĵ×ĵ = k̂×k̂ = 0   (parallel vectors = 0)
⚠️ Cross product is NOT commutative: A⃗×B⃗ = −(B⃗×A⃗). Reversing order flips the direction!

📐Visual Learning — Interactive Diagrams

Interactive Vector Resultant Calculator

60
40
60°

Component Breakdown

30°

Special Angle Cases — Memorize These!

A + B

θ = 0° (same direction)

R_max = A + B
√(A²+B²)

θ = 90° (perpendicular)

R = √(A² + B²)
|A − B|

θ = 180° (opposite)

R_min = |A − B|

Resultant Range — Always True

|A − B| ≤ R ≤ A + B

The resultant of any two vectors ALWAYS lies between these bounds. This is extremely useful for eliminating wrong options in NEET MCQs!

📋Complete Formula Sheet

⭐⭐⭐ = Must memorize. Appears in almost every NEET paper. ⭐⭐ = Important. ⭐ = Good to know.

Basic Vector Formulas

FormulaWhat it meansNEET Priority
R = √(A² + B² + 2AB cosθ)Resultant magnitude — parallelogram law⭐⭐⭐
tan α = B sinθ / (A + B cosθ)Direction of resultant from vector A⭐⭐⭐
â = A⃗ / |A⃗|Unit vector along direction of A⃗⭐⭐⭐
|A⃗| = √(Ax² + Ay² + Az²)Magnitude from 3D components⭐⭐⭐
Ax = A cosθ, Ay = A sinθRectangular component resolution⭐⭐⭐
θ = tan⁻¹(Ay / Ax)Angle of vector with x-axis⭐⭐
|A−B| ≤ R ≤ A+BRange of resultant magnitude⭐⭐⭐

Dot Product (Scalar Product)

FormulaWhat it meansNEET Priority
A⃗·B⃗ = AB cosθDot product gives a scalar (number only)⭐⭐⭐
A⃗·B⃗ = AxBx + AyBy + AzBzDot product in component form⭐⭐⭐
î·î = ĵ·ĵ = k̂·k̂ = 1Unit vectors dot with themselves = 1⭐⭐
î·ĵ = ĵ·k̂ = k̂·î = 0Perpendicular unit vectors dot = 0⭐⭐
W = F⃗·d⃗ = Fd cosθWork done (most common application)⭐⭐⭐
P = F⃗·v⃗Power as dot product⭐⭐

Cross Product (Vector Product)

FormulaWhat it meansNEET Priority
|A⃗×B⃗| = AB sinθMagnitude of cross product⭐⭐⭐
î×ĵ = k̂, ĵ×k̂ = î, k̂×î = ĵCyclic cross products of unit vectors⭐⭐⭐
î×î = ĵ×ĵ = k̂×k̂ = 0Parallel vectors — cross product = 0⭐⭐⭐
A⃗×B⃗ = −(B⃗×A⃗)Anti-commutative property⭐⭐
τ⃗ = r⃗×F⃗Torque — most common application⭐⭐⭐
L⃗ = r⃗×p⃗Angular momentum⭐⭐⭐
F⃗ = q(v⃗×B⃗)Magnetic Lorentz force⭐⭐⭐

Special Cases — High Frequency in NEET

θ = 0° → R = A + B (Maximum)
θ = 180° → R = |A − B| (Minimum)
θ = 90° → R = √(A² + B²)
R = A = B → θ = 120°

🔗NCERT Applications of Vectors

1. Motion in a Plane (Class 11, Ch 4)

Projectile Motion: Initial velocity u at angle θ splits into ux = u cosθ (horizontal — constant) and uy = u sinθ (vertical — affected by gravity). Horizontal and vertical are treated completely independently.
Circular Motion: Velocity is tangential (always perpendicular to radius). Centripetal acceleration points toward center. Both are vectors with changing directions.
Range R = u² sin2θ / g    Max height H = u² sin²θ / 2g
Time of flight T = 2u sinθ / g

2. Laws of Motion — Force Resolution (Class 11, Ch 5)

Force is a vector. Net force = vector sum. The direction of net force determines the direction of acceleration (Newton's 2nd Law).

Inclined plane: Weight mg resolved into mg sinθ (along incline, causing sliding) and mg cosθ (perpendicular to incline, balanced by normal force).
Equilibrium: ΣFx = 0 AND ΣFy = 0 simultaneously. Both conditions must hold — this is why you need vector components.
ΣF⃗ = 0 → Equilibrium     F⃗_net = ma⃗ (Newton's 2nd Law)

3. Work, Energy, Power (Class 11, Ch 6)

Work = dot product of Force and displacement. The angle between them is crucial!

W = F⃗·d⃗ = Fd cosθ
θ = 0°: W = Fd (maximum — force and displacement in same direction)
θ = 90°: W = 0 (force ⊥ displacement — centripetal force does NO work!)
θ = 180°: W = −Fd (negative work — friction opposing motion)

4. Electrostatics (Class 12, Ch 1–2)

Electric field E⃗ is a vector. Superposition of multiple charge fields uses vector addition.

F⃗ = qE⃗     E⃗ = kq/r² r̂     W = q(V₁−V₂)
Key approach: Always resolve E⃗ fields from individual charges into x and y components, then add components. Never add magnitudes directly unless they're in the same direction.

5. Magnetic Force (Class 12, Ch 4) — Most Important Cross Product!

F⃗ = q(v⃗ × B⃗)     |F| = qvB sinθ
v⃗ ∥ B⃗ (θ=0°): sin0° = 0, so F = 0. Particle continues in straight line unaffected.
v⃗ ⊥ B⃗ (θ=90°): sin90° = 1, F = qvB (maximum). Force always ⊥ velocity → circular motion.
Direction: Right-hand rule. Point fingers along v⃗, curl toward B⃗ — thumb points in direction of F⃗ (for positive charge).

🎯Problem Solving Strategy

📌 Follow these steps for EVERY vector problem. Students who follow a system consistently score 90%+ on vector questions.

Universal 5-Step Method

1
Read & Draw: Identify all vectors given. Draw a rough figure immediately — even in MCQ questions. A 15-second sketch saves wrong answers worth 4 marks.
2
Set coordinate system: Choose x-axis along one vector (usually horizontal) or along a convenient direction. Mark all angles clearly from your chosen x-axis.
3
Resolve components: Break EVERY vector: Ax = A cosθ (x), Ay = A sinθ (y). Be careful with signs — components pointing left/down are negative.
4
Add components separately: Rx = ΣAx (sum of all x-components). Ry = ΣAy (sum of all y-components). Never mix x and y components.
5
Find resultant: R = √(Rx² + Ry²). Direction: θ = tan⁻¹(|Ry|/|Rx|). Then determine which quadrant you're in. Always verify your answer makes physical sense!

Common Mistakes to Avoid

Adding magnitudes directly: A + B ≠ resultant unless θ = 0°. Always use R = √(A²+B²+2ABcosθ). This is the #1 mistake costing students marks.
Wrong angle reference: The formula uses angle θ measured from x-axis for components. Be clear which axis you're measuring from before using cosθ or sinθ.
Ignoring direction for vectors: Writing only magnitude. A vector ALWAYS needs direction. "The displacement is 10 m" is incomplete — "10 m North-East" is correct.
Cross product direction error: A⃗×B⃗ ≠ B⃗×A⃗. The cross product is anti-commutative — reversing order flips the sign (and direction).
Confusing dot and cross: Dot product → scalar (number, no direction). Cross product → vector (has direction). Don't mix formulas.
Wrong quadrant: tan⁻¹ always gives angle between -90° and +90°. Check your Rx and Ry signs to determine the correct quadrant, then adjust accordingly.

Smart Tips

For 3 forces in equilibrium: use Lami's Theorem — F₁/sin α₁ = F₂/sin α₂ = F₃/sin α₃, where each angle is opposite to the respective force.
To check if vectors are perpendicular: A⃗·B⃗ = 0. To check if parallel: A⃗×B⃗ = 0⃗ (or Ax/Bx = Ay/By = Az/Bz).
Look for Pythagorean triplets (3-4-5, 5-12-13, 8-15-17) in perpendicular vector problems. They give exact answers without messy calculations.
For unit vector: factor out the magnitude first, then divide each component. Don't calculate each component divided by magnitude separately — it's error-prone.

✏️Practice Questions — 50 Numericals

💡Click "Show Answer" to reveal the solution. Try to solve each problem yourself first!

💡Tricks, Shortcuts & Memory Aids

Cross Product Cyclic Order Trick

The î → ĵ → k̂ → î Cycle

î → ĵ → k̂ → î (going forward = positive result)
ĵ → î = negative → ĵ×î = −k̂

Going clockwise in the cycle: positive result. Going counter-clockwise: negative result. Draw the cycle as a circle and check which direction you're moving.

Special Angle Table — Memorize!

θcosθsinθtanθR when A = B
1002A (maximum)
30°√3/2 ≈ 0.8661/2 = 0.51/√3 ≈ 0.577A√(2+√3) ≈ 1.93A
45°1/√2 ≈ 0.7071/√2 ≈ 0.7071A√2 ≈ 1.414A
60°1/2 = 0.5√3/2 ≈ 0.866√3 ≈ 1.732A√3 ≈ 1.732A
90°01A√2 ≈ 1.414A
120°−1/2√3/2−√3A (equal to each vector!)
180°−1000 (minimum)

Resultant vs Angle — Visual Graph

As θ increases from 0° to 180°, R decreases smoothly from (A+B) to |A−B|. The graph is a smooth curve — not linear!

Pythagorean Triplets — Instant Answers

When two forces are perpendicular (θ=90°) and match a triplet pattern, the resultant is immediate — no calculator needed!

3 – 4 – 5 5 – 12 – 13 8 – 15 – 17 7 – 24 – 25 6 – 8 – 10 9 – 40 – 41 20 – 21 – 29

See forces of 5 N and 12 N at 90°? Resultant = 13 N instantly!

High-Frequency NEET Tricks

R = A = B → θ = 120°

If all three (two vectors and resultant) are equal in magnitude, the angle between the two vectors is exactly 120°. Classic NEET pattern!

|A+B| = |A−B| → θ = 90°

If the magnitude of sum equals the magnitude of difference, the two vectors are perpendicular. Instant answer!

Perpendicular check

A⃗·B⃗ = 0 ↔ perpendicular. Much faster than calculating the angle using the formula.

Parallel check

A⃗×B⃗ = 0⃗ ↔ parallel. Or check if Ax/Bx = Ay/By = Az/Bz (same ratio of components).

Area of parallelogram

Area = |A⃗×B⃗| = AB sinθ. Area of triangle formed by two vectors = ½|A⃗×B⃗|.

Resultant perpendicular to A

If R ⊥ A, then R·A = 0. Use this condition to find the unknown angle or magnitude quickly.

Encouragement for NEET Aspirants

You've got this! 💪

Vectors feel overwhelming at first, but notice — every single concept is just asking "which direction is this pointing?" Once you start automatically drawing arrows for every problem, vectors become your strongest topic. The students who score 360 in NEET didn't have more brains — they had more practice and cleaner systems. Follow the 5-step method consistently, and vector problems will feel like simple arithmetic within two weeks. Start with Level 1 questions today, master all 15, then move up. Trust the process!

Share this:

Like this:

Like Loading…

Discover more from eduPhysics

Subscribe now to keep reading and get access to the full archive.

Continue reading

Discover more from eduPhysics

Subscribe now to keep reading and get access to the full archive.

Continue reading