Resolution of a Vector into Components

Physics · Motion In A Plane · NEET

Resolution of a vector means splitting one vector into two smaller vectors, usually along the x and y axes. For a vector A at angle theta to the x-axis, the parts are Ax = A cos theta (along x) and Ay = A sin theta (along y). Memory hook: "cos hugs the angle" - the component on the same side as the angle uses cosine.
xyOAAx = A cosθAy = A sinθθ
A vector A at angle theta to the x-axis splits into a horizontal component Ax = A cos theta and a vertical component Ay = A sin theta. The small square shows the two components are perpendicular.

Your doubts, answered

When do I use cos and when do I use sin?

Look at which axis the angle touches. The component along the axis from which the angle is measured uses cos; the other component uses sin. If theta is measured from the x-axis, then Ax = A cos theta and Ay = A sin theta. If the angle is given from the y-axis instead, they swap: the x-part becomes A sin theta and the y-part becomes A cos theta. Never memorise blindly - always draw the angle first.

Why do we resolve a vector into components at all?

Components let you add or work with vectors using simple arithmetic instead of geometry. Once every vector is written as an x-part and a y-part, you just add all the x-parts and all the y-parts separately. This is the analytical method and it is faster and more exact than drawing triangles, which is why NEET numericals rely on it.

Is a component of a vector also a vector?

Yes. Ax and Ay are themselves vectors - they have a direction (along x and along y). When we write Ax = A cos theta we usually mean the magnitude of that component. The full vector is A = Ax i + Ay j, where i and j point along x and y.

Can a component ever be bigger than the original vector?

No. Since cos theta and sin theta are always between 0 and 1 for angles from 0 to 90 degrees, each rectangular component is always less than or equal to the vector's magnitude. The maximum a component can be is A itself, when the vector points exactly along that axis (angle 0).

What is the difference between resolution and finding a resultant?

They are opposite processes. Resolution splits one vector into two perpendicular parts (Ax and Ay). Finding the resultant combines two or more vectors into one. You often resolve first, add the parts, then recombine to get the resultant - both directions use the same cos/sin relations.

⚠️ The NEET trap
Blindly writing Ax = A cos theta even when theta is measured from the vertical (y-axis), giving the wrong horizontal component.
When the angle is given from the y-axis, the horizontal component is A sin theta and the vertical component is A cos theta. Always identify which axis the angle sits against before choosing cos or sin.
🧠 The angle is not always from the x-axis - read the figure.

Real NEET questions

NEET 2026

The magnitude and direction of the acceleration produced in a body of mass 5 kg when two mutually perpendicular forces 8 N and 6 N act on it are respectively:

A · 20 m/s^2 ; tan^-1(4/3) with the 8 N force
B · 2 m/s^2 ; tan^-1(3/4) with the 6 N force
C · 2 m/s^2 ; tan^-1(4/3) with the 8 N force
D · 2 m/s^2 ; tan^-1(3/4) with the 8 N force
Solution: Here the two forces are already the perpendicular components (8 N along x, 6 N along y). Combine them like Ax and Ay. Resultant force F = sqrt(8^2 + 6^2) = sqrt(64 + 36) = sqrt(100) = 10 N. Acceleration a = F / m = 10 / 5 = 2 m/s^2. Direction: the angle with the 8 N force = tan^-1(component perpendicular / component along) = tan^-1(6/8) = tan^-1(3/4). So the answer is 2 m/s^2 at tan^-1(3/4) with the 8 N force.

Solved Motion In A Plane NEET PYQs

Try the real previous-year questions from this chapter — each with the answer and a full solution.

See all 24 Motion In A Plane NEET PYQs ›
Next concept: Unit Vectors i, j, k ExplainedKeep learning — 2 minFeeling ready? Solve the Motion In A Plane NEET PYQs ›Or practice on your phone — get the free MedicNEET app ›

Frequently asked

What are the formulas for the components of a vector?

For a vector A at angle theta from the x-axis: Ax = A cos theta (horizontal) and Ay = A sin theta (vertical). To rebuild the vector: magnitude A = sqrt(Ax^2 + Ay^2) and direction theta = tan^-1(Ay / Ax).

What are rectangular components?

Rectangular (or perpendicular) components are the two parts of a vector taken along two perpendicular axes, usually x and y. They are the most useful because they are independent - the x-part does not affect the y-part.

Does resolving a vector change its value?

No. Resolution only re-describes the same vector as two perpendicular pieces. When you add Ax and Ay back using the parallelogram (or Pythagoras), you get exactly the original vector.

Why is resolution important for NEET?

Almost every 2D problem - projectile motion, forces on an incline, equilibrium, work done - is solved by first resolving vectors into x and y components. Getting cos and sin right here prevents silent mistakes in the whole chapter.