Complete Class 10 Mathematics Formulas – All Chapters (CBSE 2026-27)

This is the only Class 10 Maths formula guide you need for CBSE 2025–26 board exams. Every chapter is covered not just the formula list, but the context, application, and exam strategy behind each formula. Bookmark this page and return to it every revision session.

Why Formula Command is Non-Negotiable in Class 10 Maths

Class 10 Mathematics is structured around approximately 80 core formulas spread across 15 chapters. Unlike subjects where marks come from memory, Maths rewards strategic formula application under timed conditions. A student who understands when to apply a formula not just what it says consistently outperforms a student who has merely memorised it.

CBSE board papers are designed to test three things simultaneously formula recall, contextual application, and accuracy under pressure. This means rote memorisation is necessary but not sufficient. Every formula in this guide is presented alongside its exam context the type of question it is most likely to appear in and the mistake that most commonly costs marks.

  • Real Numbers
  • Polynomials
  • Linear Equations
  • Quadratic Equations
  • AP
  • Triangles
  • Coordinate Geometry
  • Trigonometry
  • Circles
  • Surface Areas & Volumes
  • Statistics
  • Probability

Real Numbers

Real Numbers is typically the first chapter and sets the tone for the year. It introduces two foundational tools Euclid’s Division Algorithm for finding HCF, and the Fundamental Theorem of Arithmetic for prime factorisation. Questions from this chapter tend to be direct and procedural, making it a reliable source of early marks in the exam.

Euclid’s Division Algorithm

The algorithm expresses any integer as a combination of another integer, a quotient, and a remainder. It is the systematic procedure behind finding the Highest Common Factor (HCF) of two numbers.

Euclid’s Division Lemma a = bq + r, where 0 ≤ r < b

To find HCF(a, b), apply the lemma repeatedly: divide the larger number by the smaller, then replace the larger with the smaller and the smaller with the remainder. Continue until the remainder is zero. The last non-zero divisor is the HCF.

Exam tip: Always show every step of the division process when applying Euclid’s Algorithm each step carries method marks. Skipping to the answer directly risks losing 1–2 marks even if the final answer is correct.

HCF and LCM Formulas

Formula Description
HCF × LCM = a × b For any two positive integers a and b
LCM(a,b) = (a × b) / HCF(a,b) Derive LCM once HCF is known
HCF(a,b) = (a × b) / LCM(a,b) Derive HCF from LCM

Fundamental Theorem of Arithmetic

Every composite number greater than 1 can be expressed as a unique product of prime numbers, regardless of the order in which those primes are written. This theorem underpins prime factorisation and is used to prove the irrationality of numbers like √2, √3, and √5.

Application: To prove that a number like √2 is irrational, assume it is rational (p/q in lowest terms), then show that 2 divides both p and q — a contradiction. This is a standard 3-mark proof question in CBSE exams.

Polynomials

The Polynomials chapter tests your understanding of the geometric meaning of zeros (the x-intercepts of the polynomial’s graph) and the algebraic relationship between zeros and coefficients. These relationships are powerful shortcuts they allow you to find unknown zeros without solving the full equation.

Types of Polynomials

Type Standard Form Degree Number of Zeros
Linear ax + b 1 1
Quadratic ax² + bx + c 2 At most 2
Cubic ax³ + bx² + cx + d 3 At most 3

Relationship Between Zeros and Coefficients

For Quadratic Polynomial ax² + bx + c (zeros: α and β)

α + β = −b/a (Sum of zeros) αβ = c/a (Product of zeros)

For Cubic Polynomial ax³ + bx² + cx + d (zeros: α, β, γ)

α + β + γ = −b/a (Sum of zeros) αβ + βγ + αγ = c/a (Sum of products of pairs) αβγ = −d/a (Product of all zeros)

Common mistake: Students often write the product of cubic zeros as +d/a. The correct formula is −d/a. The negative sign applies to the product of all three zeros in a cubic, just as −b/a applies to the sum. Always double-check the sign.

Division Algorithm for Polynomials

p(x) = g(x) × q(x) + r(x) where degree of r(x) < degree of g(x), or r(x) = 0

This mirrors Euclid’s Division Lemma but for polynomials. It is used to verify zeros, find missing coefficients, or determine what polynomial was divided.

Pair of Linear Equations in Two Variables

This chapter combines algebra with geometry. Every pair of linear equations in two variables represents two straight lines in a coordinate plane. The nature of their intersection or lack thereof determines the type of solution. Understanding the ratio conditions is what separates conceptual understanding from mechanical solving.

