Skip to content

Chapter 3: Vectors

Beta Version: Some equations may not render correctly (try Chrome/Firefox, clear cache, or refresh). Solutions, videos, and animations coming soon!

Vectors are the cornerstone of physics, providing a mathematical framework to describe quantities with both magnitude and direction, such as displacement, velocity, acceleration, and force. Unlike scalars, which only have magnitude (e.g., speed, mass), vectors are essential for solving problems in kinematics, dynamics, electromagnetism, and beyond. For JEE Main, JEE Advanced, and NEET students, mastering vectors is critical, as they appear in questions on resultant forces, projectile motion, work-energy principles, and torque calculations. Without a solid understanding of vectors, students may find it challenging to tackle these topics effectively. This chapter offers a comprehensive exploration of vectors, covering representation and properties, addition and subtraction, components and unit vectors in 2D and 3D, vector algebra, dot and cross products, and applications in physics, ensuring a deep conceptual understanding through detailed explanations, extensive derivations, numerous solved examples, and exam-focused strategies tailored for competitive exams.

3.1 Vector Representation, Properties, and Types

A vector is a quantity with both magnitude and direction, distinguishing it from a scalar, which has only magnitude. In physics, vectors are used to represent physical quantities like displacement (e.g., 10m east), velocity (e.g., 20m/s at 30 north of east), and force (e.g., 50N downward). Vectors are typically represented as arrows: the length of the arrow indicates the magnitude, and the arrowhead points in the direction. Mathematically, vectors are denoted with an arrow (e.g., A) or in boldface (e.g., A), while their magnitude is written as |A| or simply A.

Properties of Vectors

  • Equality: Two vectors A and B are equal if they have the same magnitude and direction, regardless of their starting points (e.g., |A|=|B| and same orientation).
  • Negative Vector: The negative of a vector, A, has the same magnitude but opposite direction (e.g., if A points east, A points west).
  • Zero Vector: A vector with zero magnitude, 0, has no direction and represents a null effect (e.g., zero displacement).
  • Parallel and Perpendicular Vectors: Vectors are parallel if they have the same or opposite directions; they are perpendicular if the angle between them is 90.

Types of Vectors

  • Position Vector: Describes the position of a point relative to an origin, e.g., r=xi^+yj^ in 2D.
  • Displacement Vector: Represents the change in position, Δr=rfri.
  • Unit Vector: A vector with magnitude 1, used to indicate direction (e.g., i^, j^ along x- and y-axes).

JEE/NEET problems often involve identifying vector properties or types, such as determining if two vectors are equal or finding the displacement between two points. Fundamentals of Physics emphasizes vectors as essential tools for representing physical quantities accurately.

Derivation: Magnitude of a Vector in 2D
Consider a vector A in a 2D plane with components Ax along the x-axis and Ay along the y-axis. The magnitude |A| is the length of the vector, calculated using the Pythagorean theorem:

|A|=Ax2+Ay2

The direction θ relative to the x-axis is given by:

θ=tan1(AyAx)

This angle must be adjusted based on the quadrant (e.g., if Ax<0, add 180 to θ).

Derivation: Position Vector in 2D
The position vector r of a point (x,y) relative to the origin (0,0) is:

r=xi^+yj^

The magnitude of the position vector (distance from the origin) is:

|r|=x2+y2

Solved Example: A JEE Main problem involves a vector A with components Ax=6 and Ay=8. Calculate its magnitude and direction.

  • Solution:
    Magnitude:|A|=Ax2+Ay2=62+82=36+64=100=10Direction:θ=tan1(AyAx)=tan1(86)=tan1(43)53.13The magnitude is 10 units, and the direction is approximately 53 above the x-axis (2 significant figures, April 14, 2025).
    • JEE Tip: Ensure components are squared before adding; adjust θ for the correct quadrant. Common error: Adding components directly.

Solved Example: A NEET problem asks for the position vector of a point at (3,4) relative to the origin.

  • Solution:
    Position vector: r=xi^+yj^. Given x=3, y=4:r=3i^4j^Magnitude:|r|=32+(4)2=9+16=25=5
    • NEET Tip: Negative components indicate direction (here, fourth quadrant). Common error: Ignoring signs.

