How to find the common difference?
Last Updated :
17 Aug, 2021
Arithmetic is the root of Number theory, it involves dealing with numbers and doing various operations on numbers, including addition, subtraction, multiplication, division, and so on. Arranging those numbers in a manner that creates a pattern is known as a progression. Let's learn more about them,
Progressions
Progressions are numbers arranged in a particular order such that they form a predictable order. It means that from that series we can predict the next numbers of that series or sequence. For example 2, 4, 6, 8, 10,... this is a series for even Natural numbers. Progressions can be Arithmetic, geometric, harmonic, and Fibonacci. Let's learn in detail about Arithmetic progression.
Arithmetic Progression is the sequence of the numbers where the difference between any of the two consecutive numbers is the same throughout the sequence. It can also be the common difference of that series.
Finding the common difference
A common difference is a difference between two consecutive numbers in the arithmetic sequence. It is simply calculated by taking the difference between the second term and the first term in the arithmetic sequence or the difference between the third term and the second term or any of the two consecutive numbers in the sequence. Common Differences can be positive as well as it can be negative. The common difference is denoted as "d". Suppose the Arithmetic progression is represented as
a1, a2, a3,... an
The common difference will be given as,
d = a2- a1 = a3- a2 = an- an-1
Sample Questions
Question 1: Find the Common difference of the Arithmetic progression- 2, 5, 8, 11, 14...
Solution:
Arithmetic Sequence : 2, 5, 8, 11, 14,...
Common Difference = Second Term - First Term
= 5 - 2
= 3
Now lets take third and the second term
Common Difference = Third Term - Second Term
= 8 - 5
= 3
Here, also the common difference is same. It proves that 3 is the common difference of 2, 5, 8, 11, 14,... arithmetic
sequence.
Question 2: Find the Common difference of the Arithmetic sequence- 5, 5, 5, 5,...
Solution:
It can also be the case where the common difference is 0. It will be the case when the arithmetic sequence will be of all same numbers.
Arithmetic Sequence : 5, 5, 5, 5, 5,....
Common Difference = Second Term - First Term
= 5 - 5
= 0
Here, you can see that the common difference is 0 for 5, 5, 5, 5, 5,... arithmetic sequence
Question 3: Find the Common difference of the Arithmetic progression- 1/2, 3/2, 5/2, 7/2,...
Solution:
Arithmetic Sequence : 1/2, 3/2, 5/2, 7/2,...
Common Difference = Second Term - First Term
= 3/2 - 1/2
= 1
Let's verify by taking the fourth term and the third term
Common Difference = Fourth Term - Third Term
= 7/2 - 5/2
= 1
The common difference for the 1/2, 3/2, 5/2, 7/2,... arithmetic sequence is 1
Question 4: Find the Common difference of the Arithmetic progression- -3, -1, 1, 3, 5,...
Solution:
Arithmetic Sequence : -3, -1, 1, 3, 5,...
Common Difference = Second Term - First Term
= (-1) - (-3)
= -1 + 3
= 2
Let's verify by taking the fourth term and the third term
Common Difference = Fourth Term - Third Term
= 3 - 1
= 2
The common difference for the -3, -1, 1, 3, 5,... arithmetic sequence is 2
Similar Reads
What is the common difference of an AP?
An ordered list of numbers is called a sequence. Each number of the sequence is called a term. A sequence is denoted as a1, a2, a3, a4, .... an where, a1 is the first term, a2 is the second term... an is the nth term. A finite sequence consists of a finite list of numbers such as for example {2, 4,
5 min read
How to find the Sum and Difference of Squares?
The arithmetic value which is used for representing the quantity and used in making calculations are defined as NUMBERS. A symbol like â4, 5, 6â which represents a number is known as numerals. Without numbers, counting things is not possible, date, time, money, etc. these numbers are also used for m
10 min read
How to find Common Factors?
The factors that can divide any number one or more than one without leaving any remainder are termed as a common factor. After the factorization, when we compare the factors of two or more we will get that some of the factors are the same or common and those factors are known as common factors. What
7 min read
How to Find the Common Difference of an Arithmetic Progression?
How to find the common difference of an Arithmetic Progression? A sequence is also known as a progression and is defined as the successive arrangement of numbers in order while following some specific rules. Depending upon the set of rules followed by a sequence, it is classified into various kinds,
7 min read
Find the common difference of the AP 1/3, (1-3b)/3, (1-6b)/3, ...
Arithmetic is known as the most basic part of number theory, which deals with numbers and the calculations concerning them. Operations such as addition, subtraction, multiplication, division are called arithmetic operations. These are +,-,*,/ are commonly used in daily lives. The addition is used to
3 min read
What is the common difference of four terms in an AP?
Arithmetic has most likely the longest history at the time. It is a method of computation that has been used since ancient times to derive definite values for routine calculations such as measurements, labelling, and other day-to-day calculations. The phrase derives from the Greek word "arithmos," w
6 min read
Find the common difference of an AP in which a18 - a14 = 32
Arithmetic Progression(A.P) is a sequence of numbers with a constant difference between consecutive terms. This difference is called the Common Difference of the AP. It is denoted as 'd'. The first term of the AP is denoted as 'a'. For Example, 1, 5, 9, 13 is an AP having first term, a = 1 and commo
6 min read
Calculate Time Difference in Python
In this article, we will discuss how to find the gap between two times in Python. If we want to know the difference at which some particular events has occurred then we should know the time gap between them. Example: Input: Start time is : 06:20:50, End time is : 11:56:18 Output: Time difference in
3 min read
What is the common difference of the AP 1/b, (3-b)/3b, (3-2b)/3b...?
Common difference of the given AP (1/b , (3-b) / 3b , (3-2b) / 3b ... ) is -1/3 and can be calculated using the general formulas for finding the common difference of an AP . In this article, we are going to learn about the concept of common differences, explore methods to determine them , and apply
5 min read
Difference of Sets
Difference of Sets is the operation defined on sets, just like we can perform arithmetic operations on numbers in mathematics. Other than difference we can also perform union and intersection of sets for any given sets. These operations have a lot of important applications in mathematical practice.
10 min read