Ultimate Maths Formulas Collection

🧮 Ultimate Maths Formulas Collection | All Classes (6-12) | NCERT Solutions 📚

🧮 Ultimate Maths Formulas Collection 📚

All essential formulas from Class 6 to 12 with NCERT solutions, examples, and interactive tools

Algebra

Essential algebraic formulas, equations, and identities for all classes

  • Quadratic Equations
  • Arithmetic Progressions
  • Polynomials
  • Linear Equations
  • Exponents & Logarithms
View Formulas →

Geometry

Formulas for shapes, angles, areas, and volumes

  • Triangles & Circles
  • Coordinate Geometry
  • 3D Shapes
  • Trigonometry
  • Mensuration
View Formulas →

Calculus

Differential and integral calculus formulas

  • Derivatives
  • Integrals
  • Limits
  • Applications
  • Vector Calculus
View Formulas →

Statistics & Probability

Formulas for data analysis and chance

  • Mean, Median, Mode
  • Standard Deviation
  • Probability Rules
  • Permutations
  • Combinations
View Formulas →

Vedic Maths

Ancient Indian techniques for fast calculations

  • Multiplication Tricks
  • Division Tricks
  • Square Roots
  • Cubes & Cube Roots
  • Verification Methods
Learn Tricks →

NCERT Solutions

Complete solutions for all NCERT maths textbooks

  • Class 10 Solutions
  • Class 12 Solutions
  • Solved Examples
  • Important Questions
  • Previous Year Papers
View Solutions →

Need Help Solving Maths Problems?

Get instant solutions to any maths problem with our AI-powered maths solver

Try Maths Solver Now

Algebra Formulas

Essential algebraic formulas for all classes from basic to advanced mathematics.

Quadratic Equations

For equation ax² + bx + c = 0:

Roots = [-b ± √(b² – 4ac)] / 2a

x = \frac{-b \pm \sqrt{b^2 – 4ac}}{2a}

Where D = b² – 4ac is called the discriminant

Example:

Find roots of x² – 5x + 6 = 0

Solution: a=1, b=-5, c=6

Roots = [5 ± √(25 – 24)] / 2 = [5 ± 1]/2

Therefore, x = 3 or x = 2

Arithmetic Progression (AP)

nth term: aₙ = a₁ + (n-1)d

Sum of first n terms: Sₙ = n/2 [2a₁ + (n-1)d] = n/2 (a₁ + aₙ)

a_n = a_1 + (n-1)d \\ S_n = \frac{n}{2} [2a_1 + (n-1)d]

Geometric Progression (GP)

nth term: aₙ = a₁ × rⁿ⁻¹

Sum of first n terms: Sₙ = a₁(1 – rⁿ)/(1 – r) when r ≠ 1

a_n = a_1 \cdot r^{n-1} \\ S_n = \frac{a_1(1 – r^n)}{1 – r}

Binomial Theorem

(a + b)ⁿ = ⁿC₀aⁿb⁰ + ⁿC₁aⁿ⁻¹b¹ + … + ⁿCₙa⁰bⁿ

(a + b)^n = \sum_{k=0}^n \binom{n}{k} a^{n-k}b^k

Logarithms

logₐ(mn) = logₐm + logₐn

logₐ(m/n) = logₐm – logₐn

logₐmⁿ = n logₐm

logₐb = logₖb / logₖa (Change of base)

\log_a(mn) = \log_a m + \log_a n \\ \log_a\left(\frac{m}{n}\right) = \log_a m – \log_a n

Geometry Formulas

Essential formulas for plane and solid geometry including coordinate geometry and trigonometry.

Triangles

Area = ½ × base × height

Pythagoras theorem: a² + b² = c² (for right triangles)

Heron’s formula: Area = √[s(s-a)(s-b)(s-c)] where s = (a+b+c)/2

A = \frac{1}{2} \times b \times h \\ a^2 + b^2 = c^2 \\ A = \sqrt{s(s-a)(s-b)(s-c)}

Circles

Area = πr²

Circumference = 2πr

Arc length = (θ/360) × 2πr

A = \pi r^2 \\ C = 2\pi r \\ L = \frac{\theta}{360} \times 2\pi r

Coordinate Geometry

Distance between (x₁,y₁) and (x₂,y₂): √[(x₂-x₁)² + (y₂-y₁)²]

Slope of line: m = (y₂-y₁)/(x₂-x₁)

Equation of line: y – y₁ = m(x – x₁)

d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2} \\ m = \frac{y_2-y_1}{x_2-x_1} \\ y – y_1 = m(x – x_1)

Trigonometry