Solved Example: A JEE Advanced problem involves two vectors A and B with equal magnitudes of 7 units but opposite directions. If A points north, describe B.

  • Solution:
    Opposite direction means B=A. Given |A|=7 and A points north, B has magnitude 7 and points south.
    • JEE Tip: Negative vectors reverse direction, not magnitude. Common error: Changing the magnitude.

Solved Example: A JEE Main problem asks if vectors A=2i^+3j^ and B=2i^+3j^ starting at different points are equal.

  • Solution:
    Vectors are equal if they have the same magnitude and direction. For A and B, components are identical (Ax=Bx=2, Ay=By=3). Starting points don’t affect equality, so A=B.
    • JEE Tip: Vector equality depends only on components, not position. Common error: Assuming position matters.

Solved Example: A NEET problem involves a displacement vector from point (1,2) to (5,7). Find the displacement vector.

  • Solution:
    Displacement: Δr=rfri. Initial: ri=1i^+2j^, final: rf=5i^+7j^.Δr=(5i^+7j^)(1i^+2j^)=(51)i^+(72)j^=4i^+5j^
    • NEET Tip: Displacement is final position minus initial position. Common error: Reversing the order.

Application: Vectors describe displacement in navigation (e.g., GPS tracking a ship’s movement), velocity in meteorology (e.g., wind speed and direction), and forces in structural engineering (e.g., bridge supports).

3.2 Vector Addition and Subtraction

Vectors are added or subtracted to find a resultant vector, representing the net effect. Addition can be done graphically (head-to-tail or parallelogram method) or analytically (component method). For vectors A and B, the resultant is R=A+B. Subtraction is AB=A+(B), where B has the same magnitude as B but opposite direction. The component method is most precise: Rx=Ax+Bx, Ry=Ay+By. JEE/NEET problems often involve calculating resultants in motion or force problems. University Physics stresses the component method for accuracy in multi-vector problems.

Graphical Methods

  • Head-to-Tail Method: Place the tail of B at the head of A; the resultant R is from the tail of A to the head of B.
  • Parallelogram Method: Draw A and B from a common origin, form a parallelogram, and the diagonal is R.

Analytical Method (Component Addition)

Resolve vectors into components, add them, and find the resultant’s magnitude and direction.

Derivation: Resultant Magnitude and Direction
For R=A+B, components are Rx=Ax+Bx, Ry=Ay+By. The magnitude of the resultant is:

|R|=Rx2+Ry2

The direction θ relative to the x-axis:

θ=tan1(RyRx)

Adjust θ based on the quadrant of Rx and Ry.

Derivation: Vector Subtraction Using Components
For AB, first find B: if B=Bxi^+Byj^, then B=Bxi^Byj^. Then:

AB=A+(B)=(AxBx)i^+(AyBy)j^

Solved Example: A JEE Main problem involves vectors A (Ax=4, Ay=3) and B (Bx=2, By=5). Find the resultant R.

  • Solution:
    Components: Rx=Ax+Bx=4+2=6, Ry=Ay+By=3+(5)=2. Magnitude:|R|=Rx2+Ry2=62+(2)2=36+4=406.32Direction: θ=tan1(26)18.43 (below x-axis).
    • JEE Tip: Add components separately; check quadrants for direction. Common error: Incorrect signs in components.

Solved Example: A NEET problem asks for AB with A (Ax=7, Ay=1) and B (Bx=3, By=4).

  • Solution:
    AB=A+(B). Components of B: Bx=3, By=4. Resultant: Rx=7+(3)=4, Ry=1+(4)=3.R=4i^3j^Magnitude: |R|=42+(3)2=25=5.
    • NEET Tip: Subtraction means adding the negative vector. Common error: Subtracting magnitudes directly.

Solved Example: A JEE Advanced problem involves a vector A of magnitude 12 at 30 to the x-axis and B of magnitude 5 at 90. Find the resultant magnitude.

  • Solution:
    Components: A: Ax=12cos30=123210.39, Ay=12sin30=1212=6. B: Bx=5cos90=0, By=5sin90=5. Resultant: Rx=10.39, Ry=6+5=11.|R|=(10.39)2+112=107.95+121=228.9515.13
    • JEE Tip: Resolve vectors into components using trigonometry. Common error: Using incorrect angles.

Solved Example: A JEE Main problem involves a boat moving with velocity v1=8i^+6j^ and a river current v2=2i^. Find the resultant velocity.

  • Solution:
    Resultant: vr=v1+v2. Components: vrx=8+(2)=6, vry=6.|vr|=62+62=728.49m/sDirection: θ=tan1(66)=45 (first quadrant).
    • JEE Tip: Add velocity vectors component-wise. Common error: Adding magnitudes directly.

