86% found this document useful (7 votes)
5K views4 pages

Class 12 Calculus Formula Sheet

This document is a formula sheet for Class 12 CBSE Mathematics focusing on Calculus, covering key concepts in continuity, differentiability, integration, and differential equations. It includes basic derivatives, rules of differentiation, applications of derivatives, integration techniques, and applications of integrals. Additionally, it outlines the general form and methods for solving differential equations.
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
86% found this document useful (7 votes)
5K views4 pages

Class 12 Calculus Formula Sheet

This document is a formula sheet for Class 12 CBSE Mathematics focusing on Calculus, covering key concepts in continuity, differentiability, integration, and differential equations. It includes basic derivatives, rules of differentiation, applications of derivatives, integration techniques, and applications of integrals. Additionally, it outlines the general form and methods for solving differential equations.
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

Class 12 CBSE Mathematics –

Calculus Formula Sheet

1. Continuity and Differentiability


Basic Derivatives
 d/dx(xⁿ) = n·xⁿ⁻¹
 d/dx(sin x) = cos x
 d/dx(cos x) = -sin x
 d/dx(tan x) = sec²x
 d/dx(cot x) = -csc²x
 d/dx(sec x) = sec x·tan x
 d/dx(csc x) = -csc x·cot x
Exponential & Logarithmic
 d/dx(eˣ) = eˣ
 d/dx(aˣ) = aˣ·ln a
 d/dx(ln x) = 1/x
Inverse Trigonometric Functions
 d/dx(sin⁻¹x) = 1/√(1 - x²)
 d/dx(cos⁻¹x) = -1/√(1 - x²)
 d/dx(tan⁻¹x) = 1/(1 + x²)
 d/dx(cot⁻¹x) = -1/(1 + x²)
 d/dx(sec⁻¹x) = 1 / [|x|√(x² - 1)]
 d/dx(csc⁻¹x) = -1 / [|x|√(x² - 1)]
Rules of Differentiation
 Product Rule: (uv)' = u'v + uv'
 Quotient Rule: (u/v)' = (vu' - uv') / v²
 Chain Rule: dy/dx = dy/du · du/dx

2. Application of Derivatives
Rate of Change
 dy/dx represents the rate of change of y with
respect to x
Monotonicity
 f'(x) > 0 → Increasing
 f'(x) < 0 → Decreasing
Maxima & Minima
 First Derivative Test:
o f' changes + to − ⇒ Local Max

o f' changes − to + ⇒ Local Min

 Second Derivative Test:


o f'(a) = 0 and f''(a) > 0 ⇒ Local Min

o f'(a) = 0 and f''(a) < 0 ⇒ Local Max

3. Integrals
Basic Integration
 ∫xⁿ dx = xⁿ⁺¹ / (n + 1) + C (n ≠ -1)
 ∫1/x dx = ln|x| + C
 ∫eˣ dx = eˣ + C
 ∫aˣ dx = aˣ / ln a + C
Trigonometric Integrals
 ∫sin x dx = -cos x + C
 ∫cos x dx = sin x + C
 ∫sec²x dx = tan x + C
 ∫csc²x dx = -cot x + C
 ∫sec x tan x dx = sec x + C
 ∫csc x cot x dx = -csc x + C
Inverse Trigonometric Integrals
 ∫1/√(1 - x²) dx = sin⁻¹x + C
 ∫1/(1 + x²) dx = tan⁻¹x + C
 ∫1/(x√(x² - 1)) dx = sec⁻¹|x| + C
Integration Methods
 Substitution
 By Parts:
∫u·v dx = u∫v dx − ∫(du/dx ∫v dx) dx

4. Application of Integrals
Area Under Curves
 ∫ₐᵇ f(x) dx gives area under the curve y = f(x)
 ∫ₐᵇ [f(x) − g(x)] dx gives area between two curves
5. Differential Equations
General Form
 dy/dx = f(x, y)
Variable Separable Form
 dy/dx = g(x)h(y) ⇒ ∫1/h(y) dy = ∫g(x) dx
