Admin 08 Jun 2026 01:02

 

Differentiation and Integration - Class 11 Physics Notes

Introduction

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

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).

Definition

The derivative of a function $f(x)$ with respect to $x$ is defined as:

$$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$$

Basic Differentiation Rules

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)$

Common Derivatives

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:

  • Newton's notation: $\dot{x}$ for derivative with respect to time
  • Leibniz's notation: $\frac{dx}{dt}$ for derivative of $x$ with respect to $t$

Integration

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.

Definition

The indefinite integral of a function $f(x)$ with respect to $x$ is:

$$\int f(x) dx = F(x) + C$$

where $C$ is the constant of integration.

The definite integral of a function $f(x)$ from $a$ to $b$ is:

$$\int_{a}^{b} f(x) dx = F(b) - F(a)$$

Basic Integration Rules

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$

Common Integrals

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$

Applications in Physics

  • Finding displacement from velocity: $s = \int v dt$
  • Finding velocity from acceleration: $v = \int a dt$
  • Calculating work done by a variable force: $W = \int F ds$
  • Finding center of mass of a continuous body
  • Calculating rotational inertia

Applications in Physics

Mechanics

  • Velocity: $v = \frac{ds}{dt}$ (derivative of displacement)
  • Acceleration: $a = \frac{dv}{dt} = \frac{d^2s}{dt^2}$ (second derivative of displacement)
  • Displacement from velocity: $s = \int v dt$
  • Velocity from acceleration: $v = \int a dt$
  • Work done by variable force: $W = \int F ds$

Electromagnetism

  • Electric field from potential: $E = -\frac{dV}{dr}$
  • Potential from electric field: $V = -\int E dr$
  • Current: $I = \frac{dQ}{dt}$ (rate of flow of charge)

Other Fields

  • Heat capacities: $C = \frac{dQ}{dT}$
  • Wave velocity: $v = \frac{dy}{dt}$

Solved Examples

Example 1: Finding Velocity and Acceleration

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:

$$v(t) = \frac{ds}{dt} = 6t + 2$$

At $t = 2$ seconds: $v(2) = 14 \text{ m/s}$

Acceleration is the derivative of velocity with respect to time:

$$a(t) = \frac{dv}{dt} = 6 \text{ m/s}^2$$

Since acceleration is constant, at $t = 2$ seconds, $a = 6 \text{ m/s}^2$

Example 2: Calculating Displacement from Velocity

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 = \int_{1}^{3} (2t + 5) dt = [t^2 + 5t]_{1}^{3}$$

$s = (9 + 15) - (1 + 5) = 18 \text{ meters}$

Example 3: Work Done by Variable Force

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 = \int_{1}^{3} (3x^2 + 2) dx = [x^3 + 2x]_{1}^{3}$$

$W = (27 + 6) - (1 + 2) = 30 \text{ joules}$

Example 4: Finding Maximum Height

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:

$$v(t) = \frac{dh}{dt} = 20 - 10t$$

Setting velocity to zero: $0 = 20 - 10t$ $t = 2$ seconds

Maximum height at $t = 2$ seconds:

$$h(2) = 20(2) - 5(2)^2 = 20 \text{ meters}$$

Example 5: Electric Field from Potential

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:

$$E(r) = -\frac{dV}{dr} = -\frac{d}{dr}\left(\frac{kQ}{r}\right)$$
$$E(r) = -\frac{d}{dr}(kQ r^{-1}) = -kQ(-1)r^{-2} = \frac{kQ}{r^2}$$

This is Coulomb's law for the electric field of a point charge.

Reference Files For Differentiation And Integration Class 11 Physics Notes
Screenshoot
File Name
15408128946.pdf

File Size
0.09 MB

File Type
PDF

File Site
Description
This file is just a reference file for Differentiation And Integration Class 11 Physics Notes. Does not guarantee that the specific things you want are included in it.
Direct download (wait 10 seconds)

Differentiation And Integration Class 11 Physics Notes and Reference File Download Link


admin
Admin
2026-06-08 01:02:16

HC Verma Solutions For Class 11 Physics Chapter 2 Physics And Mathematics and Reference Fi...


admin
Admin
2026-06-12 20:58:16

Physics Competition War Of The World Physics and Reference File Download Link


admin
Admin
2026-06-14 23:14:12

Lecture Notes On Differentiation and Reference File Download Link


admin
Admin
2026-06-08 07:50:18

Differentiation And Integration and Reference File Download Link


admin
Admin
2026-06-07 19:42:15