Orchids Logo
Orchids Logo
Login

Triangular Numbers

Introduction  

Triangular numbers are a special kind of number that can be shown in the shape of a triangle using dots. For example, put 1 dot in the first row, 2 dots in the second row, and 3 dots in the third row, and you will see a triangle forming. Each row has one dot more than the row before it, which creates the triangular shape.
Triangular numbers are interesting to look at and play an important role in mathematics. You can find them in areas like counting, number theory, and geometry. In this guide, we will explain what triangular numbers are, show you how to find them, explore their patterns, give some examples, and work through problems together to help you understand the concept.
 

Table of Contents  

 

What Are Triangular Numbers?

Triangular numbers are special numbers that can be arranged in a triangular shape. The pattern starts with 1. Each next number is created by adding one more item than the last.  

  • The first triangular number is 1.  

  • The second triangular number is 1 + 2 = 3.  

  • The third triangular number is 1 + 2 + 3 = 6.  

  • The fourth triangular number is 1 + 2 + 3 + 4 = 10.  

This pattern continues endlessly. These numbers are called triangular numbers because they can represent dots or objects arranged in a triangle.  

Understanding triangular numbers is key to recognising patterns and solving problems.

 

Triangular Number Definition

The triangular number definition, in simple terms, is:  

  • A triangular number can be arranged in a triangle with dots, where each row has one more dot than the row before.  

  • Mathematically, the n-th triangular number is the sum of the first n natural numbers.  

  • Tₙ = 1 + 2 + 3 + ... + n  

You can visualise triangular numbers with rows of dots:  

  • T₁:      •  

  • T₂:     • •  

  • T₃:    • • •  

  • T₄:   • • • •  

This definition helps people to understand the concept using both math and visuals.

 

Triangular Number Formula

The formula for finding the n-th triangular number is:  

Tₙ = n(n + 1)/2  

Where:  

  • Tₙ is the n-th triangular number.  

  • n is a natural number (1, 2, 3, ...).  

Example:  

To find the 5th triangular number:  

T₅ = 5(5 + 1)/2 = 5 × 6 / 2 = 15.  

This formula helps you find triangular numbers quickly, without adding step by step.

 

How to Find Triangular Numbers

There are two main ways to find triangular numbers:  

1. Using Addition  

Add natural numbers in order:  

  • T₁ = 1  

  • T₂ = 1 + 2 = 3  

  • T₃ = 1 + 2 + 3 = 6  

2. Using the Formula  

  • Apply: Tₙ = n(n + 1)/2  

  • T₆ = 6(6 + 1)/2 = 42/2 = 21.  

This method is especially useful for larger numbers.  

Knowing how to find triangular numbers helps people with both manual and formula-based learning.

 

List of Triangular Numbers

Here is a list of triangular numbers from 1 to 20:  

 

n

Tₙ (Triangular Number)

1

1

2

3

3

6

4

10

5

15

6

21

7

28

8

36

9

45

10

55

11

66

12

78

13

91

14

105

15

120

16

136

17

153

18

171

19

190

20

210

 

This list makes it easy to identify values and explore patterns.

 

Triangular Number Patterns

Patterns in triangular numbers show how each number builds on the previous one.  

Observations:  

The gap between two triangular numbers keeps getting bigger by 1 each time.

3 - 1 = 2  

6 - 3 = 3  

10 - 6 = 4  

15 - 10 = 5  

Other Observations:  

The sum of two consecutive triangular numbers results in a square number:  

T₁ + T₂ = 1 + 3 = 4 = 2²  

T₂ + T₃ = 3 + 6 = 9 = 3²  

if you take a triangular number (say n), and do 8n + 1, the answer will always be a perfect square

These patterns enhance mathematical understanding and assist in solving puzzles.

 

Common Misconceptions

  • All Natural Numbers Are Triangular  

This is not true. Only specific numbers fit the Tₙ = n(n+1)/2 rule.  

  • Triangular Numbers Are Only Even  

This is false. They can be either odd or even.  

  • They Increase Linearly  

They increase quadratically, not linearly.  

  • They Can't Be Found with a Formula  