Linear Differential Equation
 dy/dx + P(x)y = Q(x)
 Integrating Factor: IF = e^∫P(x) dx
 General Solution: y·IF = ∫Q(x)·IF dx + C

Common questions

Powered by AI

The first derivative test identifies local extrema by analyzing changes in the sign of f'(x). A change from positive to negative indicates a local maximum, and negative to positive indicates a local minimum. The second derivative test provides further confirmation: if f'(a) = 0 and f''(a) > 0, there is a local minimum; if f''(a) < 0, there is a local maximum. For f(x) = x³ - 3x² + 2, f'(x) = 3x² - 6x = 3x(x-2). Critical points are x = 0 and x = 2. f''(x) = 6x - 6 determines that f''(0) = -6 < 0 (local max), and f''(2) = 6 > 0 (local min).

The chain rule is used to differentiate composite functions, where one function is inside another, by multiplying the derivative of the outer function by the derivative of the inner function. If we have a function y = f(g(x)), then the derivative, dy/dx, is found by multiplying dy/du by du/dx where u = g(x). For example, if y = sin(x²), we set u = x², then dy/du = cos(u) and du/dx = 2x. Thus, dy/dx = cos(x²) * 2x = 2x*cos(x²).

To determine if a function is increasing or decreasing, examine the sign of its first derivative: if f'(x) > 0, the function is increasing; if f'(x) < 0, it is decreasing. For example, consider f(x) = x³. The derivative f'(x) = 3x². Since 3x² is always non-negative and equals zero only at x = 0, the function is increasing on intervals where x ≠ 0 .

Solving a first-order linear differential equation, dy/dx + P(x)y = Q(x), involves using an integrating factor, IF = e^∫P(x) dx. Multiply through by IF to make the left side a product derivative dy/dx (IF·y) = IF·Q(x). Integrate both sides to find the solution. For dy/dx + y = eˣ, IF = e^∫1 dx = eˣ. The equation becomes dy/dx (eˣ·y) = e²ˣ. Integrating gives eˣ·y = (e²ˣ)/2 + C, thus y = eˣ/2 + Ce⁻ˣ .

The product rule is important for differentiating functions that are the product of two or more functions. It states that the derivative of uv is u'v + uv'. For y = x²eˣ, take u = x² and v = eˣ, then u' = 2x and v' = eˣ. Applying the product rule, dy/dx = (2x)(eˣ) + (x²)(eˣ) = eˣ(2x + x²).

The differentiation rule for an inverse trigonometric function such as f(x) = tan⁻¹(x) is d/dx(tan⁻¹(x)) = 1/(1 + x²). It results in a straightforward application: if f(x) = tan⁻¹(x), then f'(x) = 1/(1 + x²).

The area under a curve from x = a to x = b is determined by the definite integral ∫ₐᵇ f(x) dx. For example, to find the area under y = x² from x = 0 to x = 2, calculate ∫₀² x² dx = [x³/3]₀² = (8/3) - 0 = 8/3 .

Substitution simplifies integrals by changing variables to match recognizable integral forms. For ∫2x*x² dx, set u = x², then du = 2x dx, and the integral becomes ∫u du = u²/2 + C = (x⁴)/2 + C. Integration by parts, based on ∫udv = uv - ∫vdu, is used when integrals are products of functions. For ∫x eˣ dx, set u = x, dv = eˣdx, then du = dx, v = eˣ, leading to xeˣ - ∫eˣ dx = xeˣ - eˣ + C .

Variables in a separable differential equation are rearranged such that all y terms are on one side and x terms on the other, allowing direct integration. For dy/dx = x/y, rewrite as y dy = x dx, leading to ∫y dy = ∫x dx. Integrate both sides: y²/2 = x²/2 + C, giving y² = x² + C .

The second derivative indicates the concavity of a function: if f''(x) > 0, the function is concave up; if f''(x) < 0, concave down. Inflection points occur where f''(x) changes sign. For f(x) = x³ - 3x, f''(x) = 6x, so the sign changes at x = 0 (inflection point). Here, f(x) changes from concave down to up .

You might also like