Courses
Courses for Kids
Free study material
Free LIVE classes
More
JEE 2022 | Class 12

JEE Important Chapter - Mathematical Induction

Get interactive courses taught by top teachers
What is Mathematical Induction?

What is Mathematical Induction?


Last updated date: 01st Apr 2023
Total views: 93.6k
Views today: 10

A methodology or approach for proving a statement, theorem, or formula that is thought to be true for any natural number N is known as mathematical induction. The non-zero numbers that are utilised for counting are known as natural numbers. The concept of natural numbers is represented by the letter N. Natural numbers are not negative and do not contain fractions. The 'Principle of Mathematical Induction' is a generalisation of this that may be used to prove mathematical statements.

For example, the assertion $1^3 + 2^3 + 3^3 + ..... +n^3 = \left(\dfrac{n(n + 1)}{2}\right)^{2}$ is valid for all natural number values.

Therefore, Mathematical Induction is a method for proving natural number conclusions or establishing claims.

JEE Main Maths Chapter-wise Solutions 2022-23 


Important Topics of Mathematical Induction

  • Mathematical Induction

  • Principle of Mathematical Induction


Important Concepts of Mathematical Induction

Principle of Mathematical Induction

Every non-negative integer belongs to the class F if integer 0 belongs to the class F and F is hereditary. If integer 1 is a member of the class F and F is hereditary, then every positive integer is a member of F.

The principle is also frequently expressed in the intensional form: A property of integers is said to be hereditary if any integer x has the property and so does its successor. If a property of the numeral 1 is hereditary, then every positive integer possesses that feature as well.


Principle of Mathematical Induction Solution and Proof - Mathematical Induction Steps

Consider P(n) is an example of a statement, where n is a natural number. Then apply the following approach to determine the validity of P(n) for each n:

Step 1: Verify that the given statement is correct when n = 1.

Step 2: Assume that the above assertion P(n) holds for n = k, with k being any positive integer.

Step 3: For any positive integer k, prove that the result is true for P(k+1).

If the preceding requirements are met, it can be argued that P(n) is true for all n natural integers.


Properties of Mathematical Induction

The properties that can be proven using the Mathematical Induction Principle are listed below.

1. $1+2+3+\ldots+n=\dfrac{n(n+1)}{2}, n \geq 1$

2. $1^{2}+2^{2}+3^{2}+\ldots+n^{2}=\dfrac{n(n+1)(2 n+1)}{6}, n \geq 1$

3. $1^{3}+2^{3}+3^{3}+\ldots+n^{3}=\dfrac{n^{2}(n+1)^{2}}{4}, n \geq 1$

4. $1+3+5+\ldots+(2 n-1)=n^{2}, n \geq 1$

5. $2^{n} > n, n \geq 1$


Proof by Mathematical Induction

The concept begins with a factual statement and ends with a conditional assertion. According to this, if the given assertion is true only for some positive integer k, then the statement P(n) is valid for n = k + 1.

This is also known as the inductive step, and the inductive hypothesis is the assumption that P(n) is true for n=k.


Example:

The proof that the sum of the first n odd positive numbers equals $n^2$ that is,

$1 + 3 + 5 + \ldots + (2n - 1) = n^2$ …….. (1)

Let F denote the class of integers for which equation (1) holds; then integer 1 belongs to F because $1^2 = 1$. Now, If integer $x$ belongs to F then,

$1 + 3 + 5 + \ldots + (2x − 1) = x^2$ …….. (2)

After $2x - 1$, the next odd integer is $2x + 1$, which when added to both sides of equation (2) gives

$1 + 3 + 5 + \ldots + (2x + 1) = x^2 + 2x + 1 = (x + 1)^2$

Equation (2) is the hypothesis of induction and it states that equation (1) holds when n equals x, whereas equation (3) states that equation (1) holds when n equals x + 1. Since equation (3) follows from equation (2), it has been established that whenever x belongs to F, the successor of x also belongs to F. As a result of the mathematical induction principle, all positive integers belong to F.


Application of Mathematical Induction in Real Life