Standard Form

a₁x + b₁y + c₁ = 0 a₂x + b₂y + c₂ = 0

Conditions for Type of Solution

Condition Geometric Interpretation Type of Solution
a₁/a₂ ≠ b₁/b₂ Lines intersect at one point Unique solution
a₁/a₂ = b₁/b₂ = c₁/c₂ Lines coincide (overlap) Infinitely many solutions
a₁/a₂ = b₁/b₂ ≠ c₁/c₂ Lines are parallel No solution

Methods of Solving

Substitution Method

Express one variable in terms of the other from either equation, then substitute into the second equation. Best when one equation has a variable with coefficient 1 or −1.

Elimination Method

Multiply one or both equations by suitable constants so that the coefficient of one variable becomes equal in both. Then add or subtract the equations to eliminate that variable. Most efficient when coefficients are larger numbers.

Cross-Multiplication (Cramer’s Rule)

x = (b₁c₂ − b₂c₁) / (a₁b₂ − a₂b₁) y = (a₂c₁ − a₁c₂) / (a₁b₂ − a₂b₁)

Fastest method for direct substitution. Ideal for word problems where the equations are already clearly defined and speed matters.

Exam tip: When a question asks you to find k such that the system has “no solution” or “infinitely many solutions”, set up the ratio conditions and solve for k directly. No actual solving of the system is needed this is a pure concept question worth 2 marks.

Quadratic Equations

Quadratic equations are among the most heavily tested topics in Class 10. The chapter appears in both short-answer (2-mark) and long-answer (4-mark) questions, and almost always contributes to word problems. Mastering the quadratic formula and discriminant is essential — not optional.

Standard Form

ax² + bx + c = 0, where a ≠ 0

The Quadratic Formula

x = [−b ± √(b² − 4ac)] / 2a

This formula gives both roots in a single expression. The ± means you compute two values: one with addition and one with subtraction. When the discriminant is zero, both roots are identical and you only get one value.

The Discriminant

The discriminant (Δ) is the expression under the square root in the quadratic formula. It reveals the nature of the roots without solving the full equation — making it a powerful 1-step tool for conceptual questions.

Δ = b² − 4ac
Discriminant Value Nature of Roots Example
Δ > 0 Two distinct real roots x² − 5x + 6 = 0, Δ = 1
Δ = 0 Two equal (repeated) real roots x² − 4x + 4 = 0, Δ = 0
Δ < 0 No real roots (imaginary) x² + x + 1 = 0, Δ = −3

Sum and Product of Roots

Formula Expression
Sum of roots α + β = −b/a
Product of roots αβ = c/a
Quadratic from roots x² − (sum)x + (product) = 0

Forming a quadratic from roots: If you are told the roots are 3 and −5, the quadratic is x² − (3 + (−5))x + (3 × −5) = x² + 2x − 15 = 0. This reverse process is asked in at least one board question every year.

Arithmetic Progressions (AP)

Arithmetic Progressions reward students who understand the structure of the chapter. The nth term formula and sum formula are the two core tools. Every single question in this chapter from finding a specific term to summing a range of terms — can be solved using these two formulas in combination.

General Form of an AP

a, a+d, a+2d, a+3d, … where a = first term, d = common difference

Core AP Formulas

Formula What It Finds Notes
aₙ = a + (n−1)d The nth term of an AP n starts at 1, not 0
Sₙ = n/2 [2a + (n−1)d] Sum of first n terms Use when last term is unknown
Sₙ = n/2 [a + l] Sum using first and last term Use when last term l is given
d = aₙ − aₙ₋₁ Common difference Subtract any term from the next

Sum of Natural Numbers (Special Cases)

Series Formula
1 + 2 + 3 + … + n n(n+1)/2
1² + 2² + 3² + … + n² n(n+1)(2n+1)/6
1³ + 2³ + 3³ + … + n³ [n(n+1)/2]²

Common mistake: When finding the number of terms n in an AP, students often get a non-integer answer and assume it is correct. If n is not a positive integer, there is an error somewhere. Check whether the common difference d has the correct sign, and verify that you are solving for n, not for a term value.

Triangles

The Triangles chapter is concept-heavy but formula-light. The marks come from knowing which similarity criterion applies to a given figure and correctly applying the theorems in proof questions. The Pythagoras theorem and its converse are the two most practically tested results.

Similarity Criteria

