Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Number System and Arithmetic
  • Algebra
  • Set Theory
  • Probability
  • Statistics
  • Geometry
  • Calculus
  • Logarithms
  • Mensuration
  • Matrices
  • Trigonometry
  • Mathematics
Open In App
Next Article:
Growth Rates: Formula, How to Calculate, and Examples
Next article icon

Growth Rates: Formula, How to Calculate, and Examples

Last Updated : 17 Apr, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

The growth rate refers to the percentage increase in a specific quantity over a certain period of time. It is often used to measure the increase in the size of a population, economy, business revenue, or any other quantity that changes over time. The growth rate is a useful indicator of how quickly something is growing or expanding.

In mathematical terms, the growth rate can be calculated using the following formula:

Growth-Rate
Growth Rate Formula

Understanding growth rates allows you to assess the speed or pace of change and make informed decisions based on trends and projections.

Table of Content

  • Simple Growth Rate Calculation
  • Compound Annual Growth Rate (CAGR)
  • Interpretation and Significance of Growth Rate
    • Positive Growth Rate
    • Negative Growth Rate
    • Zero Growth Rate
  • Real-Life Application Of Growth Rate:

Growth Rates Calculation

Growth rates can be easily calculated using various methods. It is calculated by the formula, (EV-BV)/BV, where EV is the ding value, and BV is the going value. The economic growth of a country's GDP is calculated as:

Economic Growth = (GDP2 - GDP1)/GDP1

Various methods to calculate growth rate are:

Simple Growth Rate Calculation

The formula calculating simple growth rate (SGR) is straightforward:

SGR = (\frac{Final Value - Initial Value}{Initial Value}) \times 100\%

Let's break down this formula with an example:

Suppose you invested $1,000 in a stock, and after one year, the value of your investment increased to $1,200. To calculate the simple growth rate:

SGR = (\frac{\$1200 - \$1000}{\$1000}) \times 100\% = (\frac{\$200}{\$1000}) \times 100\% = 20\%

So, the simple growth rate of your investment over one year is 20%

Compound Annual Growth Rate (CAGR)

While a simple growth rate provides a snapshot of growth over a specific period, it may not accurately represent the overall growth trajectory, especially if the growth rate fluctuates. CThe compoundannual growth rate (CAGR) addresses this limitation by smoothing out fluctuations and providing a more consistent measure of growth over multiple periods.

The formula for calculating CAGR is:

CAGR = (\frac{Final \ Value}{Initial \ Value})^{\frac{1}{n}} - 1

Where:

  • The final Value is the Value at the End of the Period.
  • The Initial Value is the Value at the Beginning of the Period.
  • n is the number of Periods.

This is explained using the example added below:

Example: Suppose the value of a company's revenue increased from $1,000,000 in year 1 to $1,500,000 in year 5. To calculate the CAGR over this five-year period:

CAGR = (\frac{\$1,500,000}{\$1,000,000})^{\frac{1}{5}} - 1.

CAGR = (1.5)0.2 - 1
≈ 0.1487 or 14.87%
So, the compound annual growth rate of the company's revenue over the five-year period is approximately 14.87%.

Interpretation and Significance of Growth Rate

Interpreting growth correctly is crucial for making informed decisions. Here are some key points to consider:

Positive Growth Rate

A positive growth rate indicates an increase in the quantity being measured. It reflects expansion, improvement, or progress. Positive growth rates are generally desirable, signaling health and vitality in various contexts, such as business growth, economic development, and population increase.

Negative Growth Rate

A negative growth rate, on the other hand, signifies a decrease in the quantity being measured. It indicates contraction, decline, or deterioration. While negative growth rates may be concerning, they also provide valuable insights into areas that require attention or intervention to reverse the downward trend.

Zero Growth Rate

A growth rate of zero means that there has been no change in the quantity being measured over the specified period. While zero growth rates may seem stagnant, they can also indicate stability or equilibrium, which may be desirable in certain situations, such as maintaining a steady population size or stable market conditions.

Real-Life Application Of Growth Rate:

  • Bank Saving - Money grows over time with interest.
  • Population Growth - Shows how fast a city's or country's population increases.
  • Company Revenue - Businesses track how fast their income is growing.
  • Stock Price - Investors look at how fast stock values increase.
  • Social Media Followers - Follower counts on platforms like Instagram grow over time.

Factors Influencing Growth Rate

Several factors can influence the growth rate, including:

  • Market Conditions: Economic factors, consumer behavior, and market trends can impact growth rates in business and finance.
  • Technological Advancements: Innovation and technological developments can drive growth in industries and sectors.
  • Government Policies: Government policies, regulations, and incentives can influence growth rates in various sectors, such as healthcare, education, and infrastructure.
  • Natural Events: Natural disasters, climate change, and environmental factors can affect growth rates in agriculture, tourism, and other industries.

Understanding these factors and their implications is essential for accurately assessing growth rates and predicting future trends.

Conclusion

Calculating growth rate is a fundamental skill with wide-ranging applications in finance, economics, demographics, and beyond. By mastering different methods of calculating growth rate and understanding its interpretation and significance, you can make informed decisions, identify trends, and assess the performance and potential of various entities, whether they be investments, businesses, or populations.

With practical examples and a clear understanding of the underlying concepts, you can confidently navigate the complexities of growth rate analysis and leverage it to achieve your goals.