Solved Example: A NEET problem involves two forces F1=3i^+4j^ and F2=1i^+2j^. Find the magnitude of their resultant.

  • Solution:
    Resultant: Fr=F1+F2. Components: Frx=3+(1)=2, Fry=4+2=6.|Fr|=22+62=4+36=406.32N
    • NEET Tip: Use components for resultant forces. Common error: Forgetting to add components.

Application: Vector addition calculates resultant forces in engineering (e.g., bridge design), resultant velocities in navigation (e.g., airplane flight paths with wind), and net displacement in GPS tracking.

3.3 Components, Unit Vectors, and 3D Vectors

Vectors can be broken into components along coordinate axes, simplifying calculations. In 2D, a vector A is A=Axi^+Ayj^, where i^ and j^ are unit vectors (magnitude 1) along the x- and y-axes. Components are Ax=Acosθ, Ay=Asinθ, where θ is the angle with the x-axis. In 3D, A=Axi^+Ayj^+Azk^, with magnitude |A|=Ax2+Ay2+Az2. JEE/NEET problems often involve resolving vectors into components or extending to 3D for problems like projectile motion. HC Verma emphasizes unit vectors for simplifying vector operations.

Unit Vectors

A unit vector has magnitude 1 and specifies direction. For any vector A, the unit vector in its direction is A^=A|A|. Standard unit vectors are i^, j^, k^ along the x-, y-, and z-axes.

Derivation: Vector in Terms of Unit Vectors (2D)
A vector A with magnitude A at angle θ to the x-axis has components:

Ax=Acosθ,Ay=Asinθ

Thus:

A=(Acosθ)i^+(Asinθ)j^

Derivation: Magnitude of a Vector in 3D
For A=Axi^+Ayj^+Azk^, the magnitude is:

|A|=Ax2+Ay2+Az2

Solved Example: A JEE Main problem involves a vector A of magnitude 10 at 45 to the x-axis. Find its components.

  • Solution:
    Ax=Acosθ, Ay=Asinθ. Given A=10, θ=45:Ax=10cos45=10227.07,Ay=10sin45=10227.07So, A7.07i^+7.07j^ (2 significant figures).
    • JEE Tip: Use exact trigonometric values when possible. Common error: Incorrect angle conversion.

Solved Example: A NEET problem asks for the unit vector of A=5i^+12j^.

  • Solution:
    Unit vector: A^=A|A|. Magnitude:|A|=52+122=25+144=169=13Unit vector: A^=5i^+12j^13=513i^+1213j^0.385i^+0.923j^.
    • NEET Tip: Divide the vector by its magnitude to normalize. Common error: Forgetting to normalize.

Solved Example: A JEE Advanced problem involves a 3D vector A=2i^3j^+6k^. Find its magnitude.

  • Solution:
    Magnitude:|A|=Ax2+Ay2+Az2=22+(3)2+62=4+9+36=49=7
    • JEE Tip: Include all components in 3D magnitude calculations. Common error: Omitting the z-component.

Solved Example: A JEE Main problem involves a vector A of magnitude 15 at 60 to the x-axis in the xy-plane. Express it in unit vector form.

  • Solution:
    Components: Ax=15cos60=1512=7.5, Ay=15sin60=153212.99.A7.5i^+12.99j^
    • JEE Tip: Use unit vectors to express the vector. Common error: Forgetting to resolve into components.

Solved Example: A NEET problem involves a 3D vector B=1i^+1j^+1k^. Find its unit vector.

  • Solution:
    Magnitude: |B|=12+12+12=31.732. Unit vector:B^=B|B|=1i^+1j^+1k^30.577i^+0.577j^+0.577k^
    • NEET Tip: Normalize 3D vectors by dividing by the magnitude. Common error: Forgetting the z-component.

Application: Components simplify force analysis in mechanics (e.g., inclined planes), velocity in 3D motion (e.g., projectile motion), and magnetic fields in electromagnetism (e.g., Lorentz force).

3.4 Vector Algebra and Properties

Vectors follow specific algebraic rules, including scalar multiplication, commutative and associative properties of addition, and distributive properties. Scalar multiplication scales a vector: kA has magnitude |k|A and direction same as A (if k>0) or opposite (if k<0). These properties are crucial for solving JEE/NEET problems involving multiple vectors, such as forces or velocities. Fundamentals of Physics highlights these properties for vector manipulations.

