Physics Wallah

a²+b²+c² Formula with Examples

a² + b² + c² formula helps find the sum of squares of three numbers without squaring each one. Learn about a^2+b^2+c^2 formula derivation and how to use it with solved examples.
authorImageShivam Singh25 Sept, 2025
a²+b²+c² Formula

a² + b² + c² Formula helps us find the total of squares of three numbers—a, b, and c—in a quick and smart way. Instead of solving a², b², and c² separately, we can use one single formula to save time. The formula is a² + b² + c² = (a + b + c)² – 2ab – 2bc – 2ca.

This is one of the important formulas in algebra. We also call it the formula of a² + b² + c². It is made by expanding the square of (a + b + c). Many students also see a different formula called a² + b² = c², which is used in triangles. Keep reading to learn how to use the a^2 + b^2 + c^2 formula with easy-to-understand solved examples.

Read More: What is Factor?

What is a2+b2+c2 Formula?

a² + b² + c² formula is a basic rule in algebra that helps us find the sum of the squares of three numbers. This means if we have any three values like x, y, z or a, b, c, and we want to add their squares, we can use the formula a^2+b^2+c^2. In mathematics, a square means multiplying a number by itself. So a² means a × a, b² means b × b, and so on. Instead of solving each square one by one, the formula helps us do it in a faster way.

The formula of a2+b2+c2 is part of algebraic identities, which are special rules used to solve math problems. In algebra, we generally use letters like a, b, or c in place of numbers. These letters can stand for any value. 

a^2+b^2+c^2 Formula Derivation

As we learned, the a² + b² + c² formula is an important identity in algebra. It helps us find the total of squares of three terms without calculating each square one by one. To understand the a^2+b^2+c^2 formula derivation, let us start by looking at the square of a bracket.

We know that when we square a number or an expression, we multiply it by itself. So if we have (a + b + c)², it means we are doing: (a + b + c) × (a + b + c). Now, we will open this bracket step by step using the distributive rule, which means we will multiply each term in the first bracket with every term in the second bracket.

  • So first, let’s multiply a with (a + b + c):

    • a × a = a²

    • a × b = ab

    • a × c = ac

  • Now take b and multiply it with (a + b + c):

    • b × a = ba (which is the same as ab)

    • b × b = b²

    • b × c = bc

  • Now take c and multiply it with (a + b + c):

    • c × a = ca (same as ac)

    • c × b = cb (same as bc)

    • c × c = c²

  • Now, let’s put all these together: a² + ab + ac + ab + b² + bc + ac + bc + c²

  • Now group the similar terms like: a² + b² + c² + ab + ab + ac + ac + bc + bc

  • Now add the like terms: a² + b² + c² + 2ab + 2ac + 2bc

  • So we get: (a + b + c) ² = a² + b² + c² + 2ab + 2ac + 2bc

This is the full expansion of the square of (a + b + c). But we want only a² + b² + c², so we need to move the other terms (the ones with 2ab, 2bc, and 2ca) to the other side of the equation.

  • So we write: a² + b² + c² = (a + b + c) ² – 2ab – 2bc – 2ca

  • This is the final form of the a² + b² + c² formula.

So, the a^2 + b^2 + c^2 identity comes from simply expanding the square of three terms added together. This formula is very helpful in solving algebra problems, and it also saves time because we don’t have to calculate each square and product separately.

Read More: What are the Factors of 36?

a² + b² = c² Formula Overview

The formula a² + b² = c² is one of the most well-known formulas in mathematics. It is called the Pythagorean Theorem and is used to find the sides of a right-angled triangle. In this formula, a and b are the lengths of the two smaller sides (the ones that make the right angle), and c is the longest side, called the hypotenuse, which is the side opposite the right angle.

a² + b² = c² formula tells us that when we square the two shorter sides of a right-angled triangle and add them, we get the square of the longest side. For example, if one side is 3 units and the other is 4 units, then a² = 9 and b² = 16. When we add them, we get 25. So, c² = 25, which means c = 5.

a² + b² + c² Formula vs a² + b² = c² Formula: Are they the Same?

Both a^2+b^2+c^2 and a²+b²=c² may look similar as they have squares in them, but they are used in different ways and in different topics of mathematics.

  • The a² + b² + c² formula is used in algebra. It is a shortcut to find the sum of the squares of three numbers. We don’t use it for shapes or triangles.

  • The full formula is: a² + b² + c² = (a + b + c)² – 2ab – 2bc – 2ca. This helps us solve algebraic problems faster, especially when we work with expressions.

On the other hand, a² + b² = c² is a very famous formula from geometry, known as the Pythagorean Theorem. It is used only for right-angled triangles. In this, a and b are the shorter sides, and c is the hypotenuse (the longest side). This formula tells us how the sides of a triangle are related to each other.

So, the formula of a² + b² + c² is for general math problems in algebra, and a² + b² = c² is only for finding the sides of a right-angled triangle.

Read More: What is Factorization Formula? 

a² + b² + c² Formula with Solved Examples

