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.

Polynomials and Logarithms

Overview

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 xx is an expression of the form

P(x)=anxn+an1xn1++a1x+a0P(x)=a_nx^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0

where nn is a non-negative integer and the coefficients a0,a1,,ana_0,a_1,\dots,a_n are constants.

Key terms

    • Degree: highest power of xx with non-zero coefficient

    • Leading coefficient: coefficient of the highest power term

    • Constant term: coefficient of x0x^0

    • Monic polynomial: leading coefficient is 11

    • Root / zero: a value rr such that P(r)=0P(r)=0

---

Key Concepts

1. Classification by Degree

  • Degree 00: constant, e.g. 55
  • Degree 11: linear, e.g. 2x32x-3
  • Degree 22: quadratic, e.g. x24x+4x^2-4x+4
  • Degree 33: cubic, e.g. x3+2x2x+1x^3+2x^2-x+1
  • Degree 44: quartic, e.g. x43x2+2x^4-3x^2+2
---

2. Basic Operations

Addition / subtraction: combine like terms.

Example
Let P(x)=3x32x+5P(x)=3x^3-2x+5 and Q(x)=x3+4x27Q(x)=x^3+4x^2-7.

P(x)+Q(x)=(3x32x+5)+(x3+4x27)=4x3+4x22x2P(x)+Q(x)=(3x^3-2x+5)+(x^3+4x^2-7)=4x^3+4x^2-2x-2

Multiplication: distribute each term.

Example
Let P(x)=x2P(x)=x-2 and Q(x)=x2+3x+1Q(x)=x^2+3x+1.

P(x)Q(x) & = (x-2)(x^2+3x+1)
&=x^3+3x^2+x-2x^2-6x-2
&=x^3+x^2-5x-2

---

3. Division, Remainder Theorem, Factor Theorem

If a polynomial P(x)P(x) is divided by a non-zero polynomial D(x)D(x), then

P(x)=D(x)Q(x)+R(x),deg(R)<deg(D)P(x)=D(x)Q(x)+R(x), \qquad \deg(R)<\deg(D)
📐 Remainder Theorem

When P(x)P(x) is divided by (xc)(x-c), the remainder is P(c)P(c).

📐 Factor Theorem

(xc)(x-c) is a factor of P(x)P(x) if and only if P(c)=0P(c)=0.

Example
Find the remainder when P(x)=x32x2+5x1P(x)=x^3-2x^2+5x-1 is divided by (x1)(x-1).

P(1)=12+51=3P(1)=1-2+5-1=3

So the remainder is 33, and (x1)(x-1) is not a factor.

---

4. Roots and Fundamental Theorem of Algebra

📖 Root of a Polynomial

A number rr is a root of P(x)P(x) if P(r)=0P(r)=0.
If rr is a root, then (xr)(x-r) is a factor of P(x)P(x).

Fundamental Theorem of Algebra

Every non-constant polynomial with complex coefficients has at least one complex root.

A polynomial of degree nn has exactly nn complex roots, counting multiplicity.

Multiplicity
A root rr has multiplicity kk if (xr)k(x-r)^k divides P(x)P(x) but (xr)k+1(x-r)^{k+1} does not.

---

5. Vieta's Formulas

For

P(x)=anxn+an1xn1++a1x+a0P(x)=a_nx^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0

with roots r1,r2,,rnr_1,r_2,\dots,r_n,

📐 Vieta's Formulas
r1+r2++rn=an1anr_1+r_2+\cdots+r_n=-\frac{a_{n-1}}{a_n}
i<jrirj=an2an\sum_{i<j}r_ir_j=\frac{a_{n-2}}{a_n}
i1<<ikri1rik=(1)kankan\sum_{i_1<\cdots<i_k}r_{i_1}\cdots r_{i_k}=(-1)^k\frac{a_{n-k}}{a_n}
r1r2rn=(1)na0anr_1r_2\cdots r_n=(-1)^n\frac{a_0}{a_n}

Quadratic example
For P(x)=2x26x+4P(x)=2x^2-6x+4:

  • sum of roots =62=3=-\dfrac{-6}{2}=3
  • product of roots =42=2=\dfrac{4}{2}=2
---

6. Rational Root Theorem and Complex Conjugate Root Theorem

📐 Rational Root Theorem

If P(x)=anxn++a0P(x)=a_nx^n+\cdots+a_0 has integer coefficients and pq\dfrac{p}{q} is a rational root in lowest terms, then:

    • pp divides a0a_0

    • qq divides ana_n

📐 Complex Conjugate Root Theorem

If a polynomial has real coefficients and a+bia+bi is a root, then abia-bi is also a root.

Example
Find all rational roots of P(x)=2x3+x27x6P(x)=2x^3+x^2-7x-6.

Possible rational roots are

±1,±2,±3,±6,±12,±32\pm 1,\pm 2,\pm 3,\pm 6,\pm \frac12,\pm \frac32

Now test:

P(2)=0,P(1)=0,P(32)=0P(2)=0,\qquad P(-1)=0,\qquad P\left(-\frac32\right)=0

So the rational roots are

2,1,322,\,-1,\,-\frac32

---

7. Polynomial Transformations

