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:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
We know that (x−1) is a factor of f(x)+1.Using factor and remainder theorem,we get f(1)+1=0 f(1)=−1
We know that (x+1) is a factor of f(x)−1.Using factor and remainder theorem,we get f(−1)−1=0 f(−1)=1
while seeing the two equations we can guess that the leading co-efficient is 1 and that the polynomial is −x5.
You had a good start, applying remainder factor theorem. You applied it to just (x−1) and so you got 1 condition. You should also apply it to (x−1)2 and (x−1)3 to get more conditions. Ditto for (x+1)3. This gives you 6 conditions, and we have 6 unknowns, so we should be able to solve that.
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
We have f(x)+1=(x−1)3g(x) and f(x)−1=(x+1)3h(x). Thus, we want to find degree 2 polynomials such that g(x)(x−1)3−h(x)(x+1)3=2.
This is just bezout's identity applied to polynomials.
(x+1)3=1×(x−1)3+(6x2+6)
(x−1)3=(61x−21)×(6x2+6)+(2x+2)
(6x2+6)=(3x−3)(2x+2)+12
So we apply the backwards step of euclidean algorithm to obtain
2=1×(x2+1)−(2x−1)×(2x+2)=1×(x2+1)−(2x−1)×[(x−1)3−(x−3)(x2+1)]=(2x2−4x+5)×(x2+1)−(2x−1)×(x−1)3=(2x2−4x+5)×61[(x+1)3−(x−1)3]−(2x−1)×(x−1)3=12x2−4x+5×(x+1)3−12x2+2x−1×(x−1)3
Thus, f(x)=12x2−4x+5×(x+1)3−1.
Log in to reply
Totallly forgot about euclidian's algorithm.
What have you tried? What are your thoughts?
Log in to reply
I'm trying it out.I have no idea right now.
We know that (x−1) is a factor of f(x)+1.Using factor and remainder theorem,we get
f(1)+1=0
f(1)=−1
We know that (x+1) is a factor of f(x)−1.Using factor and remainder theorem,we get
f(−1)−1=0
f(−1)=1
while seeing the two equations we can guess that the leading co-efficient is 1 and that the polynomial is −x5.
Log in to reply
Unfortunately −x5+1 is not a multiple of (x−1)3.
You had a good start, applying remainder factor theorem. You applied it to just (x−1) and so you got 1 condition. You should also apply it to (x−1)2 and (x−1)3 to get more conditions. Ditto for (x+1)3. This gives you 6 conditions, and we have 6 unknowns, so we should be able to solve that.
Log in to reply
But my answer is −x5 and not −x5+1.
Log in to reply
f(x)=−x5+1, the question states that "f(x)+1 is divisible by (x−1)3", which is not true.
If your answer is