Polynomials
Detailed Theory • Easy English • Board Exam Focus
Chapter Roadmap
1. Constants, Variables and Algebraic Expressions
Constant
A constant is a number whose value does not change.
\(2,\;5,\;-3,\;100,\;\pi\) are constants.
Variable
A variable is a quantity whose value can change. We usually use letters such as \(x,y,z\).
In \(3x+5\), \(x\) is the variable, \(3\) is the coefficient of \(x\), and \(5\) is the constant.
Algebraic Expression
An algebraic expression is a mathematical expression made using constants, variables and operations such as addition, subtraction and multiplication.
Terms
The parts of an algebraic expression separated by \(+\) or \(-\) signs are called its terms.
In \(3x^2-5x+7\), the terms are \(3x^2,\;-5x,\;7\).
Therefore, it has 3 terms.
Question: Identify the variable, coefficient and constant in \(5x+7\).
- Look at the expression: \(5x+7\).
- The letter is \(x\), so \(x\) is the variable.
- The number multiplied by \(x\) is \(5\), so \(5\) is the coefficient.
- The number without a variable is \(7\), so \(7\) is the constant.
- Answer: Variable \(=x\), coefficient \(=5\), constant \(=7\).
Question: How many terms are there in \(3x^2-4x+9\)?
- Write the expression: \(3x^2-4x+9\).
- Separate the terms using the \(+\) and \(-\) signs.
- The terms are \(3x^2,\;-4x,\;9\).
- Count them: \(1+1+1=3\).
- Answer: There are \(\boxed{3}\) terms.
Question: Identify the terms and coefficient of \(x\) in \(7x^2+3x-5\).
- Write the expression: \(7x^2+3x-5\).
- The terms are \(7x^2,\;3x,\;-5\).
- The term containing \(x\) is \(3x\).
- The coefficient of \(x\) is \(3\).
- Answer: Terms \(=7x^2,3x,-5\); coefficient of \(x=\boxed{3}\).
2. Polynomial in One Variable
Definition
A polynomial in one variable \(x\) is an expression of the form
where \(a_0,a_1,\ldots,a_n\) are real numbers and \(n\) is a non-negative integer.
Examples of Polynomials
- \(2x+3\)
- \(x^2-5x+6\)
- \(3x^3+2x^2-x+4\)
- \(7\)
Expressions That Are Not Polynomials
The powers of the variable in a polynomial must be non-negative integers.
Not polynomials: \(\frac{1}{x}\), \(\sqrt{x}\), \(x^{-2}\).
Reason: their powers of \(x\) are \(-1,\frac12,-2\), which are not non-negative integers.
Question: Check whether \(4x^2+3x-7\) is a polynomial in \(x\).
- Check the powers of \(x\).
- The powers are \(2,1,0\).
- All these powers are non-negative integers.
- Therefore, the expression satisfies the basic condition for a polynomial.
- Answer: Yes, \(4x^2+3x-7\) is a polynomial in \(x\).
Question: Check whether \(\frac{3}{x}+2\) is a polynomial.
- Rewrite \(\frac{3}{x}\) as \(3x^{-1}\).
- The power of \(x\) is \(-1\).
- A polynomial cannot have a negative integer power of the variable.
- Therefore, the expression does not satisfy the condition.
- Answer: \(\boxed{\frac{3}{x}+2}\) is not a polynomial.
Question: Write \(6+2x^3-5x\) in descending powers of \(x\).
- Look at the powers: \(3,1,0\).
- Arrange them from highest to lowest: \(3,1,0\).
- Write the terms in that order.
- So, \(6+2x^3-5x=2x^3-5x+6\).
- Answer: \(\boxed{2x^3-5x+6}\).
3. Degree and Types of Polynomials
Degree of a Polynomial
The highest power of the variable with a non-zero coefficient is called the degree of the polynomial.
| Polynomial | Degree | Type |
|---|---|---|
| \(7\) | 0 | Constant |
| \(2x+5\) | 1 | Linear |
| \(x^2-3x+2\) | 2 | Quadratic |
| \(x^3+2x-1\) | 3 | Cubic |
| \(x^4+x^2+1\) | 4 | Quartic |
Types Based on Degree
Linear polynomial: degree \(1\), general form \(ax+b,\;a\neq0\).
Quadratic polynomial: degree \(2\), general form \(ax^2+bx+c,\;a\neq0\).
Cubic polynomial: degree \(3\), general form \(ax^3+bx^2+cx+d,\;a\neq0\).
Types Based on Number of Terms
- Monomial: one term, e.g. \(5x^2\).
- Binomial: two terms, e.g. \(x+3\).
- Trinomial: three terms, e.g. \(x^2+5x+6\).
Question: Find the degree of \(5x^4-2x^2+x-8\).
- Write all powers of \(x\): \(4,2,1,0\).
- Find the highest power.
- The highest power is \(4\).
- Therefore, the degree is \(4\).
- Answer: \(\boxed{4}\).
Question: Identify the type of \(3x^2-7x+2\) by degree.
- The highest power of \(x\) is \(2\).
- Therefore, its degree is \(2\).
- A polynomial of degree \(2\) is called a quadratic polynomial.
- Answer: It is a \(\boxed{\text{quadratic polynomial}}\).
Question: Classify \(9x^2-4\) according to the number of terms.
- The expression is \(9x^2-4\).
- The terms are \(9x^2\) and \(-4\).
- There are \(2\) terms.
- A polynomial with two terms is called a binomial.
- Answer: \(\boxed{\text{Binomial}}\).
4. Zeroes of a Polynomial
Meaning of Zero
A number \(k\) is called a zero of a polynomial \(p(x)\) if
Example 1: Find the zero of \(p(x)=2x-6\)
- Put \(p(x)=0\).
- \(2x-6=0\)
- \(2x=6\)
- \(x=3\)
- Therefore, the zero is \(\boxed{3}\).
Example 2: Check whether \(2\) is a zero of \(p(x)=x^2-4\)
- Given \(p(x)=x^2-4\).
- Put \(x=2\).
- \(p(2)=2^2-4\)
- \(=4-4=0\)
- Since \(p(2)=0\), \(2\) is a zero of the polynomial.
Board Tip: To check whether a given number is a zero, simply substitute that number for \(x\). If the answer is \(0\), it is a zero.
Question: Find the zero of \(p(x)=5x-15\).
- For a zero, put \(p(x)=0\).
- \(5x-15=0\).
- Add \(15\) to both sides: \(5x=15\).
- Divide both sides by \(5\): \(x=3\).
- Answer: The zero is \(\boxed{3}\).
Question: Check whether \(3\) is a zero of \(p(x)=x^2-9\).
- Put \(x=3\).
- \(p(3)=3^2-9\).
- \(=9-9\).
- \(=0\).
- Since \(p(3)=0\), \(\boxed{3}\) is a zero.
Question: Find the zeroes of \(x^2-5x+6\).
- Set the polynomial equal to zero: \(x^2-5x+6=0\).
- Find two numbers whose product is \(6\) and sum is \(-5\): \(-2,-3\).
- So, \(x^2-5x+6=(x-2)(x-3)\).
- Therefore, \((x-2)(x-3)=0\).
- Thus \(x=2\) or \(x=3\).
- Answer: Zeroes are \(\boxed{2,3}\).
5. Geometrical Meaning of the Zeroes
The graph of a polynomial \(y=p(x)\) can meet or touch the \(x\)-axis at certain points.
At every point where the graph intersects or touches the \(x\)-axis,
Therefore, the corresponding \(x\)-coordinate is a zero of the polynomial.
Important Result
The zeroes of a polynomial are the \(x\)-coordinates of the points where its graph intersects or touches the \(x\)-axis.
Remember for Board Exam:
- A linear polynomial has exactly one zero.
- A quadratic polynomial can have at most two zeroes.
- A cubic polynomial can have at most three zeroes.
Question: If a graph cuts the \(x\)-axis at \(x=2\), what is the zero?
- On the \(x\)-axis, \(y=0\).
- At the cutting point, the corresponding \(x\)-coordinate is \(2\).
- Therefore, \(p(2)=0\).
- Hence, \(2\) is a zero.
- Answer: \(\boxed{2}\).
Question: A quadratic graph intersects the \(x\)-axis at \(x=-1\) and \(x=4\). Find its zeroes.
- Zeroes are the \(x\)-coordinates where the graph meets the \(x\)-axis.
- The first point has \(x=-1\).
- The second point has \(x=4\).
- Therefore, the two zeroes are \(-1\) and \(4\).
- Answer: \(\boxed{-1,4}\).
Question: What can we say if the graph of a polynomial never meets the \(x\)-axis?
- A zero occurs where \(y=0\).
- The \(x\)-axis represents \(y=0\).
- If the graph never meets or touches the \(x\)-axis, there is no point with \(y=0\).
- Therefore, the polynomial has no real zero.
- Answer: It has \(\boxed{0}\) real zeroes.
6. Quadratic Polynomial and Its Zeroes
The general form of a quadratic polynomial is
If its zeroes are \(\alpha\) and \(\beta\), then
Example: \(x^2-5x+6\)
- Compare \(x^2-5x+6\) with \(ax^2+bx+c\).
- So, \(a=1,\;b=-5,\;c=6\).
- Sum of zeroes: \[ \alpha+\beta=-\frac{b}{a}=-\frac{-5}{1}=5 \]
- Product of zeroes: \[ \alpha\beta=\frac{c}{a}=\frac61=6 \]
- Indeed, the zeroes are \(2\) and \(3\), because \(2+3=5\) and \(2\times3=6\).
Question: Find \(a,b,c\) for \(3x^2-8x+5\).
- Compare with \(ax^2+bx+c\).
- Coefficient of \(x^2\): \(a=3\).
- Coefficient of \(x\): \(b=-8\).
- Constant term: \(c=5\).
- Answer: \(\boxed{a=3,\ b=-8,\ c=5}\).
Question: Find the sum and product of zeroes of \(2x^2-7x+3\).
- Compare with \(ax^2+bx+c\).
- So \(a=2,\;b=-7,\;c=3\).
- Sum \(=-\frac ba=-\frac{-7}{2}=\frac72\).
- Product \(=\frac ca=\frac32\).
- Answer: Sum \(=\boxed{\frac72}\), product \(=\boxed{\frac32}\).
Question: Verify the zeroes of \(x^2-7x+12\) using the coefficient relations.
- Factorise: \(x^2-7x+12=(x-3)(x-4)\).
- Therefore, \(\alpha=3,\;\beta=4\).
- Sum \(=3+4=7\).
- Using the formula, \(-b/a=-(-7)/1=7\).
- Product \(=3\times4=12\).
- Using the formula, \(c/a=12/1=12\).
- Answer: Both relationships are verified.
7. Relationship Between Zeroes and Coefficients
For a Quadratic Polynomial
Let
and let its zeroes be \(\alpha,\beta\).
Forming a Quadratic Polynomial from Given Zeroes
If \(\alpha\) and \(\beta\) are given zeroes, then a quadratic polynomial with these zeroes is
Example: Form a polynomial whose zeroes are \(3\) and \(-2\)
- Given \(\alpha=3,\;\beta=-2\).
- Find their sum: \[ \alpha+\beta=3+(-2)=1 \]
- Find their product: \[ \alpha\beta=3(-2)=-6 \]
- Use the formula: \[ x^2-(\alpha+\beta)x+\alpha\beta \]
- Substitute the values: \[ x^2-(1)x-6 \]
- Therefore, \[ \boxed{x^2-x-6} \] is a required polynomial.
Finding a Polynomial When Zeroes and a Constant Multiple Are Allowed
Any non-zero constant multiple of a polynomial has the same zeroes.
Question: If one zero of \(2x^2+kx+3\) is \(1\), find \(k\).
- Since \(1\) is a zero, \(p(1)=0\).
- \(2(1)^2+k(1)+3=0\).
- \(2+k+3=0\).
- \(k+5=0\).
- \(\boxed{k=-5}\).
Question: Form a quadratic polynomial whose zeroes are \(4\) and \(1\).
- Let \(\alpha=4,\;\beta=1\).
- Sum: \(\alpha+\beta=4+1=5\).
- Product: \(\alpha\beta=4\times1=4\).
- Use \(x^2-(\alpha+\beta)x+\alpha\beta\).
- Substitute: \(x^2-5x+4\).
- Answer: \(\boxed{x^2-5x+4}\).
Question: If \(\alpha,\beta\) are zeroes of \(x^2-6x+5\), find \(\alpha^2+\beta^2\).
- Here \(a=1,\;b=-6,\;c=5\).
- \(\alpha+\beta=-b/a=6\).
- \(\alpha\beta=c/a=5\).
- Use \(\alpha^2+\beta^2=(\alpha+\beta)^2-2\alpha\beta\).
- \(=6^2-2(5)=36-10=26\).
- Answer: \(\boxed{26}\).
8. Cubic Polynomial
The general form of a cubic polynomial is
If its zeroes are \(\alpha,\beta,\gamma\), then
Example: \(2x^3-5x^2-x+6\)
Here \(a=2,\;b=-5,\;c=-1,\;d=6\).
Question: Find \(a,b,c,d\) for \(3x^3-2x^2+5x-7\).
- Compare with \(ax^3+bx^2+cx+d\).
- Coefficient of \(x^3\): \(a=3\).
- Coefficient of \(x^2\): \(b=-2\).
- Coefficient of \(x\): \(c=5\).
- Constant: \(d=-7\).
- Answer: \(\boxed{a=3,b=-2,c=5,d=-7}\).
Question: For \(2x^3-9x^2+4x+1\), find the sum of zeroes.
- Compare with \(ax^3+bx^2+cx+d\).
- So \(a=2,\;b=-9\).
- For zeroes \(\alpha,\beta,\gamma\), \(\alpha+\beta+\gamma=-b/a\).
- \(=-(-9)/2=9/2\).
- Answer: \(\boxed{\frac92}\).
Question: For \(x^3-6x^2+11x-6\), find \(\alpha\beta\gamma\).
- Compare with \(ax^3+bx^2+cx+d\).
- Here \(a=1,\;d=-6\).
- Use \(\alpha\beta\gamma=-d/a\).
- \(=-(-6)/1=6\).
- Answer: \(\boxed{6}\).
9. Important Board-Exam Question Types
Type 1: Find the zeroes of a polynomial.
Type 2: Verify the relationship between zeroes and coefficients.
Type 3: Find unknown coefficients when zeroes are given.
Type 4: Form a quadratic polynomial when its zeroes are given.
Type 5: Find the zeroes from a graph.
Type 6: Use the sum/product of zeroes to find an expression involving zeroes.
10. 10 Fully Solved Board-Style Questions
Question 1. Find the zero of \(p(x)=3x-12\).
Solution:
For the zero,
Therefore,
\[3x=12\]
\[\boxed{x=4}\]
Answer: The zero is \(\boxed{4}\).
Question 2. Find the zeroes of \(x^2-7x+12\).
Solution:
We factorise the polynomial:
Taking common factors,
For zeroes:
Therefore,
Answer: The zeroes are \(\boxed{3,4}\).
Question 3. Verify the relationship for \(2x^2-5x+2\).
Solution:
Factorise:
Therefore, zeroes are
Sum:
Using \(a=2,b=-5\):
Hence, \(\alpha+\beta=-b/a\).
Product:
Using \(c=2,a=2\):
Hence, \(\alpha\beta=c/a\).
Verified.
Question 4. Find a quadratic polynomial whose zeroes are \(5\) and \(-3\).
Solution:
\(\alpha=5,\;\beta=-3\)
Required polynomial:
Answer: \(\boxed{x^2-2x-15}\).
Question 5. If the zeroes of \(x^2-(k+2)x+2k\) are equal, find \(k\).
Solution:
For equal zeroes, the discriminant must be zero.
Here \(a=1,\;b=-(k+2),\;c=2k\).
Hence,
Question 6. If one zero of \(2x^2+px+6\) is \(2\), find \(p\).
Solution:
Since \(2\) is a zero,
Question 7. If the sum of zeroes is \(6\) and their product is \(8\), form the polynomial.
Solution:
Given:
Required polynomial:
Answer: \(\boxed{x^2-6x+8}\).
Question 8. Find the zeroes of \(4x^2-4x-3\).
Solution:
Using the quadratic formula:
Here \(a=4,b=-4,c=-3\).
Therefore,
Answer: \(\boxed{\frac32,-\frac12}\).
Question 9. If \(\alpha,\beta\) are zeroes of \(x^2-8x+12\), find \(\alpha^2+\beta^2\).
Solution:
For the given polynomial,
We know:
Substitute the values:
Answer: \(\boxed{40}\).
Question 10. If the zeroes of \(x^2-5x+k\) are reciprocal to each other, find \(k\).
Solution:
If the zeroes are reciprocal, their product is \(1\).
For \(x^2-5x+k\),
Therefore,
Answer: \(\boxed{k=1}\).
11. How to Write Polynomials Answers in the Board Exam
- Write the given polynomial clearly.
- Compare it with the standard form \(ax^2+bx+c\) whenever required.
- Write the values of \(a,b,c\).
- State the formula before substituting values.
- Show every important algebraic step.
- Write the final answer in a box.
- For verification questions, calculate both sides separately.
- Do not skip factorisation steps in a long question.
Common Mistakes to Avoid
- Forgetting the negative sign in \(-b/a\).
- Using \(c/a\) incorrectly for the product of zeroes.
- Calling \(\sqrt{x}\) a polynomial in \(x\).
- Not comparing the polynomial correctly with \(ax^2+bx+c\).
- Writing only the final answer without working in a step-marking question.
12. Final 96% Target Revision
Must-Remember Formulas
One-Minute Checklist
- ✓ Know the definition of polynomial.
- ✓ Know what makes an expression a polynomial.
- ✓ Identify degree correctly.
- ✓ Find zeroes by substitution or factorisation.
- ✓ Understand the graph meaning of zeroes.
- ✓ Memorise the quadratic zero-coefficient relations.
- ✓ Practise forming a polynomial from given zeroes.
- ✓ Show complete steps in board answers.
Comments
Post a Comment