Topics
Relations and Functions
Relations and Functions
Algebra
Inverse Trigonometric Functions
Matrices
- Concept of Matrices
- Types of Matrices
- Equality of Matrices
- Operations on Matrices> Addition and Subtraction of Matrices
- Operations on Matrices>Scalar Multiplication
- Operations on Matrices> Matrix Multiplication
- Transpose of a Matrix
- Symmetric and Skew Symmetric Matrices
- Invertible Matrices
- Overview of Matrices
Calculus
Determinants
Vectors and Three-dimensional Geometry
Continuity and Differentiability
- Continuous and Discontinuous Functions
- Algebra of Continuous Functions
- Concept of Differentiability
- Derivatives of Composite Functions
- Derivative of Implicit Functions
- Derivative of Inverse Function
- Exponential and Logarithmic Functions
- Logarithmic Differentiation
- Derivatives of Functions in Parametric Forms
- Second Order Derivative
- Overview of Continuity and Differentiability
Linear Programming
Probability
Applications of Derivatives
Integrals
- Introduction of Integrals
- Integration as an Inverse Process of Differentiation
- Properties of Indefinite Integral
- Methods of Integration> Integration by Substitution
- Methods of Integration>Integration Using Trigonometric Identities
- Methods of Integration> Integration Using Partial Fraction
- Methods of Integration> Integration by Parts
- Integrals of Some Particular Functions
- Definite Integrals
- Fundamental Theorem of Integral Calculus
- Evaluation of Definite Integrals by Substitution
- Properties of Definite Integrals
- Overview of Integrals
Sets
Applications of the Integrals
Differential Equations
- Basic Concepts of Differential Equations
- Order and Degree of a Differential Equation
- General and Particular Solutions of a Differential Equation
- Methods of Solving Differential Equations> Variable Separable Differential Equations
- Methods of Solving Differential Equations> Homogeneous Differential Equations
- Methods of Solving Differential Equations>Linear Differential Equations
- Overview of Differential Equations
Vectors
- Basic Concepts of Vector Algebra
- Direction Ratios, Direction Cosine & Direction Angles
- Types of Vectors in Algebra
- Algebra of Vector Addition
- Multiplication in Vector Algebra
- Components of Vector in Algebra
- Vector Joining Two Points in Algebra
- Section Formula in Vector Algebra
- Product of Two Vectors
- Overview of Vectors
Three - Dimensional Geometry
Linear Programming
Probability
Introduction
Differentiability is a core concept in calculus that determines whether a function has a well-defined derivative (or a continuous rate of change) at a particular point. The process of finding this derivative is called differentiation.
Definition: Derivative
The derivative of a real function f at a point c in its domain is defined as:
\[f'(c) = \lim_{h \to 0} \frac{f(c+h) - f(c)}{h}\]
Basic rules of differentiation
If $u$ and v are differentiable functions, then:
-
\[(u \pm v)' = u' \pm v'\]
-
\[(uv)' = u'v + uv'\]
-
\[\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}, v \neq 0\]
Standard Derivatives
-
\[\frac{d}{dx}(x^n) = nx^{n-1}\]
-
\[\frac{d}{dx}(\sin x) = \cos x\]
-
\[\frac{d}{dx}(\cos x) = -\sin x\]
-
\[\frac{d}{dx}(\tan x) = \sec^2 x\]
Theorem: Differentiability ⇒ Continuity
If a function \[f\] is differentiable at a point \[c\], then it is also continuous at that point.
Proof: Since \[f\] is differentiable at \[c\], we have
But for \[x \neq c\], we have
Therefore \[\lim_{x \to c} [f(x) - f(c)] = \lim_{x \to c} \left[ \frac{f(x) - f(c)}{x - c} \cdot (x - c) \right]\]
or \[\lim_{x \to c} [f(x)] - \lim_{x \to c} [f(c)] = \lim_{x \to c} \left[ \frac{f(x) - f(c)}{x - c} \right] \cdot \lim_{x \to c} [(x - c)]\]
\[= f'(c) \cdot 0 = 0\]
or \[\lim_{x \to c} f(x) = f(c)\]
Hence \[f\] is continuous at \[x = c\].
Key Points: Differentiability
-
Derivative exists only when the defining limit exists.
-
Differentiability at a point means the function has a valid derivative there.
-
Every differentiable function is continuous at that point.
-
Every continuous function is not necessarily differentiable.
