NCERT Books

Area Of A Square Formula: Definition, Derivation, Solved Examples & Exam Tips

The Area Of A Square Formula is one of the most fundamental expressions in geometry, given by Area = side × side = s², where s is the length of any side of the square. This formula is introduced in NCERT Class 6 Maths (Chapter 10 – Mensuration) and continues to appear in Class 7, Class 8, and Class 9 syllabi. It is also tested in CBSE Board exams, and its applications extend to coordinate geometry problems in JEE Main and JEE Advanced. This article covers the complete formula, derivation, a full formula sheet, three progressive solved examples, CBSE exam tips, common mistakes, and JEE/NEET applications.

Area Of A Square Formula — Formula Chart for CBSE & JEE/NEET
Area Of A Square Formula Complete Formula Reference | ncertbooks.net

Key Area Of A Square Formulas at a Glance

Quick reference for the most important square area formulas used in CBSE and competitive exams.

Essential Formulas:
  • Area using side: \( A = s^2 \)
  • Area using diagonal: \( A = \dfrac{d^2}{2} \)
  • Side from area: \( s = \sqrt{A} \)
  • Perimeter of square: \( P = 4s \)
  • Diagonal of square: \( d = s\sqrt{2} \)
  • Side from diagonal: \( s = \dfrac{d}{\sqrt{2}} \)
  • Area from perimeter: \( A = \left(\dfrac{P}{4}\right)^2 \)

What is the Area Of A Square Formula?

The Area Of A Square Formula gives the total surface enclosed within the four equal sides of a square. A square is a regular quadrilateral — all four sides are equal in length, and all four interior angles are exactly 90°. Because of this symmetry, calculating its area is straightforward compared to other quadrilaterals.

In NCERT Class 6 Maths, Chapter 10 (Mensuration), students first encounter the concept of area as the amount of region covered by a flat shape. The square is one of the first shapes studied because its formula is the simplest: multiply the side length by itself. This concept is revisited in Class 7 Chapter 11 and Class 9 Chapter 12 with greater complexity.

The SI unit of area is the square metre (m²). Depending on the context, the area may also be expressed in cm², mm², km², or hectares. The Area Of A Square Formula is universally applicable — from measuring a floor tile to solving coordinate geometry problems in JEE Advanced.

According to the NCERT official website, mensuration is a core topic in the middle school mathematics curriculum and forms the foundation for higher geometry.

Area Of A Square Formula — Expression and Variables

The primary formula for the area of a square, using its side length, is:

\[ A = s^2 \]

An alternative formula uses the diagonal of the square:

\[ A = \frac{d^2}{2} \]

SymbolQuantitySI Unit
\( A \)Area of the squareSquare metre (m²)
\( s \)Length of one side of the squareMetre (m)
\( d \)Length of the diagonal of the squareMetre (m)

Derivation of the Area Of A Square Formula

A square is a special case of a rectangle where length equals breadth. The area of any rectangle is given by:

\[ A_{\text{rectangle}} = l \times b \]

For a square, length \( l = s \) and breadth \( b = s \). Substituting these equal values:

\[ A = s \times s = s^2 \]

For the diagonal formula: a square’s diagonal divides it into two right-angled triangles. Using the Pythagorean theorem, the diagonal \( d \) satisfies \( d^2 = s^2 + s^2 = 2s^2 \), so \( s^2 = \dfrac{d^2}{2} \). Since \( A = s^2 \), we get \( A = \dfrac{d^2}{2} \). This derivation links the Area Of A Square Formula directly to the Pythagorean Theorem Formula.

Complete Mensuration Formula Sheet for Squares and Related Shapes

Formula NameExpressionVariablesSI UnitsNCERT Chapter
Area of Square (side)\( A = s^2 \)s = side lengthClass 6, Ch 10
Area of Square (diagonal)\( A = \dfrac{d^2}{2} \)d = diagonal lengthClass 6, Ch 10
Perimeter of Square\( P = 4s \)s = side lengthmClass 6, Ch 10
Diagonal of Square\( d = s\sqrt{2} \)s = side lengthmClass 9, Ch 12
Side from Area\( s = \sqrt{A} \)A = areamClass 6, Ch 10
Area from Perimeter\( A = \left(\dfrac{P}{4}\right)^2 \)P = perimeterClass 7, Ch 11
Area of Rectangle\( A = l \times b \)l = length, b = breadthClass 6, Ch 10
Area of Triangle\( A = \dfrac{1}{2} \times b \times h \)b = base, h = heightClass 7, Ch 11
Area of Circle\( A = \pi r^2 \)r = radiusClass 7, Ch 11
Area of Parallelogram\( A = b \times h \)b = base, h = heightClass 9, Ch 9