This is incorrect. The triangular number formula gives results instantly.  

They Only Exist in Theory  

This is false. They appear in sports, architecture, and design.  

Understanding triangular numbers includes knowing what they are not.

 

Fun Facts about Triangular Numbers

  • Gauss and the Sum of Natural Numbers  

Carl Gauss used the triangular number formula as a kid to quickly sum numbers from 1 to 100.  

  • Connection to Square Numbers  

The sum of two consecutive triangular numbers results in a perfect square.  

  • Triangular Numbers in Pascal’s Triangle  

The diagonal of Pascal’s Triangle contains triangular numbers.  

  • Hexagonal Numbers Include Triangular Numbers  

Every hexagonal number is also a triangular number.  

  • They Appear in Nature  

Arrangements of petals and spirals in nature often reflect triangular numbers.  

These fun facts help make learning about triangular numbers enjoyable and memorable.

 

Solved Examples 

Example 1

Question: Find the 8th triangular number.

Step 1: Formula → Tₙ = n(n + 1)/2
Step 2: Substitute n = 8 → T₈ = 8(8 + 1)/2
Step 3: Simplify → 8 × 9 / 2 = 72 / 2 = 36

Final Answer: T₈ = 36


Example 2


Question: Is 66 a triangular number?

Step 1: Formula → n(n + 1)/2 = 66
Step 2: Multiply both sides by 2 → n(n + 1) = 132
Step 3: Form quadratic → n² + n – 132 = 0
Step 4: Solve → n = 11 (positive integer)

Final Answer: Yes, 66 is a triangular number (T₁₁).


Example 3

Question: Find the 20th triangular number.

Step 1: Formula → Tₙ = n(n + 1)/2
Step 2: Substitute n = 20 → T₂₀ = 20(20 + 1)/2
Step 3: Simplify → 20 × 21 / 2 = 210

Final Answer: T₂₀ = 210


Example 4

Question: What is the sum of the first 10 triangular numbers?

Step 1: Write triangular numbers → T₁ = 1, T₂ = 3, T₃ = 6, T₄ = 10, T₅ = 15, T₆ = 21, T₇ = 28, T₈ = 36, T₉ = 45, T₁₀ = 55
Step 2: Add them → 1 + 3 + 6 + 10 + 15 + 21 + 28 + 36 + 45 + 55
Step 3: Sum = 220

Final Answer: Sum = 220

Example 5

Question: If Tₙ = 120, find n.

Step 1: Formula → n(n + 1)/2 = 120
Step 2: Multiply both sides by 2 → n(n + 1) = 240
Step 3: Form quadratic → n² + n – 240 = 0
Step 4: Solve → n = 15 (positive integer)

Final Answer: The 15th triangular number is 120


Conclusion

Triangular numbers are a captivating group of numbers that create geometric patterns and reveal deep connections in mathematics. Understanding what triangular numbers are, how to calculate them with the formula, and recognising their patterns helps people build number sense and pattern recognition skills. With uses in art, architecture, sports, and nature, triangular numbers show that math is beautiful and practical. Explore the list of triangular numbers, practice problems, and enjoy the learning journey through these patterns. Mastering how to find triangular numbers lays a strong foundation in number theory and opens doors for further exploration in mathematics.

 

 

Frequently Asked Questions on Triangular Numbers

1. What are the triangular numbers 1 to 100?

Answer: Triangular numbers from 1 to 100 include: 1, 3, 6, 10, 15, 21, 28, 36, 45, 55, 66, 78, 91.

 

2. What is the triangular number rule?

Answer: The triangular number rule is Tₙ = n(n + 1)/2, where n is a positive integer.

 

3. What is the law of triangular?

Answer: The law states that the nth triangular number is the total of the first n natural numbers.

 

4. Why are 1/3, 6, 10, 15 called triangular numbers?

Answer: Numbers like 1, 3, 6, 10, 15 form triangular dot patterns and fit the formula n(n + 1)/2.

 

Explore Triangular Numbers with Orchids The International School , learn the patterns, rules, and formulas in a fun and engaging way!

ShareFacebookXLinkedInEmailTelegramPinterestWhatsApp

We are also listed in