Brand Logo
CBSE
Blog
News
Duel
Buy

Class 10

Class 10 - English
First Flight (22 Chapters)|
Words and Expressions - II (9 Chapters)|
Foot Prints Without feet (9 Chapters)
Class 10 - Health and Physical Education
Health and Physical Education (13 Chapters)
Class 10 - Hindi
Kshitij - II (13 Chapters)|
Sparsh (14 Chapters)|
Sanchayan - II (3 Chapters)|
Kritika (3 Chapters)
Class 10 - Mathematics
Mathematics (14 Chapters)
Class 10 - Sanskrit
Vyakaranavithi (14 Chapters)|
Shemushi - II (12 Chapters)|
Abhyaswaan Bhav - II (14 Chapters)
Class 10 - Science
Science (13 Chapters)
Class 10 - Social Science
Understanding Economic Development (5 Chapters)|
Contemporary India (7 Chapters)|
India and the Contemporary World - II (5 Chapters)|
Democratic Politics (5 Chapters)
Class 10 - Urdu
Nawa-e-urdu (11 Chapters)

About Edzy - Gamified Learning Platform

Edzy is India's premier gamified AI tutor platform for CBSE and State Board students in classes 6-12. Our platform transforms traditional studying with AI-powered study plans, interactive practice sessions, and personalized learning pathways. Students using Edzy experience unmatched learning efficiency through our immersive educational environment that combines advanced technology with curriculum-aligned content.

Why Choose Edzy for CBSE and State Board Preparation

Edzy offers an adaptive AI educational experience tailored to each student's learning style and pace. We integrate gamification with proven educational strategies to create an engaging environment that students love. Our micro-content approach breaks down complex CBSE and State Board topics into manageable lessons, building confidence through mastery-based progression and real-time feedback.

CBSE and State Board Focus Areas

Edzy specializes in transforming online education for classes 6-12 with AI-powered tutoring. We provide comprehensive NCERT-aligned content and engaging lessons across Mathematics, Science, English, Social Studies, and IT. Our system helps students master fundamental concepts and excel in board exams through AI-generated study plans, personalized learning timelines, and dynamic practice sessions.

Edzy's Unique Approach to Online Learning

Unlike traditional online coaching platforms, Edzy converts CBSE and State Board syllabus content into interactive learning adventures. Our AI tutor provides timely assistance while adapting to student progress. The platform features instant feedback, gamified practice sessions, and achievement badges to motivate continuous learning and concept mastery.

Brand Logo

Edzy | Largest Online Learning Platform for Classes 6–12

Study smarter with Edzy – India’s leading gamified AI tutor for CBSE and State Boards. Designed for Classes 6–12, Edzy offers interactive lessons, AI-powered study plans, and rewarding practice tools for every subject.

Find us on Social Media

Links

About EdzyFAQsContact UsCBSE CoursesCBSE Class 10 Lessons

Parents & Teachers

Search EdzyParent DashboardCreator PlatformEducation BlogCBSE & NCERT News

Policies

Terms and ConditionsRefund PolicyPrivacy PolicyCookie Policy

© 2025 Edzy | Largest Online Learning Platform for Classes 6–12. All rights reserved.

Edzy is an AI tutor for CBSE and State Board students, offering interactive lessons and personalized learning for Classes 6–12.

SitemapAccessibility
CBSE
Class 10
Mathematics
Mathematics
Polynomials

Formula Sheet

P

Formula Sheet: Polynomials

Explore the world of Polynomials, understanding their types, degrees, and operations to solve algebraic expressions and equations effectively.

Polynomials – Formula & Equation Sheet

Essential formulas and equations from Mathematics, tailored for Class X in Mathematics.

This one-pager compiles key formulas and equations from the Polynomials chapter of Mathematics. Ideal for exam prep, quick reference, and solving time-bound numerical problems accurately.

Formula and Equation Sheet

Formula sheet

Key concepts & formulas

Essential formulas, key terms, and important concepts for quick reference and revision.

Formulas

1

Linear Polynomial: p(x) = ax + b

a and b are coefficients, a ≠ 0. Represents a straight line when graphed. Example: 2x + 3.

2

Quadratic Polynomial: p(x) = ax² + bx + c

a, b, c are coefficients, a ≠ 0. Graphs as a parabola. Example: x² - 3x - 4.

3

Cubic Polynomial: p(x) = ax³ + bx² + cx + d

