Vectors & Operations

Was 'Vectors' — resolution + dot/cross products + applications

Part of Unit 2: KINEMATICS in the NEET Physics syllabus.

Vectors & Operations Think of a vector as a specific set of instructions for movement, rather than just a raw number. A scalar (like temperature) is just "how much". A vector is "how much" PLUS "which way". In kinematics, the universe treats horizontal and vertical motion as completely independent realities that just happen to occur simultaneously. If you throw a ball diagonally, physics sees it as two separate movies playing at once: one where the ball moves sideways at a constant speed, and another where it goes up and down under gravity. The "Vector" is the mathematical tool that combines these two separate movies into the single diagonal trajectory you actually see. Vectors & Operations A vector packages two ideas at once: magnitude and direction. This is exactly what motion needs, because changing direction without changing speed is still a change in velocity. Everyday motion in a plane can be peeled into two perpendicular motions that never interfere with each other: one along x and the other along y. This separation is not a trick; it is the way Newton’s laws work. Forces, momenta, velocities, accelerations—each is a vector. Once you are fluent with vectors, two-dimensional kinematics problems stop feeling like puzzles and start feeling like bookkeeping: break quantities into parts, operate on the parts with simple 1D rules, and recombine at the end. The most common skills you will actually use are: representing a vector with components using unit vectors i , j , k ; adding and subtracting vectors by components; interpreting the angle between vectors; and computing dot and cross products. Dot product turns geometry into a scalar ("how much of B lies along A "), which is why work W equals F s . Cross product returns a new vector perpendicular to the plane ("how much of B is sideways relative to A "), which is why torque equals r F . In kinematics, the same ideas explain projectile motion (split u into horizontal and vertical) and circular motion (velocity and acceleration are perpendicular; the radial part points to the centre). Mastering these vector tools turns long word problems into short calculations. remember Etch A Sketch analogy: one knob moves left–right (x-component), the other moves up–down (y-component). Turn both correctly and you draw any diagonal. A single diagonal vector is just the sum of an x-move and a y-move. A physical quantity with magnitude only (no direction). Examples: time, mass, distance, speed, energy. Scalar A physical quantity with magnitude and direction, added by head-to-tail or component-wise rules. Examples: displacement, velocity, acceleration, force. Vector Unit vector A direction-only vector with magnitude 1. Standard basis in 3D: i (x), j (y), k (z). Null vector A vector with zero magnitude and undefined direction, denoted 0 . Position vector Vector from the origin to a point: r =x , i +y , j +z , k . Collinear / Coplanar vectors Collinear: along the same or parallel lines. Coplanar: lying in the same plane. Represent a vector by a directed line segment. Its length shows magnitude; arrowhead shows direction. Algebraically, place vectors on a coordinate grid and write components along each axis. Equality of free vectors does not depend on location—shifting a vector parallel to itself does not change it. This is why displacements and forces can be moved in diagrams for convenience, provided you keep their lines of action (for forces, when torques are irrelevant). The magnitude A of A is | A |= A x 2+A y 2+A z 2 and the direction is usually described by angles with axes or via a single angle in 2D. Unit vector along A Scaling a vector by its own magnitude leaves a pure direction. This magnitude determines the area of the parallelogram formed by two vectors, which is fundamental for calculating torque and magnetic forces. Vector addition follows the head-to-tail rule: place the tail of B at the head of A ; the arrow from the tail of A to the head of B is R = A + B . This geometric rule matches component-wise addition (A x+B x) , i +(A y+B y) , j +(A z+B z) , k . Addition is commutative and associative for free vectors. Apply cosine rule to the triangle formed by A and B . R= A 2+B 2+2AB Vectors are free vectors in a plane Angle between A and B is Resultant magnitude in the parallelogram law Parallelogram magnitude Magnitude of R = A + B when the angle between them is . Direction of resultant is the angle of R measured from A . Head-to-tail and parallelogram laws assume free vectors. For forces with torque effects, moving the line of action can change the physics—use at the point of application unless only net force is needed. tip Vector subtraction is addition of the negative: A - B = A +(- B ) . Geometrically, reverse B and add head-to-tail. Subtraction is not commutative. The difference’s magnitude for a fixed angle between A and B is S= A 2+B 2-2AB . Magnitude of A - B when the angle between A and B is . Difference magnitude Use this formula to find the magnitude of the resultant vector when two vectors are added head-to-tail at an angle . Resolution is the inverse of addition: split a vector into perpendicular components that square-sum back to the original. In 2D with angle from +x, A =A , i +A , j . Components act like independent 1D quantities. In kinematics, horizontal and vertical motions do not talk to each other; gravity changes only the vertical component of velocity. 2D components Resolve a 2D vector using a single reference angle with the x-axis. In 3D, A =A x , i +A y , j +A z , k with magnitude A= A x 2+A y 2+A z 2 . If , , are the angles A makes with x, y, z axes respectively, then = A x A , = A y A , = A z A and 2 + 2 + 2 =1 . This identity often appears in NEET when direction cosines are given indirectly. Direction cosines Relations connecting components and angles with coordinate axes. Angles in calculators: trigonometric functions use radians by default in physics. If the question gives in degrees, convert or switch the mode. Using degrees in a radians-mode calculator (or vice versa) silently breaks answers. neet-alert The scalar (dot) product compresses directional information into a single number. Definition: A B =AB . If =0 (parallel in the same direction), the dot product is maximum AB . If =90 , the dot product is zero. Component form: A B =A xB x+A yB y+A zB z . Geometrically, it is the magnitude of A times the projection of B on A (or vice versa). Dot product forms Dot product via angle or via components; both are consistent. Why dot product matters in kinematics: Work is W= F s , so only the force component along displacement contributes. Power for constant velocity in a straight line is P= F v . Orthogonality tests (perpendicularity) become quick: A B =0 implies either one is zero or they are perpendicular. The vector (cross) product returns a vector perpendicular to the plane of the two inputs with magnitude | A B |=AB . Direction is by the right-hand rule: curl fingers from A to B ; your thumb points along A B . Component formula using a determinant helps computation: A B = vmatrix i & j & k x&A y&A z x&B y&B z vmatrix . Physical meanings: torque = r F , angular momentum L = r p , and area of a parallelogram spanned by A and B equals | A B | . Cross product Magnitude–direction form and determinant form for computation. This formula calculates the total time an object remains in the air when launched from and landing at the same height. remember Right-hand rule: Point index finger along A , middle finger along B after curling from A to B , thumb gives A B . Reverse the order and the result flips sign. Relative velocity is vector subtraction. Velocity of object P relative to Q is v PQ = v P- v Q . In "rain–man" problems, if rain falls with velocity v r and a person runs with v m , the apparent rain direction is v r/m = v r- v m . To keep dry, tilt the umbrella opposite to the apparent direction of rain (align the umbrella axis with - v r/m ). In river-boat navigation, the ground-speed (resultant) is v bg = v bw + v wg (boat relative to water plus water relative to ground). Shortest-time crossing means aim perpendicular to the banks; shortest-path landing means aim upstream to cancel drift. Relative velocity Apparent motion equals actual motion minus the observer’s motion. Determining the velocity of one object as observed from a moving frame of reference is the core application of relative velocity. Use common trig values: 37 0.798 , 37 0.602 . Matches the given magnitude (numerical consistency). Use A x=A , A y=A , and A = A /A . A vector A has magnitude 12 , m/s and makes 37 with +x. Find components, magnitude check, and the unit vector along A . easy A = 12 m/s θ = 37° Ax, Ay, |A| (check), and A m/s Component-wise addition. Angle in the first quadrant. Direction is + k if rotating from A to B is counterclockwise; here it is clockwise, so - k . Magnitude is 26. R vector, |R|, angle φ from +x, A·B, |A×B| arbitrary vector units Add components, then use |R|= R x 2+R y 2 , =R y/R x , A B =A xB x+A yB y , and for 2D, | A B |=|A xB y-A yB x| along k . Given A =3 , i +4 , j and B =5 , i -2 , j , find R = A + B , its magnitude and direction from +x, and compute A B and | A B | (2D vectors treated as z=0). medium A = 3 i + 4 j B = 5 i - 2 j Rain appears to come from ahead-left and downward. φ is measured from vertical toward the student’s front. Tilt the umbrella by ≈ 26.6° from vertical toward the direction of motion. v rain (ground frame) = 6 m/s downward v student = 3 m/s east hard Rain falls vertically downward at 6 m/s. A student runs east at 3 m/s. Find the apparent direction of rain relative to the student and the umbrella tilt with respect to vertical to avoid getting wet. Use relative velocity v r/m = v r- v m . Take +x east, +y upward; then v r=(0,-6) , v m=(3,0) . Angle φ that the umbrella must be tilted from vertical, and the apparent rain speed m/s and degrees 3D decomposition: the bright green vector splits into red (x), green (y), and blue (z) components across a gridded space. Neon arrows on a dark grid showing a vector and its x, y, z components. Drawing toy schematic: horizontal (red) and vertical (blue) components combine to give the green resultant along the diagonal. Etch A Sketch style diagram labeling Fx, Fy, and their resultant. Top view of a boat: engine vector and river-current vector combine into a diagonal ground-track resultant. Boat crossing a river with labeled vectors for current, boat engine, and resultant path. custom Resultant magnitude R units Angle between vectors θ (rad) rad control control R(θ)=√( A 2 + B 2 +2AB cos θ) derived R decreases smoothly from A+B at θ=0 to |A−B| at θ=π; at θ=π/2, R=√( A 2 + B 2 ). Maximum resultant A + B π/2 Perpendicular vectors √( A 2 + B 2 ) |A − B| Minimum resultant How the magnitude of A + B varies with the included angle. 2D PLOT Resultant magnitude vs angle between two vectors R = sqrt(A 2 + B 2 + 2 A B cos(theta)) theta Vector A Vector B Unit-vector cross products following the cyclic order i → j → k . i × − j j × − k k × − i Result type Scalar Vector (perpendicular to A and B) Magnitude AB cos θ AB sin θ Zero when θ = 90° (perpendicular) or A=0 or B=0 θ = 0° or 180° (parallel/anti-parallel) or A=0 or B=0 Sign/Direction Can be positive/negative/zero Direction by right-hand rule Common uses Work, projection, orthogonality test Torque, area, angular momentum Feature Dot product (A · B) Cross product (A × B) Average speed equals total distance travelled divided by total time: v avg = d t . Definition of rate of covering distance. Average speed v avg = d t v avg = d t Total distance d measured along path Total elapsed time t>0 Average velocity equals displacement over time interval: v avg = x t . Finite time interval t>0 v avg = x t Average velocity v avg = x t Define displacement and time interval. Definition as rate of change of position. Radial acceleration in circular motion points to the centre: a c= v 2 r . Centripetal acceleration a c= v 2 r a c= v 2 r Motion on a circle of radius r Speed v may be constant (UCM) or taken instantaneously Velocity is tangential; changes with time. Time derivative of the tangential unit vector in polar coordinates. Decompose into tangential and radial parts. Magnitude of radial (centripetal) acceleration. Direction of R = A + B from A : = B A+B . Two vectors in a plane Included angle between A and B = B A+B Direction of resultant = B A+B Resolve B into components along and perpendicular to A . Angle measured from A to R . Projectile trajectory (no air resistance): y=x - g x 2 2u 2 2 . Horizontal motion at constant speed. Vertical motion with constant downward acceleration. Eliminate time. Standard parabolic trajectory. Uniform gravity g downward No air resistance Launch speed u at angle from horizontal y=x - g x 2 2u 2 2 Projectile trajectory y=x - g x 2 2u 2 2 tip Edge cases to sanity-check results: (i) For =0 , A + B gives R=A+B . (ii) For = , R=|A-B| . (iii) For = /2 , R= A 2+B 2 and the dot product is zero. Two non-zero vectors can sum to zero if they are equal in magnitude and opposite in direction ( A + B = 0 with B =- A ). If two vectors add to zero, they must both be zero. The cosine factor can be negative; A B =AB <0 for obtuse angles ( >90 ). Dot product is always positive since magnitudes are positive. Cyclic order for cross product: i × j = k , j × k = i , k × i = j ; reverse any order to flip the sign. Remember by the loop i → j → k → i. Component method for adding vectors in 2D Write each vector as A x , i +A y , j using A x=A and A y=A with a clear sign convention. Add x-components to get R x and y-components to get R y . Compute | R |= R x 2+R y 2 . Find direction = -1 (R y/R x) and adjust quadrant based on signs of R x, R y . Quick vector checks Unit vectors are dimensionless: multiplying by a magnitude attaches units. Perpendicularity test: A B =0 (if neither is null). Parallelity test: A B = 0 (if both non-null). When unsure, draw a neat head-to-tail diagram to see direction and approximate magnitude. neet-alert Common traps: (i) Using the angle between a vector and an axis but plugging it into a formula that expects the angle between two vectors. (ii) Forgetting to adjust the quadrant when using -1 (R y/R x) ; check signs of R x and R y . Applications in kinematics tie everything together. In projectile motion, decompose initial velocity: u x=u remains constant while u y changes linearly in time due to gravity. Displacement components integrate independently to give the parabolic path. For uniform circular motion, velocity is tangent and acceleration is radial with magnitude v 2/r ; dot product v a =0 confirms speed constancy while direction changes. In relative motion problems, choose a clear reference frame and subtract velocities to find apparent directions; then resolve back into components to find magnitudes and angles. Practical habits for accuracy: Always draw a quick sketch with arrows to scale roughly. Label axes and angles unambiguously. Maintain consistent units (e.g., all speeds in m/s ). Keep trigonometry tied to a clear reference: define whether your is with the x-axis or with a vector. When magnitudes look unreasonable, recheck angle mode (deg/rad), sign conventions, and whether you used vs correctly. Finally, in 3D problems, test your final vector by checking the identity 2 + 2 + 2 =1 or re-assembling A x 2+A y 2+A z 2 . Vector glossary recap Projection of a vector along an axis; in 2D, A x=A , A y=A . Component Vector sum of two or more vectors, often found by component addition or parallelogram law. Resultant Scalar product A B =AB ; measures alignment. Dot product Cross product Vector product A B with magnitude AB and direction by right-hand rule. v P/Q = v P- v Q ; apparent velocity of P as seen by Q. Relative velocity