Vector Algebra Rules

  • Commutative Property: A+B=B+A.
  • Associative Property: (A+B)+C=A+(B+C).
  • Distributive Property: k(A+B)=kA+kB, where k is a scalar.
  • Zero Vector: A+0=A.

Derivation: Scalar Multiplication Effect on Magnitude
For a vector A, scalar multiplication by k gives kA. If A=Axi^+Ayj^, then kA=kAxi^+kAyj^. Magnitude:

|kA|=(kAx)2+(kAy)2=k2(Ax2+Ay2)=|k|Ax2+Ay2=|k||A|

Solved Example: A JEE Main problem involves a vector A=3i^+4j^. Find 2A and its magnitude.

  • Solution:
    2A=2(3i^+4j^)=6i^+8j^. Magnitude:|2A|=62+82=36+64=100=10Alternatively, |2A|=|2||A|, where |A|=32+42=5, so |2A|=2×5=10.
    • JEE Tip: Scalar multiplication scales components; magnitude scales by |k|. Common error: Forgetting to scale both components.

Solved Example: A NEET problem asks if A+B=B+A for A=1i^, B=2j^.

  • Solution:
    A+B=1i^+2j^, B+A=2j^+1i^=1i^+2j^. They are equal, confirming the commutative property.
    • NEET Tip: Vector addition is commutative; order doesn’t matter. Common error: Assuming order affects the result.

Solved Example: A JEE Advanced problem involves vectors A=2i^+3j^, B=1i^+4j^, and scalar k=3. Verify k(A+B)=kA+kB.

  • Solution:
    A+B=(21)i^+(3+4)j^=1i^+7j^. Left: k(A+B)=3(1i^+7j^)=3i^+21j^. Right: kA+kB=3(2i^+3j^)+3(1i^+4j^)=(6i^+9j^)+(3i^+12j^)=3i^+21j^. Both are equal.
    • JEE Tip: Distributive property simplifies scalar multiplication. Common error: Incorrect component addition.

Solved Example: A JEE Main problem involves a vector A=3i^+2j^. Find 2A and its magnitude.

  • Solution:
    2A=2(3i^+2j^)=6i^4j^. Magnitude:|2A|=62+(4)2=36+16=527.21
    • JEE Tip: Negative scalars reverse direction and scale magnitude. Common error: Forgetting to reverse signs.

Application: Vector algebra is used in robotics for motion planning (e.g., scaling velocities), in fluid dynamics for flow analysis, and in computer graphics for 3D modeling.

3.5 Dot and Cross Products

The dot product and cross product are operations between two vectors, yielding a scalar and a vector, respectively. The dot product is used for quantities like work, while the cross product applies to torque and angular momentum. JEE/NEET problems often involve calculating these products or applying them to physical contexts.

Dot Product

The dot product AB=ABcosθ, where θ is the angle between A and B, is a scalar. It’s zero if A and B are perpendicular (θ=90). In component form: AB=AxBx+AyBy (2D) or AxBx+AyBy+AzBz (3D).

Cross Product

The cross product A×B=ABsinθn^, where n^ is a unit vector perpendicular to the plane of A and B (right-hand rule), is a vector. It’s zero if A and B are parallel (θ=0 or 180). In component form (2D): A×B=(AxByAyBx)k^.

Derivation: Dot Product in Component Form
For A=Axi^+Ayj^, B=Bxi^+Byj^, the dot product is:

AB=(Axi^+Ayj^)(Bxi^+Byj^)=AxBx(i^i^)+AxBy(i^j^)+AyBx(j^i^)+AyBy(j^j^)

Since i^i^=1, j^j^=1, i^j^=0, j^i^=0:

AB=AxBx+AyBy

Derivation: Cross Product in Component Form (2D)
For A×B:

A×B=(Axi^+Ayj^)×(Bxi^+Byj^)=AxBx(i^×i^)+AxBy(i^×j^)+AyBx(j^×i^)+AyBy(j^×j^)

Since i^×i^=0, j^×j^=0, i^×j^=k^, j^×i^=k^:

A×B=AxByk^+AyBx(k^)=(AxByAyBx)k^