Mathematical induction can be compared to dominoes falling. When a domino falls, it causes the following domino to fall in turn. The first domino takes down the second, and the second falls down on the third, and so on. All of the dominoes will be knocked over in the end. However, there are several rules that must be followed:

  1. To start the knocking process, the first domino must fall. This is the first and most important step.

  2. Any two adjacent dominoes must have the same space between them. Otherwise, a domino could fall without knocking down the next. The chain of reactions will then come to an end.

  3. Maintaining the same inter-domino distance ensures that $P(k) \Rightarrow P(k + 1) $ for each integer $k \geq a$. This is when the inductive process begins.


Dominoes Falling

Example: Dominoes Falling


Examples Based on Mathematical Induction

Example 1: Let Statement P(n) be defined in the form $n^3 + 2n$. Prove that it is divisible by 3.

Solution: Step 1 − Basic step

We first show that P(1) is true by substituting $n = 1$ in $n^3 + 2n$

$1^3 + 2(1) = 3$

3 is divisible by 3 hence P(1) is true.

Step 2 − Inductive Hypothesis

We now assume that P(k) is true

$k^3 + 2k$ will be divisible by 3 and will be equivalent to

$k^3 + 2k = 3B$ , where B is a positive integer.

Step 3 − Inductive Steps

We now consider the algebraic expression $(k + 1)^3 + 3(k + 1)$; expand it and group like terms

$(k + 1)^3 + 2(k + 1) = k^3 + 3k^2 + 3k + 1 + 2k + 2$

$\Rightarrow k^3 + 3k^2 + 5k + 3$

$\Rightarrow (k^3 + 2k) + (3k^2 + 3k + 3)$

$\Rightarrow 3B + 3(k^2 + k + 1) = 3 (B + k^2 + k + 1)$

Therefore, $(k + 1)^3 + 2(k + 1)$ will also be divisible by 3 and hence, statement P(k + 1) is true.

Key Points to Remember: By mathematical induction, since both the base case and $P_{k}$ being true implies $P_{k+1}$ is true, $P_{n}$ is true for all n in the domain.


Example 2: Show that $3^n - 1$ is a multiple of 2 for n = 1, 2, ...

Solution: Step 1 − For $n = 1$, substitute in the given equation, we get

$3^1-1 = 3-1 = 2$ which is a multiple of 2

Step 2 − Let us assume $n = k$ to show that$ 3^n - 1$ is true for $n=k$, 

Hence, $3^k -1$ is true (assumption).

Step 3 − We have to prove that $3^{k+1}-1$ is also a multiple of 2

$3^{k+1} - 1 = 3 \times 3^k - 1 = (2 \times 3^k) + (3^k - 1)$

The first part, $(2 \times 3k)$, is a multiple of 2, and the second part, $(3k -1)$, supports our previous assumption.

Hence, $3^{k+1} - 1$ is a multiple of 2.

So, we can say that $3^n - 1$ is a multiple of 2.


Solved Problems of Previous Year’s Question

1. Show that $1 + 3 + 5 + \ldots + (2n - 1) = n^{2}$

Solution: To show that result is true for $n=1$ by substituting in $n^2$

We get $1=(1)^{2}$ Hence n = 1 is True.

Now, assume that result is true for $n=k$

$1 + 3 + 5 + \ldots + (2k - 1) = k^{2}$ is true (assumption)

Check for $n=k+1$

i.e., $1 + 3 + 5 + \ldots + (2(k + 1) - 1) = (k + 1)^{2}$

The above equation can be written as

$1 + 3 + 5 + \ldots + (2{k} - 1) + (2({k} + 1) - 1) = ({k} + 1)^{2}$

From assumption, we can write the equation as

$\Rightarrow k^{2} + (2(k + 1) - 1) = (k + 1)^{2}$

$\Rightarrow k^{2} + 2k + 2 - 1 = (k + 1)^{2}$

$\Rightarrow k^{2} + 2k + 1 = (k + 1)^{2}$

$\Rightarrow (k + 1)^{2} = (k + 1)^{2}$

So the result is true for $n=k+1$ as LHS = RHS

