Skip to content

Commit 780995c

Browse files
committed
Add Course Content
1 parent 0090dd6 commit 780995c

17 files changed

Lines changed: 3082 additions & 0 deletions

content/iit-madras/Mathematics-1/Week-1/Natural-Numbers-and-their-operations.md renamed to content/iit-madras/Mathematics-1/Week-1/01-Natural-Numbers-and-their-operations.md

File renamed without changes.

content/iit-madras/Mathematics-1/Week-1/Rationa-Number.md renamed to content/iit-madras/Mathematics-1/Week-1/02-Rationa-Number.md

File renamed without changes.
Lines changed: 250 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,250 @@
1+
---
2+
title: Real and Complex Numbers
3+
date: 2025-08-09
4+
weight: 3
5+
image: https://dr282zn36sxxg.cloudfront.net/datastreams/f-d%3A1d89f018a4b787818d4f67e1eae30ed96165ecc670dad21aab9ff52f%2BIMAGE_TINY%2BIMAGE_TINY.1
6+
emoji: 🧮
7+
slug: "Real and Complex Numbers"
8+
linkTitle: Real and Complex Numbers
9+
series_order: 3
10+
---
11+
12+
Real Numbers (R) include all rational numbers plus all irrational numbers (numbers that cannot be expressed as fractions). This makes the real numbers a complete set covering every possible point on the number line.
13+
14+
{{< youtube hz7cuJj17wU >}}
15+
16+
17+
18+
## 1️⃣ How Rational Numbers Extend to Real Numbers
19+
20+
- **Rational Numbers** ($\mathbb{Q}$) are numbers expressed as fractions $\frac{p}{q}$, where $p, q$ are integers, $q \neq 0$. Examples: $\frac{1}{2}, 0.75, -3$.[^1][^2]
21+
- **Real Numbers** ($\mathbb{R}$) include all rational numbers **plus** all irrational numbers (numbers that cannot be expressed as fractions). This makes the real numbers a complete set covering every possible point on the number line.[^3]
22+
- **Diagram:**
23+
24+
![Real Numbers Diagram](https://www.crestolympiads.com/assets/images/maths/cmo-polynomials-c10-1.png)
25+
26+
📏 Visualization: Real numbers include both rational and irrational, filling the number line without gaps.
27+
28+
***
29+
30+
31+
32+
33+
34+
## 2️⃣ Identify Irrational Numbers and Complex Numbers
35+
36+
- **Irrational Numbers** are real numbers that **cannot** be written as a simple fraction $\frac{p}{q}$. Their decimals are **non-terminating and non-repeating**.
37+
Examples: $\pi$, $\sqrt{2}$, $e$.[^4]
38+
- **Complex Numbers** combine real and imaginary parts, written as $a + bi$, where $i = \sqrt{-1}$.[^5][^6]
39+
Example: $3 + 4i$, where 3 is the real part and 4i is the imaginary part.
40+
- **Diagram for Complex Numbers:**
41+
42+
![Complex Plane](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSe9D-ry3c53ZRVQyTNyWlXerdPct2zF6M29w&s)
43+
44+
🎯 Complex numbers plotted on a plane: horizontal axis is real part, vertical axis is imaginary part.
45+
46+
***
47+
48+
49+
50+
51+
52+
## 3️⃣ Classify a Real Number as Integer, Rational, or Irrational
53+
54+
- **Classification:**
55+
56+
| Number Type | Description | Examples |
57+
| :-- | :-- | :-- |
58+
| Integer ($\mathbb{Z}$) | Whole numbers including negatives, zero, positives | $-3, 0, 7$ |
59+
| Rational ($\mathbb{Q}$) | Can be written as fraction $\frac{p}{q}$ | $\frac{1}{2}, -4, 0.75$ |
60+
| Irrational | Cannot be expressed as fraction; decimals non-terminating/non-repeating | $\pi, \sqrt{2}$ |
61+
62+
- **Venn diagram of number sets:**
63+
64+
![Number Classification Venn](https://dr282zn36sxxg.cloudfront.net/datastreams/f-d%3Ab9062d6710ed2318d6ea7dba489d5ce33e808c6a05d777fbb1d4c6f9%2BIMAGE_TINY%2BIMAGE_TINY.1)
65+
66+
🔢 All integers are rational, all rationals and irrationals together form real numbers.
67+
68+
***
69+
70+
Emojis highlight key ideas:
71+
72+
- 📏 Number lines
73+
- 🎯 Complex plane
74+
- 🔢 Classification
75+
76+
77+
[^1]: https://en.wikipedia.org/wiki/Rational_number
78+
79+
[^2]: https://byjus.com/maths/rational-numbers/
80+
81+
[^3]: https://byjus.com/maths/real-numbers/
82+
83+
[^4]: https://byjus.com/maths/rational-and-irrational-numbers/
84+
85+
[^5]: https://mathigon.org/world/Real_Irrational_Imaginary
86+
87+
[^6]: https://byjus.com/maths/complex-numbers/
88+
89+
[^7]: https://www.youtube.com/watch?v=EzLZmtq5n9s
90+
91+
[^8]: https://courses.lumenlearning.com/mathforliberalartscorequisite/chapter/classifying-real-numbers/
92+
93+
[^9]: https://davenport.libguides.com/math-skills-overview/basic-operations/sets
94+
95+
[^10]: https://study.com/skill/learn/how-to-construct-a-venn-diagram-to-classify-real-numbers-explanation.html
96+
97+
[^11]: https://testbook.com/question-answer/the-diagram-that-represent-rational-numbers-irrat--6374c1289b611ce8f0975761
98+
99+
[^12]: https://www.khanacademy.org/math/cc-eighth-grade-math/cc-8th-numbers-operations/cc-8th-irrational-numbers/a/classifying-numbers-review
100+
101+
***
102+
103+
## Exercise Questions 🤯
104+
105+
{{< border >}}
106+
107+
### 1) Which of the following statement(s) is(are) false?
108+
109+
- The sum of two natural numbers is always a natural number.
110+
- The difference between two integers is always an integer.
111+
- The product of two rational numbers is always a real number.
112+
- The product of two irrational numbers is always an irrational number.
113+
114+
115+
#### **Detailed Answer:**
116+
117+
- **The sum of two natural numbers is always a natural number:**
118+
True. Example: \$ 7 + 5 = 12 \$ (still a natural number).
119+
- **The difference between two integers is always an integer:**
120+
True. Example: \$ -3 - 7 = -10 \$ (still an integer).
121+
- **The product of two rational numbers is always a real number:**
122+
True. All rational numbers are real numbers, so their product is always a real number.
123+
- **The product of two irrational numbers is always an irrational number:**
124+
**False!** Example: \$ \sqrt{2} \times \sqrt{2} = 2 \$ (which is rational). Sometimes the product can be rational.
125+
126+
**Correct Answer:**
127+
The **fourth statement** is false:
128+
*The product of two irrational numbers is always an irrational number.*
129+
130+
{{< /border >}}
131+
132+
{{< border >}}
133+
134+
### 2) How many irrational numbers are there in the given list?
135+
136+
**Given list:**
137+
$\sqrt{3},\ 2.5, \sqrt{49},\ \frac{17}{2},\ 22, \pi, -35, \sqrt{6}, 1729, -20000$
138+
139+
#### **Detailed Answer:**
140+
141+
**Irrational numbers** are real numbers that cannot be expressed as a simple fraction.
142+
143+
- $\sqrt{3}$: Irrational (not a perfect square, non-repeating, non-terminating decimal)
144+
- $2.5$: Rational ($5/2$)
145+
- $\sqrt{49}$: $= 7$, rational
146+
- $\frac{17}{2}$: Rational
147+
- $22$: Rational
148+
- $\pi$: Irrational (never-ending, non-repeating decimal)
149+
- $-35$: Rational (integer)
150+
- $\sqrt{6}$: Irrational (not a perfect square)
151+
- $1729$: Rational (integer)
152+
- $-20000$: Rational (integer)
153+
154+
**So, the irrational numbers are:**
155+
$\sqrt{3}, \pi, \sqrt{6}$
156+
157+
**Count:** 3
158+
159+
**Correct Answer:** 3 irrational numbers in the list.
160+
161+
{{< /border >}}
162+
163+
{{< border >}}
164+
165+
### 3) How many integers are there in the given list?
166+
167+
**Given list:**
168+
$\sqrt{3},\ 2.5, \sqrt{49},\ \frac{17}{2},\ 22, \pi, -35, \sqrt{6}, 1729, -20000$
169+
170+
#### **Detailed Answer:**
171+
172+
**Integers** are whole numbers, positive, negative, or zero (without fractional/decimal part):
173+
174+
- $\sqrt{3}$: Not an integer.
175+
- $2.5$: Not an integer.
176+
- $\sqrt{49} = 7$: Integer.
177+
- $\frac{17}{2}=8.5$: Not an integer.
178+
- $22$: Integer.
179+
- $\pi$: Not an integer.
180+
- $-35$: Integer.
181+
- $\sqrt{6}$: Not an integer.
182+
- $1729$: Integer.
183+
- $-20000$: Integer.
184+
185+
**So, the integers are:**
186+
$\sqrt{49} (=7),\ 22,\ -35,\ 1729,\ -20000$
187+
188+
**Count:** 5
189+
190+
**Correct Answer:** 5 integers in the list.
191+
192+
{{< /border >}}
193+
194+
{{< border >}}
195+
196+
### 4) Which of the following statement(s) is(are) true?
197+
198+
- \$ \sqrt{2} \$ is a complex number.
199+
- Real numbers extend rational numbers.
200+
- None of these.
201+
202+
203+
#### **Detailed Answer:**
204+
205+
- \$ \sqrt{2} \$ is a real and irrational number, which is also technically a special case of a complex number (since all real numbers are complex of the form $a + 0i$), but usually when we say "complex number," we refer to numbers with a nonzero imaginary part.
206+
- Real numbers extend (include) all rational numbers, so this is **true** (every rational is real, but not every real is rational).
207+
- "None of these" is incorrect because one correct statement is present.
208+
209+
**Correct Answer:**
210+
**Real numbers extend rational numbers.**
211+
212+
{{< /border >}}
213+
214+
{{< border >}}
215+
216+
### 5) Which of the following rational numbers are greater than \$ \sqrt{2} \$ and less than \$ \sqrt{3} \$?
217+
218+
Options:
219+
220+
- \$ \frac{9}{5} \$
221+
- \$ \frac{3}{2} \$
222+
- \$ \frac{5}{3} \$
223+
- \$ \frac{17}{10} \$
224+
225+
226+
#### **Detailed Answer:**
227+
228+
First, find decimal values for comparison:
229+
230+
- \$ \sqrt{2} \approx 1.414 \$
231+
- \$ \sqrt{3} \approx 1.732 \$
232+
233+
Convert each option to decimal:
234+
235+
- \$ \frac{9}{5} = 1.8 \$
236+
- \$ \frac{3}{2} = 1.5 \$
237+
- \$ \frac{5}{3} \approx 1.6667 \$
238+
- \$ \frac{17}{10} = 1.7 \$
239+
240+
Now, select values \$ x \$ such that \$ \sqrt{2} < x < \sqrt{3} \$ (i.e., \$ 1.414 < x < 1.732 \$):
241+
242+
- \$ \frac{9}{5} = 1.8 \$: Not in the range.
243+
- \$ \frac{3}{2} = 1.5 \$: In the range.
244+
- \$ \frac{5}{3} \approx 1.6667 \$: In the range.
245+
- \$ \frac{17}{10} = 1.7 \$: In the range.
246+
247+
**Correct answers:**
248+
\$ \frac{3}{2}, \frac{5}{3}, \frac{17}{10} \$ are greater than \$ \sqrt{2} \$ and less than \$ \sqrt{3} \$.
249+
250+
{{< /border >}}

0 commit comments

Comments
 (0)