Skip to content

Commit 2d16259

Browse files
committed
➕ added content
1 parent 79e97de commit 2d16259

8 files changed

Lines changed: 692 additions & 70 deletions

File tree

content/assets/tree3d.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ tags:
1414
---
1515

1616

17+
1718
{{< timer/timer title="Free Download" link="https://drive.google.com/file/d/1Yhpeiz0uGWgJhYcjNDVsBFqAinhzDHVZ/view?usp=drive_link" timer="true" showbutton="false" >}}
1819

1920

content/exercises/pyq/iit-madras/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
draft: false
33
description: Indian Institute of Technology, Madras - BS in Data Science and Applications
4+
math: true
45
cascade:
6+
math: true
57
title: PYQ
68
subtitle: Previous Year Questions
79
subject: Statistics

content/exercises/pyq/iit-madras/foundational-quiz-exam/QDQ1-IITM-Qualifier-AN-Exam.md

Lines changed: 166 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
2-
title: IIT M QUALIFIER AN EXAM QDQ1 27 Oct
2+
title: IIT M QUALIFIER AN EXAM QDQ1 27 Oct
33
subtitle: 27 Oct 2024
44
weight: 1
55
label: PYQ
66
categories:
7-
- PYQ
7+
- PYQ
88
---
99

1010
---
1111

12-
1312
## Mathematics for Data Science
1413

1514
### 1️⃣ Polynomial Limits Question
@@ -23,14 +22,14 @@ Consider the polynomials \$ p(x) = x^3 - 3x^2 + 100x - 1 \$ and \$ q(x) = x^3 +
2322
**Solution with Steps:**
2423

2524
1. **Find the leading terms:**
26-
Both \$ p(x) \$ and \$ q(x) \$ have \$ x^3 \$ as the highest degree term.
25+
Both \$ p(x) \$ and \$ q(x) \$ have \$ x^3 \$ as the highest degree term.
2726
2. **Subtract the polynomials:**
28-
\$ p(x) - q(x) = (x^3 - x^3) + (-3x^2 - 0) + (100x - x) + (-1 - 5) = -3x^2 + 99x - 6 \$
27+
\$ p(x) - q(x) = (x^3 - x^3) + (-3x^2 - 0) + (100x - x) + (-1 - 5) = -3x^2 + 99x - 6 \$
2928
3. **Analyze as \$ x \to \infty \$:**
30-
The highest degree term is \$ -3x^2 \$. As \$ x \to \infty \$, \$ -3x^2 \to -\infty \$.
29+
The highest degree term is \$ -3x^2 \$. As \$ x \to \infty \$, \$ -3x^2 \to -\infty \$.
3130
4. **Conclusion:**
32-
So, \$ p(x) - q(x) \to -\infty \$ as \$ x \to \infty \$.
33-
🎯 **Final Answer:** Option 2 is correct![^1]
31+
So, \$ p(x) - q(x) \to -\infty \$ as \$ x \to \infty \$.
32+
🎯 **Final Answer:** Option 2 is correct![^1]
3433

3534
### 2️⃣ Polynomial Graph Matching
3635

@@ -40,19 +39,19 @@ Given \$ p(x) = 0.3x^3(x^2 - 1)(x - 2)^2(x - 3) \$, which figure represents the
4039
**Solution with Steps:**
4140

4241
1. **Find the roots:**
43-
- \$ x = 0 \$ (triple root due to \$ x^3 \$)
44-
- \$ x = 1, -1 \$ (from \$ x^2 - 1 \$)
45-
- \$ x = 2 \$ (double root from \$ (x - 2)^2 \$)
46-
- \$ x = 3 \$ (single root)
42+
- \$ x = 0 \$ (triple root due to \$ x^3 \$)
43+
- \$ x = 1, -1 \$ (from \$ x^2 - 1 \$)
44+
- \$ x = 2 \$ (double root from \$ (x - 2)^2 \$)
45+
- \$ x = 3 \$ (single root)
4746
2. **Check end behavior:**
48-
- Degree: \$ 3 + 2 + 1 + 2 + 1 = 9 \$ (odd degree, positive leading coefficient)
49-
- As \$ x \to -\infty \$, \$ p(x) \to -\infty \$
50-
- As \$ x \to \infty \$, \$ p(x) \to \infty \$
47+
- Degree: \$ 3 + 2 + 1 + 2 + 1 = 9 \$ (odd degree, positive leading coefficient)
48+
- As \$ x \to -\infty \$, \$ p(x) \to -\infty \$
49+
- As \$ x \to \infty \$, \$ p(x) \to \infty \$
5150
3. **Root behavior:**
52-
- At \$ x = 0 \$, the curve flattens (triple root)
53-
- At \$ x = 2 \$, it just touches the axis (double root)
51+
- At \$ x = 0 \$, the curve flattens (triple root)
52+
- At \$ x = 2 \$, it just touches the axis (double root)
5453
4. **Compare with figures:**
55-
- Figure 1 matches all these properties.
54+
- Figure 1 matches all these properties.
5655