Trick to Solve: 1. Statement: Let $P_n$ be the proposition induction hypothesis for n in the domain.
2. Base Case: Consider the base case:

When LHS = RHS, the base case is true.

3. Induction Step: Assume $P_k$ is true for some k in the domain.

Consider $P_{k+1}$

LHS $P_{k+1}$

​RHS $P_{k+1}$ (using induction hypothesis).

Hence $P_k$ is true which then implies that $P_{k+1}$ is true.


2. Prove that $(ab)^n = a^nb^n$ is true for every natural number $n$.

Solution: For $n=1$, $(ab)^1 = a^1b^1 = ab$, Hence, it is true.

Now, let us assume the statement is true for $n=k$,

$(ab)^k = a^kb^k$ is true (assumption).

Check for $n=k+1$

$(ab)^{k+1} = a^{k+1}b^{k+1}$

From the assumption, we have $(ab)^k = a^k b^k$

Or, $(ab)^k (ab) = (a^k b^k ) (ab)$  (Multiplying both side by 'ab')

Or, $(ab)^{k+1} = (a^{k+1}b^{k+1})$

Hence, it is true.

So, $(ab)^n = a^nb^n$ is true for every natural number n.


3.For all $n \geq 1$, prove that, $1^2 + 2^2 + 3^2….n^2 = \dfrac{n(n + 1) (2n + 1)}{6}$

Solution: Let the given statement be P(n),

Check if $P(n)=1^{2}+2^{2}+3^{2}+\ldots \ldots+n^{2}=\dfrac{n(n+1)(2 n+1)}{6}$ is true for n=1, 

$P(1)= \dfrac{1(1+1)(2(1)+1)}{6} = 1$, 

Hence P(1) is true.

Now, let's assume P(k) to be true i.e.,

$1^{2}+2^{2}+3^{2} \ldots k^{2}=\dfrac{k(k+1)(2 k+1)}{6}$ is true (assumption)

Let's show that $P(k+1)$ true.

$\Rightarrow P(k+1)=P(k)+(k+1)^{2}$

$\Rightarrow \dfrac{k(k+1)(2 k+1)}{6}+(k+1)^{2}$

$\Rightarrow \dfrac{k(k+1)(2 k+1)+6(k+1)^{2}}{6}$

$\Rightarrow (k+1) \dfrac{\left(2 k^{2}+k\right)+6(k+1)}{6}$

$\Rightarrow \dfrac{(k+1)\left(2 k^{2}+7 k+6\right)}{6}$

$\Rightarrow \dfrac{(k+1)(k+2)(2 k+3)}{6}$

$\Rightarrow \dfrac{(k+1)((k+1)+1)(2(k+1)+1)}{6}$

When P(k) is true for all natural numbers, P(k + 1) is true. As a result of the mathematical induction process, the provided result holds true for all natural numbers.

Conclusion

Mathematical induction is a method of proving that something is true for all integers starting with a small number, usually 0 or 1. There are three parts to proof: (1) Prove it in the base case, (2) Assume that k is an integer and (3) Demonstrate that it holds for k+1 using that assumption. It can be used to analyse complexity and correctness.


Important Related Links for JEE Main 2022-23

See More
JEE Main Important Dates

JEE Main Important Dates

View all JEE Main Exam Dates
JEE Main 2023 January and April Session exam dates and revised schedule have been announced by the NTA. JEE Main 2023 January and April Session will now be conducted on 24-Jan-2023 to 31-Jan-2023 and 6-Apr-2023 to 12-Apr-2023, and the exam registration closes on 12-Jan-2023 and Apr-2023. You can check the complete schedule on our site. Furthermore, you can check JEE Main 2023 dates for application, admit card, exam, answer key, result, counselling, etc along with other relevant information.
See More
View all JEE Main Exam Dates
JEE Main Information

JEE Main Information