Solved Example: A JEE Main problem involves A=3i^+2j^, B=1i^4j^. Calculate the dot product.

  • Solution:
    AB=AxBx+AyBy=(3)(1)+(2)(4)=38=5.
    The dot product is 5.
    • JEE Tip: Use components for dot products; ensure correct signs. Common error: Forgetting negative components.

Solved Example: A NEET problem asks for the work done by F=6i^+3j^ over d=2i^+5j^.

  • Solution:
    Work: W=Fd.W=(6)(2)+(3)(5)=12+15=27JThe work done is 27J.
    • NEET Tip: Dot product gives work as a scalar. Common error: Using magnitudes directly.

Solved Example: A JEE Advanced problem involves the cross product of A=5i^+2j^, B=1i^+3j^. Find the magnitude.

  • Solution:
    A×B=(AxByAyBx)k^=(5321)k^=(152)k^=13k^. Magnitude: |13|=13.
    • JEE Tip: Cross product magnitude is the area of the parallelogram formed by vectors. Common error: Incorrect component order.

Solved Example: A JEE Main problem involves finding the angle between A=2i^+2j^ and B=1i^+3j^ using the dot product.

  • Solution:
    AB=ABcosθ. Compute: AB=(2)(1)+(2)(3)=2+23. Magnitudes: |A|=22+22=8=22, |B|=12+(3)2=4=2. Thus:cosθ=ABAB=2+23(22)(2)=2+2342=1+322θ15.
    • JEE Tip: Use dot product to find angles; simplify using trigonometric identities. Common error: Incorrect magnitudes.

Solved Example: A NEET problem asks for the torque exerted by F=4i^+3j^ at position r=2i^1j^.

  • Solution:
    Torque: τ=r×F.τ=(rxFyryFx)k^=(23(1)4)k^=(6+4)k^=10k^Magnitude: 10Nm, direction out of the plane (positive z-axis).
    • NEET Tip: Cross product gives torque; use the right-hand rule for direction. Common error: Wrong order of components.

Application: Dot products calculate work in mechanics (e.g., pushing a box), angle between forces in equilibrium problems, and power in circuits. Cross products determine torque in rotational dynamics (e.g., opening a door), angular momentum in planetary motion, and magnetic forces in electromagnetism (e.g., Lorentz force).

3.6 Applications of Vectors in Physics

Vectors are ubiquitous in physics, bridging kinematics, dynamics, and electromagnetism. This section explores their applications in various contexts, showing how they simplify problem-solving in JEE/NEET exams. Applications include resolving forces, calculating work and torque, and analyzing motion in multiple dimensions.

Kinematics

Vectors describe displacement, velocity, and acceleration in 2D/3D motion (e.g., projectile motion). For example, a projectile’s velocity v=vxi^+vyj^ has components that evolve independently under gravity.

Dynamics

Forces are vectors, and their resultant determines motion via Newton’s second law: Fnet=ma. Resolving forces into components simplifies problems like inclined planes or tension in ropes.

Work and Energy

Work is the dot product W=Fd, accounting for the component of force along displacement. If F and d are perpendicular, W=0 (e.g., circular motion).

Rotational Dynamics

Torque τ=r×F and angular momentum L=r×p use the cross product, crucial for rotational motion problems (e.g., spinning tops, gyroscopes).

Electromagnetism

The magnetic force on a charged particle, F=q(v×B), uses the cross product, determining the particle’s trajectory in a magnetic field.

Derivation: Work Done Using Dot Product
Work W done by a force F over displacement d is:

W=Fd=Fdcosθ

In component form: W=Fxdx+Fydy+Fzdz. If F=Fxi^+Fyj^, d=dxi^+dyj^, then W=Fxdx+Fydy.

Derivation: Torque Using Cross Product
Torque τ about a point is:

τ=r×F

For r=rxi^+ryj^, F=Fxi^+Fyj^, the magnitude in 2D is:

|τ|=rxFyryFx

Solved Example: A JEE Main problem involves a projectile with initial velocity v=20i^+20j^m/s (g=9.8m/s2). Find the time to reach maximum height.

  • Solution:
    At maximum height, vy=0. Vertical component: vy=uygt, uy=20m/s, g=9.8m/s2:0=209.8tt=209.82.04sRound to 2 significant figures: 2.0s.
    • JEE Tip: Use the vertical component for time to peak; horizontal motion is unaffected by gravity. Common error: Using total velocity.

