Differentiation and integration are fundamental mathematical tools in physics that help us understand how physical quantities change with respect to each other. These concepts form the mathematical backbone of mechanics, thermodynamics, electromagnetism, and virtually all other branches of physics.
In class 11 physics, we use differentiation to find rates of change (velocity, acceleration, etc.) and integration to accumulate quantities (displacement, work, etc.). Understanding these mathematical operations is crucial for solving many physics problems.
Differentiation is the process of finding the rate at which a function changes. In physics, we use it to determine instantaneous rates of change, such as instantaneous velocity (rate of change of displacement) and instantaneous acceleration (rate of change of velocity).
The derivative of a function $f(x)$ with respect to $x$ is defined as:
| Rule | Formula |
|---|---|
| Constant Rule | $\frac{d}{dx}[c] = 0$ |
| Power Rule | $\frac{d}{dx}[x^n] = nx^{n-1}$ |
| Constant Multiple Rule | $\frac{d}{dx}[cf(x)] = cf'(x)$ |
| Sum Rule | $\frac{d}{dx}[f(x) + g(x)] = f'(x) + g'(x)$ |
| Product Rule | $\frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x)$ |
| Quotient Rule | $\frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{f'(x)g(x) - f(x)g'(x)}{[g(x)]^2}$ |
| Chain Rule | $\frac{d}{dx}[f(g(x))] = f'(g(x))g'(x)$ |
| Function | Derivative |
|---|---|
| $x^n$ | $nx^{n-1}$ |
| $\sin(x)$ | $\cos(x)$ |
| $\cos(x)$ | $-\sin(x)$ |
| $e^x$ | $e^x$ |
| $\ln(x)$ | $\frac{1}{x}$ |
Note: In physics, we often use different notation for derivatives:
Integration is the reverse process of differentiation. In physics, we use integration to calculate quantities that are accumulated over an interval, such as displacement from velocity or work from force.
The indefinite integral of a function $f(x)$ with respect to $x$ is:
where $C$ is the constant of integration.
The definite integral of a function $f(x)$ from $a$ to $b$ is:
| Rule | Formula |
|---|---|
| Constant Rule | $\int c dx = cx + C$ |
| Power Rule | $\int x^n dx = \frac{x^{n+1}}{n+1} + C$ (when $n \neq -1$) |
| Constant Multiple Rule | $\int cf(x) dx = c\int f(x) dx$ |
| Sum Rule | $\int [f(x) + g(x)] dx = \int f(x) dx + \int g(x) dx$ |
| Function | Integral |
|---|---|
| $x^n$ ($n \neq -1$) | $\frac{x^{n+1}}{n+1} + C$ |
| $\sin(x)$ | $-\cos(x) + C$ |
| $\cos(x)$ | $\sin(x) + C$ |
| $e^x$ | $e^x + C$ |
| $\frac{1}{x}$ ($x > 0$) | $\ln(x) + C$ |
Problem: A particle moves with displacement given by $s(t) = 3t^2 + 2t - 5$ meters. Find the velocity and acceleration of the particle at $t = 2$ seconds.
Solution:
Velocity is the derivative of displacement with respect to time:
At $t = 2$ seconds: $v(2) = 14 \text{ m/s}$
Acceleration is the derivative of velocity with respect to time:
Since acceleration is constant, at $t = 2$ seconds, $a = 6 \text{ m/s}^2$
Problem: An object moves with velocity given by $v(t) = 2t + 5$ m/s. Find the displacement of the object between $t = 1$ s and $t = 3$ s.
Solution:
Displacement is the integral of velocity with respect to time:
$s = (9 + 15) - (1 + 5) = 18 \text{ meters}$
Problem: A force $F(x) = 3x^2 + 2$ N acts on an object. Calculate the work done by this force as the object moves from $x = 1$ m to $x = 3$ m.
Solution:
Work done by a variable force is:
$W = (27 + 6) - (1 + 2) = 30 \text{ joules}$
Problem: A ball is thrown upward with an initial velocity of 20 m/s. The height of the ball is given by $h(t) = 20t - 5t^2$ meters. Find the maximum height reached by the ball.
Solution:
At maximum height, the velocity is momentarily zero. First, find the velocity by differentiating the height function:
Setting velocity to zero: $0 = 20 - 10t$ $t = 2$ seconds
Maximum height at $t = 2$ seconds:
Problem: The electric potential at a distance $r$ from a point charge is given by $V(r) = \frac{kQ}{r}$, where $k$ is Coulomb's constant and $Q$ is the charge. Find the electric field as a function of $r$.
Solution:
The electric field is the negative derivative of the potential with respect to distance:
This is Coulomb's law for the electric field of a point charge.