Application Form
Eligibility Criteria
Reservation Policy
Admit Card
Exam Centres
NTA has announced the JEE Main 2023 January session application form release date on the official website https://jeemain.nta.nic.in/. JEE Main 2023 January and April session Application Form is available on the official website for online registration. Besides JEE Main 2023 January and April session application form release date, learn about the application process, steps to fill the form, how to submit, exam date sheet etc online. Check our website for more details. April Session's details will be updated soon by NTA.
JEE Main 2023 applicants should be aware of the eligibility criteria before applying to the exam. NTA has released all the relevant information on the official website, i.e. https://jeemain.nta.nic.in/. JEE Main 2023 aspirants should have passed Class 12th or any other equivalent qualifying examination in 2022, 2021, or students appearing in the Class 12th final exam in 2023 can also apply. For further details, visit our website.
As per the union government’s norms, NTA has released the JEE Main 2023 January and April session reservation criteria for different candidates’ categories (SC/ST/OBC/PwD), All India Quota, State Government Quota, Deemed Universities, and more. You can check more details on Vedantu website.
NTA will release the admit card for JEE Main 2023 January and April Sessions at https://jeemain.nta.nic.in/ 15 days prior to the exam date for the registered candidates. The admit card will contain information such as the name and contact details of the candidate, the exam centre, reporting time, and examination schedule along with other important instructions for JEE Main 2023 January and April Sessions.
The NTA releases the list of JEE Main exam centres on its official website. Check JEE Main Test Centres List including states, cities here as well. We provide the complete list of JEE Main exam centres for 2023 along with the exam city & code at Vedantu. Also, check the list of documents allowed at the JEE Main exam test centres. Find all about the JEE Main 2023 exam centres, cities, location, address and code here.
It is crucial for the the engineering aspirants to know and download the JEE Main 2023 syllabus PDF for Maths, Physics and Chemistry. Check JEE Main 2023 syllabus here along with the best books and strategies to prepare for the entrance exam. Download the JEE Main 2023 syllabus consolidated as per the latest NTA guidelines from Vedantu for free.
See More
Download full syllabus
Download full syllabus
View JEE Main Syllabus in Detail
JEE Main 2023 Study Material

JEE Main 2023 Study Material

View all study material for JEE Main
JEE Main 2023 Study Materials: Strengthen your fundamentals with exhaustive JEE Main Study Materials. It covers the entire JEE Main syllabus, DPP, PYP with ample objective and subjective solved problems. Free download of JEE Main study material for Physics, Chemistry and Maths are available on our website so that students can gear up their preparation for JEE Main exam 2023 with Vedantu right on time.
See More
All
Mathematics
Physics
Chemistry
See All
JEE Main Question Papers

JEE Main Question Papers

see all
Download JEE Main Question Papers & ​Answer Keys of 2022, 2021, 2020, 2019, 2018 and 2017 PDFs. JEE Main Question Paper are provided language-wise along with their answer keys. We also offer JEE Main Sample Question Papers with Answer Keys for Physics, Chemistry and Maths solved by our expert teachers on Vedantu. Downloading the JEE Main Sample Question Papers with solutions will help the engineering aspirants to score high marks in the JEE Main examinations.
See More
JEE Main 2023 Book Solutions and PDF Download

JEE Main 2023 Book Solutions and PDF Download

View all JEE Main Important Books
In order to prepare for JEE Main 2023, candidates should know the list of important books i.e. RD Sharma Solutions, NCERT Solutions, RS Aggarwal Solutions, HC Verma books and RS Aggarwal Solutions. They will find the high quality readymade solutions of these books on Vedantu. These books will help them in order to prepare well for the JEE Main 2023 exam so that they can grab the top rank in the all India entrance exam.
See More
Maths
NCERT Book for Class 12 Maths
Physics
NCERT Book for Class 12 Physics
Chemistry
NCERT Book for Class 12 Chemistry
Physics
H. C. Verma Solutions
Maths
R. D. Sharma Solutions
Maths
R.S. Aggarwal Solutions
See All
JEE Main Mock Tests

JEE Main Mock Tests

View all mock tests
JEE Main 2023 free online mock test series for exam preparation are available on the Vedantu website for free download. Practising these mock test papers of Physics, Chemistry and Maths prepared by expert teachers at Vedantu will help you to boost your confidence to face the JEE Main 2023 examination without any worries. The JEE Main test series for Physics, Chemistry and Maths that is based on the latest syllabus of JEE Main and also the Previous Year Question Papers.
See More
JEE Main 2023 Cut-Off

