Fundamental of Algebra - JEE Grade 11 Mathematics Session 9

Session Overview and Educational Context

  • Course: JEE Grade 11 - Mathematics.

  • Session Number: 9.

  • Topic: Fundamental of Algebra.

  • Educational Provider: ALLEN ONLINE.

  • Results Record (JEE Advanced 2025): 1475 total selections from full-year paid courses. Highlights include:   - Arka Banerjee (West Bengal): AIR 395.   - Aritro Ray (West Bengal): AIR 50.   - Chirag Singh (Uttar Pradesh): AIR 516.

  • Results Record (JEE Main 2025):   - AIR 1: Devdutta Majhi (1-Year Online Test Series Student, West Bengal).   - AIR 7: Aayush Chaudhari (6 Months Online Test Series Student, Maharashtra).   - AIR 15: Harssh A Gupta (1-Year Online Test Series Student, Telangana).   - AIR 23: Harsh Jha (1-Year Online Test Series Student, Jharkhand).   - AIR 51: Chirag Singh (2-Year LIVE Course Student, Uttar Pradesh).

  • Results Record (NEET-UG 2025):   - AIR 74: Tanmay Jagga (Online Classroom Course).   - AIR 247: Debarghya Bag (Online Classroom Course).   - AIR 405: Adyasha A. Jena (Online Classroom Course).