Area Of A Square Formula — Solved Examples

Example 1 (Class 6-7 Level — Direct Application)

Problem: A square garden has a side length of 12 metres. Find the area of the garden.

Given: Side length \( s = 12 \) m

Step 1: Write the Area Of A Square Formula: \( A = s^2 \)

Step 2: Substitute the value: \( A = (12)^2 \)

Step 3: Calculate: \( A = 144 \) m²

Answer

The area of the garden is 144 m².

Example 2 (Class 9-10 Level — Using the Diagonal)

Problem: The diagonal of a square tile is \( 10\sqrt{2} \) cm. Find the area of the tile and the length of its side.

Given: Diagonal \( d = 10\sqrt{2} \) cm

Step 1: Use the diagonal-based area formula: \( A = \dfrac{d^2}{2} \)

Step 2: Calculate \( d^2 \): \( d^2 = (10\sqrt{2})^2 = 100 \times 2 = 200 \) cm²

Step 3: Find area: \( A = \dfrac{200}{2} = 100 \) cm²

Step 4: Find side length using \( s = \sqrt{A} \): \( s = \sqrt{100} = 10 \) cm

Verification: Check diagonal: \( d = s\sqrt{2} = 10\sqrt{2} \) cm ✓

Answer

Area of the tile = 100 cm²; Side length = 10 cm.

Example 3 (JEE/NEET Level — Coordinate Geometry Application)

Problem: The vertices of a square in a coordinate plane are at \( A(1, 1) \), \( B(4, 1) \), \( C(4, 4) \), and \( D(1, 4) \). Find the area of the square. Also, find the area of the circle that exactly circumscribes this square (circumscribed circle).

Given: Vertices \( A(1,1) \), \( B(4,1) \), \( C(4,4) \), \( D(1,4) \)

Step 1: Find the side length using the distance formula between \( A \) and \( B \):

\( s = \sqrt{(4-1)^2 + (1-1)^2} = \sqrt{9+0} = 3 \) units

Step 2: Apply the Area Of A Square Formula: \( A_{\text{square}} = s^2 = 3^2 = 9 \) sq. units

Step 3: Find the diagonal of the square: \( d = s\sqrt{2} = 3\sqrt{2} \) units

Step 4: The circumscribed circle has a diameter equal to the diagonal, so radius \( r = \dfrac{d}{2} = \dfrac{3\sqrt{2}}{2} \) units

Step 5: Area of circumscribed circle:

\( A_{\text{circle}} = \pi r^2 = \pi \times \left(\dfrac{3\sqrt{2}}{2}\right)^2 = \pi \times \dfrac{18}{4} = \dfrac{9\pi}{2} \) sq. units

Answer

Area of square = 9 sq. units; Area of circumscribed circle = \( \dfrac{9\pi}{2} \) sq. units ≈ 14.14 sq. units.

CBSE Exam Tips 2025-26 for Area Of A Square Formula

Exam Strategy for CBSE 2025-26
  • Memorise both forms: We recommend learning both \( A = s^2 \) and \( A = \dfrac{d^2}{2} \). CBSE Class 9 and 10 papers often give the diagonal and ask for the area.
  • Unit conversion is crucial: Always convert all measurements to the same unit before applying the formula. A common CBSE question gives side in cm but asks for area in m². Divide the final answer by 10,000.
  • Reverse application: Practice finding the side when area is given. Use \( s = \sqrt{A} \). CBSE frequently tests this in one-mark and two-mark questions.
  • Perimeter-area link: If the perimeter is given, find the side first using \( s = P/4 \), then apply \( A = s^2 \). This is a standard two-step CBSE question pattern for 2025-26.
  • Word problems: Read carefully whether the question asks for area of the square, area of the border/frame around it, or the shaded region. These are distinct calculations. Our experts suggest drawing a diagram for every word problem.
  • Show all steps: In CBSE board exams, even if the answer is obvious, write the formula first, substitute values, then state the answer with units. Marks are awarded at each step.

