Polynomials in One Variable

Expressions involving only a single type of variable, like x or y.

Introduction

A polynomial in one variable is an algebraic expression that contains only one variable.
Example: p(x) = 2x² + 5x - 3 (Variable is x).
Example: q(y) = y³ - 1 (Variable is y).

Standard Form

an xⁿ + an-1 xⁿ⁻¹ + ... + a1x + a0

Where an, an-1, ..., a0 are constants and an ≠ 0.

Degree of a Polynomial

The highest power of the variable in a polynomial is called the degree of the polynomial.
Example: In 4x³ - 2x² + 8x - 1, the highest power is 3. So, degree = 3.

Classification based on Degree

  • Linear Polynomial: A polynomial of degree 1. (e.g., 2x + 1)
  • Quadratic Polynomial: A polynomial of degree 2. (e.g., x² - 4)
  • Cubic Polynomial: A polynomial of degree 3. (e.g., x³ + 2x² - x + 1)

Classification based on Terms

  • Monomial: Polynomial with 1 term. (e.g., 2x)
  • Binomial: Polynomial with 2 terms. (e.g., x + 1)
  • Trinomial: Polynomial with 3 terms. (e.g., x² + x + 1)

Practice Questions

Free Preview - 10 Questions

Test your understanding of Polynomials in One Variable.

1 What is the degree of the polynomial 5x³ - 4x² + 7x⁴ + 2?
  • A 3
  • B 2
  • C 4
  • D 1
Explanation:
The highest power of the variable x is 4 (in the term 7x⁴). Therefore, the degree is 4.
2 A polynomial of degree 2 is called a:
  • A Linear Polynomial
  • B Quadratic Polynomial
  • C Cubic Polynomial
  • D Biquadratic Polynomial
Explanation:
Polynomials with degree 2 are known as quadratic polynomials.
3 Which of the following is a Linear Polynomial?
  • A x + 1
  • B x² + 1
  • C x³ + 1
  • D 5
Explanation:
A linear polynomial has a degree of 1. In x + 1, the highest power of x is 1.
4 A binomial has exactly:
  • A 1 term
  • B 2 terms
  • C 3 terms
  • D Degree 2
Explanation:
A binomial is a polynomial with exactly two non-zero terms (e.g., x + y or x² - 4).
5 The degree of the constant polynomial 5 is:
  • A 0
  • B 1
  • C 5
  • D Undefined
Explanation:
A non-zero constant polynomial (like 5 = 5x⁰) has degree 0.
6 Which expression is a monomial?
  • A x + 4
  • B 3x²
  • C x + y
  • D x² - x + 1
Explanation:
A monomial has only one term. 3x² is a single term polynomial.
7 Standard form of polynomial 2 + x - 3x² is:
  • A 2 + x - 3x²
  • B -3x² + x + 2
  • C x - 3x² + 2
  • D 3x² - x - 2
Explanation:
In standard form, terms are written in descending order of their degree. -3x² (degree 2) comes first, then x (degree 1), then 2 (degree 0).
8 If p(x) = x² - 2x + 1, then p(2) = ?
  • A 0
  • B 1
  • C 2
  • D -1
Explanation:
Substitute x = 2 in the polynomial: (2)² - 2(2) + 1 = 4 - 4 + 1 = 1.
9 A polynomial of degree 3 is called:
  • A Quadratic
  • B Cubic
  • C Linear
  • D Bi-quadratic
Explanation:
A polynomial with degree 3 is a Cubic Polynomial.
10 The number of zeroes of a linear polynomial is:
  • A 1
  • B 2
  • C 0
  • D 3
Explanation:
A linear polynomial (degree 1) always intersects the x-axis at exactly one point, meaning it has exactly one zero.

Want to Practice More?

Get access to 50+ questions on Polynomials with detailed explanations, step-by-step solutions, and progress tracking in our mobile app.

Download for Android Download on Apple Store