JEE Main 2023 Cut-Off

JEE Main Cut Off
NTA is responsible for the release of the JEE Main 2023 January and April Session cut off score. The qualifying percentile score might remain the same for different categories. According to the latest trends, the expected cut off mark for JEE Main 2023 January and April Session is 50% for general category candidates, 45% for physically challenged candidates, and 40% for candidates from reserved categories. For the general category, JEE Main qualifying marks for 2021 ranged from 87.8992241 for general-category, while for OBC/SC/ST categories, they ranged from 68.0234447 for OBC, 46.8825338 for SC and 34.6728999 for ST category.
See More
JEE Main 2023 Results

JEE Main 2023 Results

NTA will release the JEE Main 2023 January and April sessions exam dates on the official website, i.e. {official-website}. Candidates can directly check the date sheet on the official website or https://jeemain.nta.nic.in/. JEE Main 2023 January and April sessions is expected to be held in February and May. Visit our website to keep updates of the respective important events of the national entrance exam.
See More
Rank List
Counselling
Cutoff
JEE Main 2023 state rank lists will be released by the state counselling committees for admissions to the 85% state quota and to all seats in IIT colleges. JEE Main 2023 state rank lists are based on the marks obtained in entrance exams. Candidates can check the JEE Main 2023 state rank list on the official website or on our site.
The NTA will conduct JEE Main 2023 counselling at https://josaa.nic.in/. There will be two rounds of counselling for admission under All India Quota (AIQ), deemed and central universities, NITs and CFTIs. A mop-up round of JEE Main counselling will be conducted excluding 15% AIQ seats, while the dates of JEE Main 2023 June and July session counselling for 85% state quota seats will be announced by the respective state authorities.
NTA is responsible for the release of the JEE Main 2023 June and July Session cut off score. The qualifying percentile score might remain the same for different categories. According to the latest trends, the expected cut off mark for JEE Main 2023 June and July Session is 50% for general category candidates, 45% for physically challenged candidates, and 40% for candidates from reserved categories. For the general category, JEE Main qualifying marks for 2021 ranged from 87.8992241 for general category, while for OBC/SC/ST categories, they ranged from 68.0234447 for OBC, 46.8825338 for SC and 34.6728999 for ST category.
Want to know which Engineering colleges in India accept the JEE Main 2023 scores for admission to Engineering? Find the list of Engineering colleges accepting JEE Main scores in India, compiled by Vedantu. There are 1622 Colleges that are accepting JEE Main. Also find more details on Fees, Ranking, Admission, and Placement.
See More
question-image

FAQs on JEE Important Chapter - Mathematical Induction

FAQ

1. What is the difference between weak and strong induction?

At the $k^{th}$ step of weak induction, it is assumed that just one proposition is true. In strong induction, however, the supplied assertion is true for all steps from the first to the $k^{th}$.

2. In Mathematics, What is Mathematical Induction?

The process of proving any mathematical theorem, statement, or expression via a series of steps is known as mathematical induction. It is based on the assumption that if a mathematical statement is valid for n = 1, n = k, and n = k + 1, it is also true for all natural numbers.

3. How to Use the Mathematical Induction Principle

We prove that P(1) holds in order to prove a result P(n) using the idea of mathematical induction. If P(1) is true, we can suppose that P(k) is true for some natural number k, and we can establish that P(k+ 1) is valid using this premise. If P(k+1) is correct, then P(n) is also correct for all natural integers.

JEE Main Upcoming Dates

JEE Main Upcoming Dates

Vedantu offers free live Master Classes for CBSE Class 6 to 12, ICSE, JEE Main, JEE 2023, & more by India’s best teachers. Learn all the important concepts concisely along with amazing tricks to score high marks in your class and other competitive exams.
See More
date
JEE Main Exam April Session Starts
06 May 202335 days remaining
date
JEE Main Exam April Session Ends
12 May 202341 days remaining