a, b, c, d are coefficients, a ≠ 0. Can have up to 3 zeroes. Example: 2x³ - 5x² - 14x + 8.

4

Zero of a Polynomial: p(k) = 0

k is a zero of p(x) if substituting x with k yields 0. Example: For p(x) = x² - 3x - 4, p(4) = 0.

5

Sum of Zeroes (Quadratic): α + β = -b/a

α, β are zeroes. Relates sum of zeroes to coefficients. Example: For x² + 7x + 10, sum is -7.

6

Product of Zeroes (Quadratic): αβ = c/a

Relates product of zeroes to coefficients. Example: For x² + 7x + 10, product is 10.

7

Sum of Zeroes (Cubic): α + β + γ = -b/a

α, β, γ are zeroes. Example: For 2x³ - 5x² - 14x + 8, sum is 5/2.

8

Sum of Products of Zeroes (Cubic): αβ + βγ + γα = c/a

Example: For 2x³ - 5x² - 14x + 8, sum of products is -7.

9

Product of Zeroes (Cubic): αβγ = -d/a

Example: For 2x³ - 5x² - 14x + 8, product is -4.

10

Degree of a Polynomial

Highest power of x in p(x). Determines maximum number of zeroes. Example: x³ has degree 3.

Equations

1

Finding Zeroes of Linear Polynomial: ax + b = 0 ⇒ x = -b/a

Solution gives the zero of the polynomial. Example: 2x + 3 = 0 ⇒ x = -3/2.

2

Finding Zeroes of Quadratic Polynomial: ax² + bx + c = 0

Use factorization or quadratic formula. Example: x² - 3x - 4 = 0 ⇒ x = -1, 4.

3

Quadratic Formula: x = [-b ± √(b² - 4ac)] / 2a

Directly finds zeroes of any quadratic polynomial. Example: For x² - 3x - 4, x = [3 ± √(9 + 16)] / 2.

4

Factor Theorem: If p(k) = 0, then (x - k) is a factor of p(x)

Useful for factorizing polynomials. Example: For p(x) = x² - 3x - 4, p(4) = 0 ⇒ (x - 4) is a factor.

5

Remainder Theorem: Remainder when p(x) is divided by (x - a) is p(a)

Quickly find remainders without division. Example: p(x) = x³ - 2x² + x - 1 divided by (x - 2) gives p(2) = 1.

6

Identity for Zeroes: p(x) = k(x - α)(x - β) for quadratic

Expresses polynomial in terms of its zeroes. Example: p(x) = x² - 5x + 6 = (x - 2)(x - 3).

7

Identity for Zeroes (Cubic): p(x) = k(x - α)(x - β)(x - γ)

Example: p(x) = x³ - 6x² + 11x - 6 = (x - 1)(x - 2)(x - 3).

8

Relation Between Coefficients and Zeroes (Quadratic): α + β = -b/a, αβ = c/a

Connects coefficients directly to zeroes. Example: For x² - 5x + 6, α + β = 5, αβ = 6.

9

Relation Between Coefficients and Zeroes (Cubic): α + β + γ = -b/a, αβ + βγ + γα = c/a, αβγ = -d/a

Extends quadratic relations to cubic polynomials. Example: For 2x³ - 5x² - 14x + 8, relations hold as shown.

10

Graphical Representation: y = p(x) intersects x-axis at zeroes

Visual method to find zeroes. Example: y = x² - 3x - 4 intersects x-axis at x = -1 and x = 4.

🔔 Smart Study Reminders

Edzy knows what to study next. Stay on track with timely nudges & updates.

Edzy mobile app

Chapters related to "Polynomials"

RN

Real Numbers

Real Numbers encompass all rational and irrational numbers, forming a complete and continuous number line essential for various mathematical concepts.

PL

Pair of Linear Equations in Two Variables

Explore the methods to solve a pair of linear equations in two variables, including graphical, substitution, elimination, and cross-multiplication techniques.

QE

Quadratic Equations

Explore the world of quadratic equations, learning to solve them using various methods like factoring, completing the square, and the quadratic formula.

AP

Arithmetic Progressions

A chapter that explores sequences where each term after the first is obtained by adding a constant difference, focusing on their properties, nth term, and sum formulas.

Worksheet Levels Explained

This drawer provides information about the different levels of worksheets available in the app.

Polynomials Summary, Important Questions & Solutions | All Subjects

QB

Question Bank

W

Worksheet

RG

Revision Guide

FC

Flash Cards

FS

Formula Sheet