Solved Example: A NEET problem involves a force F=10i^+5j^N acting on an object moving d=2i^+3j^m. Calculate the work done.

  • Solution:
    Work: W=Fd.W=(10)(2)+(5)(3)=20+15=35JThe work done is 35J.
    • NEET Tip: Use dot product for work; only the parallel component contributes. Common error: Using magnitudes directly.

Solved Example: A JEE Advanced problem involves a force F=3i^+2j^N applied at r=1i^2j^m from the pivot. Find the torque.

  • Solution:
    Torque: τ=r×F.τ=(rxFyryFx)k^=(12(2)3)k^=(2+6)k^=8k^Magnitude: 8Nm, direction out of the plane (positive z-axis).
    • JEE Tip: Use cross product for torque; right-hand rule gives direction. Common error: Wrong order of components.

Solved Example: A JEE Main problem involves a particle moving with velocity v=5i^m/s in a magnetic field B=0.2j^T (q=1.6×1019C). Find the magnetic force.

  • Solution:
    Magnetic force: F=q(v×B).v×B=(5i^)×(0.2j^)=50.2k^=1k^F=(1.6×1019)(1k^)=1.6×1019k^N.
    • JEE Tip: Cross product determines force direction; magnitude depends on sinθ. Common error: Ignoring direction.

Solved Example: A NEET problem involves two forces F1=5i^N and F2=5j^N acting on a particle at rest. Describe the motion.

  • Solution:
    Resultant: Fr=F1+F2=5i^+5j^. Magnitude: |Fr|=52+52=507.07N, direction: 45. The particle accelerates at 45 to the x-axis.
    • NEET Tip: Resultant force determines acceleration direction via F=ma. Common error: Assuming motion aligns with one force.

Application: Vectors in kinematics (e.g., projectile motion), dynamics (e.g., resolving forces on inclined planes), work-energy (e.g., calculating work in circular motion), rotational dynamics (e.g., torque in engines), and electromagnetism (e.g., magnetic forces on charged particles).

Summary and Quick Revision

  • Vectors and Scalars: Vectors have magnitude and direction (e.g., A), scalars have only magnitude (e.g., speed). Represented as A=Axi^+Ayj^ (2D) or A=Axi^+Ayj^+Azk^ (3D).
  • Vector Addition/Subtraction: Head-to-tail, parallelogram, or component method: Rx=Ax+Bx, Ry=Ay+By. Magnitude: |R|=Rx2+Ry2, direction: θ=tan1(RyRx). Subtraction: AB=A+(B).
  • Components and Unit Vectors: 2D: A=Axi^+Ayj^, Ax=Acosθ, Ay=Asinθ. 3D: A=Axi^+Ayj^+Azk^, magnitude: |A|=Ax2+Ay2+Az2. Unit vector: A^=A|A|.
  • Vector Algebra: Commutative: A+B=B+A. Associative: (A+B)+C=A+(B+C). Distributive: k(A+B)=kA+kB. Scalar multiplication: |kA|=|k||A|.
  • Dot Product: AB=ABcosθ=AxBx+AyBy (2D), scalar (e.g., work W=Fd). Perpendicular vectors: AB=0.
  • Cross Product: A×B=ABsinθn^, magnitude |AxByAyBx| (2D), vector (e.g., torque τ=r×F). Parallel vectors: A×B=0.
  • Applications: Kinematics (e.g., projectile motion velocity v=vxi^+vyj^), dynamics (e.g., Fnet=ma), work (W=Fd), torque (τ=r×F), electromagnetism (e.g., F=qv×B).
  • SI Units: Magnitude (m for displacement, N for force), angle (degrees or radians).
  • JEE/NEET Tips: Resolve vectors into components, use correct signs in dot/cross products, verify significant figures (April 14, 2025), check quadrants for angles, apply vector properties in multi-step problems.
  • Applications: Navigation, mechanics, rotational dynamics, electromagnetism, robotics, fluid dynamics, computer graphics.

Practice Problems

Explore our extensive problem set with 100 problems inspired by JEE Main, JEE Advanced, and NEET patterns to test your understanding of vectors.

View Problems

Watch on YouTube

Our Hinglish video lessons make vectors engaging for JEE and NEET! Subscribe for updates.

Watch Now

Animation for visualizing vector addition, dot/cross products, and 3D vectors coming soon!

Note: Content regularly updated to align with current JEE/NEET syllabi.