5756
🎯 **Final Answer:** **Figure 1** represents the polynomial \$ p(x) \$! 🖼️[^2]
5857

@@ -67,14 +66,14 @@ If \$ \alpha \$ and \$ \beta \$ are the roots of \$ x^2 + 4x + 1 = 0 \$, then th
6766
**Solution with Steps:**
6867

6968
1. **Sum and product of roots:**
70-
- \$ \alpha + \beta = -4 \$
71-
- \$ \alpha \beta = 1 \$
69+
- \$ \alpha + \beta = -4 \$
70+
- \$ \alpha \beta = 1 \$
7271
2. **Sum of squares:**
73-
\$ \alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = (-4)^2 - 2 \times 1 = 16 - 2 = 14 \$
72+
\$ \alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = (-4)^2 - 2 \times 1 = 16 - 2 = 14 \$
7473
3. **Product of squares:**
75-
\$ \alpha^2 \beta^2 = (\alpha \beta)^2 = 1^2 = 1 \$
74+
\$ \alpha^2 \beta^2 = (\alpha \beta)^2 = 1^2 = 1 \$
7675
4. **Form new quadratic:**
77-
\$ x^2 - (sum)x + (product) = x^2 - 14x + 1 = 0 \$
76+
\$ x^2 - (sum)x + (product) = x^2 - 14x + 1 = 0 \$
7877

7978
🎯 **Final Answer:** \$ x^2 - 14x + 1 = 0 \$[^3]
8079

@@ -96,16 +95,15 @@ Which statements are correct?
9695
**Solution with Steps:**
9796

9897
- **Symmetry:**
99-
For \$ R_2 \$, if \$ (a, b) \in R_2 \$, \$ (a + b) \mod 15 = 0 \$. But \$ (b, a) \$ may not satisfy this, so not symmetric.
98+
For \$ R_2 \$, if \$ (a, b) \in R_2 \$, \$ (a + b) \mod 15 = 0 \$. But \$ (b, a) \$ may not satisfy this, so not symmetric.
10099
- **Transitivity:**
101-
For \$ R_1 \$, if \$ a \$ divides \$ b \$ and \$ b \$ divides \$ c \$, then \$ a \$ divides \$ c \$. So, \$ R_1 \$ is transitive.
100+
For \$ R_1 \$, if \$ a \$ divides \$ b \$ and \$ b \$ divides \$ c \$, then \$ a \$ divides \$ c \$. So, \$ R_1 \$ is transitive.
102101

103102
🎯 **Final Answer:**
104103

105104
- \$ R_2 \$ is not symmetric.
106105
- \$ R_1 \$ is transitive.[^3]
107106

108-
109107
### 5️⃣ Set Cardinality and True Statements
110108

111109
**Question:**
@@ -120,11 +118,11 @@ Which of the following options is/are true?
120118
**Solution with Steps:**
121119

122120
- **Cardinality:**
123-
\$ |T \times T| = 4 \times 4 = 16 \$
121+
\$ |T \times T| = 4 \times 4 = 16 \$
124122
- **Quadratic roots:**
125-
Discriminant is a perfect square and positive, so roots are rational.
123+
Discriminant is a perfect square and positive, so roots are rational.
126124
- **Line with undefined slope:**
127-
Vertical lines have undefined slope and are parallel to the Y-axis.
125+
Vertical lines have undefined slope and are parallel to the Y-axis.
128126

129127
🎯 **Final Answer:**
130128
All three statements above are true![^4]
@@ -176,66 +174,158 @@ Students who took none = \$ 500 - 440 = 60 \$ 🎉
176174

177175
### 1️⃣ **Sum of Squared Errors (SSE) for Best-Fit Line**
178176

179-
*(From Image 1)*
177+
_(From Image 1)_
180178

181179
**Question:**
182180
Given the table of amount paid and distance (in km), and the best-fit line \$ y = 4x + 1 \$, what is the value of SSE?
183181

