Find the remainder when x 1 9 9 9 is divided by x 2 − 1 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Great solution
I think a shorter solution is- x 2 = 1 therefore, x 1 9 9 9 = x 1 9 9 8 . x = x
My approach is standard
Consider the following:
\(\begin{array} {} \color{blue}{\dfrac{x^3}{x^2-1}} = \dfrac {x^3-x+x}{x^2-1} = x + \dfrac{x}{x^2-1} & \Rightarrow \text{remainder} = x \\ \color{red}{\dfrac{x^5}{x^2-1}} = \dfrac {x^5-x^3+x^3}{x^2-1} = x^3 + \color{blue}{\dfrac{x^3}{x^2-1}} & \Rightarrow \text{remainder} = x \\ \dfrac{x^7}{x^2-1} = \dfrac {x^7-x^5+x^5}{x^2-1} = x^5 + \color{red}{\dfrac{x^5}{x^2-1}} & \Rightarrow \text{remainder} = x \\ \Rightarrow \dfrac{x^{1999}}{x^2-1} & \Rightarrow \text{remainder} = \boxed{x} \end{array} \)
This is not correct. What relationship you have between the first three lines and the last line?
x 1 9 9 9 = x 1 9 9 9 − x + x
= x ( x 1 9 9 8 − 1 ) + x
= x ( x 2 − 1 ) Q ( x ) + x
Problem Loading...
Note Loading...
Set Loading...
By division Algorithm ,
Dividend = (Divisor * Quotient) + Remainder.
From the problem , we know that Dividend is x 1 9 9 9 , Divisor is x 2 − 1
We know that the degree of the remainder is always one less than the degree of the Divisor .Since the degree of the Divisor is 2, the degree of the remainder is 1 , which is in the form a x + b .
Dividend = (Divisor * Quotient) + Remainder.
x 1 9 9 9 = ( x 2 − 1 ) * Q + a x + b
x 1 9 9 9 = ( x + 1 ) ( x − 1 ) * Q + a x + b
Now put x = 1
1 1 9 9 9 = 0 + a + b
a + b = 1 .............................................................. 1
Now put x = − 1
− 1 1 9 9 9 = 0 + b − a .
b − a = − 1 ............................................................ 2
From 1 and 2 , We get the values of a and b as a = 1 and b = 0 .
Therefore the remainder is a x + b , which is 1 ( x ) + 0 , which is x
Therefore the required answer is x