To understand how the a² + b² + c² formula works, it is important to look at some examples with solutions. These will help students learn how to use the formula of a2+b2+c2 while solving real maths problems.

Example 1: Find the value of a² + b² + c² if a + b + c = 8 and ab + bc + ca = 5.

Solution:

We are given:

  • a + b + c = 8

  • ab + bc + ca = 5

We will use the formula of a² + b² + c²: a² + b² + c² = (a + b + c) ² – 2(ab + bc + ca)

Now substitute the values:
= (8)² – 2(5)
= 64 – 10
= 54

Answer: So, a² + b² + c² = 54.

Example 2: Find the value of a² + b² + c² if a + b + c = –6, 1/a + 1/b + 1/c = 1, and abc = –3.

Solution:

We are given:

  • a + b + c = –6

  • 1/a + 1/b + 1/c = 1

  • abc = –3

Step 1: Multiply the last two values: abc × (1/a + 1/b + 1/c) = –3 × 1 = –3

So, ab + bc + ca = –3

Now, use the a^2 + b^2 + c^2 formula: a² + b² + c² = (a + b + c)² – 2(ab + bc + ca)
= (–6)² – 2(–3)
= 36 + 6
= 42

Answer: So, a² + b² + c² = 42.

Example 3: Find the value of a² + b² + c² if a + b + c = 12 and ab + bc + ca = 20.

Solution:

Given:

  • a + b + c = 12

  • ab + bc + ca = 20

Use the formula of a2+b2+c2: a² + b² + c² = (a + b + c) ² – 2(ab + bc + ca)
= (12)² – 2(20)
= 144 – 40
= 104

Answer: So, a² + b² + c² = 104.

Also Read: Imperial system

Make Maths Simple with CuriousJr’s Interactive Maths Tuition

Does your child take extra time to understand math concepts or often feel unsure while solving questions at home? This is very common among children, especially when they need more practice or a different way of learning.

Curious Junior’s online Maths Tuition classes are specially designed to support children in their regular studies and build strong math skills through fun and easy methods.

Our two-teacher model makes sure that each child gets clear explanations and individual attention. While one teacher focuses on teaching the concept, the second teacher helps students practice and clear their doubts right away.

With features like interactive classes, regular homework help, personalized feedback, and daily performance tracking, these maths online tuition classes work hand-in-hand with your child’s school learning.

Book a demo class for maths today and see how CuriousJr's maths tuition can help your child become more confident and faster in mathematics.

a^2+b^2+c^2 Formula FAQs

What is a Square Plus b Square Plus c Square Formula?

The formula of a² + b² + c² is used to find the sum of squares of three numbers. It is: a² + b² + c² = (a + b + c)² – 2(ab + bc + ca).

How to derive a^2+b^2+c^2 formula using a^2+b^2 formula?

We know that (a + b + c)² = a² + b² + c² + 2ab + 2bc + 2ca. So to find only a² + b² + c², we subtract the rest: a² + b² + c² = (a + b + c)² – 2ab – 2bc – 2ca.

When to use the formula of a^2+b^2+c^2?

We use the a² + b² + c² formula when we know the values of a + b + c and ab + bc + ca and want to find the total of a² + b² + c². It is commonly used in algebra and identities.

What is the a^2+b^2+c^2 formula?

This is the Pythagoras Theorem, used in geometry for right-angled triangles. In this formula, a and b are the two shorter sides and c is the hypotenuse. It means the square of the longest side is equal to the sum of the squares of the other two sides.
Join 15 Million students on the app today!
Point IconLive & recorded classes available at ease
Point IconDashboard for progress tracking
Point IconMillions of practice questions at your fingertips
Download ButtonDownload Button
Banner Image
Banner Image
Free Learning Resources
Know about Physics Wallah
Physics Wallah is an Indian edtech platform that provides accessible & comprehensive learning experiences to students from Class 6th to postgraduate level. We also provide extensive NCERT solutions, sample paper, NEET, JEE Mains, BITSAT previous year papers & more such resources to students. Physics Wallah also caters to over 3.5 million registered students and over 78 lakh+ Youtube subscribers with 4.8 rating on its app.
We Stand Out because
We provide students with intensive courses with India’s qualified & experienced faculties & mentors. PW strives to make the learning experience comprehensive and accessible for students of all sections of society. We believe in empowering every single student who couldn't dream of a good career in engineering and medical field earlier.
Our Key Focus Areas
Physics Wallah's main focus is to make the learning experience as economical as possible for all students. With our affordable courses like Lakshya, Udaan and Arjuna and many others, we have been able to provide a platform for lakhs of aspirants. From providing Chemistry, Maths, Physics formula to giving e-books of eminent authors like RD Sharma, RS Aggarwal and Lakhmir Singh, PW focuses on every single student's need for preparation.
What Makes Us Different
Physics Wallah strives to develop a comprehensive pedagogical structure for students, where they get a state-of-the-art learning experience with study material and resources. Apart from catering students preparing for JEE Mains and NEET, PW also provides study material for each state board like Uttar Pradesh, Bihar, and others

Copyright © 2025 Physicswallah Limited All rights reserved.