Claim: If a polynomial of degree n has real roots x1,x2,…,xn such that x1<x2<⋯<xn. If the slopes of tangents at xi are mi, then m11+m21+⋯+mn1=0.
Proof:
Let P(x)=anxn+an−1xn−1+an−2xn−2+an−3xn−3+⋯+a0 have roots x1,x2,x3,⋯,xn.
Then we can also write it as - P(x)=an(x−x1)(x−x2)(x−x3)(x−x4)⋯(x−xn)
Let a=an,
P′(x)=a(x−x2)(x−x3)⋯(x−xn)+a(x−x1)(x−x3)⋯(x−xn)+⋯+a(x−x1)(x−x2)⋯(x−xn−1)
Thus,
P′(x1)=m1=a(x1−x2)(x1−x3)⋯(x1−xn)
P′(x2)=m2=a(x2−x1)(x2−x3)⋯(x2−xn)
⋮
P′(xn)=mn=a(xn−x1)(xn−x2)⋯(xn−xn−1)
m11=a(x1−x2)(x1−x3)⋯(x1−xn)1
m21=a(x2−x1)(x2−x3)⋯(x2−xn)1
⋮
mn1=a(xn−x1)(xn−x2)⋯(xn−xn−1)1
Let's take m11 and try to expand it using partial fractions.
m11=a(x1−x2)A2+a(x1−x3)A3+⋯+a(x1−xn)An
We can find Ais using Partial fractions limit method.
A2=(x2−x3)(x2−x4)⋯(x2−xn)1 and so on.
Our expression for m11 therefore becomes -
m11=a(x1−x2)(x2−x3)(x2−x4)…(x2−xn)1+a(x1−x3)(x3−x2)(x3−x4)…(x3−xn)1+…+a(x1−xn)(xn−x2)(xn−x3)…(xn−xn−1)1
Observe carefully and one will get
m11=m2−1+m3−1+m4−1+⋯+mn−1
QED
#Algebra
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
What is the goal that you're trying to achieve? It seems like you want to either 1) Prove the claim or 2) Explain how you arrived at this claim. The styles of writing for these 2 are slightly different. For example, as a proof, the statement of "experience tells us that mi1 is a good way to go" seems really weird, since that is exactly what the claim needs. If you are clear on that, you can clean up the writing and make it much easier for your audience to understand what you're saying.
Concerns that I have:
The "substitute x1=x2" needs to be justified. They are distinct constants as you stated in the assumption, so I don't understand what you mean by "substitute this number for this distinct number". What are you actually doing here?
In the event that you want to motivate arriving at the claim, you should check the necessity of the conditions. I believe that the assumption of distinct roots and real roots are not needed, as long as we count with multiplicity.
Log in to reply
I have fixed some of it. One concern I have is of double roots. And real roots are required otherwise slopes of tangents do not make sense(at least to me).
Log in to reply
Tangent is still the same for complex numbers, namely P′(xi).
Ah, I see that repeated roots could be an issue given that P′(xi)=0, so the inverse of that doesn't make sense. That would be a good thing for you to work through in the proof, and see if we do need xi=xj, or what the equivalent statement could be fore repeated roots.
There is very little difference in using real numbers vs complex numbers (BUT not to be confused with complex analysis).
Is it already discovered? I discovered it while solving a problem on Brilliant.
Maybe there is a geometric proof as well by looking at the final result.
Log in to reply
@Calvin Lin @Michael Mendrin @Pi Han Goh Can you please check its validity ?
Log in to reply
Yes. It's correct.
For a shorter proof: Consider dxd(ln(P(x)). Think about the generalized version of the chain rule followed by finding the coefficients of An via limit method of partial fraction.
I think this is a very nice setup. Maybe you can construct up a problem that utilizes this fact. Don't you think?
Log in to reply
Yeah, I am working on it. Nothing much spectacular has come up yet. But I will surely make one. Thanks! Anyways, if you get any good idea for a problem, do share it !