184-
185182
| Amount paid (y) | Distance (x) |
186-
| :-- | :-- |
187-
| 80 | 20 |
188-
| 60 | 15 |
189-
| 60 | 16 |
190-
| 100 | 25 |
191-
| 58 | 14 |
183+
| :-------------- | :----------- |
184+
| 80 | 20 |
185+
| 60 | 15 |
186+
| 60 | 16 |
187+
| 100 | 25 |
188+
| 58 | 14 |
192189

193190
**Solution:**
194191

195192
1. **Calculate predicted \$ y \$ for each \$ x \$:**
196-
\$ y_{pred} = 4x + 1 \$
197-
- For \$ x = 20 \$: \$ 4 \times 20 + 1 = 81 \$
198-
- For \$ x = 15 \$: \$ 4 \times 15 + 1 = 61 \$
199-
- For \$ x = 16 \$: \$ 4 \times 16 + 1 = 65 \$
200-
- For \$ x = 25 \$: \$ 4 \times 25 + 1 = 101 \$
201-
- For \$ x = 14 \$: \$ 4 \times 14 + 1 = 57 \$
193+
\$ y\_{pred} = 4x + 1 \$ - For \$ x = 20 \$: \$ 4 \times 20 + 1 = 81 \$ - For \$ x = 15 \$: \$ 4 \times 15 + 1 = 61 \$ - For \$ x = 16 \$: \$ 4 \times 16 + 1 = 65 \$ - For \$ x = 25 \$: \$ 4 \times 25 + 1 = 101 \$ - For \$ x = 14 \$: \$ 4 \times 14 + 1 = 57 \$
202194
2. **Find the error for each point:**
203-
\$ Error = y_{actual} - y_{pred} \$
204-
- \$ 80 - 81 = -1 \$
205-
- \$ 60 - 61 = -1 \$
206-
- \$ 60 - 65 = -5 \$
207-
- \$ 100 - 101 = -1 \$
208-
- \$ 58 - 57 = 1 \$
195+
\$ Error = y*{actual} - y*{pred} \$ - \$ 80 - 81 = -1 \$ - \$ 60 - 61 = -1 \$ - \$ 60 - 65 = -5 \$ - \$ 100 - 101 = -1 \$ - \$ 58 - 57 = 1 \$
209196
3. **Square the errors:**
210-
- \$ (-1)^2 = 1 \$
211-
- \$ (-1)^2 = 1 \$
212-
- \$ (-5)^2 = 25 \$
213-
- \$ (-1)^2 = 1 \$
214-
- \$ (1)^2 = 1 \$
197+
- \$ (-1)^2 = 1 \$
198+
- \$ (-1)^2 = 1 \$
199+
- \$ (-5)^2 = 25 \$
200+
- \$ (-1)^2 = 1 \$
201+
- \$ (1)^2 = 1 \$
215202
4. **Sum the squared errors (SSE):**
216-
\$ 1 + 1 + 25 + 1 + 1 = \boxed{29} \$
203+
\$ 1 + 1 + 25 + 1 + 1 = \boxed{29} \$
217204

218205
### 2️⃣ **Collision Point of Bird and Aeroplane**
219206

220-
*(From Image 2)*
207+
_(From Image 2)_
221208

222209
**Question:**
223210
A bird flies along \$ 2y - 6x = 6 \$. An aeroplane flies along a line with slope 2 through (4, 8). Let \$ (\alpha, \beta) \$ be their collision point. Find \$ \alpha + \beta \$.
224211

225212
**Solution:**
226213

