Registry Synced

Week 2: Polynomials and Quadratic Equations

591 words
3 min read
Course: Jan 2026 - Mathematics I Difficulty: Intermediate Focus: Algebraic expressions, degrees, roots, and graphing basics.

1. Introduction to Polynomials

A polynomial is an expression consisting of variables (also called indeterminates) and coefficients, that involves only the operations of addition, subtraction, multiplication, and non-negative integer exponents of variables.
General form of a polynomial P(x)P(x) in one variable xx: P(x)=anxn+an1xn1++a1x+a0P(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0 Where:
  • an,an1,,a0a_n, a_{n-1}, \dots, a_0 are constants (coefficients).
  • an0a_n \neq 0 implies the polynomial has Degree nn.
  • xx is the variable.

1.1 Types by Degree

  • Degree 0: Constant Polynomial, e.g., P(x)=5P(x) = 5.
  • Degree 1: Linear Polynomial, e.g., P(x)=ax+bP(x) = ax + b. Graph is a straight line.
  • Degree 2: Quadratic Polynomial, e.g., P(x)=ax2+bx+cP(x) = ax^2 + bx + c. Graph is a parabola.
  • Degree 3: Cubic Polynomial, e.g., P(x)=ax3+bx2+cx+dP(x) = ax^3 + bx^2 + cx + d.

2. Roots (Zeroes) of a Polynomial

A real number kk is said to be a zero (or root) of a polynomial P(x)P(x) if P(k)=0P(k) = 0. Geometrically, the zeroes of a polynomial are the xx-coordinates of the points where its graph intersects the xx-axis. A polynomial of degree nn can have at most nn real roots.

2.1 Remainder and Factor Theorems

  • Remainder Theorem: If a polynomial P(x)P(x) is divided by a linear binomial (xa)(x - a), the remainder is P(a)P(a).
  • Factor Theorem: A polynomial P(x)P(x) has a factor (xa)(x - a) if and only if P(a)=0P(a) = 0.

3. Quadratic Equations

A quadratic equation is a polynomial equation of degree 2. Standard form: ax2+bx+c=0(a0)ax^2 + bx + c = 0 \quad (a \neq 0)

3.1 Methods of Solving

  1. Factoring: Finding two binomials that multiply to the quadratic expression.
  2. Completing the Square: Manipulating the equation to form a perfect square trinomial.
  3. Quadratic Formula: Derived from completing the square. The roots are given by: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

3.2 The Discriminant

The expression under the square root in the quadratic formula, Δ=b24ac\Delta = b^2 - 4ac, is called the Discriminant. It determines the nature of the roots:
  • If Δ>0\Delta > 0: Two distinct real roots. The parabola crosses the xx-axis twice.
  • If Δ=0\Delta = 0: One repeated real root. The parabola touches the xx-axis at its vertex.
  • If Δ<0\Delta < 0: No real roots (two complex conjugate roots). The parabola does not intersect the xx-axis.

3.3 Sum and Product of Roots

Let α\alpha and β\beta be the roots of ax2+bx+c=0ax^2 + bx + c = 0.
  • Sum of Roots (α+β\alpha + \beta): ba-\frac{b}{a}
  • Product of Roots (αβ\alpha \cdot \beta): ca\frac{c}{a}

4. Graphing Parabolas

The graph of y=ax2+bx+cy = ax^2 + bx + c is a parabola.
  • Opening: Opens upwards if a>0a > 0, downwards if a<0a < 0.
  • Vertex: The peak or lowest point. The xx-coordinate of the vertex is h=b2ah = -\frac{b}{2a}. The yy-coordinate is k=f(h)k = f(h). It can also be written in vertex form: y=a(xh)2+ky = a(x-h)^2 + k.
  • Axis of Symmetry: The vertical line passing through the vertex, x=b2ax = -\frac{b}{2a}.
  • yy-intercept: Occurs at x=0x=0, which is the point (0,c)(0, c).


Document Outline
Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.