Criterion Condition Required
AAA (or AA) All three corresponding angles are equal (two is sufficient)
SSS All three pairs of corresponding sides are in the same ratio
SAS Two sides in same ratio AND the included angle is equal

Important Theorems

Theorem Statement / Formula
Basic Proportionality Theorem (Thales) If DE ∥ BC in triangle ABC, then AD/DB = AE/EC
Pythagoras Theorem c² = a² + b² (hypotenuse² = sum of other two sides²)
Converse of Pythagoras If c² = a² + b², the triangle is right-angled at the vertex opposite c
Areas of Similar Triangles Ratio of areas = (ratio of corresponding sides)²

Insight: The Areas of Similar Triangles result is frequently tested in 3-mark questions. If two triangles are similar in ratio 3:4, their areas are in ratio 9:16 — the ratio is squared, not doubled. This distinction catches many students off guard.

Coordinate Geometry

Coordinate geometry requires integrating three formulas distance, section, and area often within a single problem. The key skill is recognising which formula is the entry point for a given question and sequencing the steps correctly.

Core Formulas

Formula Name Expression Use Case
Distance Formula d = √[(x₂−x₁)² + (y₂−y₁)²] Length of a segment; verify quadrilateral type
Section Formula (Internal) x = (mx₂+nx₁)/(m+n), y = (my₂+ny₁)/(m+n) Point dividing a segment in ratio m:n
Midpoint Formula x = (x₁+x₂)/2, y = (y₁+y₂)/2 Section formula with ratio 1:1
Area of Triangle ½|x₁(y₂−y₃) + x₂(y₃−y₁) + x₃(y₁−y₂)| Area from coordinates; collinearity check
Section Formula (External) x = (mx₂−nx₁)/(m−n), y = (my₂−ny₁)/(m−n) External division; less common in Class 10

Collinearity shortcut: If the area of a triangle formed by three points evaluates to zero, the three points are collinear. This is faster than the slope method and avoids the need to compute gradients.

Introduction to Trigonometry

Trigonometry is consistently among the top three highest-scoring chapters in Class 10 for well-prepared students. The formulas are fixed and finite — once you have mastered the six ratios, three Pythagorean identities, and the standard angle table, you have the tools to solve every question in this chapter.

Six Trigonometric Ratios (for angle θ in a right triangle)

Ratio Formula Reciprocal Relation
sin θ Opposite / Hypotenuse cosec θ = 1/sin θ
cos θ Adjacent / Hypotenuse sec θ = 1/cos θ
tan θ Opposite / Adjacent cot θ = 1/tan θ
cot θ Adjacent / Opposite tan θ = 1/cot θ
sec θ Hypotenuse / Adjacent cos θ = 1/sec θ
cosec θ Hypotenuse / Opposite sin θ = 1/cosec θ

Three Pythagorean Identities

sin²θ + cos²θ = 1 (Primary identity) 1 + tan²θ = sec²θ 1 + cot²θ = cosec²θ

These identities are derived from each other by dividing the primary identity by cos²θ or sin²θ. They are used to simplify expressions and prove other identities a staple of the 4-mark proof question.

Standard Angle Values

Angle sin θ cos θ tan θ cosec θ sec θ cot θ
0 1 0 1
30° 1/2 √3/2 1/√3 2 2/√3 √3
45° 1/√2 1/√2 1 √2 √2 1
60° √3/2 1/2 √3 2/√3 2 1/√3
90° 1 0 1 0

indicates the value is undefined

Memory trick for sin values: Think √0/2, √1/2, √2/2, √3/2, √4/2 for angles 0°, 30°, 45°, 60°, 90°. Simplify: 0, 1/2, 1/√2, √3/2, 1. For cos, reverse the order.

Complementary Angle Formulas

Formula Simplifies To
sin(90° − θ) cos θ
cos(90° − θ) sin θ
tan(90° − θ) cot θ
cot(90° − θ) tan θ
sec(90° − θ) cosec θ
cosec(90° − θ) sec θ

Some Applications of Trigonometry (Height and Distance)

This chapter applies trigonometric ratios to real-world problems involving heights of buildings, towers, trees, and distances across rivers or between two points. Every problem in this chapter reduces to a right triangle — your job is to correctly identify the angle, the sides, and the appropriate ratio.

Important Terms

Term Definition
Angle of Elevation Angle formed above the horizontal when looking up at an object
Angle of Depression Angle formed below the horizontal when looking down at an object
Line of Sight Straight line from the observer’s eye to the object

Working Formulas