227-
1. **Rewrite bird's path:**
228-
\$ 2y - 6x = 6 \implies y = 3x + 3 \$
229-
2. **Equation of aeroplane's path:**
230-
Slope = 2, passes through (4, 8):
231-
\$ y - 8 = 2(x - 4) \implies y = 2x + 0 \$
232-
3. **Find intersection:**
233-
Set \$ y \$ equal:
234-
\$ 3x + 3 = 2x \implies x = -3 \$
235-
Substitute \$ x = -3 \$ into \$ y = 2x \$:
236-
\$ y = 2 \times -3 = -6 \$
237-
4. **Sum:**
238-
\$ \alpha + \beta = -3 + (-6) = \boxed{-9} \$
214+
## Step-by-Step Solution: Collision Point of Bird and Aeroplane ✈️🐦
215+
216+
Let's find the collision point of the bird and the aeroplane, and compute \$ \alpha + \beta \$ where \$ (\alpha, \beta) \$ is their intersection.
217+
218+
### 1️⃣ **Rewrite the Bird's Path in Slope-Intercept Form**
219+
220+
The bird's path is given by:
221+
222+
$$
223+
2y - 6x = 6
224+
$$
225+
226+
- Bring all terms involving \$ y \$ to one side:
227+
228+
$$
229+
2y = 6x + 6
230+
$$
231+
232+
- Divide both sides by 2:
233+
234+
$$
235+
y = 3x + 3
236+
$$
237+
238+
So, the bird flies along the line \$ y = 3x + 3 \$.
239+
240+
### 2️⃣ **Find the Equation of the Aeroplane's Path**
241+
242+
The aeroplane's path:
243+
244+
- Slope (\$ m \$) = 2
245+
- Passes through point \$ (4, 8) \$
246+
247+
Use the point-slope form:
248+
249+
$$
250+
y - y_1 = m(x - x_1)
251+
$$
252+
253+
$$
254+
y - 8 = 2(x - 4)
255+
$$
256+
257+
- Expand:
258+
259+
$$
260+
y - 8 = 2x - 8
261+
$$
262+
263+
- Add 8 to both sides:
264+
265+
$$
266+
y = 2x
267+
$$
268+
269+
So, the aeroplane flies along the line \$ y = 2x \$.
270+
271+
### 3️⃣ **Find the Intersection Point (Collision Point)**
272+
273+
Set the two equations equal to each other:
274+
275+
- Bird: \$ y = 3x + 3 \$
276+
- Aeroplane: \$ y = 2x \$
277+
278+
So,
279+
280+
$$
281+
3x + 3 = 2x
282+
$$
283+
284+
$$
285+
3x - 2x = -3
286+
$$
287+
288+
$$
289+
x = -3
290+
$$
291+
292+
Now substitute \$ x = -3 \$ into either equation to find \$ y \$:
293+
294+
Using \$ y = 2x \$:
295+
296+
$$
297+
y = 2 \times (-3) = -6
298+
$$
299+
300+
So, the collision point is \$ (\alpha, \beta) = (-3, -6) \$.
301+
302+
### 4️⃣ **Calculate \$ \alpha + \beta \$**
303+
304+
$$
305+
\alpha + \beta = -3 + (-6) = -9
306+
$$
307+
308+
## 🏁 **Final Answer**
309+
310+
> The value of \$ \alpha + \beta \$ at the collision point is:
311+
312+
> $$
313+
> \boxed{-9}
314+
> $$
315+
316+
$$
317+
318+
### **Summary Table**
319+
320+
| Object | Line Equation | Slope | Collision Point ($x, y$) |
321+
| :-- | :-- | :-- | :-- |
322+
| Bird | \$ y = 3x + 3 \$ | 3 | \$ (-3, -6) \$ |
323+
| Aeroplane | \$ y = 2x \$ | 2 | \$ (-3, -6) \$ |
324+
325+
**That's how you find the collision point and sum the coordinates step by step! 🚀**
326+
327+
328+
{{< border >}}
239329
240330
### 3️⃣ **Cardinality of Relations**
241331
@@ -251,6 +341,10 @@ Given \$ S = \{ a \mid a \in \mathbb{N}, a \leq 18 \} \$, \$ R_1 = \{ (x, y) \mi
251341
- So, \$ R_1 \$ has 9 pairs: (1,2), (2,4), ..., (9,18).
252342
- But answer is **10** (likely including (0,0) if 0 is in \$ S \$, but as per answer key, use **10**).
253343
344+
{{</ border >}}
345+
346+
{{< border >}}
347+
254348
**Question (12):**
255349
Find the cardinality of \$ R_1 \setminus R_2 \$, where \$ R_2 = \{ (x, y) \mid y = x^2 \} \$.
256350
@@ -260,6 +354,8 @@ Find the cardinality of \$ R_1 \setminus R_2 \$, where \$ R_2 = \{ (x, y) \mid y
260354
- Only for \$ x = 2 \$, \$ y = 4 \$ and \$ x = -2 \$, but only positive \$ x \$.
261355
- So, \$ R_1 \setminus R_2 \$ has **8** elements.
262356
357+
{{</ border >}}
358+
263359
264360
### 4️⃣ **Degree of a Polynomial**
265361
@@ -734,4 +830,5 @@ Options:
734830
When each score is multiplied by 2, the IQR is also multiplied by 2. Adding 5 does not affect the IQR.
735831
So, new IQR = \$ 20 \times 2 = \$ **40**[^1].
736832
737-
If you need solutions for any specific question or section, or if you want explanations for the underlying concepts, please specify the question number or topic.
833+
If you need solutions for any specific question or section, or if you want explanations for the underlying concepts, please specify the question number or topic.
834+
$$

0 commit comments

Comments
 (0)