Let a 1 < a 2 < ⋯ < a n be real numbers. In terms of n , find the total number of real roots (of x ) satisfying x − a 1 1 + x − a 2 1 + ⋯ + x − a n 1 = 0 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I think that is a great approach. But how do you know f(x) is continuous on intervals (ak, ak+1)?
Log in to reply
Each function x ↦ x − a k 1 is has a single discontinuity at x = a k , so f ( x ) , as the sum of these functions, is continuous everywhere except x ∈ { a 1 , a 2 , … , a n } .
This means that if f ( x ) were not continuous on ( a k , a k + 1 ) , then we would have some a i ∈ ( a k , a k + 1 ) ⟺ a k < a i < a k + 1 , which is absurd because we were told a 1 < a 2 < ⋯ < a n and k , k + 1 are consecutive integers.
Let f(x)= x − a 1 1 + x − a 2 1 +...+ x − a n 1 , than there exists n-1th polynomial g(x) such that g(x)=( x − a 1 )( x − a 2 )...( x − a n )f(x). Than g( a n )>0, g( a n − 1 )<0, g( a n − 2 )>0 ... Therefore, according to the intermediate value theorem, g(x)=0 must have at least one real root between each interval ( a 1 , a 2 ), ( a 2 , a 3 ),..., ( a n − 1 , a n ). But since the number of real roots of g(x) cannot be greater than n-1, the number of the real roots of g(x) is n-1. Also, since the roots of g(x) do not make f(x)'s denominator 0, the number of the real roots of f(x) is n-1.
If a polynomial has degree n, then it will have n real solutions(if all it's coefficients are real).
In this polynomial, the function has degree n-1, so it will have n-1 solutions.
"If a polynomial has degree n, then it will have n real solutions(if all it's coefficients are real)."
This statement is false. For example, the polynomial x 2 + 1 has no real solutions.
Problem Loading...
Note Loading...
Set Loading...
Define f ( x ) = x − a 1 1 + x − a 2 1 + ⋯ + x − a n 1 .
Together, this shows f ( x ) = 0 has exactly n − 1 real roots (and further, every root of f ( x ) = 0 is simple)