sin²θ + cos²θ = 1

1 + tan²θ = sec²θ

1 + cot²θ = cosec²θ

sin(A±B) = sinA cosB ± cosA sinB

cos(A±B) = cosA cosB ∓ sinA sinB

\sin^2\theta + \cos^2\theta = 1 \\ 1 + \tan^2\theta = \sec^2\theta \\ \sin(A \pm B) = \sin A \cos B \pm \cos A \sin B

3D Geometry

Cube volume = a³

Cuboid volume = l × b × h

Sphere volume = (4/3)πr³

Cylinder volume = πr²h

V_{cube} = a^3 \\ V_{cuboid} = l \times b \times h \\ V_{sphere} = \frac{4}{3}\pi r^3

Calculus Formulas

Essential differentiation and integration formulas for Class 11 and 12 mathematics.

Differentiation

d/dx (xⁿ) = nxⁿ⁻¹

d/dx (sin x) = cos x

d/dx (cos x) = -sin x

d/dx (tan x) = sec² x

d/dx (eˣ) = eˣ

d/dx (ln x) = 1/x

\frac{d}{dx} (x^n) = nx^{n-1} \\ \frac{d}{dx} (\sin x) = \cos x \\ \frac{d}{dx} (e^x) = e^x

Integration

∫xⁿ dx = xⁿ⁺¹/(n+1) + C, n ≠ -1

∫(1/x) dx = ln|x| + C

∫eˣ dx = eˣ + C

∫sin x dx = -cos x + C

∫cos x dx = sin x + C

\int x^n dx = \frac{x^{n+1}}{n+1} + C \\ \int \frac{1}{x} dx = \ln|x| + C \\ \int \sin x dx = -\cos x + C

Definite Integrals

∫ₐᵇ f(x) dx = F(b) – F(a) where F'(x) = f(x)

∫ₐᵇ f(x) dx = ∫ₐᵇ f(a+b-x) dx

\int_a^b f(x) dx = F(b) – F(a) \\ \int_a^b f(x) dx = \int_a^b f(a+b-x) dx

Statistics & Probability Formulas

Essential formulas for data analysis and probability calculations.

Statistics

Mean = (Σxᵢ)/n

Median (odd n) = value at (n+1)/2 position

Median (even n) = average of values at n/2 and (n/2)+1 positions

Standard Deviation = √[Σ(xᵢ – x̄)²/n]

\bar{x} = \frac{\sum x_i}{n} \\ \sigma = \sqrt{\frac{\sum (x_i – \bar{x})^2}{n}}

Probability

P(E) = n(E)/n(S)

P(A∪B) = P(A) + P(B) – P(A∩B)

P(A’) = 1 – P(A)

Conditional Probability: P(A|B) = P(A∩B)/P(B)

P(E) = \frac{n(E)}{n(S)} \\ P(A \cup B) = P(A) + P(B) – P(A \cap B) \\ P(A|B) = \frac{P(A \cap B)}{P(B)}

Vedic Maths Tricks

Ancient Indian techniques for fast mental calculations.

Multiplication Tricks

Nikhilam Sutra (Base Method):

For numbers near powers of 10 (e.g., 98 × 97)

1. Write deviations from base (100): 98 (-2), 97 (-3)

2. Multiply deviations: (-2)×(-3) = 6

3. Cross add: 98 + (-3) = 95 or 97 + (-2) = 95

4. Answer: 9506

Squaring Numbers Ending with 5

(a5)² = a×(a+1) followed by 25

Example: 35² = 3×4 followed by 25 = 1225

Example: 75² = 7×8 followed by 25 = 5625

Vertically and Crosswise (Urdhva-Tiryagbhyam)

For 2-digit multiplication (e.g., 21 × 32):

1. Multiply vertically (left digits): 2×3 = 6

2. Multiply crosswise and add: (2×2)+(1×3) = 4+3 = 7

3. Multiply vertically (right digits): 1×2 = 2

4. Combine: 6 (7) 2 → 672 (middle digit may need carry)

NCERT Solutions

Complete chapter-wise solutions for NCERT mathematics textbooks.

Class 10 NCERT Solutions

Class 12 NCERT Solutions

For complete NCERT solutions with step-by-step explanations, visit our NCERT Solutions page.

Stuck on a Maths Problem?

Our AI-powered maths solver can help you solve any problem with step-by-step solutions

Found This Helpful?

Share this resource with classmates and help them master maths formulas too

© Maths Formulas Hub. All rights reserved. | Privacy Policy | Terms of Service | Contact Us

Disclaimer: This website is not affiliated with NCERT or any educational board. Formulas are provided for reference only.