Difference between revisions of "Remainder Theorem"

From alpha
Jump to navigation Jump to search
Line 5: Line 5:


== Example ==
== Example ==
Find the remainder when the polynomial <math>p(x)=x^4+2x^3-4x-3</math> is divided by <math>(x-3)</math>.
Find the remainder when the polynomial <math>p(x)=3x^3+x^2+2x+5</math> is divided by <math>(x-3)</math>.
{| class="wikitable"
{| class="wikitable"
|+
|+
Line 54: Line 54:
|1
|1
|}
|}
Here, quotient = <math>3x^2 -2x+4</math>
Remainder = <math>1</math>
'''Verification :'''
Given, the divisor is <math>x+1</math>, i.e. it is a factor of the given polynomial <math>p(x)</math>
Let <math>x+1=0</math>
<math>x=-1</math>
Substituting <math>x=-1</math> in <math>p(x)</math>,
<math>p(x)=3x^3+x^2+2x+5</math>
<math>p(-1-)=3(-1)^3+(-1)^2+2(-1)+5</math>
<math>p(-1-)=3(-1)+1-2+5</math>
<math>p(-1-)=-3+1-2+5</math>
<math>p(-1-)=1</math>
p(-1) = 3(-1)3 + (-1)2 + 2(-1) + 5
= 3(-1) + 1 – 2 + 5
= -3 + 4
= 1
Remainder  = Value of p(x) at x = -1.
Hence proved the remainder theorem.
Alternatively,

Revision as of 11:21, 10 May 2024

The Remainder theorem formula is used to find the remainder when a polynomial is divided by a linear polynomial.

Remainder Theorem

The Remainder theorem states that "when a polynomial is divided by a linear polynomial , then the remainder is "

Example

Find the remainder when the polynomial is divided by .

1

Here, quotient =

Remainder =

Verification :

Given, the divisor is , i.e. it is a factor of the given polynomial

Let

Substituting in ,



p(-1) = 3(-1)3 + (-1)2 + 2(-1) + 5

= 3(-1) + 1 – 2 + 5

= -3 + 4

= 1

Remainder  = Value of p(x) at x = -1.

Hence proved the remainder theorem.

Alternatively,