If rr is a root of P(x)P(x), then:

  • Roots of P(x+c)P(x+c) are rcr-c

  • Roots of xnP(1/x)x^nP(1/x) are reciprocals of the non-zero roots of P(x)P(x)
  • Example
    If f(x)f(x) has roots r1,r2,r3r_1,r_2,r_3, then roots of f(x+2)f(x+2) are

    r12, r22, r32r_1-2,\ r_2-2,\ r_3-2

    If

    f(x)=x36x2+11x6=(x1)(x2)(x3)f(x)=x^3-6x^2+11x-6=(x-1)(x-2)(x-3)

    then roots of x3f(1/x)x^3f(1/x) are
    1, 12, 131,\ \frac12,\ \frac13

    ---

    8. Polynomial Functions and IVT

    Polynomials are continuous everywhere.

    📐 Intermediate Value Theorem

    If P(x)P(x) is continuous on [a,b][a,b] and P(a)P(b)<0P(a)P(b)<0, then there exists some c(a,b)c\in(a,b) such that P(c)=0P(c)=0.

    Example
    Show that f(x)=x3+x1f(x)=x^3+x-1 has a root in (0,1)(0,1).

    f(0)=1,f(1)=1f(0)=-1,\qquad f(1)=1

    Since f(0)f(1)<0f(0)f(1)<0, by IVT there is at least one root in (0,1)(0,1).

    ---

    9. Integer Coefficient Property

    Integer Coefficient Divisibility Property

    If P(x)P(x) has integer coefficients and a,ba,b are integers, then

    (ab)(P(a)P(b))(a-b)\mid \big(P(a)-P(b)\big)

    This is very useful for existence / impossibility questions.

    ---

    10. GCD of Polynomials

    The GCD of two polynomials is the highest-degree polynomial dividing both.

    Example
    Find the GCD of

    P(x)=x24,Q(x)=x2+x6P(x)=x^2-4,\qquad Q(x)=x^2+x-6

    Factor:

    P(x)=(x2)(x+2),Q(x)=(x2)(x+3)P(x)=(x-2)(x+2),\qquad Q(x)=(x-2)(x+3)

    So the GCD is

    (x2)(x-2)

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • ❌ Wrong sign in Vieta's formulas
    ✅ Signs alternate: an1an, an2an, an3an,-\dfrac{a_{n-1}}{a_n},\ \dfrac{a_{n-2}}{a_n},\ -\dfrac{a_{n-3}}{a_n},\dots
      • ❌ Assuming two degree-mm and degree-kk polynomials always intersect max(m,k)\max(m,k) times
    ✅ Solve P(x)=Q(x)P(x)=Q(x), i.e. roots of P(x)Q(x)P(x)-Q(x)
      • ❌ Forgetting complex roots occur in conjugate pairs for real coefficients
    ✅ If a+bia+bi is a root, then abia-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)=3x42x3+ax25x+7P(x)=3x^4-2x^3+ax^2-5x+7. If P(1)=10P(1)=10, what is the value of aa?" options=["A) 7","B) 0","C) -3","D) 1"] answer="A" hint="Substitute x=1x=1." solution="

    P(1)=32+a5+7=a+3\begin{aligned}P(1) & =3-2+a-5+7 \\
    & =a+3\end{aligned}

    Given P(1)=10P(1)=10, so
    a+3=10    a=7a+3=10 \implies a=7

    Hence the correct option is A."
    :::

    :::question type="NAT" question="A polynomial P(x)P(x) has roots 1,2,1,-2, and 33. If the leading coefficient is 22, what is the constant term of P(x)P(x)?" answer="12" hint="Use the product-of-roots formula." solution="For a cubic polynomial,

    r1r2r3=(1)3a0a3=a02r_1r_2r_3=(-1)^3\frac{a_0}{a_3}=-\frac{a_0}{2}

    Now
    1(2)3=61\cdot(-2)\cdot 3=-6

    So
    6=a02    a0=12-6=-\frac{a_0}{2} \implies a_0=12

    Therefore the constant term is 1212."
    :::

    :::question type="MSQ" question="Let f(x)f(x) be a polynomial of degree 44 with real coefficients. Which of the following statements is/are always true?" options=["A) If f(x)f(x) has one complex root a+bia+bi with b0b \ne 0, it must have at least one other complex root.","B) f(x)f(x) must have at least two real roots.","C) The graph of f(x)f(x) can intersect the x-axis at exactly three points.","D) If f(x)f(x) has roots r1,r2,r3,r4r_1,r_2,r_3,r_4, then the roots of f(2x)f(2x) are r1/2,r2/2,r3/2,r4/2r_1/2,r_2/2,r_3/2,r_4/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+1x^4+1 has no real roots.
    C) True. Example: (x1)2(x2)(x3)(x-1)^2(x-2)(x-3) intersects the x-axis at exactly three distinct points.
    D) True. If f(r)=0f(r)=0, then for f(2x)=0f(2x)=0 we need 2x=r2x=r, so x=r/2x=r/2.

    Hence the correct options are A, C, D."
    :::

    :::question type="SUB" question="Consider the polynomial P(x)=x33x2+2x1P(x)=x^3-3x^2+2x-1. (a) Show that P(x)P(x) has at least one real root between x=2x=2 and x=3x=3. (b) If r1,r2,r3r_1,r_2,r_3 are the roots of P(x)P(x), find the value of r1r2+r1r3+r2r3r_1r_2+r_1r_3+r_2r_3." answer="a) Root exists in (2,3), b) 2" hint="For part (a), use IVT. For part (b), use Vieta." solution="(a)

    P(2)=812+41=1P(2)=8-12+4-1=-1

    P(3)=2727+61=5P(3)=27-27+6-1=5

    Since P(2)<0P(2)<0 and P(3)>0P(3)>0, by IVT there is at least one real root in (2,3)(2,3).

    (b)
    For

    P(x)=x33x2+2x1P(x)=x^3-3x^2+2x-1

    the sum of pairwise products of roots is the coefficient of xx divided by the leading coefficient:
    r1r2+r1r3+r2r3=21=2r_1r_2+r_1r_3+r_2r_3=\frac{2}{1}=2

    So the answer is:

    • part (a): root exists in (2,3)(2,3)

    • part (b): 22"

    :::

    :::question type="NAT" question="The polynomial P(x)=x4+ax3+bx2+cx+dP(x)=x^4+ax^3+bx^2+cx+d has roots 1,2,3,1,2,3, and 44. What is the coefficient aa?" answer="-10" hint="Use the sum of roots." solution="For a monic quartic,

    r1+r2+r3+r4=ar_1+r_2+r_3+r_4=-a

    Here
    1+2+3+4=101+2+3+4=10

    So
    a=10    a=10-a=10 \implies a=-10
    "
    :::

    :::question type="MCQ" question="Which of the following describes the roots of P(x)=x416P(x)=x^4-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="

    x416=(x24)(x2+4)=(x2)(x+2)(x2i)(x+2i)x^4-16=(x^2-4)(x^2+4)=(x-2)(x+2)(x-2i)(x+2i)

    So the roots are 2,2,2i,2i2,-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)P(x) with integer coefficients such that P(0)=5P(0)=5 and P(2)=8P(2)=8? Justify your answer." answer="No" hint="Use the divisibility property for integer-coefficient polynomials." solution="If P(x)P(x) has integer coefficients, then for integers a,ba,b,

    (ab)(P(a)P(b))(a-b)\mid \big(P(a)-P(b)\big)

    Take a=2a=2 and b=0b=0. Then
    20=22-0=2

    must divide
    P(2)P(0)=85=3P(2)-P(0)=8-5=3

    But 22 does not divide 33.

    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>0a>0, b>0b>0, and b1b\ne 1,

    logba=c    bc=a\log_b a=c \iff b^c=a

    Here:

      • bb is the base

      • aa is the argument

      • cc is the logarithm value

    ---

    Key Concepts

    1. Definition and Constraints

    📐 Definition
    logba=c    bc=a\log_b a=c \iff b^c=a

    Valid only when

    • a>0a>0

    • b>0b>0

    • b1b\ne 1


    ---

    2. Domain and Range

    Domain of a Logarithm

    For f(x)=logbxf(x)=\log_b x, the domain is

    (0,)(0,\infty)

    For f(x)=logb(g(x))f(x)=\log_b(g(x)), we need

    g(x)>0g(x)>0

    The range is all real numbers.

    Example
    Find the domain of f(x)=log3(x24x+3)f(x)=\log_3(x^2-4x+3).

    x24x+3>0x^2-4x+3>0
    (x1)(x3)>0(x-1)(x-3)>0

    So the domain is

    (,1)(3,)(-\infty,1)\cup(3,\infty)

    ---

    3. Laws of Logarithms

    📐 Product Rule
    logb(xy)=logbx+logby\log_b(xy)=\log_b x+\log_b y
    📐 Quotient Rule
    logb(xy)=logbxlogby\log_b\left(\frac{x}{y}\right)=\log_b x-\log_b y
    📐 Power Rule
    logb(xk)=klogbx\log_b(x^k)=k\log_b x
    📐 Special Values
    logb1=0,logbb=1,blogbx=x\log_b 1=0,\qquad \log_b b=1,\qquad b^{\log_b x}=x

    Example
    If f(xy)=f(x)+f(y)f(xy)=f(x)+f(y) on positive reals and f(8)=3f(8)=3, find f(1/4)f(1/4).

    Since 8=238=2^3,

    f(8)=f(23)=3f(2)=3    f(2)=1f(8)=f(2^3)=3f(2)=3 \implies f(2)=1

    Then

    f(4)=f(22)=2f(2)=2f(4)=f(2^2)=2f(2)=2

    Also

    f(1)=0,f(1/x)=f(x)f(1)=0,\qquad f(1/x)=-f(x)

    So

    f(14)=f(4)=2f\left(\frac14\right)=-f(4)=-2

    ---

    4. Change of Base

    📐 Change of Base
    logba=logcalogcb\log_b a=\frac{\log_c a}{\log_c b}
    📐 Reciprocal Form
    logba=1logab\log_b a=\frac{1}{\log_a b}

    Example
    Simplify

    log316+log32log38\frac{\log_3 16+\log_3 2}{\log_3 8}

    Numerator:

    log316+log32=log332\log_3 16+\log_3 2=\log_3 32

    So

    log332log38=log832\frac{\log_3 32}{\log_3 8}=\log_8 32

    Let log832=y\log_8 32=y. Then

    8y=32    23y=25    y=538^y=32 \implies 2^{3y}=2^5 \implies y=\frac53

    ---

    5. Logarithmic Inequalities

    Monotonicity
      • If b>1b>1, then logbx\log_b x is increasing.
      • If 0<b<10<b<1, then logbx\log_b x is decreasing.
    ⚠️ Very Common Error

    If 0<b<10<b<1, then the inequality direction reverses when comparing arguments.

    Example
    Check whether

    log103<11+log102\log_{10}3<\frac{1}{1+\log_{10}2}

    Since

    1+log102=log1010+log102=log10201+\log_{10}2=\log_{10}10+\log_{10}2=\log_{10}20

    the right side is
    1log1020=log2010\frac{1}{\log_{10}20}=\log_{20}10

    Numerically,

    log1030.477,log20100.768\log_{10}3\approx 0.477,\qquad \log_{20}10\approx 0.768

    So the inequality is true.

    ---

    6. A Useful Algebraic Log Example

    If x2+y2=z2x^2+y^2=z^2, then

    logy+zx+logzyx(logy+zx)(logzyx)\frac{\log_{y+z}x+\log_{z-y}x}{(\log_{y+z}x)(\log_{z-y}x)}

    can be simplified as follows.

    Let

    A=logy+zx,B=logzyxA=\log_{y+z}x,\qquad B=\log_{z-y}x

    Then

    A+BAB=1A+1B=logx(y+z)+logx(zy)\frac{A+B}{AB}=\frac1A+\frac1B=\log_x(y+z)+\log_x(z-y)

    So

    A+BAB=logx((y+z)(zy))=logx(z2y2)\frac{A+B}{AB}
    =\log_x\big((y+z)(z-y)\big)
    =\log_x(z^2-y^2)

    Since x2+y2=z2x^2+y^2=z^2,

    z2y2=x2z^2-y^2=x^2

    Hence

    logx(x2)=2\log_x(x^2)=2

    ---

    Common Mistakes

    ⚠️ Avoid These Errors
      • log(x+y)=logx+logy\log(x+y)=\log x+\log y
    ✅ Only products and quotients split
      • ❌ Ignoring domain restrictions
    ✅ Argument must be strictly positive
      • ❌ Mixing up numerator and denominator in change of base
    logba=logcalogcb\log_b a=\dfrac{\log_c a}{\log_c b}
      • ❌ Forgetting inequality reversal when 0<b<10<b<1
    ✅ Always check the base first

    ---

    Practice Questions

    :::question type="MCQ" question="What is the domain of the function f(x)=log5(x27x+10)f(x)=\log_5(x^2-7x+10)?" options=["A) (,2)(-\infty,2)","B) (5,)(5,\infty)","C) (,2)(5,)(-\infty,2)\cup(5,\infty)","D) (2,5)(2,5)"] answer="C" hint="Require the argument to be positive." solution="We need

    x27x+10>0x^2-7x+10>0

    Factor:
    (x2)(x5)>0(x-2)(x-5)>0

    This holds for
    x<2orx>5x<2 \quad \text{or} \quad x>5

    So the domain is
    (,2)(5,)(-\infty,2)\cup(5,\infty)

    Hence the correct option is C."
    :::

    :::question type="NAT" question="If logab=2\log_a b=2 and logbc=3\log_b c=3, what is the value of logca2\log_c a^2?" answer="1/3" hint="Rewrite everything in powers of aa." solution="From

    logab=2    b=a2\log_a b=2 \implies b=a^2

    and
    logbc=3    c=b3=(a2)3=a6\log_b c=3 \implies c=b^3=(a^2)^3=a^6

    Now
    logca2=loga6a2=26=13\log_c a^2=\log_{a^6}a^2=\frac{2}{6}=\frac13

    So the answer is
    13\frac13
    "
    :::

    :::question type="MSQ" question="Let gg be a function on the positive real numbers such that g(xy)=yg(x)g(x^y)=y\,g(x). If g(27)=3g(27)=3, which of the following statements is/are true?" options=["A) g(3)=1g(3)=1","B) g(9)=2g(9)=2","C) g(1)=0g(1)=0","D) g(81)=4g(81)=4"] answer="A,B,C,D" hint="Use 27=3327=3^3 and then apply the rule repeatedly." solution="Since 27=3327=3^3,

    g(27)=g(33)=3g(3)=3g(27)=g(3^3)=3g(3)=3

    So
    g(3)=1g(3)=1

    Hence A is true.

    Then

    g(9)=g(32)=2g(3)=2g(9)=g(3^2)=2g(3)=2

    So B is true.

    Also

    g(1)=g(30)=0g(3)=0g(1)=g(3^0)=0\cdot g(3)=0

    So C is true.

    And

    g(81)=g(34)=4g(3)=4g(81)=g(3^4)=4g(3)=4

    So D is true.

    Hence all four options are correct."
    :::

    :::question type="SUB" question="Given a,b,ca,b,c are positive real numbers such that ax=by=cz=Ka^x=b^y=c^z=K, prove that 1x+1y+1z=logK(abc)\frac1x+\frac1y+\frac1z=\log_K(abc)." answer="Proof shows LHS = logK(abc)\log_K(abc)" hint="Convert 1/x,1/y,1/z1/x,1/y,1/z into logarithms with base KK." solution="Since

    ax=Ka^x=K

    taking logK\log_K gives
    xlogKa=1    1x=logKax\log_K a=1 \implies \frac1x=\log_K a

    Similarly,
    1y=logKb,1z=logKc\frac1y=\log_K b,\qquad \frac1z=\log_K c

    Therefore,
    1x+1y+1z=logKa+logKb+logKc=logK(abc)\frac1x+\frac1y+\frac1z
    =\log_K a+\log_K b+\log_K c
    =\log_K(abc)

    Hence proved."
    :::

    :::question type="MCQ" question="Which of the following statements is true?" options=["A) log27<log37\log_2 7<\log_3 7","B) log27>log37\log_2 7>\log_3 7","C) log27=log37\log_2 7=\log_3 7","D) The relationship depends on the value of 77"] answer="B" hint="Use change of base." solution="

    log27=ln7ln2,log37=ln7ln3\log_2 7=\frac{\ln 7}{\ln 2},\qquad \log_3 7=\frac{\ln 7}{\ln 3}

    Since ln7>0\ln 7>0 and ln2<ln3\ln 2<\ln 3, the fraction with denominator ln2\ln 2 is larger. Hence
    log27>log37\log_2 7>\log_3 7

    So the correct option is B."
    :::

    :::question type="NAT" question="Evaluate 3log35+2log275log523^{\log_3 5}+2^{\log_2 7}-5^{\log_5 2}." answer="10" hint="Use blogbx=xb^{\log_b x}=x." solution="Using blogbx=xb^{\log_b x}=x:

    3log35=5,2log27=7,5log52=23^{\log_3 5}=5,\qquad 2^{\log_2 7}=7,\qquad 5^{\log_5 2}=2

    So the expression is
    5+72=105+7-2=10

    Hence the answer is 1010."
    :::

    :::question type="MSQ" question="Which of the following expressions are equivalent to log(x2y3)\log(x^2y^3)? Assume x,y>0x,y>0." options=["A) 2logx+3logy2\log x+3\log y","B) log(x2)+log(y3)\log(x^2)+\log(y^3)","C) 5log(xy)5\log(xy)","D) log(x2)log(y3)\log(x^2)\cdot\log(y^3)"] answer="A,B" hint="Use product and power rules." solution="

    log(x2y3)=log(x2)+log(y3)=2logx+3logy\log(x^2y^3)=\log(x^2)+\log(y^3)=2\log x+3\log y

    So A and B are equivalent.

    For C:

    5log(xy)=log((xy)5)=log(x5y5)log(x2y3)5\log(xy)=\log((xy)^5)=\log(x^5y^5)\ne \log(x^2y^3)

    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\log_2 x+\log_4 x+\log_8 x=11, what is the value of xx?" answer="64" hint="Write all logs in base 22." solution="Let

    t=log2xt=\log_2 x

    Then
    log4x=t2,log8x=t3\log_4 x=\frac{t}{2},\qquad \log_8 x=\frac{t}{3}

    So
    t+t2+t3=11t+\frac{t}{2}+\frac{t}{3}=11

    t(1+12+13)=11t\left(1+\frac12+\frac13\right)=11

    t116=11    t=6t\cdot \frac{11}{6}=11 \implies t=6

    Thus
    x=26=64x=2^6=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>1b>1, decreasing if 0<b<10<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)=x25x+kP(x)=x^2-5x+k is log28\log_2 8, what is the value of kk?" options=["A) 6","B) 2","C) -6","D) -2"] answer="A" hint="First simplify the logarithm." solution="

    log28=3\log_2 8=3

    Since 33 is a root,
    P(3)=0P(3)=0

    So
    325(3)+k=03^2-5(3)+k=0

    915+k=09-15+k=0

    k=6k=6

    Hence the correct option is A."
    :::

    :::question type="NAT" question="If 2log8(x21)=32^{\log_8(x^2-1)}=3, find the value of x2x^2." answer="28" hint="Set y=log8(x21)y=\log_8(x^2-1)." solution="Let

    y=log8(x21)y=\log_8(x^2-1)

    Then
    2y=32^y=3

    Now
    8y=(23)y=(2y)3=33=278^y=(2^3)^y=(2^y)^3=3^3=27

    But from the definition of logarithm,
    8y=x218^y=x^2-1

    So
    x21=27    x2=28x^2-1=27 \implies x^2=28
    "
    :::

    :::question type="NAT" question="Given the polynomial P(x)=x36x2+11x6P(x)=x^3-6x^2+11x-6 with roots r1<r2<r3r_1<r_2<r_3, find the value of logr1+r2(r32)\log_{r_1+r_2}(r_3^2)." answer="2" hint="Find the roots first." solution="Test integer roots:

    P(1)=0P(1)=0

    So
    P(x)=(x1)(x25x+6)=(x1)(x2)(x3)P(x)=(x-1)(x^2-5x+6)=(x-1)(x-2)(x-3)

    Hence
    r1=1,r2=2,r3=3r_1=1,\quad r_2=2,\quad r_3=3

    Now
    r1+r2=3,r32=9r_1+r_2=3,\qquad r_3^2=9

    Therefore
    logr1+r2(r32)=log39=2\log_{r_1+r_2}(r_3^2)=\log_3 9=2
    "
    :::

    :::question type="NAT" question="Solve for xx: xlogx(x23x+3)=log28x^{\log_x(x^2-3x+3)}=\log_2 8. Provide the valid integer solution." answer="3" hint="Simplify both sides and check the log base conditions." solution="Since

    xlogxA=Ax^{\log_x A}=A

    whenever x>0, x1, A>0x>0,\ x\ne 1,\ A>0, the left side becomes
    x23x+3x^2-3x+3

    Also
    log28=3\log_2 8=3

    So
    x23x+3=3x^2-3x+3=3

    x23x=0x^2-3x=0

    x(x3)=0x(x-3)=0

    This gives x=0x=0 or x=3x=3.

    But x=0x=0 is invalid because the base of the logarithm must be positive and not equal to 11.

    Hence the valid integer solution is

    x=3x=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 xx is an expression of the form:
    P(x)=anxn+an1xn1++a1x+a0P(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0
    where nn is a non-negative integer and the coefficients aia_i are constants.

      • Degree (deg(P)\deg(P)): The highest power of xx with a non-zero coefficient.

      • Leading Coefficient: ana_n.

      • Monic: an=1a_n = 1.

      • Root: rr such that P(r)=0P(r) = 0.

    ---

    Key Theorems

    1. Remainder and Factor Theorems

    When P(x)P(x) is divided by (xc)(x-c):
    • Remainder Theorem: The remainder is exactly P(c)P(c).
    • Factor Theorem: (xc)(x-c) is a factor if and only if P(c)=0P(c) = 0.

    2. Fundamental Theorem of Algebra

    A polynomial of degree n1n \ge 1 has exactly nn complex roots (counting multiplicity).
    • Conjugate Root Theorem: If P(x)P(x) has real coefficients and a+bia+bi is a root, then abia-bi is also a root.

    3. Vieta's Formulas

    For P(x)=anxn+an1xn1++a0P(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_0 with roots r1,r2,,rnr_1, r_2, \dots, r_n:
    • ri=an1an\sum r_i = -\dfrac{a_{n-1}}{a_n}
    • i<jrirj=an2an\sum_{i<j} r_i r_j = \dfrac{a_{n-2}}{a_n}
    • r1r2rn=(1)na0anr_1 r_2 \dots r_n = (-1)^n \dfrac{a_0}{a_n}

    4. Integer Coefficient Property

    If P(x)P(x) has integer coefficients, then for any distinct integers aa and bb: (ab)(P(a)P(b))(a-b) \mid (P(a) - P(b)) ---

    Part 2: Logarithms

    📖 Logarithm

    The statement logbN=x\log_b N = x is equivalent to bx=Nb^x = N, where b>0,b1b > 0, b \ne 1 and N>0N > 0.

    Core Properties

    • Product: logb(MN)=logbM+logbN\log_b(MN) = \log_b M + \log_b N
    • Quotient: logb(MN)=logbMlogbN\log_b \left(\dfrac{M}{N}\right) = \log_b M - \log_b N
    • Power: logb(Mk)=klogbM\log_b(M^k) = k \log_b M
    • Change of Base: logba=logcalogcb\log_b a = \dfrac{\log_c a}{\log_c b}
    ---

    Practice Questions (Conceptual)

    :::question type="MCQ" question="Let P(x)P(x) be a polynomial with integer coefficients such that P(1)=3P(1) = 3 and P(3)=10P(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)P(x) must have a root in (1,3)(1, 3)."] answer="B" hint="Use the integer divisibility property." solution="By the integer coefficient property, (31)(3-1) must divide P(3)P(1)P(3) - P(1). 31=23 - 1 = 2 and P(3)P(1)=103=7P(3) - P(1) = 10 - 3 = 7. Since 22 does not divide 77, no such polynomial exists. Correct option is B\boxed{B}." ::: :::question type="MSQ" question="Let P(x)P(x) be a polynomial of degree 4 with real coefficients. If ii and 1+i1+i are roots, which of the following are also roots?" options=["A) i-i","B) 1i1-i","C) 00","D) 22"] 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 ii is i-i.
  • The conjugate of 1+i1+i is 1i1-i.
  • Since the degree is 4, these four roots (i,i,1+i,1ii, -i, 1+i, 1-i) are the only roots. Correct options are A,B\boxed{A, B}." :::

    Practice Exercises: Polynomials & Logarithms

    Conceptual & Theoretical Challenges

    :::question type="MSQ" question="Let P(x)P(x) be a polynomial of degree n1n \ge 1 with real coefficients. Which of the following statements must be true?" options=["A) If nn is odd, P(x)P(x) must have at least one real root.","B) If nn is even, P(x)P(x) must have at least one real root.","C) If a+bia+bi (b0b \ne 0) is a root, then abia-bi is also a root.","D) P(x)P(x) can have at most nn 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 xx \to \infty, P(x)P(x) \to \infty and as xx \to -\infty, P(x)P(x) \to -\infty (or vice versa). By IVT, it must cross the x-axis.
    • B is False: Example: P(x)=x2+1P(x) = x^2 + 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 nn polynomial has exactly nn roots counting multiplicity, thus at most nn distinct roots.
    Correct options are A,C,D\boxed{A, C, D}." ::: :::question type="MSQ" question="Consider the equation logx(y)+logy(x)=2\log_x(y) + \log_y(x) = 2 for real numbers x,yx, y. Which of the following conditions must be satisfied?" options=["A) x>0x > 0 and y>0y > 0","B) x1x \ne 1 and y1y \ne 1","C) x=yx = y","D) x=1yx = \dfrac{1}{y}"] answer="A,B,C" hint="Use the property logyx=1logxy\log_y x = \dfrac{1}{\log_x y} and the AM-GM inequality." solution=" For the logarithms to be defined, we need x,y>0x, y > 0 and x,y1x, y \ne 1 (Options A and B). Let t=logxyt = \log_x y. Then the equation is t+1t=2t + \dfrac{1}{t} = 2. This implies t22t+1=0t^2 - 2t + 1 = 0, so (t1)2=0    t=1(t-1)^2 = 0 \implies t = 1. logxy=1    x1=y\log_x y = 1 \implies x^1 = y, so x=yx = y. Note: While x=1/yx = 1/y satisfies t+1/t=2t + 1/t = -2 if t=1t = -1, it does not satisfy this specific equation. Correct options are A,B,C\boxed{A, B, C}." ::: :::question type="SUB" question="Let P(x)P(x) be a polynomial with integer coefficients such that P(0)=nP(0) = n and P(1)=mP(1) = m, where nn and mm are integers. If P(k)=0P(k) = 0 for some integer kk, prove that kk must divide nn and (k1)(k-1) must divide mm." answer="Proof based on divisibility property (ab)(P(a)P(b))(a-b) \mid (P(a)-P(b))." hint="Substitute a=ka=k and b=0b=0, then a=ka=k and b=1b=1 into the integer coefficient property." solution=" By the integer coefficient property, for any integers a,ba, b, (ab)(a-b) divides P(a)P(b)P(a) - P(b).
  • Let a=ka = k and b=0b = 0. Then (k0)(k-0) divides P(k)P(0)P(k) - P(0).
  • Since P(k)=0P(k) = 0 and P(0)=nP(0) = n, we have k(0n)k \mid (0 - n), which means knk \mid n.
  • Let a=ka = k and b=1b = 1. Then (k1)(k-1) divides P(k)P(1)P(k) - P(1).
  • Since P(k)=0P(k) = 0 and P(1)=mP(1) = m, we have (k1)(0m)(k-1) \mid (0 - m), which means (k1)m(k-1) \mid m. This concludes the proof." ::: :::question type="SUB" question="Find all real values of xx that satisfy the equation: log2(x23x+2)=log2(x1)+1\log_2(x^2 - 3x + 2) = \log_2(x-1) + 1." answer="x = 3" hint="Check the domain of the logarithms first." solution=" Step 1: Domain Restrictions.
    • x23x+2>0    (x1)(x2)>0    x<1x^2 - 3x + 2 > 0 \implies (x-1)(x-2) > 0 \implies x < 1 or x>2x > 2.
    • x1>0    x>1x-1 > 0 \implies x > 1.
    Combining these, the valid domain is x>2x > 2. Step 2: Solve the equation. Using logbA+logbB=logb(AB)\log_b A + \log_b B = \log_b(AB): log2(x23x+2)=log2(x1)+log2(2)\log_2(x^2 - 3x + 2) = \log_2(x-1) + \log_2(2) log2(x23x+2)=log2(2(x1))\log_2(x^2 - 3x + 2) = \log_2(2(x-1)) x23x+2=2x2x^2 - 3x + 2 = 2x - 2 x25x+4=0x^2 - 5x + 4 = 0 (x1)(x4)=0    x=1(x-1)(x-4) = 0 \implies x = 1 or x=4x = 4. Step 3: Verify against domain. x=1x = 1 is not in the domain (x>2x > 2). x=4x = 4 is in the domain. Final solution: x=4\boxed{x = 4}." :::

    Polynomials and Logarithms: Unified Theory

    1. Polynomial Theory

    A polynomial P(x)P(x) of degree nn is defined by the coefficients a0,,ana_0, \dots, a_n. The structure of its roots is governed by several core principles:

    Fundamental Operations & Theorems

    • Division Algorithm: P(x)=D(x)Q(x)+R(x)P(x) = D(x)Q(x) + R(x) where deg(R)<deg(D)\deg(R) < \deg(D).
    • Remainder Theorem: Dividing P(x)P(x) by (xc)(x-c) yields a remainder of P(c)P(c).
    • Factor Theorem: (xc)(x-c) is a factor     P(c)=0\iff P(c) = 0.
    • Fundamental Theorem of Algebra: A degree nn polynomial has exactly nn complex roots (counting multiplicities).
    • Conjugate Root Theorem: For real coefficients, non-real roots must appear as a±bia \pm bi.

    Root-Coefficient Relationships (Vieta's Formulas)

    For P(x)=anxn+an1xn1++a0P(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_0:
  • Sum of Roots: e1=an1ane_1 = -\dfrac{a_{n-1}}{a_n}
  • Sum of Roots taken two at a time: e2=an2ane_2 = \dfrac{a_{n-2}}{a_n}
  • Product of Roots: en=(1)na0ane_n = (-1)^n \dfrac{a_0}{a_n}
  • Advanced Structural Properties

    • Rational Root Theorem: For integer coefficients, a rational root pq\dfrac{p}{q} requires pa0p \mid a_0 and qanq \mid a_n.
    • Integer Divisibility Property: For integer a,ba, b, (ab)(P(a)P(b))(a-b) \mid (P(a) - P(b)).
    • Intermediate Value Theorem (IVT): If P(a)P(b)<0P(a)P(b) < 0, at least one real root exists in (a,b)(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\log_b N = x \iff b^x = N.
    • Constraints: N>0N > 0 (Argument), b>0b > 0 and b1b \ne 1 (Base).

    Operational Laws

    • Product: logb(MN)=logbM+logbN\log_b(MN) = \log_b M + \log_b N
    • Quotient: logb(MN)=logbMlogbN\log_b\left(\dfrac{M}{N}\right) = \log_b M - \log_b N
    • Change of Base: logba=logcalogcb\log_b a = \dfrac{\log_c a}{\log_c b}
    • Base Power: logbka=1klogba\log_{b^k} a = \dfrac{1}{k} \log_b a
    ---

    3. Graded Conceptual Challenges (Simple to Hard)

    :::question type="MSQ" question="Let P(x)P(x) be a polynomial of degree 4 with real coefficients. If ii and 1+i1+i are roots, which statements are true?" options=["A) i-i is a root.","B) 1i1-i is a root.","C) P(x)P(x) has no real roots.","D) P(x)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-i and 1i1-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)(1i)=(1)(2)=2r_1r_2r_3r_4 = (i)(-i)(1+i)(1-i) = (1)(2) = 2.
  • For a monic degree 4 polynomial, a0=(1)4(Product)=2a_0 = (-1)^4 (\text{Product}) = 2. (D true).
  • Correct options: A,B,C,D\boxed{A, B, C, D}." ::: :::question type="SUB" question="Prove that there is no polynomial P(x)P(x) with integer coefficients such that P(7)=5P(7) = 5 and P(15)=9P(15) = 9." answer="No such polynomial exists." hint="Apply the property (ab)(P(a)P(b))(a-b) \mid (P(a) - P(b))." solution=" If P(x)P(x) has integer coefficients, then for integers a=15a=15 and b=7b=7: (157)(15-7) must divide P(15)P(7)P(15) - P(7). 157=815 - 7 = 8 and P(15)P(7)=95=4P(15) - P(7) = 9 - 5 = 4. Since 88 does not divide 44, no such polynomial exists. " ::: :::question type="SUB" question="Solve for real xx: logx(2x25x+3)=2\log_x(2x^2 - 5x + 3) = 2." answer="x = 3" hint="Check base and argument constraints first." solution=" Step 1: Domain.
    • Base: x>0,x1x > 0, x \ne 1.
    • Argument: 2x25x+3>0    (2x3)(x1)>0    x<12x^2 - 5x + 3 > 0 \implies (2x-3)(x-1) > 0 \implies x < 1 or x>1.5x > 1.5.
    Combined: x>1.5x > 1.5. Step 2: Solve. x2=2x25x+3    x25x+3=0x^2 = 2x^2 - 5x + 3 \implies x^2 - 5x + 3 = 0. Using quadratic formula: x=5±132x = \dfrac{5 \pm \sqrt{13}}{2}.
    • x1=5+1324.3x_1 = \dfrac{5 + \sqrt{13}}{2} \approx 4.3 (Valid: >1.5> 1.5)
      • x2=51320.7x_2 = \dfrac{5 - \sqrt{13}}{2} \approx 0.7 (Invalid: <1.5< 1.5) x=5+132\boxed{x = \dfrac{5 + \sqrt{13}}{2}} " :::

        Polynomials and Logarithms: Master Theory

        1. Polynomial Foundations

        A polynomial P(x)P(x) of degree nn is defined by the sum i=0naixi\sum_{i=0}^{n} a_i x^i. Its behavior is dictated by the coefficients aia_i.

        Core Theorems for Problem Solving

        • Remainder Theorem: Dividing P(x)P(x) by (xc)(x-c) yields a remainder of P(c)P(c).
        • Factor Theorem: (xc)(x-c) is a factor of P(x)P(x) if and only if P(c)=0P(c) = 0.
        • Conjugate Root Theorem: If P(x)P(x) has real coefficients and a+bia+bi is a root, then abia-bi is also a root.
        • Fundamental Theorem of Algebra: Every degree nn polynomial has exactly nn complex roots, counting multiplicities.

        Vieta's Formulas (Symmetric Sums)

        For anxn+an1xn1++a0=0a_n x^n + a_{n-1} x^{n-1} + \dots + a_0 = 0 with roots r1,r2,,rnr_1, r_2, \dots, r_n:
        • Sum of roots: ri=an1an\sum r_i = -\dfrac{a_{n-1}}{a_n}
        • Pairwise sum: i<jrirj=an2an\sum_{i < j} r_i r_j = \dfrac{a_{n-2}}{a_n}
        • Product of roots: r1r2rn=(1)na0anr_1 r_2 \dots r_n = (-1)^n \dfrac{a_0}{a_n}

        High-Level Analysis

        • Intermediate Value Theorem (IVT): If P(x)P(x) is real-valued and P(a)P(b)<0P(a)P(b) < 0, then P(x)P(x) has at least one real root in (a,b)(a, b).
        • Integer Property: For P(x)Z[x]P(x) \in \mathbb{Z}[x], then for distinct integers a,ba, b, the difference (ab)(a-b) must divide P(a)P(b)P(a) - P(b).
        ---

        2. Logarithmic Theory

        Logarithms transform multiplicative relationships into additive ones, defined as logbN=x    bx=N\log_b N = x \iff b^x = N.

        Domain & Identity

        • Constraints: Argument N>0N > 0; Base b>0,b1b > 0, b \ne 1.
        • Basic Laws:
        - logb(MN)=logbM+logbN\log_b(MN) = \log_b M + \log_b N - logb(M/N)=logbMlogbN\log_b(M/N) = \log_b M - \log_b N - logb(Mk)=klogbM\log_b(M^k) = k \log_b M
        • Base Change: logba=logcalogcb\log_b a = \dfrac{\log_c a}{\log_c b} and logbka=1klogba\log_{b^k} a = \dfrac{1}{k} \log_b a.
        ---

        3. Conceptual Challenges (MSQ & SUB)

        :::question type="MSQ" question="Let P(x)P(x) be a monic polynomial with integer coefficients. Suppose P(0)=2025P(0) = 2025. Which of the following statements must be true?" options=["A) Any rational root of P(x)P(x) must be an integer.","B) If rr is an integer root, then rr must divide 2025.","C) P(x)P(x) cannot have more than deg(P)\deg(P) real roots.","D) P(x)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/qp/q must have q1q \mid 1, making it an integer.
        • B is True: The Rational Root Theorem also states pa0p \mid a_0. Since a0=P(0)=2025a_0 = 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 -\infty to ++\infty.
        Correct options: A,B,C,D\boxed{A, B, C, D}." ::: :::question type="MSQ" question="Consider the equation log2(x)+logx(2)=52\log_2(x) + \log_x(2) = \dfrac{5}{2}. Which of the following are true?" options=["A) There are exactly two real solutions for xx.","B) One of the solutions is x=4x = 4.","C) One of the solutions is x=2x = \sqrt{2}.","D) x=1x = 1 is a valid solution."] answer="A,B,C" hint="Let t=log2xt = \log_2 x and solve the resulting quadratic." solution="
      • Constraint: x>0,x1x > 0, x \ne 1.
      • Let t=log2xt = \log_2 x. Then t+1t=52t + \dfrac{1}{t} = \dfrac{5}{2}.
      • 2t25t+2=0    (2t1)(t2)=02t^2 - 5t + 2 = 0 \implies (2t - 1)(t - 2) = 0.
      • t=2    log2x=2    x=4t = 2 \implies \log_2 x = 2 \implies x = 4.
      • t=1/2    log2x=1/2    x=2t = 1/2 \implies \log_2 x = 1/2 \implies x = \sqrt{2}.
      • x=1x=1 is invalid as it would make the base of logx(2)\log_x(2) undefined.
      • Correct options: A,B,C\boxed{A, B, C}." ::: :::question type="SUB" question="Let P(x)P(x) be a polynomial with integer coefficients. If P(1)=1P(1) = 1 and P(2)=2P(2) = 2, can P(5)P(5) be equal to 10? Justify your answer." answer="No" hint="Use the property (ab)(P(a)P(b))(a-b) \mid (P(a) - P(b))." solution=" Using the integer coefficient property:
      • (51)(P(5)P(1))    4(101)    49(5-1) \mid (P(5) - P(1)) \implies 4 \mid (10 - 1) \implies 4 \mid 9. This is False.
      • (52)(P(5)P(2))    3(102)    38(5-2) \mid (P(5) - P(2)) \implies 3 \mid (10 - 2) \implies 3 \mid 8. This is False.
      • Since these divisibility conditions are not met, no such polynomial exists. Answer: No\boxed{\text{No}}." ::: :::question type="SUB" question="Solve the equation: log3(x+1)+log3(x+3)=1\log_3(x+1) + \log_3(x+3) = 1 for all real xx." answer="x = 0" hint="Combine logarithms and check the domain." solution=" Step 1: Domain. x+1>0x+1 > 0 and x+3>0    x>1x+3 > 0 \implies x > -1. Step 2: Solve. log3((x+1)(x+3))=1\log_3((x+1)(x+3)) = 1 (x+1)(x+3)=31(x+1)(x+3) = 3^1 x2+4x+3=3x^2 + 4x + 3 = 3 x2+4x=0    x(x+4)=0x^2 + 4x = 0 \implies x(x+4) = 0. The solutions are x=0x = 0 and x=4x = -4. Step 3: Verify. x=4x = -4 is outside the domain (x>1x > -1). x=0x = 0 is inside the domain. Final solution: x=0\boxed{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

    Related Topics in Algebra

    More Resources

    Why Choose MastersUp?

    🎯

    AI-Powered Plans

    Personalized study schedules based on your exam date and learning pace

    📚

    15,000+ Questions

    Verified questions with detailed solutions from past papers

    📊

    Smart Analytics

    Track your progress with subject-wise performance insights

    🔖

    Bookmark & Revise

    Save important questions for quick revision before exams

    Start Your Free Preparation →

    No credit card required • Free forever for basic features