Common Mistakes to Avoid with the Area Of A Square Formula

  • Confusing perimeter with area: Students sometimes calculate \( 4s \) (perimeter) when the question asks for area \( s^2 \). Always re-read the question. Perimeter measures the boundary; area measures the enclosed region.
  • Forgetting to square the unit: If the side is 5 cm, the area is 25 cm², not 25 cm. Area is always expressed in square units. Omitting the squared unit loses marks in CBSE exams.
  • Using diameter instead of side in the diagonal formula: When applying \( A = \dfrac{d^2}{2} \), ensure \( d \) is the full diagonal, not half of it. Halving \( d \) before squaring is a very common error.
  • Mixing units: If one measurement is in metres and another in centimetres, students sometimes apply the formula without converting. Always standardise units first.
  • Applying the square formula to a rectangle: A rectangle is NOT a square unless both sides are equal. Verify that all four sides are equal before using \( A = s^2 \). Otherwise, use \( A = l \times b \).

JEE/NEET Application of the Area Of A Square Formula

In our experience, JEE aspirants encounter the Area Of A Square Formula most frequently in coordinate geometry, vectors, and integration-based area problems. Here are three key application patterns:

1. Coordinate Geometry — Area of a Square from Vertices

JEE Main regularly asks students to find the area of a square or rhombus given its four vertices in a coordinate plane. The approach is: compute the side length using the distance formula, then apply \( A = s^2 \). Alternatively, use the shoelace formula for any polygon. Recognising that a given quadrilateral is a square (equal sides, equal diagonals, perpendicular diagonals) is the key first step.

2. Integration — Area Between Curves Forming a Square

In JEE Advanced, problems sometimes involve finding the area enclosed by lines that form a square in the coordinate plane. Students must identify the vertices, compute the side, and use \( A = s^2 \) to verify their integral result. This cross-checks the answer efficiently.

3. Inscribed and Circumscribed Circles

A classic JEE pattern involves a circle inscribed in a square or a square inscribed in a circle. For a square with side \( s \): the inscribed circle has radius \( r = s/2 \), and the circumscribed circle has radius \( R = s\sqrt{2}/2 \). The ratio of the area of the square to the circumscribed circle is \( \dfrac{s^2}{\pi R^2} = \dfrac{2}{\pi} \). Memorising this ratio saves time in MCQ-based JEE Main questions.

For NEET, direct mensuration questions on area are less common, but the concept appears in physics problems involving cross-sectional area, surface area of conductors, and optics (square apertures). Knowing \( A = s^2 \) instantly helps in these calculations.

FAQs on Area Of A Square Formula

The Area Of A Square Formula is \( A = s^2 \), where \( s \) is the length of one side of the square. It gives the total region enclosed within the square’s four equal sides. An alternative form using the diagonal \( d \) is \( A = \dfrac{d^2}{2} \). The area is always expressed in square units such as cm², m², or km².

When only the diagonal \( d \) is known, use the formula \( A = \dfrac{d^2}{2} \). This is derived from the Pythagorean theorem: the diagonal of a square satisfies \( d^2 = s^2 + s^2 = 2s^2 \), so \( s^2 = \dfrac{d^2}{2} \). Since area equals \( s^2 \), substituting gives \( A = \dfrac{d^2}{2} \). For example, if \( d = 8 \) cm, then \( A = \dfrac{64}{2} = 32 \) cm².

The SI unit of area is the square metre (m²). However, depending on the scale of the problem, area may be expressed in cm², mm², km², or hectares (1 hectare = 10,000 m²). In CBSE exam problems, the unit of area is always the square of the unit used for the side. If the side is in centimetres, the area is in cm².

The Area Of A Square Formula forms the basis for coordinate geometry, integration, and mensuration problems in JEE Main and Advanced. It is used to find areas of squares defined by vertices, to calculate ratios of inscribed/circumscribed circles, and to verify results obtained through definite integration. A strong grasp of this formula speeds up problem-solving in MCQ-based competitive exams significantly.

The most common mistakes are: (1) confusing area \( s^2 \) with perimeter \( 4s \); (2) forgetting to write square units in the answer; (3) using half the diagonal instead of the full diagonal in \( A = d^2/2 \); (4) applying \( A = s^2 \) to a rectangle without verifying all sides are equal; and (5) not converting units before substituting values into the formula.

For more geometry and algebra formulas, explore our complete Algebra Formulas hub. You may also find these related articles helpful: Pythagorean Theorem Formula for understanding the diagonal derivation, Mean Median Mode Formula for statistics, and Exponential Function Formula for advanced algebra. Our experts at ncertbooks.net regularly update these guides to match the latest CBSE and NTA syllabus for 2025-26.