100% FREE
Updated: Apr 2026 Algebra Sequences, Series, and Functions
Polynomials and Logarithms
Comprehensive study notes on Polynomials and Logarithms for CMI Data Science preparation.
This chapter covers key concepts, formulas, and examples needed for your exam.
This chapter covers two high-yield topics for CMI: polynomials and logarithms. Focus on definitions, core theorems, standard transformations, and short problem-solving patterns.
---
Chapter Contents
| # | Topic | What You'll Learn | |---|---|---| | 1 | Introduction to Polynomials | Degree, roots, factorization, Vieta, transformations | | 2 | Logarithms and Their Properties | Definition, domain, laws, change of base, inequalities |
---
Learning Objectives
❗By the End of This Chapter
After studying this chapter, you will be able to:
Define and classify polynomials.
Use the Remainder Theorem, Factor Theorem, and Vieta's formulas.
Find or analyze roots using standard theorems.
Use logarithm laws and change of base correctly.
Solve basic polynomial and logarithmic questions accurately.
---
Part 1: Introduction to Polynomials
📖Polynomial
A polynomial in one variable x is an expression of the form
P(x)=anxn+an−1xn−1+⋯+a1x+a0
where n is a non-negative integer and the coefficients a0,a1,…,an are constants.
Key terms
Degree: highest power of x with non-zero coefficient
Leading coefficient: coefficient of the highest power term
❌ Assuming two degree-m and degree-k polynomials always intersect max(m,k) times
✅ Solve P(x)=Q(x), i.e. roots of P(x)−Q(x)
❌ Forgetting complex roots occur in conjugate pairs for real coefficients
✅ If a+bi is a root, then a−bi is also a root
❌ Using reciprocal-root transformation when zero is a root
✅ Only non-zero roots become reciprocals
---
Practice Questions
:::question type="MCQ" question="Let P(x)=3x4−2x3+ax2−5x+7. If P(1)=10, what is the value of a?" options=["A) 7","B) 0","C) -3","D) 1"] answer="A" hint="Substitute x=1." solution="
P(1)=3−2+a−5+7=a+3
Given P(1)=10, so
a+3=10⟹a=7
Hence the correct option is A." :::
:::question type="NAT" question="A polynomial P(x) has roots 1,−2, and 3. If the leading coefficient is 2, what is the constant term of P(x)?" answer="12" hint="Use the product-of-roots formula." solution="For a cubic polynomial,
r1r2r3=(−1)3a3a0=−2a0
Now
1⋅(−2)⋅3=−6
So
−6=−2a0⟹a0=12
Therefore the constant term is 12." :::
:::question type="MSQ" question="Let f(x) be a polynomial of degree 4 with real coefficients. Which of the following statements is/are always true?" options=["A) If f(x) has one complex root a+bi with b=0, it must have at least one other complex root.","B) f(x) must have at least two real roots.","C) The graph of f(x) can intersect the x-axis at exactly three points.","D) If f(x) has roots r1,r2,r3,r4, then the roots of f(2x) are r1/2,r2/2,r3/2,r4/2."] answer="A,C,D" hint="Use conjugate roots and root transformations." solution="A) True. Non-real roots of real-coefficient polynomials occur in conjugate pairs. B) False. Example: x4+1 has no real roots. C) True. Example: (x−1)2(x−2)(x−3) intersects the x-axis at exactly three distinct points. D) True. If f(r)=0, then for f(2x)=0 we need 2x=r, so x=r/2.
Hence the correct options are A, C, D." :::
:::question type="SUB" question="Consider the polynomial P(x)=x3−3x2+2x−1. (a) Show that P(x) has at least one real root between x=2 and x=3. (b) If r1,r2,r3 are the roots of P(x), find the value of r1r2+r1r3+r2r3." answer="a) Root exists in (2,3), b) 2" hint="For part (a), use IVT. For part (b), use Vieta." solution="(a)
P(2)=8−12+4−1=−1
P(3)=27−27+6−1=5
Since P(2)<0 and P(3)>0, by IVT there is at least one real root in (2,3).
(b) For
P(x)=x3−3x2+2x−1
the sum of pairwise products of roots is the coefficient of x divided by the leading coefficient:
r1r2+r1r3+r2r3=12=2
So the answer is:
part (a): root exists in (2,3)
part (b): 2"
:::
:::question type="NAT" question="The polynomial P(x)=x4+ax3+bx2+cx+d has roots 1,2,3, and 4. What is the coefficient a?" answer="-10" hint="Use the sum of roots." solution="For a monic quartic,
r1+r2+r3+r4=−a
Here
1+2+3+4=10
So
−a=10⟹a=−10
" :::
:::question type="MCQ" question="Which of the following describes the roots of P(x)=x4−16?" options=["A) Four real distinct roots","B) Two real roots and two complex conjugate roots","C) Four non-real roots","D) Two real roots and two repeated real roots"] answer="B" hint="Factor completely." solution="
x4−16=(x2−4)(x2+4)=(x−2)(x+2)(x−2i)(x+2i)
So the roots are 2,−2,2i,−2i: two real roots and two complex conjugate roots. Hence the correct option is B." :::
:::question type="SUB" question="Does there exist a polynomial P(x) with integer coefficients such that P(0)=5 and P(2)=8? Justify your answer." answer="No" hint="Use the divisibility property for integer-coefficient polynomials." solution="If P(x) has integer coefficients, then for integers a,b,
(a−b)∣(P(a)−P(b))
Take a=2 and b=0. Then
2−0=2
must divide
P(2)−P(0)=8−5=3
But 2 does not divide 3.
Therefore, no such polynomial exists." :::
---
Summary for Part 1
❗Part 1 Takeaways
Use the Remainder Theorem and Factor Theorem quickly.
Vieta's formulas are essential for root-sum and root-product questions.
Rational Root Theorem helps shortlist candidates.
Real-coefficient polynomials have conjugate complex roots.
IVT proves existence of real roots when signs change.
---
Part 2: Logarithms and Their Properties
📖Logarithm
For a>0, b>0, and b=1,
logba=c⟺bc=a
Here:
b is the base
a is the argument
c is the logarithm value
---
Key Concepts
1. Definition and Constraints
📐Definition
logba=c⟺bc=a
Valid only when
a>0
b>0
b=1
---
2. Domain and Range
❗Domain of a Logarithm
For f(x)=logbx, the domain is
(0,∞)
For f(x)=logb(g(x)), we need
g(x)>0
The range is all real numbers.
Example Find the domain of f(x)=log3(x2−4x+3).
x2−4x+3>0
(x−1)(x−3)>0
So the domain is
(−∞,1)∪(3,∞)
---
3. Laws of Logarithms
📐Product Rule
logb(xy)=logbx+logby
📐Quotient Rule
logb(yx)=logbx−logby
📐Power Rule
logb(xk)=klogbx
📐Special Values
logb1=0,logbb=1,blogbx=x
Example If f(xy)=f(x)+f(y) on positive reals and f(8)=3, find f(1/4).
Since 8=23,
f(8)=f(23)=3f(2)=3⟹f(2)=1
Then
f(4)=f(22)=2f(2)=2
Also
f(1)=0,f(1/x)=−f(x)
So
f(41)=−f(4)=−2
---
4. Change of Base
📐Change of Base
logba=logcblogca
📐Reciprocal Form
logba=logab1
Example Simplify
log38log316+log32
Numerator:
log316+log32=log332
So
log38log332=log832
Let log832=y. Then
8y=32⟹23y=25⟹y=35
---
5. Logarithmic Inequalities
❗Monotonicity
If b>1, then logbx is increasing.
If 0<b<1, then logbx is decreasing.
⚠️Very Common Error
If 0<b<1, then the inequality direction reverses when comparing arguments.
Example Check whether
log103<1+log1021
Since
1+log102=log1010+log102=log1020
the right side is
log10201=log2010
Numerically,
log103≈0.477,log2010≈0.768
So the inequality is true.
---
6. A Useful Algebraic Log Example
If x2+y2=z2, then
(logy+zx)(logz−yx)logy+zx+logz−yx
can be simplified as follows.
Let
A=logy+zx,B=logz−yx
Then
ABA+B=A1+B1=logx(y+z)+logx(z−y)
So
ABA+B=logx((y+z)(z−y))=logx(z2−y2)
Since x2+y2=z2,
z2−y2=x2
Hence
logx(x2)=2
---
Common Mistakes
⚠️Avoid These Errors
❌ log(x+y)=logx+logy
✅ Only products and quotients split
❌ Ignoring domain restrictions
✅ Argument must be strictly positive
❌ Mixing up numerator and denominator in change of base
✅ logba=logcblogca
❌ Forgetting inequality reversal when 0<b<1
✅ Always check the base first
---
Practice Questions
:::question type="MCQ" question="What is the domain of the function f(x)=log5(x2−7x+10)?" options=["A) (−∞,2)","B) (5,∞)","C) (−∞,2)∪(5,∞)","D) (2,5)"] answer="C" hint="Require the argument to be positive." solution="We need
x2−7x+10>0
Factor:
(x−2)(x−5)>0
This holds for
x<2orx>5
So the domain is
(−∞,2)∪(5,∞)
Hence the correct option is C." :::
:::question type="NAT" question="If logab=2 and logbc=3, what is the value of logca2?" answer="1/3" hint="Rewrite everything in powers of a." solution="From
logab=2⟹b=a2
and
logbc=3⟹c=b3=(a2)3=a6
Now
logca2=loga6a2=62=31
So the answer is
31
" :::
:::question type="MSQ" question="Let g be a function on the positive real numbers such that g(xy)=yg(x). If g(27)=3, which of the following statements is/are true?" options=["A) g(3)=1","B) g(9)=2","C) g(1)=0","D) g(81)=4"] answer="A,B,C,D" hint="Use 27=33 and then apply the rule repeatedly." solution="Since 27=33,
g(27)=g(33)=3g(3)=3
So
g(3)=1
Hence A is true.
Then
g(9)=g(32)=2g(3)=2
So B is true.
Also
g(1)=g(30)=0⋅g(3)=0
So C is true.
And
g(81)=g(34)=4g(3)=4
So D is true.
Hence all four options are correct." :::
:::question type="SUB" question="Given a,b,c are positive real numbers such that ax=by=cz=K, prove that x1+y1+z1=logK(abc)." answer="Proof shows LHS = logK(abc)" hint="Convert 1/x,1/y,1/z into logarithms with base K." solution="Since
ax=K
taking logK gives
xlogKa=1⟹x1=logKa
Similarly,
y1=logKb,z1=logKc
Therefore,
x1+y1+z1=logKa+logKb+logKc=logK(abc)
Hence proved." :::
:::question type="MCQ" question="Which of the following statements is true?" options=["A) log27<log37","B) log27>log37","C) log27=log37","D) The relationship depends on the value of 7"] answer="B" hint="Use change of base." solution="
log27=ln2ln7,log37=ln3ln7
Since ln7>0 and ln2<ln3, the fraction with denominator ln2 is larger. Hence
:::question type="MSQ" question="Which of the following expressions are equivalent to log(x2y3)? Assume x,y>0." options=["A) 2logx+3logy","B) log(x2)+log(y3)","C) 5log(xy)","D) log(x2)⋅log(y3)"] answer="A,B" hint="Use product and power rules." solution="
log(x2y3)=log(x2)+log(y3)=2logx+3logy
So A and B are equivalent.
For C:
5log(xy)=log((xy)5)=log(x5y5)=log(x2y3)
For D: it is a product of two logarithms, not a single logarithm of a product.
Hence the correct options are A, B." :::
:::question type="NAT" question="If log2x+log4x+log8x=11, what is the value of x?" answer="64" hint="Write all logs in base 2." solution="Let
t=log2x
Then
log4x=2t,log8x=3t
So
t+2t+3t=11
t(1+21+31)=11
t⋅611=11⟹t=6
Thus
x=26=64
" :::
---
Summary for Part 2
❗Part 2 Takeaways
Always check domain before doing anything with logs.
Product, quotient, and power rules are the main simplification tools.
Change of base is essential when bases differ.
For inequalities, base matters: increasing if b>1, decreasing if 0<b<1.
Functional equations often reduce to standard log-style behavior.
---
Chapter Review Questions
:::question type="MCQ" question="If one root of the quadratic polynomial P(x)=x2−5x+k is log28, what is the value of k?" options=["A) 6","B) 2","C) -6","D) -2"] answer="A" hint="First simplify the logarithm." solution="
log28=3
Since 3 is a root,
P(3)=0
So
32−5(3)+k=0
9−15+k=0
k=6
Hence the correct option is A." :::
:::question type="NAT" question="If 2log8(x2−1)=3, find the value of x2." answer="28" hint="Set y=log8(x2−1)." solution="Let
y=log8(x2−1)
Then
2y=3
Now
8y=(23)y=(2y)3=33=27
But from the definition of logarithm,
8y=x2−1
So
x2−1=27⟹x2=28
" :::
:::question type="NAT" question="Given the polynomial P(x)=x3−6x2+11x−6 with roots r1<r2<r3, find the value of logr1+r2(r32)." answer="2" hint="Find the roots first." solution="Test integer roots:
P(1)=0
So
P(x)=(x−1)(x2−5x+6)=(x−1)(x−2)(x−3)
Hence
r1=1,r2=2,r3=3
Now
r1+r2=3,r32=9
Therefore
logr1+r2(r32)=log39=2
" :::
:::question type="NAT" question="Solve for x: xlogx(x2−3x+3)=log28. Provide the valid integer solution." answer="3" hint="Simplify both sides and check the log base conditions." solution="Since
xlogxA=A
whenever x>0,x=1,A>0, the left side becomes
x2−3x+3
Also
log28=3
So
x2−3x+3=3
x2−3x=0
x(x−3)=0
This gives x=0 or x=3.
But x=0 is invalid because the base of the logarithm must be positive and not equal to 1.
Hence the valid integer solution is
x=3
" :::
---
Final Chapter Takeaways
❗Polynomials and Logarithms - Key Points
Use factor, remainder, and Vieta tools fast.
For real-coefficient polynomials, non-real roots come in conjugate pairs.
IVT proves existence of roots after a sign change.
For logs, domain first: argument must be positive.
Product, quotient, power, and change-of-base rules solve most standard questions.
Polynomials and Logarithms
Overview
This chapter covers two high-yield topics for CMI: polynomials and logarithms. Focus on definitions, core theorems, standard transformations, and structural properties.
---
Part 1: Introduction to Polynomials
📖Polynomial
A polynomial in one variable x is an expression of the form:
P(x)=anxn+an−1xn−1+⋯+a1x+a0 where n is a non-negative integer and the coefficients ai are constants.
Degree (deg(P)): The highest power of x with a non-zero coefficient.
Leading Coefficient:an.
Monic:an=1.
Root:r such that P(r)=0.
---
Key Theorems
1. Remainder and Factor Theorems
When P(x) is divided by (x−c):
Remainder Theorem: The remainder is exactly P(c).
Factor Theorem:(x−c) is a factor if and only if P(c)=0.
2. Fundamental Theorem of Algebra
A polynomial of degree n≥1 has exactly n complex roots (counting multiplicity).
Conjugate Root Theorem: If P(x) has real coefficients and a+bi is a root, then a−bi is also a root.
3. Vieta's Formulas
For P(x)=anxn+an−1xn−1+⋯+a0 with roots r1,r2,…,rn:
∑ri=−anan−1
∑i<jrirj=anan−2
r1r2…rn=(−1)nana0
4. Integer Coefficient Property
If P(x) has integer coefficients, then for any distinct integers a and b:
(a−b)∣(P(a)−P(b))
---
Part 2: Logarithms
📖Logarithm
The statement logbN=x is equivalent to bx=N, where b>0,b=1 and N>0.
Core Properties
Product:logb(MN)=logbM+logbN
Quotient:logb(NM)=logbM−logbN
Power:logb(Mk)=klogbM
Change of Base:logba=logcblogca
---
Practice Questions (Conceptual)
:::question type="MCQ" question="Let P(x) be a polynomial with integer coefficients such that P(1)=3 and P(3)=10. Which of the following is true?" options=["A) Such a polynomial exists.","B) Such a polynomial cannot exist.","C) Such a polynomial must be quadratic.","D) P(x) must have a root in (1,3)."] answer="B" hint="Use the integer divisibility property." solution="By the integer coefficient property, (3−1) must divide P(3)−P(1).
3−1=2 and P(3)−P(1)=10−3=7.
Since 2 does not divide 7, no such polynomial exists.
Correct option is B."
:::
:::question type="MSQ" question="Let P(x) be a polynomial of degree 4 with real coefficients. If i and 1+i are roots, which of the following are also roots?" options=["A) −i","B) 1−i","C) 0","D) 2"] answer="A,B" hint="Use the Conjugate Root Theorem." solution="Since the coefficients are real, complex roots must occur in conjugate pairs.
The conjugate of i is −i.
The conjugate of 1+i is 1−i.
Since the degree is 4, these four roots (i,−i,1+i,1−i) are the only roots.
Correct options are A,B."
:::
Practice Exercises: Polynomials & Logarithms
Conceptual & Theoretical Challenges
:::question type="MSQ" question="Let P(x) be a polynomial of degree n≥1 with real coefficients. Which of the following statements must be true?" options=["A) If n is odd, P(x) must have at least one real root.","B) If n is even, P(x) must have at least one real root.","C) If a+bi (b=0) is a root, then a−bi is also a root.","D) P(x) can have at most n distinct complex roots."] answer="A,C,D" hint="Consider the Intermediate Value Theorem for odd degrees and the Conjugate Root Theorem." solution="
A is True: For odd degree polynomials, as x→∞, P(x)→∞ and as x→−∞, P(x)→−∞ (or vice versa). By IVT, it must cross the x-axis.
B is False: Example: P(x)=x2+1 has no real roots.
C is True: Non-real roots of polynomials with real coefficients always occur in conjugate pairs.
D is True: By the Fundamental Theorem of Algebra, a degree n polynomial has exactly n roots counting multiplicity, thus at most n distinct roots.
Correct options are A,C,D."
:::
:::question type="MSQ" question="Consider the equation logx(y)+logy(x)=2 for real numbers x,y. Which of the following conditions must be satisfied?" options=["A) x>0 and y>0","B) x=1 and y=1","C) x=y","D) x=y1"] answer="A,B,C" hint="Use the property logyx=logxy1 and the AM-GM inequality." solution="
For the logarithms to be defined, we need x,y>0 and x,y=1 (Options A and B).
Let t=logxy. Then the equation is t+t1=2.
This implies t2−2t+1=0, so (t−1)2=0⟹t=1.
logxy=1⟹x1=y, so x=y.
Note: While x=1/y satisfies t+1/t=−2 if t=−1, it does not satisfy this specific equation.
Correct options are A,B,C."
:::
:::question type="SUB" question="Let P(x) be a polynomial with integer coefficients such that P(0)=n and P(1)=m, where n and m are integers. If P(k)=0 for some integer k, prove that k must divide n and (k−1) must divide m." answer="Proof based on divisibility property (a−b)∣(P(a)−P(b))." hint="Substitute a=k and b=0, then a=k and b=1 into the integer coefficient property." solution="
By the integer coefficient property, for any integers a,b, (a−b) divides P(a)−P(b).
Let a=k and b=0. Then (k−0) divides P(k)−P(0).
Since P(k)=0 and P(0)=n, we have k∣(0−n), which means k∣n.
Let a=k and b=1. Then (k−1) divides P(k)−P(1).
Since P(k)=0 and P(1)=m, we have (k−1)∣(0−m), which means (k−1)∣m.
This concludes the proof."
:::
:::question type="SUB" question="Find all real values of x that satisfy the equation: log2(x2−3x+2)=log2(x−1)+1." answer="x = 3" hint="Check the domain of the logarithms first." solution="
Step 1: Domain Restrictions.
x2−3x+2>0⟹(x−1)(x−2)>0⟹x<1 or x>2.
x−1>0⟹x>1.
Combining these, the valid domain is x>2.
Step 2: Solve the equation.
Using logbA+logbB=logb(AB):
log2(x2−3x+2)=log2(x−1)+log2(2)log2(x2−3x+2)=log2(2(x−1))x2−3x+2=2x−2x2−5x+4=0(x−1)(x−4)=0⟹x=1 or x=4.
Step 3: Verify against domain.x=1 is not in the domain (x>2).
x=4 is in the domain.
Final solution: x=4."
:::
Polynomials and Logarithms: Unified Theory
1. Polynomial Theory
A polynomial P(x) of degree n is defined by the coefficients a0,…,an. The structure of its roots is governed by several core principles:
Fundamental Operations & Theorems
Division Algorithm:P(x)=D(x)Q(x)+R(x) where deg(R)<deg(D).
Remainder Theorem: Dividing P(x) by (x−c) yields a remainder of P(c).
Factor Theorem:(x−c) is a factor ⟺P(c)=0.
Fundamental Theorem of Algebra: A degree n polynomial has exactly n complex roots (counting multiplicities).
Conjugate Root Theorem: For real coefficients, non-real roots must appear as a±bi.
Root-Coefficient Relationships (Vieta's Formulas)
For P(x)=anxn+an−1xn−1+⋯+a0:
Sum of Roots:e1=−anan−1
Sum of Roots taken two at a time:e2=anan−2
Product of Roots:en=(−1)nana0
Advanced Structural Properties
Rational Root Theorem: For integer coefficients, a rational root qp requires p∣a0 and q∣an.
Integer Divisibility Property: For integer a,b, (a−b)∣(P(a)−P(b)).
Intermediate Value Theorem (IVT): If P(a)P(b)<0, at least one real root exists in (a,b).
---
2. Logarithmic Theory
Logarithms serve as the inverse of exponentiation, critical for scaling data and solving growth equations.
Definitions & Domain
Identity:logbN=x⟺bx=N.
Constraints:N>0 (Argument), b>0 and b=1 (Base).
Operational Laws
Product:logb(MN)=logbM+logbN
Quotient:logb(NM)=logbM−logbN
Change of Base:logba=logcblogca
Base Power:logbka=k1logba
---
3. Graded Conceptual Challenges (Simple to Hard)
:::question type="MSQ" question="Let P(x) be a polynomial of degree 4 with real coefficients. If i and 1+i are roots, which statements are true?" options=["A) −i is a root.","B) 1−i is a root.","C) P(x) has no real roots.","D) P(x) must have a constant term of 2 if it is monic."] answer="A,B,C,D" hint="Use the Conjugate Root Theorem and Vieta's for the constant term." solution="
By Conjugate Root Theorem: −i and 1−i are roots. (A, B true).
Total roots = 4. All four are complex, so no real roots exist. (C true).
Product of roots r1r2r3r4=(i)(−i)(1+i)(1−i)=(1)(2)=2.
For a monic degree 4 polynomial, a0=(−1)4(Product)=2. (D true).
Correct options: A,B,C,D."
:::
:::question type="SUB" question="Prove that there is no polynomial P(x) with integer coefficients such that P(7)=5 and P(15)=9." answer="No such polynomial exists." hint="Apply the property (a−b)∣(P(a)−P(b))." solution="
If P(x) has integer coefficients, then for integers a=15 and b=7:
(15−7) must divide P(15)−P(7).
15−7=8 and P(15)−P(7)=9−5=4.
Since 8 does not divide 4, no such polynomial exists.
"
:::
:::question type="SUB" question="Solve for real x: logx(2x2−5x+3)=2." answer="x = 3" hint="Check base and argument constraints first." solution="
Step 1: Domain.
Base: x>0,x=1.
Argument: 2x2−5x+3>0⟹(2x−3)(x−1)>0⟹x<1 or x>1.5.
Combined: x>1.5.
Step 2: Solve.x2=2x2−5x+3⟹x2−5x+3=0.
Using quadratic formula: x=25±13.
x1=25+13≈4.3 (Valid: >1.5)
x2=25−13≈0.7 (Invalid: <1.5)
x=25+13
"
:::
Polynomials and Logarithms: Master Theory
1. Polynomial Foundations
A polynomial P(x) of degree n is defined by the sum ∑i=0naixi. Its behavior is dictated by the coefficients ai.
Core Theorems for Problem Solving
Remainder Theorem: Dividing P(x) by (x−c) yields a remainder of P(c).
Factor Theorem:(x−c) is a factor of P(x) if and only if P(c)=0.
Conjugate Root Theorem: If P(x) has real coefficients and a+bi is a root, then a−bi is also a root.
Fundamental Theorem of Algebra: Every degree n polynomial has exactly n complex roots, counting multiplicities.
Vieta's Formulas (Symmetric Sums)
For anxn+an−1xn−1+⋯+a0=0 with roots r1,r2,…,rn:
Sum of roots:∑ri=−anan−1
Pairwise sum:∑i<jrirj=anan−2
Product of roots:r1r2…rn=(−1)nana0
High-Level Analysis
Intermediate Value Theorem (IVT): If P(x) is real-valued and P(a)P(b)<0, then P(x) has at least one real root in (a,b).
Integer Property: For P(x)∈Z[x], then for distinct integers a,b, the difference (a−b) must divide P(a)−P(b).
---
2. Logarithmic Theory
Logarithms transform multiplicative relationships into additive ones, defined as logbN=x⟺bx=N.
Base Change:logba=logcblogca and logbka=k1logba.
---
3. Conceptual Challenges (MSQ & SUB)
:::question type="MSQ" question="Let P(x) be a monic polynomial with integer coefficients. Suppose P(0)=2025. Which of the following statements must be true?" options=["A) Any rational root of P(x) must be an integer.","B) If r is an integer root, then r must divide 2025.","C) P(x) cannot have more than deg(P) real roots.","D) P(x) must have at least one real root if its degree is odd."] answer="A,B,C,D" hint="Apply the Rational Root Theorem and the Fundamental Theorem of Algebra." solution="
A is True: For a monic polynomial (leading coefficient 1), the Rational Root Theorem states that any rational root p/q must have q∣1, making it an integer.
B is True: The Rational Root Theorem also states p∣a0. Since a0=P(0)=2025, any integer root must divide 2025.
C is True: A polynomial cannot have more real roots than its total degree.
D is True: By IVT, odd-degree polynomials with real coefficients must have at least one real root as the function ranges from −∞ to +∞.
Correct options: A,B,C,D."
:::
:::question type="MSQ" question="Consider the equation log2(x)+logx(2)=25. Which of the following are true?" options=["A) There are exactly two real solutions for x.","B) One of the solutions is x=4.","C) One of the solutions is x=2.","D) x=1 is a valid solution."] answer="A,B,C" hint="Let t=log2x and solve the resulting quadratic." solution="
Constraint: x>0,x=1.
Let t=log2x. Then t+t1=25.
2t2−5t+2=0⟹(2t−1)(t−2)=0.
t=2⟹log2x=2⟹x=4.
t=1/2⟹log2x=1/2⟹x=2.
x=1 is invalid as it would make the base of logx(2) undefined.
Correct options: A,B,C."
:::
:::question type="SUB" question="Let P(x) be a polynomial with integer coefficients. If P(1)=1 and P(2)=2, can P(5) be equal to 10? Justify your answer." answer="No" hint="Use the property (a−b)∣(P(a)−P(b))." solution="
Using the integer coefficient property:
(5−1)∣(P(5)−P(1))⟹4∣(10−1)⟹4∣9. This is False.
(5−2)∣(P(5)−P(2))⟹3∣(10−2)⟹3∣8. This is False.
Since these divisibility conditions are not met, no such polynomial exists.
Answer: No."
:::
:::question type="SUB" question="Solve the equation: log3(x+1)+log3(x+3)=1 for all real x." answer="x = 0" hint="Combine logarithms and check the domain." solution="
Step 1: Domain.x+1>0 and x+3>0⟹x>−1.
Step 2: Solve.log3((x+1)(x+3))=1(x+1)(x+3)=31x2+4x+3=3x2+4x=0⟹x(x+4)=0.
The solutions are x=0 and x=−4.
Step 3: Verify.x=−4 is outside the domain (x>−1).
x=0 is inside the domain.
Final solution: x=0."
:::
🎯 Key Points to Remember
✓Master the core concepts in Polynomials and Logarithms before moving to advanced topics
✓Practice with previous year questions to understand exam patterns
✓Review short notes regularly for quick revision before exams