Difference between revisions of "Factor Theorem"

From alpha
Jump to navigation Jump to search
Line 7: Line 7:
* <math>p(a)=0</math>, if <math>x-a</math> is a factor of <math>p(x)</math>
* <math>p(a)=0</math>, if <math>x-a</math> is a factor of <math>p(x)</math>


Example 6 : Examine whether <math>x+2</math> is a factor of <math>x^3+3x^2+5x+6</math> and of <math>2x+4</math>.


Proof: By the Remainder Theorem, p(x)=(x – a) q(x) + p(a). (i) If p(a) = 0, then p(x) = (x – a) q(x), which shows that x – a is a factor of p(x). (ii) Since x – a is a factor of p(x), p(x) = (x – a) g(x) for same polynomial g(x). In this case, p(a) = (a – a) g(a) = 0.
Solution : The zero of <math>x+2</math> is <math>-2</math>.
 
Let <math>p(x)=x^3+3x^2+5x+6</math>
 
<math>p(-2)=(-2)^3+3(-2)^2+5(-2)+6</math>
 
<math>p(-2)=-8+3(4)-10+6=0</math>
 
<math>s(x)=2x+4</math>
 
<math>s(-2)=2(-2)+4 =0</math>
 
Hence <math>x+2</math> is a factor of <math>x^3+3x^2+5x+6</math> and of <math>2x+4</math>.  


== How to Use the Factor Theorem? ==
== How to Use the Factor Theorem? ==

Revision as of 09:23, 11 May 2024

Factor theorem is mainly used to factor the polynomials and to find the roots of the polynomials. Factor theorem is very helpful for analyzing polynomial equations. In real life, factoring can be useful while exchanging money, dividing any quantity into equal pieces, understanding time, and comparing prices.

Factor Theorem Statement

The factor theorem states that If is a polynomial of degree and is any real number, then

  • is a factor of , if
  • , if is a factor of

Example 6 : Examine whether is a factor of and of .

Solution : The zero of is .

Let

Hence is a factor of and of .

How to Use the Factor Theorem?

Let's learn how to use the factor theorem with an example. Check whether (y + 5) is a factor of 2y2 + 7y – 15 or not. Given that, y + 5 = 0. Then, y = - 5. Now let's substitute y = - 5 into the given polynomial equation. We get:

g(-5) = 2 (-5)2 + 7(-5) – 15

= 2 (25) - 35 – 15

= 50 – 35 – 15

= 0

Thus, y + 5 is a factor of 2y2 + 7y – 15.

Us