tan θ = Height / Horizontal Distance Height = Horizontal Distance × tan θ Horizontal Distance = Height / tan θ

Alternate angles: The angle of depression from point A to point B is equal to the angle of elevation from point B to point A (alternate interior angles formed by the horizontal and the line of sight). Use this to simplify two-angle problems it converts the depression angle into an elevation angle in the lower triangle.

Book a Counseling Session

Circles

Circle geometry in Class 10 is theorem-driven. The questions test whether you can correctly identify the geometric situation (tangent from an external point, tangent-secant relationship) and apply the right theorem. Proof questions from this chapter carry up to 4 marks.

Basic Circle Formulas

Property Formula
Circumference C = 2πr
Area A = πr²
Length of tangent from external point L = √(d² − r²) where d = distance from centre
Tangent-Secant relationship (tangent)² = external segment × whole secant

Circle Theorems

  • Tangent-Radius Perpendicularity: A tangent drawn to a circle at any point is perpendicular to the radius at that point. This is the most commonly used theorem in proofs.
  • Equal Tangents from External Point: The two tangents drawn from an external point to a circle are always equal in length. This is used to find unknown lengths in complex figures.
  • Angle Subtended at Centre: The angle subtended by an arc at the centre is twice the angle it subtends at any point on the remaining part of the circle.

Areas Related to Circles

This chapter extends basic circle area to composite figures involving sectors, segments, and combinations of shapes. The key is knowing which area to add and which to subtract.

Sector and Segment Formulas

Quantity Formula (angle in degrees) Formula (angle in radians)
Area of sector (θ/360°) × πr² ½r²θ
Length of arc (θ/360°) × 2πr
Area of segment Area of sector − Area of triangle formed by the chord and radii

Special Shape Areas

Shape Area Formula
Ring / Annulus (two concentric circles) π(R² − r²)
Semicircle πr²/2
Quarter circle πr²/4

Surface Areas and Volumes

This chapter carries 12–15 marks in most board papers and is a reliable scoring area. The most important category is combination solids shapes formed by joining two standard solids. Knowing exactly which surfaces to include and which are internal (and therefore excluded) is what distinguishes a full-marks answer from a partial one.

Complete Formula Reference

Cube (side = a)

Quantity Formula
Total Surface Area 6a²
Volume

Cuboid (length l, breadth b, height h)

Quantity Formula
Total Surface Area 2(lb + bh + hl)
Volume l × b × h
Diagonal √(l² + b² + h²)

Cylinder (radius r, height h)

Quantity Formula
Curved Surface Area (CSA) 2πrh
Total Surface Area (TSA) 2πr(r + h)
Volume πr²h

Cone (radius r, height h, slant height l)

Quantity Formula
Slant height l = √(r² + h²)
Curved Surface Area πrl
Total Surface Area πr(r + l)
Volume ⅓πr²h

Sphere and Hemisphere (radius r)

Shape Surface Area Volume
Sphere 4πr² (4/3)πr³
Hemisphere (CSA) 2πr² (2/3)πr³
Hemisphere (TSA) 3πr²

Frustum of a Cone (radii r₁ and r₂, height h, slant height l)

Slant height: l = √[h² + (r₁ − r₂)²] Volume = ⅓πh(r₁² + r₂² + r₁r₂) Curved Surface Area = π(r₁ + r₂)l Total Surface Area = π(r₁ + r₂)l + π(r₁² + r₂²)

Combination solid rule: When two solids are joined (e.g., a cone placed on top of a cylinder), the circular face at the junction is internal. Do NOT include it in the total surface area. Only count the exposed outer surfaces.

Statistics

Statistics is procedural and predictable. Once you understand which formula applies to each method (direct, assumed mean, step deviation for mean; the class-finding process for median and mode), this chapter becomes one of the most reliable for full marks. The empirical relationship between mean, median, and mode ties the three measures together.

Mean — Three Calculation Methods

Method Formula Best Used When
Direct Method x̄ = Σfx / Σf Midpoint values are small and manageable
Assumed Mean Method x̄ = a + (Σfd / Σf), d = x − a Midpoint values are large
Step Deviation Method x̄ = a + h(Σfu / Σf), u = (x − a)/h Class width h is uniform — reduces computation most

Median for Grouped Data

Median = l + [(n/2 − cf) / f] × h

Where: l = lower class boundary of the median class, cf = cumulative frequency of the class before the median class, f = frequency of the median class, h = class width, n = total frequency.

