This is the foundational unit of JEE Physics. Although seemingly elementary, it appears every year in JEE Main (1–2 questions, ~8 marks) and frequently in JEE Advanced as part of a multi-concept question or a Match-the-Column. Mastery of dimensions, errors and vectors is a prerequisite for every later unit — kinematics, electrodynamics and modern physics all rely on vector calculus and the ability to detect dimensionally inconsistent options under exam pressure.
Typical question types:
JEE Main: "Find the dimensional formula of …", "If a=bc/d and the percentage errors in b,c,d are …, find the maximum % error in a", "Resultant of two vectors", "Angle between A and B given A⋅B and ∣A×B∣".
JEE Advanced: Dimensional formulas of unfamiliar constants (e.g. coefficient in a given empirical equation), trap problems combining dimensions with error analysis, vector geometry in 3D, scalar triple product interpretation.
Concept Map
Units & Measurement
SI base units (7), supplementary units (radian, steradian), derived units
Practical units (light-year, parsec, AU, atomic mass unit, electron-volt, bar, torr)
Conversion of units across systems
Dimensional Analysis
Dimensional formula of mechanical, thermal, electromagnetic quantities
Example: Stokes' viscous force. Assume F on a sphere of radius r moving with velocity v in a fluid of viscosity η is
F=kηarbvc.
[F]=MLT−2, [η]=ML−1T−1, [r]=L, [v]=LT−1.
MLT−2=MaL−a+b+cT−a−c⇒a=1,−a−c=−2⇒c=1,−a+b+c=1⇒b=1. So F=kηrv, with k=6π from experiment.
Example: Bohr radius. Estimate the size of a hydrogen atom from h, me, e, ε0:
a0=kmecedε0ahb.
A dimensional check yields a0=πmee2ε0h2≈0.529 Å.
Sub-topic D: Limitations
Dimensional analysis cannot:
determine dimensionless constants (π,e, numbers like 2, 1/2),
distinguish quantities with the same dimensions (work vs torque, angular momentum vs Planck's constant),
handle equations containing functions like sinx, ex, logx (their arguments must be dimensionless),
handle quantities depending on more than three mechanical quantities (M, L, T) — over-determined.
Worked Examples (JEE Main level)
Example 2.1. Find [a] and [b] in (P+V2a)(V−b)=RT (van der Waals).
Since a/V2 must have the dimensions of pressure: [a]=[P][V2]=ML−1T−2⋅L6=ML5T−2. And [b]=[V]=L3.
Example 2.2. The dimensions of μ0ε01.
[μ0ε0]=[1/c2]=T2L−2⇒[1/μ0ε0]=L2T−2 — square of speed. Confirms c=1/μ0ε0.
Example 2.3. The position of a particle is x=at+bt2−ct3. Find dimensions of a,b,c.
Each term has units of length: [a]=LT−1, [b]=LT−2, [c]=LT−3.
Worked Examples (JEE Advanced level)
Example 2.A1. In a given system, mass is measured in units α kg, length in β m and time in γ s. The unit of force in this system, expressed in newtons, is:
A force of 1 N has dimensions MLT−2. Number of new units of force in 1 N is n2=1⋅(1/α)⋅(1/β)⋅(1/γ)−2=γ2/(αβ). Hence 1 unit of the new force =αβ/γ2 N.
Example 2.A2. The frequency of vibration of a stretched string depends on its length L, tension T and mass per unit length μ. Derive the formula.
ν=kLaTbμc. [ν]=T−1, [L]=L, [T]=MLT−2, [μ]=ML−1.
T−1=La(MLT−2)b(ML−1)c=Mb+cLa+b−cT−2b.
So b+c=0, a+b−c=0, −2b=−1⇒b=1/2, c=−1/2, a=−1.
ν=LkμT.
Experimentally k=1/2 for the fundamental.
Topic 3: Significant Figures, Rounding and Error Analysis
Sub-topic A: Rules for significant figures
All non-zero digits are significant.
All zeros between non-zero digits are significant (1002→4 s.f.).
Leading zeros are NOT significant (0.0023→2 s.f.).
Trailing zeros after a decimal point are significant (2.300→4 s.f.).
Trailing zeros in an integer without a decimal point are ambiguous. Use scientific notation: 4500 could be 2,3 or 4 s.f.; write 4.500×103 for 4 s.f.
In addition/subtraction, the result has the same number of decimal places as the operand with the fewest.
In multiplication/division, the result has the same number of significant figures as the operand with the fewest.
Sub-topic B: Rounding rules
Round half to even (banker's rounding) is recommended; in NCERT-style: round-half-up is acceptable. 2.345→2.34 or 2.35 depending on convention — JEE typically accepts either.
Sub-topic C: Errors — definitions
Absolute errorΔx=∣xmeasured−xtrue∣. When the true value is unknown, use xˉ=n1∑xi and Δxi=∣xi−xˉ∣.
Mean absolute errorΔx=n1∑∣Δxi∣.
Relative error=Δx/xˉ.
Percentage error=(Δx/xˉ)×100%.
Sub-topic D: Propagation of errors
Suppose A,B have absolute errors ΔA,ΔB.
Sum / Difference.Z=A±B⇒ΔZ=ΔA+ΔB (errors add). Relative error in a difference can blow up if A≈B — exam favourite trap.
Product / Quotient.Z=AB or A/B:
ZΔZ=AΔA+BΔB.
Power.Z=ApBq/Cr:
ZΔZ=∣p∣AΔA+∣q∣BΔB+∣r∣CΔC.
Derivation of the power rule. Take logs: lnZ=plnA+qlnB−rlnC. Differentiate: dZ/Z=pdA/A+qdB/B−rdC/C. The maximum (worst-case) error replaces d→Δ and signs by ∣⋅∣, giving the formula above.
Worked Examples (JEE Main level)
Example 3.1. A physical quantity X=cda2b3. Given % errors Δa/a=1%, Δb/b=2%, Δc/c=3%, Δd/d=4%. Find the maximum % error in X.
XΔX=2(1%)+3(2%)+1(3%)+21(4%)=2+6+3+2=13%.
Example 3.2. Two resistors of 100±3Ω and 200±4Ω are connected in series. Find equivalent resistance with absolute uncertainty.
R=300Ω, ΔR=3+4=7Ω.
Example 3.3. Same resistors in parallel.
Rp=(100)(200)/300=66.6Ω. Using 1/Rp=1/R1+1/R2, ΔRp/Rp2=ΔR1/R12+ΔR2/R22 so
Example 3.A1. A screw gauge has pitch 0.5 mm and 50 divisions on the circular scale. A wire reading is main scale 3 mm, circular scale 35. Find the diameter and its uncertainty assuming a half-division least count.
Least count =0.5/50=0.01 mm. Diameter =3+35×0.01=3.35 mm. Uncertainty ±0.005 mm.
Example 3.A2. Young's modulus is determined from Y=AΔLFL=(πd2/4)ΔL(Mg)L. Given M=2.00±0.01 kg, L=1.000±0.001 m, d=0.500±0.005 mm, ΔL=0.250±0.005 mm. Maximum % error in Y?
YΔY=MΔM+LΔL+2dΔd+ΔLΔ(ΔL)
=0.5%+0.1%+2(1%)+2%=4.6%.
Topic 4: Vectors — Algebra
Sub-topic A: Definitions
Scalar: magnitude only (mass, time, temperature, work, energy, power, pressure, charge, frequency, current).
Vector: magnitude + direction + obeys parallelogram law (displacement, velocity, acceleration, force, momentum, torque, angular velocity, electric field, magnetic field).
Trap:current is a scalar in spite of having a direction in a wire (it does not satisfy the parallelogram law at a junction).
A vector A has magnitude ∣A∣=A. Unit vector: A^=A/A.
Sub-topic B: Triangle and parallelogram laws
If R=A+B with angle θ between A and B:
R=A2+B2+2ABcosθ.
Direction (angle α of R from A):
tanα=A+BcosθBsinθ.
Polygon law generalizes for any number of coplanar vectors taken head to tail; the closing side gives the resultant (with direction reversed).
Special cases:
θ=0⇒R=A+B (max).
θ=180∘⇒R=∣A−B∣ (min).
θ=90∘⇒R=A2+B2.
If A=B, R=2Acos(θ/2), α=θ/2.
Sub-topic C: Resolution into components
In 2D: A=Ax^+Ay^, where Ax=Acosθ, Ay=Asinθ.
In 3D: A=Ax^+Ay^+Azk^. Magnitude A=Ax2+Ay2+Az2. Direction cosines:
Example 5.2. Find a unit vector perpendicular to both A=^−^ and B=^+k^.
A×B=^10^−11k^01=^(−1−0)−^(1−0)+k^(1−0)=−^−^+k^. Magnitude 3, so n^=(−^−^+k^)/3.
Example 5.3. A constant force F=2^+3^+4k^ N acts on a particle, displacing it from (1,1,1) to (2,3,4) m. Work done?
d=(1,2,3) m. W=F⋅d=2+6+12=20 J.
Worked Examples (JEE Advanced level)
Example 5.A1. If ∣A+B∣=∣A−B∣, show A⊥B.
∣A+B∣2−∣A−B∣2=4A⋅B=0⇒A⋅B=0.
Example 5.A2. Given A, B with A=B=1 and ∣A×B∣2+∣A⋅B∣2 equal to?
∣A×B∣2=A2B2sin2θ; ∣A⋅B∣2=A2B2cos2θ. Sum =A2B2=1.
This identity, ∣A×B∣2+(A⋅B)2=A2B2, is called the Lagrange identity and frequently appears in JEE Advanced as a way to find an unknown angle.
Example 5.A3. Three vectors a,b,c form a closed triangle, a+b+c=0. Show a×b=b×c=c×a.
From c=−a−b: b×c=b×(−a−b)=−b×a−0=a×b. Similarly c×a=a×b. Geometrically the three give twice the area of the triangle.
Problem-Solving Heuristics
Always write the dimensional formula in [MaLbTc] form — never carry units along symbols.
In error problems, convert everything to percentages before adding; this avoids unit clutter.
Use logarithmic differentiation for any product/quotient/power; never use repeated chain rule.
Resolve along convenient axes — choose axes such that maximum number of forces/vectors lie along them.
To find an angle between vectors, compute both A⋅B and ∣A×B∣; their ratio is cotθ — gives θ without ambiguity in [0,π].
If the question says "minimum number of vectors", remember three coplanar non-collinear vectors of any magnitudes can sum to zero, but you need at least four non-coplanar vectors in 3D.
Dimensional analysis can give the dependence but never the dimensionless constant — JEE Advanced often hides π, 2π, 1/2.
Common Traps & Mistakes
Confusing work (F⋅d, scalar) with torque (r×F, vector) — both have units of N⋅m and dimension ML2T−2, but they are entirely different physical objects.
Trigonometric functions require dimensionless arguments. If y=Asin(ωt+ϕ), both ωt and ϕ are dimensionless.
In error analysis, when a quantity occurs in both numerator and denominator with the same power, errors do NOT cancel in the worst-case (maximum) formula — they add. They only cancel in the most-probable (RSS) formula.
Δx vs dx: dx is infinitesimal; Δx is finite uncertainty.
A⋅B=0 implies A⊥Bonly ifA,B=0.
^×^=k^, not −k^. Many students reverse this on the spot in panic.
A vector with zero magnitude is the null vector0; it has arbitrary direction.
Quick Revision Card
7 base SI units; supplementary radians & steradians.
Homogeneity: every term in a physical equation has same dimensions.