Review of Previous Concepts (Let's Rewind)

  • The following topics serve as the foundation for Algebra in JEE 11:   - Factorization.   - Indices and Surds.   - Reducible to quadratic forms.   - Modulus and its graph.   - Wavy Curve method.   - Sets and Intervals (Trivial/Non-trivial).   - Arithmetic Mean - Geometric Mean (A.M.-G.M.).   - Polynomials and Remainder-Factor (R-F) Theorem.   - Ratio and Proportion.   - Determinants.   - System of Equations.

Definition and Properties of Polynomials

  • General Form: A polynomial function in xx is expressed as:   - p(x)=anxn+an1xn1+an2xn2++a1x+a0p(x) = a_n x^n + a_{n-1} x^{n-1} + a_{n-2} x^{n-2} + \dots + a_1 x + a_0

  • Conditions: For a valid polynomial, the powers of xx must be non-negative integers (n{0,1,2,}n \in \{0, 1, 2, \dots\}).

  • Key Terminology:   - Coefficients: The set of real numbers an,an1,,a0{a_n, a_{n-1}, \dots, a_0}.   - Degree: The highest power of xx in the polynomial, provided an0a_n \neq 0.   - Leading Term: The term containing the highest power of xx, which is anxna_n x^n.   - Leading Coefficient: The coefficient of the leading term, ana_n.   - Monic Polynomial: A polynomial where the leading coefficient is equal to one (an=1a_n = 1).   - Zeroes: A polynomial function of degree nn (where n1n \geq 1) has exactly nn zeroes.

Identification and Classification of Polynomials

  • Identification Exercise:   - x2+7x+2xx^2 + 7x + 2\sqrt{x}: No, because the power of xx is 12\frac{1}{2}, which is not an integer.   - 2x+32x + 3: Yes, degree 1.   - 7x9x7x - \frac{9}{x}: No, because it includes x1x^{-1}.   - x2+πxx^2 + \pi x: Yes, coefficients can be irrational numbers like π\pi.   - 13x+sin(2x)13x + \sin(2x): No, because it contains a transcendental (trigonometric) function.   - 3x3+2x3x^3 + \sqrt{2}x: Yes, degree 3.

  • Classification by Degree:   - Undefined: The zero polynomial (p(x)=0p(x) = 0).   - Degree 0: Constant Polynomial (e.g., p(x)=cp(x) = c).   - Degree 1: Linear Polynomial (e.g., ax+bax + b).   - Degree 2: Quadratic Polynomial (e.g., ax2+bx+cax^2 + bx + c).   - Degree 3: Cubic Polynomial.

  • Classification by Number of Terms:   - 1 Term: Monomial.   - 2 Terms: Binomial.   - 3 Terms: Trinomial.

  • Multiplication Rule: If f(x)f(x) is a polynomial of degree mm and g(x)g(x) is a polynomial of degree nn, the degree of the product f(x)g(x)f(x) \cdot g(x) is m+nm + n.   - Example: If f(x)=x4+3x3x2+7x+13f(x) = x^4 + 3x^3 - x^2 + 7x + 13 (degree 4) and g(x)=x4+5x3+3x2+9x+25g(x) = -x^4 + 5x^3 + 3x^2 + 9x + 25 (degree 4), the degree of f(x)g(x)f(x) \cdot g(x) is 4+4=84 + 4 = 8.

Euclid's Lemma and Division of Polynomials

  • Division Algorithm Equation:   - P(x)=Q(x)d(x)+r(x)P(x) = Q(x) \cdot d(x) + r(x)   - Where:     - P(x)P(x) is the Dividend.     - d(x)d(x) is the Divisor.     - Q(x)Q(x) is the Quotient.     - r(x)r(x) is the Remainder.

  • Constraints on Degrees:   - The degree of the divisor d(x)d(x) must be less than or equal to the degree of the dividend P(x)P(x).   - The degree of the remainder r(x)r(x) must be strictly less than the degree of the divisor d(x)d(x).     - If the degree of d(x)d(x) is 3, the possible degree of r(x)r(x) is 2, 1, or 0.     - If the degree of d(x)d(x) is 2, the possible degree of r(x)r(x) is 1 or 0.

Remainder Theorem

  • Statement: Let P(x)P(x) be a polynomial of degree 1\geq 1 and aa be any real number. If P(x)P(x) is divided by (xa)(x - a), then the remainder is P(a)P(a).

  • Application Examples:   - Find remainder for x3+2x2+3x7x^3 + 2x^2 + 3x - 7 divided by (x+1)(x + 1):     - Let x+1=0x=1x + 1 = 0 \rightarrow x = -1.     - Remainder = P(1)=(1)3+2(1)2+3(1)7P(-1) = (-1)^3 + 2(-1)^2 + 3(-1) - 7     - =1+237=9= -1 + 2 - 3 - 7 = -9.   - Find remainder for p(x)=x43x3+2x2+5x+1p(x) = x^4 - 3x^3 + 2x^2 + 5x + 1 divided by x+1x + 1:     - Remainder = P(1)=13(1)+2(1)+5(1)+1=1+3+25+1=2P(-1) = 1 - 3(-1) + 2(1) + 5(-1) + 1 = 1 + 3 + 2 - 5 + 1 = 2.   - Find remainder for p(x)=x53x3+2x2+3x+1p(x) = x^5 - 3x^3 + 2x^2 + 3x + 1 divided by x21x^2 - 1:     - The divisor is degree 2, so let the remainder be ax+bax + b.     - p(x)=(x21)Q(x)+(ax+b)p(x) = (x^2 - 1)Q(x) + (ax + b).     - At x=1x = 1: 13+2+3+1=a+b4=a+b1 - 3 + 2 + 3 + 1 = a + b \rightarrow 4 = a + b.     - At x=1x = -1: 1+3+23+1=a+b2=a+b-1 + 3 + 2 - 3 + 1 = -a + b \rightarrow 2 = -a + b.     - Solving the system: 2b=6b=32b = 6 \rightarrow b = 3 and a=1a = 1.     - Remainder = x+3x + 3.

Factor Theorem

  • Statement: Let f(x)f(x) be a polynomial of degree 1\geq 1 and aa be any real constant.   - If f(a)=0f(a) = 0, then (xa)(x - a) is a factor of f(x)f(x).   - Conversely, if (xa)(x - a) is a factor of f(x)f(x), then f(a)=0f(a) = 0.

  • Application Examples:   - Is (x1)(x - 1) a factor of 22x3+52x2722\sqrt{2}x^3 + 5\sqrt{2}x^2 - 7\sqrt{2}?     - f(1)=22(1)3+52(1)272=22+5272=0f(1) = 2\sqrt{2}(1)^3 + 5\sqrt{2}(1)^2 - 7\sqrt{2} = 2\sqrt{2} + 5\sqrt{2} - 7\sqrt{2} = 0.     - Result: Yes.   - If (x2)(x - 2) is a factor of x54x3+x+kx^5 - 4x^3 + x + k, find kk:     - f(2)=254(23)+2+k=0f(2) = 2^5 - 4(2^3) + 2 + k = 0     - 3232+2+k=0k=232 - 32 + 2 + k = 0 \rightarrow k = -2.   - If f(x)=2x3+ax2+bx+cf(x) = 2x^3 + ax^2 + bx + c has factors (x1)(x - 1), (x+1)(x + 1), and (x2)(x - 2), find a,b,ca, b, c:     - Factors imply zeroes at 1,1,21, -1, 2.     - f(x)=2(x1)(x+1)(x2)=2(x21)(x2)=2(x32x2x+2)f(x) = 2(x - 1)(x + 1)(x - 2) = 2(x^2 - 1)(x - 2) = 2(x^3 - 2x^2 - x + 2).     - f(x)=2x34x22x+4f(x) = 2x^3 - 4x^2 - 2x + 4.     - Result: a=4,b=2,c=4a = -4, b = -2, c = 4.

Arithmetic Mean - Geometric Mean (A.M.-G.M.) Inequality

  • Definitions:   - Arithmetic Mean (A.M.): For two positive real numbers x,yx, y, A.M.=x+y2A.M. = \frac{x + y}{2}.   - Geometric Mean (G.M.): For two positive real numbers x,yx, y, G.M.=xyG.M. = \sqrt{xy}.

  • Inequality Statement: A.M.G.M.A.M. \geq G.M. for positive real numbers.

  • Equality Condition: The equality A.M.=G.M.A.M. = G.M. holds if and only if x=yx = y.

  • Proof:   - We know (xy)20(\sqrt{x} - \sqrt{y})^2 \geq 0   - (x)2+(y)22xy0(\sqrt{x})^2 + (\sqrt{y})^2 - 2\sqrt{x}\sqrt{y} \geq 0   - x+y2xyx + y \geq 2\sqrt{xy}   - x+y2xy\frac{x + y}{2} \geq \sqrt{xy}.

  • Standard Lower/Upper Bounds:   - For all x > 0, x+1x2x + \frac{1}{x} \geq 2.   - For all x < 0, x+1x2x + \frac{1}{x} \leq -2.

  • Optimization Examples:   - Minimum value of x2+16x\frac{x^2 + 16}{x} when x > 0:     - Let the terms be xx and 16x\frac{16}{x}.     - A.M.G.M.x+16x2x16xA.M. \geq G.M. \rightarrow \frac{x + \frac{16}{x}}{2} \geq \sqrt{x \cdot \frac{16}{x}}     - x+16x24x+16x8\frac{x + \frac{16}{x}}{2} \geq 4 \rightarrow x + \frac{16}{x} \geq 8.     - Result: Minimum value is 8.   - Maximum value of 3x2+12x\frac{3x^2 + 12}{x} for x < 0:     - Let x=tx = -t where t > 0.     - Expression becomes 3t2+12t=(3t+12t)\frac{3t^2 + 12}{-t} = -(3t + \frac{12}{t}).     - For 3t3t and 12t\frac{12}{t}, A.M.G.M.3t+12t23t12t=36=6A.M. \geq G.M. \rightarrow \frac{3t + \frac{12}{t}}{2} \geq \sqrt{3t \cdot \frac{12}{t}} = \sqrt{36} = 6.     - 3t+12t12(3t+12t)123t + \frac{12}{t} \geq 12 \rightarrow -(3t + \frac{12}{t}) \leq -12.     - Result: Maximum value is -12.   - Minimum value of (a+b)(1a+1b)(a + b)\left(\frac{1}{a} + \frac{1}{b}\right) for a,bR+a, b \in \mathbb{R}^+:     - (a+b)(1a+1b)=1+ab+ba+1=2+(ab+ba)(a + b)\left(\frac{1}{a} + \frac{1}{b}\right) = 1 + \frac{a}{b} + \frac{b}{a} + 1 = 2 + \left(\frac{a}{b} + \frac{b}{a}\right).     - Since ab+ba2\frac{a}{b} + \frac{b}{a} \geq 2, the full expression 2+2=4\geq 2 + 2 = 4.     - Result: 4.

Ratio and Proportion

  • Ratio: Given two quantities a,ba, b of the same kind, the ratio is a:ba:b or ab\frac{a}{b}.

  • Comparison of Ratios: For positive integers a,b,c,da, b, c, d:   - a:b > c:d if ad > bc.   - a:b=c:da:b = c:d if ad=bcad = bc.   - a:b < c:d if ad < bc.

  • Proportion: If two ratios are equal (ab=cd\frac{a}{b} = \frac{c}{d}), then a,b,c,da, b, c, d are proportional (a:b::c:da:b :: c:d).   - a,da, d are called the extremes.   - b,cb, c are called the means.

  • Properties:   - If ab=cd=ef\frac{a}{b} = \frac{c}{d} = \frac{e}{f}, then each ratio is equal to a+c+eb+d+f\frac{a + c + e}{b + d + f}.   - Componendo & Dividendo: If ab=cd\frac{a}{b} = \frac{c}{d}, then a+bab=c+dcd\frac{a + b}{a - b} = \frac{c + d}{c - d}.

  • Application Problems:   - Mixture Problem: 60 litres total, Milk:Water = 2:1. (Milk = 40L, Water = 20L). To make ratio 1:2, add water xx.     - 4020+x=1280=20+xx=60L\frac{40}{20 + x} = \frac{1}{2} \rightarrow 80 = 20 + x \rightarrow x = 60 \, L.   - Money Distribution: Ratio A:B:C:D = 5:2:4:3. If C gets 1000 more than D:     - Let shares be 5k,2k,4k,3k5k, 2k, 4k, 3k.     - 4k3k=1000k=10004k - 3k = 1000 \rightarrow k = 1000.     - B's share = 2k=20002k = 2000.

Determinants

  • Evaluation of 3x3 Determinant:   - Example 1: 1amp;2amp;34amp;5amp;67amp;8amp;1\begin{vmatrix} 1 &amp; 2 &amp; 3 \\ 4 &amp; 5 &amp; 6 \\ 7 &amp; 8 &amp; 1 \end{vmatrix}     - =1(5186)2(4176)+3(4875)= 1(5 \cdot 1 - 8 \cdot 6) - 2(4 \cdot 1 - 7 \cdot 6) + 3(4 \cdot 8 - 7 \cdot 5)     - =1(548)2(442)+3(3235)=43+769=24= 1(5 - 48) - 2(4 - 42) + 3(32 - 35) = -43 + 76 - 9 = 24.   - Example 2: 2amp;3amp;21amp;5amp;42amp;7amp;2\begin{vmatrix} 2 &amp; 3 &amp; 2 \\ 1 &amp; 5 &amp; 4 \\ 2 &amp; 7 &amp; 2 \end{vmatrix}     - =2(1028)3(28)+2(710)=2(18)3(6)+2(3)=36+186=24= 2(10 - 28) - 3(2 - 8) + 2(7 - 10) = 2(-18) - 3(-6) + 2(-3) = -36 + 18 - 6 = -24.

  • Minors and Cofactors:   - Minor (MijM_{ij}): Determinant obtained by deleting the ithi^{th} row and jthj^{th} column.   - Cofactor (CijC_{ij} or AijA_{ij}): Calculated as (1)i+jMij(-1)^{i+j} M_{ij}.   - Example: In 1amp;2amp;34amp;5amp;67amp;8amp;9\begin{vmatrix} 1 &amp; 2 &amp; 3 \\ 4 &amp; 5 &amp; 6 \\ 7 &amp; 8 &amp; 9 \end{vmatrix}, for element a23a_{23} (row 2, column 3):     - M23=1amp;27amp;8=814=6M_{23} = \begin{vmatrix} 1 &amp; 2 \\ 7 &amp; 8 \end{vmatrix} = 8 - 14 = -6.     - C23=(1)2+3M23=1(6)=6C_{23} = (-1)^{2+3} M_{23} = -1(-6) = 6.