To find the median class: compute n/2, then identify the class whose cumulative frequency first exceeds n/2.

Mode for Grouped Data

Mode = l + [(f₁ − f₀) / (2f₁ − f₀ − f₂)] × h

Where: l = lower boundary of the modal class (highest frequency class), f₁ = frequency of modal class, f₀ = frequency of the class before the modal class, f₂ = frequency of the class after the modal class, h = class width.

Empirical Relationship

Mode = 3 × Median − 2 × Mean

This approximate relationship holds for moderately skewed distributions. It is used to find the third measure when any two are known — a common 2-mark question that requires zero computation beyond substitution.

Common mistake: Students confuse the modal class (the class with the highest frequency) with the class having the highest cumulative frequency. Always scan the frequency column not the cumulative frequency column to identify the modal class.

Probability

Probability is conceptually straightforward but requires careful counting. The questions range from basic single-event probability to complementary events and more complex sample space problems (coins, dice, cards). This chapter is a consistent source of 1–3 mark questions that well-prepared students should secure in full.

Core Probability Formulas

Concept Formula / Value
Classical Probability P(E) = Number of favourable outcomes / Total number of outcomes
Complement Rule P(E̅) = 1 − P(E)
Range of probability 0 ≤ P(E) ≤ 1
Certain event P(sure event) = 1
Impossible event P(impossible event) = 0
Sum of all probabilities ΣP(Eᵢ) = 1 for all mutually exclusive events

Card problems remember: A standard deck has 52 cards, 4 suits (hearts, diamonds, clubs, spades), 13 cards per suit (A, 2–10, J, Q, K), 26 red cards, 26 black cards, 12 face cards (J, Q, K across all 4 suits), and 4 aces. These numbers come up in every card-based probability question.

Exam Strategy and Revision Plan

Having all the formulas is the starting point, not the finish line. How you revise, practise, and allocate your time in the final weeks determines whether these formulas translate into marks. Here is a structured approach built around CBSE board exam patterns.

Chapter-wise Priority and Time Allocation

Very High Priority
  • Trigonometry (20%)
  • Quadratic Equations (15%)
  • Surface Areas & Volumes (15%)
High Priority
  • Coordinate Geometry (12%)
  • Arithmetic Progressions (10%)
  • Statistics (10%)
Medium Priority
  • Polynomials (8%)
  • Real Numbers (5%)
  • Circles & Areas (5%)

Month-by-Month Revision Plan

3 Months Before Exam

  • Weeks 1–2: Complete all chapters and compile formulas chapter-wise in your own handwriting.
  • Weeks 3–4: Create a master formula booklet. Include derivations for the Pythagorean identities, AP sum formula, and discriminant.
  • Weeks 5–8: Solve all NCERT exercises and examples using only your formula booklet no textbook formulas while solving.
  • Weeks 9–12: Attempt at least five full previous year question papers under timed conditions (3 hours).

Final Month

  • Daily 30-minute formula revision: cycle through two chapters per day
  • For each formula, solve at least three different problem types to build flexibility
  • Maintain an error diary note every formula-related mistake, the chapter it came from, and the correction
  • Take one full mock test per week under exam conditions

Final Week

  • Two hours of formula revision daily focus entirely on high-priority chapters
  • Solve sample papers and previous year papers; do not attempt new topics
  • Prepare a one-page quick-reference cheat sheet (for revision only not for the exam)

Smart Study Techniques

  • Active recall over passive reading: Cover the formula column and try to reproduce it from the description. This is more effective than re-reading.
  • Spaced repetition: Review formulas from earlier chapters every three days, not just once. Forgetting is faster than most students expect.
  • Error categorisation: Classify your mistakes as either “formula error” (wrong formula), “sign error”, or “calculation error”. Each type needs a different fix.
  • Teach it back: If you can explain a formula’s derivation and application to someone else without notes, you truly understand it.

Important Constants and Values

Constant / Value Approximate Value Used In
π (pi) 3.14159… or 22/7 Circles, Surface Areas, Volumes
√2 1.414 Trigonometry, Distance Formula
√3 1.732 Trigonometry (30°, 60° values)
√5 2.236 Geometry, Pythagoras applications
e (Euler’s number) 2.71828… Not directly tested in Class 10

FAQs about Complete Class 10 Mathematics Formulas

Q. How do the zeros and coefficients of a polynomial relate, and why does this matter in board exams?