Sample Questions on Growth Rate

Question 1: The population of a city was 500,000 in 2010 and increased to 600,000 in 2020. Calculate the simple growth rate (SGR) of the city's population over the decade.

Solution:

To calculate the SGR:

SGR = ((Final Value - Initial Value) / Initial Value) × 100%
SGR = ((600,000 - 500,000) / 500,000) × 100%
= (100,000 / 500,000) × 100%
= 0.2 × 100% = 20%

Therefore, the simple growth rate of the city's population over the decade is 20%.

Question 2: The revenue of a company was $2,000,000 in 2015 and increased to $2,800,000 in 2020. Calculate the compound annual growth rate (CAGR) of the company's revenue over the five-year period.

Solution:

To calculate the CAGR:

CAGR = ((Final Value / Initial Value)(1/n)) - 1
= ((2,800,000 / 2,000,000)(1/5)) - 1
≈ (1.4(0.2)) - 1
≈ 1.1487 - 1 ≈ 0.1487 or 14.87%

Therefore, the compound annual growth rate of the company's revenue over the five-year period is approximately 14.87%.

Question 3: The GDP of a country was $1.5 trillion in 2010 and increased to $2.5 trillion in 2020. Calculate the simple growth rate (SGR) and compound annual growth rate (CAGR) of the country's GDP over the decade.

Solution:

SGR = ((2,500,000,000,000 - 1,500,000,000,000) / 1,500,000,000,000) × 100%
= (1,000,000,000,000 / 1,500,000,000,000) × 100%
= 0.6667 × 100%
= 66.67%

CAGR = ((2,500,000,000,000 / 1,500,000,000,000)(1/10)) - 1
≈ (1.6667(0.1)) - 1
≈ 1.1072 - 1 ≈ 0.1072 or 10.72%

Therefore, the simple growth rate of the country's GDP over the decade is 66.67%, and the compound annual growth rate is approximately 10.72%.

Question 4: A company's stock price was $50 per share in 2018 and increased to $70 per share in 2021. Calculate the simple growth rate (SGR) of the company's stock price over the three-year period.

Solution:

SGR = ((70 - 50) / 50) × 100%
= (20 / 50) × 100%
= 0.4 × 100% = 40%

Therefore, the simple growth rate of the company's stock price over the three-year period is 40%.

Question 5: The number of subscribers to a streaming service was 50 million in 2017 and increased to 100 million in 2021. Calculate the compound annual growth rate (CAGR) of the streaming service's subscriber base over the four years.

Solution:

CAGR = ((100,000,000 / 50,000,000)(1/4)) - 1
= (2(0.25)) - 1
= 1.1892 - 1 = 0.1892 or 18.92%

Therefore, the compound annual growth rate of the streaming service's subscriber base over the four-year period is approximately 18.92%.

Practice Questions on Growth Rate

Question 1: The Revenue of a company was $500,000 in 2018 and increased to $800,000 in 2021. Calculate the simple growth rate (SGR) of the company's revenue over the three years

Question 2: The population of the town was 10,000 in 2015 and decreased to 8,000 in 2020. Calculate the compound annual growth rate (CAGR) of the town's population over the five-year period.

Question 3: A technology company had 500 employees in 2019 and grew to 750 employees in 2022. Calculate the simple growth rate (SGR) of the company's workforce over the three-year period.

Question 4: Sales of a product were $1 million in 2017 and increased to $1.5 million in 2020. Calculate the compound annual growth rate (CAGR) of the product's sales over the three years

Question 5: The number of students enrolled in a university was 20,000 in 2010 and increased to 25,000 in 2015. Calculate the simple growth rate (SGR) of the university's student enrollment over the five-year period.


Next Article
Growth Rates: Formula, How to Calculate, and Examples

S

shivangi2003
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Math-Statistics

Similar Reads

    Compound Annual Growth Rate (CAGR) : Formula, Calculation & Uses
    What is CAGR?The Compound Annual Growth Rate (CAGR) is a metric used to calculate the yearly rate of growth of an investment or company over a given period, assuming that the growth is constant. It gives a normalised annual rate of return and is especially useful for assessing the success of an inve
    11 min read
    Daily Compound Interest Formula with Examples
    Compound interest is interest earned on both the principal and interest over a specific period. The interest that accumulates on a principal over time is equally accounted for as the principal. Furthermore, the following period's interest calculation is based on the cumulative principal value. It is
    6 min read
    How to Calculate Percentage in Excel with Examples (2025 Updated)
    How to Get Percentage in Excel: Quick StepsSelect the Cell for the ResultEnter the Formula>>Press EnterFormat as Percentage Did you know that 90% of businesses rely on Excel for data analysis, and percentage calculations are one of the most frequently used features? Whether you’re tracking sal
    9 min read
    Growth and Development| Class 12 Geography Notes
    Growth and development are two concepts often used interchangeably, but they have distinct meanings and implications. Understanding these differences is crucial in assessing the progress of societies and individuals. Growth and Development| Class 12 Geography Notes Growth vs. Development: A Distinct
    4 min read
    Plant Growth - Definition, Types, Factors Affecting, Examples
    Development is the extremely durable, irreversible expansion in the size of a living being. This component is seen in all living beings, joined by a few metabolic cycles. In plants, the seeds sprout and form into another seedling, which at last forms into a grown-up plant. Plants show endless develo
    4 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences