There was a question in which it was asked to find the remainder when is divided by . However I somehow manged to solve this question. But then I thought what would be the general case of this; that is---
What is the remainder when is divided by
i)
ii)
(Provided that is of degree
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
i) Let Q(x) and R(x) be the quotient and remainder respectively when f(x) is divided by (x−a)(x−b).
Write f(x)=(x−a)(x−b)Q(x)+R(x). Then, f(a)=R(a) and f(b)=R(b).
Since R(x) must be a linear polynomial, we have:
R(x)=b−ab−xf(a)+b−ax−af(b)=b−af(b)−f(a)x+b−abf(a)−af(b).
Both expressions are equivalent, pick the one you like best.
ii) Write ax2+bx+c=a(x−α)(x−β), then use part i).
Log in to reply
Sorry, I didn't understand how did you got the expression for R(x)
But this is how I solved it -
f(x)=q1(x−a)+r1⇒(x−a)f(x)=q1+(x−a)r1...(i)
f(x)=q2(x−b)+r2⇒(x−b)f(x)=q2+(x−b)r2...(ii)
where r1=f(a),r2=f(b)
Now subtracting the equation (i) from equation (ii) we get -
f(x)(x−a)(x−b)(b−a)=(q1−q2)+(x−a)(x−b)(r2x−r1x+r1b−r2a)
Therefore the remainder when f(x) is divided by (x−a)(x−b) must be b−a(r2x−r1x+r1b−r2a)
Placing the values of r2=f(b) and r1=f(a), we get -
b−af(b)−f(a)x+b−abf(a)−af(b)
I didn't understand that why are we getting the quotient as q1−q2
(Please tell me if I went wrong somewhere)
Calculation of Remainder when x100 is divided by x2−3x+2
We know that when p(x) is divided by g(x). Then q(x) is quotient and r(x) is remainder
Where Degree of r(x) is less then q(x)
So Using Division algorithm, p(x)=q(x)⋅g(x)+r(x)
So here p(x)=x100 and g(x)=(x2−3x+2)=(x−1)⋅(x−2) and Let r(x)=ax+b
So Degree of r(x)< Degree of g(x)
So x100=(x−1)⋅(x−2)⋅g(x)+ax+b.................................................[1]
Put x−1=0⇒x=1
1=0+a+b............................................[2]
Put x−2=0⇒x=2
2100=0+2a+b...................................[3]
Now solving [2] and [3], we get
a=2100−1 and b=2−2100
So r(x)=(2100−1)⋅x+(2−2100)