People who are working out the Polynomial sprint lessons may try this out also.
If \(x_1\) and \(x_2\) are non-zero roots of the equation \(ax^{2}+bx+c=0\) and \(-ax^{2}+bx+c=0\) respectively.Prove that \(\frac{ax^{2}}{2}+bx+c = 0\) has root between \(x_1\) and \(x_2\).
I put the solution in the comment box :)
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
Root Bounding?
Log in to reply
Bounding?Indeed........
Log in to reply
:) Yes/No?
Log in to reply
Since x1 and x2 are roots we must have ax12+bx1+c=0 ax22+bx2+c
Now let f(x)=2ax2+bx+c.
Hence we must have
f(x1)=2ax12+bx1+c---(1) f(x2)=2ax22+bx2+c---(2)
Adding 2ax12 to eqn 1 we get ,
f(x1)+2ax12=ax12+bx1+c=0 f(x1)=−2ax12
Subtracting 23ax12 from eqn 2 we get , f(x2)−23ax22=−ax22+bx2+c=0 f(x2)=23ax22
Thus f(x1 and f(x2) have opposite signs and hence f(x) must have a root between x1 and x2.