The relationship between zeros and coefficients allows you to find unknown roots or reconstruct a polynomial without solving the full equation. For a quadratic ax² + bx + c, the sum of zeros equals −b/a and the product equals c/a. For a cubic polynomial, an additional relation governs the sum of products of pairs of zeros (c/a). The most critical detail students miss is the sign of the product of cubic zeros it is −d/a, not +d/a. In board exams, these relations appear in questions where one zero is given and the remaining ones must be found, or where you must form a polynomial given its zeros. Being fluent with these shortcuts can save 3–4 minutes per question.

Q. What is the most reliable step-by-step method for solving height and distance problems?

Begin by drawing and labelling a precise diagram this is not optional. Mark the horizontal baseline, the vertical object, and the line of sight. Identify whether each angle is one of elevation or depression. In the vast majority of problems, tan θ is your primary ratio because you are dealing with the height (opposite) and the horizontal distance (adjacent) the hypotenuse is rarely needed unless the problem specifically gives or asks for the slant distance. Substitute the standard angle values directly: tan 30° = 1/√3, tan 45° = 1, tan 60° = √3. For two-angle problems involving two observers or two positions, set up two equations and solve simultaneously. The alternate angle property (angle of depression from A to B equals angle of elevation from B to A) is your most powerful simplification tool in these problems.

Q. Which surface area and volume formulas are most frequently tested, and what are the typical combination-solid problem types?

The four formulas that appear most often in board papers are: cone volume (⅓πr²h), sphere volume ((4/3)πr³), cylinder volume (πr²h), and hemisphere total surface area (3πr²). Combination solids shapes formed by joining or removing two standard solids — carry the highest marks (typically 4-mark questions). Common patterns include a cylinder topped with a hemisphere (add their volumes; for surface area, include the CSA of the cylinder and the curved surface of the hemisphere, but not the base circles at the junction), a cone inside a cylinder (subtract volumes for remaining space), and melting problems (equate volumes before and after, since surface area changes entirely). The frustum slant height formula l = √[h² + (r₁ − r₂)²] is distinct from the cone slant height formula and is a frequent source of errors.

Q. What is the correct process for finding mean, median, and mode from grouped data, and when does the empirical relationship apply?

For mean, choose the step deviation method when the class width is uniform and midpoints are large it dramatically reduces the arithmetic. For median, first compute cumulative frequencies, find n/2, then identify the class whose cumulative frequency first exceeds n/2 this is the median class. For mode, scan the frequency column (not cumulative frequency) for the highest value that class is the modal class. A very common error is using f₀ and f₂ from the wrong classes; f₀ is strictly the class immediately before the modal class, and f₂ is the class immediately after. The empirical relationship (Mode = 3 Median − 2 Mean) is an approximation for moderately skewed distributions. Use it only when you need to find one measure given the other two, and never in a question that asks you to calculate all three independently.

Q. How do the consistency conditions for a pair of linear equations work, and which solving method is most efficient for each question type?

The three ratio conditions are the backbone of this chapter’s conceptual questions. When a₁/a₂ ≠ b₁/b₂, the lines intersect and there is exactly one solution. When a₁/a₂ = b₁/b₂ = c₁/c₂, the lines coincide and there are infinitely many solutions. When a₁/a₂ = b₁/b₂ ≠ c₁/c₂, the lines are parallel and there is no solution. For solving, substitution works best when one coefficient is 1 or −1, elimination works best when coefficients are large or fractional, and cross-multiplication is fastest for word problems where the system structure is already clear. Questions asking “find k for no solution or infinite solutions” are pure ratio questions set up the equality of ratios and solve for k directly. No solving of the system is required, which makes them quick 2-mark wins for students who know the conditions.

How do you apply the section formula and distance formula together in coordinate geometry?

Many coordinate geometry problems require you to chain these formulas together. A typical multi-step question might ask you to: (1) use the section formula to find the coordinates of a point P that divides AB in ratio m:n, (2) use the distance formula to find the length AP or PB, and (3) use the area formula to verify that three points are collinear (area = 0 indicates collinearity). The midpoint formula is simply the section formula with ratio 1:1 — you do not need to memorise it separately. When verifying quadrilateral types, use the distance formula to find all four sides and both diagonals: a square has equal sides and equal diagonals, a rectangle has equal opposite sides and equal diagonals, a rhombus has all sides equal but unequal diagonals.

Leave a Comment

Your email address will not be published. Required fields are marked *

Book your Free Counseling Session

Our knowledgeable academic counsellors take the time to clearly explain every detail and answer all your questions.

Scroll to Top

Book a Counseling Session