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
Actually, in such questions where a polynomial f(x) follows a pattern for certain values in its domain, we generally use a trick like defining a new polynomial g(x) whose roots are known, and then calculating f(x). For instance, here we could have done this by defining g(x)=f(x)−x+11. Then the roots of g(x) are 1,2,3,4. Then, g(x)=k(x−1)(x−2)(x−3)(x−4), giving us f(x)=k(x−1)(x−2)(x−3)(x−4)+x+11. But then, the degree of f(x) will be 4, but we are given its degree to be 3. And in such cases, I think we have only one option, i.e. to use Lagrange Interpolation.
@Raushan Sharma
–
No,this question can still be done by Remainder Factor Theorem.
Let g(x)=(x+1)f(x)−1 You have to express it in this form in order to make g(x) a polynomial.Anyways, g(x)=0 for x=1,2,3,4.So (x+1)f(x)−1=g(x)=c(x−1)(x−2)(x−3)(x−4) for some constant c.Putting x=−1 we get:
−1=c(−2)(−3)(−4)(−5)⟹c=120−1
Therefore g(x)=(x+1)f(x)−1=120−1(x−1)(x−2)(x−3)(x−4) Now simply putting x=5 gives:
6×f(5)−1=120−1(4)(3)(2)(1)=5−1⟹f(5)=152
@Abdur Rehman Zahid
–
Ohh, that's really nice. So, this method also works here.... Thanks for your solution (+1). And definitely it's better than Interpolation in such cases, where there is a pattern given. Thanks once again!! :D
@Abdur Rehman Zahid
–
Yes, but then, f(x)=g(x)+x+11 is not a polynomial. So, there is some flaw in this method. That's why I didn't do it with this method, as I said earlier. A traditional method of Lagrange Interpolation, as I mentioned earlier is the best here, I think.
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
The answer should be 152. Use Lagrange Interpolation
Log in to reply
Can u solve more easily? Or Please explain your solution!
Log in to reply
Actually, in such questions where a polynomial f(x) follows a pattern for certain values in its domain, we generally use a trick like defining a new polynomial g(x) whose roots are known, and then calculating f(x). For instance, here we could have done this by defining g(x)=f(x)−x+11. Then the roots of g(x) are 1,2,3,4. Then, g(x)=k(x−1)(x−2)(x−3)(x−4), giving us f(x)=k(x−1)(x−2)(x−3)(x−4)+x+11. But then, the degree of f(x) will be 4, but we are given its degree to be 3. And in such cases, I think we have only one option, i.e. to use Lagrange Interpolation.
Log in to reply
g(x)=f(x)−x+11 is not a polynomial
Log in to reply
g(x) has roots 1,2,3,4. So, it can be expressed in the form g(x)=k(x−1)(x−2)(x−3)(x−4), which is a polynomial.
Log in to reply
Let g(x)=(x+1)f(x)−1 You have to express it in this form in order to make g(x) a polynomial.Anyways, g(x)=0 for x=1,2,3,4.So (x+1)f(x)−1=g(x)=c(x−1)(x−2)(x−3)(x−4) for some constant c.Putting x=−1 we get: −1=c(−2)(−3)(−4)(−5)⟹c=120−1 Therefore g(x)=(x+1)f(x)−1=120−1(x−1)(x−2)(x−3)(x−4) Now simply putting x=5 gives: 6×f(5)−1=120−1(4)(3)(2)(1)=5−1⟹f(5)=152
Log in to reply
Log in to reply
f(x)=g(x)+x+11 is not a polynomial. So, there is some flaw in this method. That's why I didn't do it with this method, as I said earlier. A traditional method of Lagrange Interpolation, as I mentioned earlier is the best here, I think.
Yes, but then,Since you are evaluating for consecutive integers you could have used method of differences.
Log in to reply