0% found this document useful (0 votes)
2 views4 pages

Basic Mathematics Notes

The document provides a comprehensive overview of basic mathematics essential for understanding physics, including trigonometry, algebra, coordinate geometry, calculus, and their applications. Key concepts such as differentiation, integration, and optimization methods are explained with examples and common mistakes highlighted. Mastery of these mathematical tools is emphasized as crucial for solving high-level physics problems.

Uploaded by

divugarg211
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views4 pages

Basic Mathematics Notes

The document provides a comprehensive overview of basic mathematics essential for understanding physics, including trigonometry, algebra, coordinate geometry, calculus, and their applications. Key concepts such as differentiation, integration, and optimization methods are explained with examples and common mistakes highlighted. Mastery of these mathematical tools is emphasized as crucial for solving high-level physics problems.

Uploaded by

divugarg211
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

BASIC MATHEMATICS FOR PHYSICS

Complete Conceptual Notes & High-Yield Summary (Class 11 Arjuna JEE)

Core Physics Philosophy: To understand physics deeply, you must master basic mathematical tools. A
high-level physics question is fundamentally a solid mathematical problem with a layer of physical laws
applied over it.

1. Trigonometry & Allied Angles

Fundamental Definitions

Angles are fundamentally defined as the ratio of arc length to radius. In calculus and physics formulations,
angles must always be used in radians.

θ = Arc Length / Radius — 180° = π radians

The 3-4-5 Standard Triangle

Extremely vital for resolve vectors quickly in mechanics:

• Angle between side 3 and hypotenuse 5 = 53° → cos(53°) = 3/5, sin(53°) = 4/5

• Angle between side 4 and hypotenuse 5 = 37° → cos(37°) = 4/5, sin(37°) = 3/5

Allied Angle Rule (Angles > 90°)

To compute larger angles, write them in the form Trig(90 × n ± θ):

• If n is Even: The trigonometric ratio remains unchanged (e.g., sin → sin).

• If n is Odd: The trigonometric ratio transforms to its co-ratio (e.g., sin ↔ cos, tan ↔ cot).

• Sign Check (ASTC Rule): The final sign (±) is judged based on the quadrant of the original angle.

Common Mistake: Deciding the sign based on the converted function instead of the original function.
For example, cos(120°) = cos(90 × 1 + 30°). Since 120° lies in the 2nd quadrant where cosine is negative,
the answer must be -sin(30°) = -1/2.

Small Angle Approximations

When an angle θ is very small (θ ≤ 10° to 30°) and strictly in radians:

sin(θ) ≈ θ | tan(θ) ≈ θ | cos(θ) ≈ 1

Arjuna JEE Class 11 - Basic Mathematics Quick Revision Page 1 of 4


2. Algebra, Progressions & Approximations

Binomial Approximation

Used to simplify expressions in gravitation, error analysis, and electrostatics when x is extremely small (x ≪
1):

(1 ± x)n ≈ 1 ± nx

Geometric Progression (GP)

Encountered in multiple-collision mechanics problems and infinite coordinate charges. For an infinite
convergent series where the common ratio satisfies |r| < 1:

S∞ = a / (1 - r) [where a = first term, r = common ratio]

3. Coordinate Geometry & Slopes

The slope (m) of a line represents its geometric steepness and is defined as:

m = tan(θ)

Where θ is the angle measured from the positive x-axis in the anti-clockwise direction.

• Acute angle (θ < 90°) → Positive Slope

• Obtuse angle (θ > 90°) → Negative Slope

Common Mistake: Extracting the slope of a line straight from an unformatted linear equation. For 2x +
3y = 10, the slope is not 2. You must first transform it to the standard format y = mx + c → y = (-2/3)x +
10/3, yielding m = -2/3.

Essential Physics Graphs

• Parabola: One variable has a power of 1, while the other is squared (y = kx2 or x = ky2). Represents
uniformly accelerated motion.
• Rectangular Hyperbola: Product of variables is a constant (xy = constant). Seen in inverse proportional
relations like Boyle's Law (PV = C).
• Exponential Curves: y = ex (growth) and y = e-x (decay). Used in radioactivity, capacitor charging, and
viscous damping.

Arjuna JEE Class 11 - Basic Mathematics Quick Revision Page 2 of 4


4. Differential Calculus (Rates of Change)

Differentiation represents the instantaneous rate of change of a dependent variable relative to an


independent variable. Graphically, it provides the slope of the tangent line to the curve at any given point.

Velocity: v = dx/dt | Acceleration: a = dv/dt

Fundamental Differentiation Rules

Function (y) Derivative (dy/dx) Core Rule Name / Notes

xn n · xn-1 Power Rule (Valid for any real constant power n)

ln(x) 1/x Natural Logarithm Derivative

ex ex Exponential Function (Self-replicating)

sin(x) cos(x) Trigonometric Sine Function

cos(x) -sin(x) Trigonometric Cosine Function (Note the negative sign)

Common Mistake: Mixing up the rules for xe and ex.


• d/dx (xe) = e · xe-1 (Since e ≈ 2.718 is a fixed number, use the Power Rule).
• d/dx (ex) = ex (Exponential rule applies as the variable is in the power).

The Chain Rule (Composite Functions)

When a function is nested within another function, differentiate from the outside inward:

d/dx [f(g(x))] = f'(g(x)) × g'(x)

Example: Find the derivative of y = sin(x2).


Treating x2 as a single entity box: Differentiating the outer sine function gives cos(x2). Then multiply by the
derivative of the inner box (2x). Result: 2x · cos(x2).

5. Maxima & Minima Applications

Crucial for finding optimum scenarios like the maximum height of a projectile or minimum power consumption.

Systematic Operational Method

1. Formulate the function: Construct a mathematical formula representing the quantity to optimize in terms
of a single variable.
2. Find Critical Points: Take the first derivative and set it equal to zero:

Arjuna JEE Class 11 - Basic Mathematics Quick Revision Page 3 of 4


dy/dx = 0

Solve this equation to find the critical values of x where the curve's slope transitions through horizontal
plane.
3. Execute the Second Derivative Test: Compute d2}y/dx2 to verify the nature of the critical point:

◦ If d2y/dx2 < 0 → The point is a Local Maxima

◦ If d2y/dx2 > 0 → The point is a Local Minima

6. Integral Calculus (Summation Tools)

Integration is the inverse process of differentiation, physically acting as a continuous summation tool.
Geometrically, a definite integral computes the exact Area Under the Curve bounded by specified limits.

Fundamental Rules

• General Power Rule: ∫ xn dx = [ xn+1 / (n + 1) ] + c (Strictly valid for all n ≠ -1)


• The Special Exponent Case: ∫ (1/x) dx = ln(x) + c

• Trigonometric Integrals: ∫ sin(x) dx = -cos(x) + c | ∫ cos(x) dx = sin(x) + c

Definite Integration Protocol

When boundaries are specified, the integration constant c cancels out. Evaluate the integrated function at the
upper boundary and subtract its evaluation at the lower boundary:

∫ab f'(x) dx = [ f(x) ]ab = f(b) - f(a)

What role does the 'dx' play? The term dx behaves as a structural identifier. It designates the active
variable of integration, alerting you that the boundaries (a and b) correspond exclusively to coordinates
along that variable's axis.

Arjuna JEE Class 11 - Basic Mathematics Quick Revision Page 4 of 4

You might also like