Mathematical Methods
Easy Overview
Physics is math in disguise. Seriously — Newton had to invent calculus just to explain motion. This chapter gives you the math tools: vectors (stuff with direction) and the basics of calculus (how things change). You can't do physics without this, so think of it as your starter pack.
Vectors — Because Direction Matters
Scalars are just numbers: 5 kg, 30°C. Vectors have direction: 5 m/s north, 30 N upward. Imagine telling someone 'walk 10 steps' — they wouldn't know where to go. But 'walk 10 steps east'? That's a vector. Vectors are represented as arrows, and you can add them tip-to-tail or using components.
Vector Addition and Subtraction
To add vectors, break each into components along x and y axes. Add all x-components, add all y-components — done. The magnitude of the resultant is √(Rx² + Ry²), and direction is tan⁻¹(Ry/Rx). Subtraction is just adding the negative of a vector. The triangle and parallelogram laws are just fancy names for the same idea.
Scalar and Vector Products
Dot product (A·B) gives a scalar. A·B = AB cosθ. Use it when you care about how much two vectors align — like work done (force·displacement). Cross product (A×B) gives a vector perpendicular to both. |A×B| = AB sinθ. Use it for torque, angular momentum, or anything that spins. Right-hand rule tells you the direction.
Calculus Basics — Derivatives
A derivative tells you the rate of change. If position changes over time, its derivative is velocity. If velocity changes, derivative is acceleration. Graphically, derivative = slope of the tangent. Simple rules: derivative of xⁿ is nxⁿ⁻¹, derivative of a constant is zero. That's really all you need for most of Std 11.
Calculus Basics — Integrals
Integration is the reverse of differentiation — it adds things up. If velocity is the derivative of position, then position is the integral of velocity. Graphically, it's the area under a curve. Indefinite integral gives a family of curves (with + C), definite integral gives a number. The area under a v-t graph? That's displacement.
Key Points
- •Vectors have magnitude and direction; scalars only magnitude
- •Resultant of two vectors: R² = A² + B² + 2AB cosθ
- •Dot product: A·B = AB cosθ (scalar)
- •Cross product: A×B = AB sinθ n̂ (vector)
- •Derivative = rate of change, Integral = area under curve
- •d/dx (xⁿ) = nxⁿ⁻¹
- •Definite integral gives area between curve and x-axis
Practice Questions
- Find the angle between two vectors A = 2i + 3j + k and B = i − 2j + 2k using dot product.
- If A = i + 2j + 3k and B = 3i + 2j + k, find A×B.
- The position of a particle is x(t) = 2t² + 3t + 1. Find velocity and acceleration at t = 2 s.