Proof: F(1/x) Gets Negative Values for Odd Polynomials

Dell
Messages
555
Reaction score
0
given F(x)=\sumakxk (0<k<n) a polynomial function of factor n while n is an odd number and an<0 , prove that :

F(1/x) gets negative values for a small enough positive x
 
Physics news on Phys.org
F(x)~=~\sum_{k = 0}^n a_k x^k

Expanded, the sum looks like this:
F(x) = a0 + a1x + a1x2 + ... + anxn.
With the given conditions that n is an odd integer and an < 0, what do you get for F(1/x)?
 
F(x)=\sum\frac{a<sub>k</sub>}{x<sup>k</sup>}

=a0+\frac{a<sub>1</sub>}{x}+\frac{a<sub>2</sub>}{x<sup>2</sup>}+...+\frac{a<sub>n</sub>}{x<sup>n</sup>}

but i don't see anything here, all i see is that i am dividing by something which gets exponentially smaller, but i don't know what a1...an is, what i think from this is that since i am subtracting bigger numbers each time, it will become negative - but this is hardly a proof,
 
You need to use your conditions that an < 0, n is odd, and x is a small positive number.
 
how about this

F(x)= xn*[a0/xn + a1x/xn + a2x2/xn...+an]


F(1/x)= 1/xn*[a0*xn + a1x*xn + a2x2*xn...+an]


lim F(1/x)= 1/xn*[0 + 0 +...an)
n->inf
x->0

=an/xn
and since an is negative F(1/x) is negative,


is this correct?
 
No. When you took the limit, you have two things changing - n and x - but you still ended up with x^n. Doesn't work that way. Also, you didn't use the given information that n is an odd integer.

Think about what the graph of F(x) looks like. It's an odd-degree polynomial, with the coefficient of the highest-degree term being negative. So it must be true that
\lim_{x \rightarrow -\infty} F(x) = \infty
and
\lim_{x \rightarrow \infty} F(x) = -\infty

In other words, when x is very negative, F(x) will be very large and positive, and when x is very positive, F(x) will be very negative. This is the behavior of all odd-degree polynomials when the leading coefficient is negative. Another way to say this is that the graph starts out high in the 2nd quadrant, and ends up low in the 4th quadrant, with possibly some squiggles in between that could represent local maxima and local minima.

Since F is a polynomial, it is continuous, and by the Intermediate Value Theorem, there must be at least one number, say x0, for which F(x0) = 0. There could be more values, but all we need is one.

Now, sketch a graph of y = F(1/x), and think about what happens to this graph in comparison to the other graph, y = F(x).
 
What difference does it make whether n is odd or even? F(x) will be negative for large x anyway.
 
True, but an even-degree polynomial doesn't necessarily have any zeros. For example, f(x) = x^2 + 1 doesn't have any (real) zeroes.
 
i sort of get what you are sating, the graph of (1/x) have an asymptote at x=0 with

lim =infinity
x->0-

lim =-infinity
x->0+

lim = ao
x->inf

therefore there will obviously be some value for x that f(1/x) will be negative since its limit at 0+ is negative,
but is this enough for a proof?
 
  • #10
But wouldn't not having any zeroes make the proof much simpler since then the function would just be negative everywhere? =)


Dell said:
therefore there will obviously be some value for x that f(1/x) will be negative since its limit at 0+ is negative,
but is this enough for a proof?

It really depends a lot on what kind of course you are taking. Atleast you need to argue that F is continuous and that after certain point x_0, for all x>x_0, F(x_0) will be negative.
 
  • #11
im doing calculus1 at university for a computer science degree,

so i would argue that since F(x) is continuous and reaches +/- infinity at its ends, there must be some point Xo that F(Xo)=0,
then i sya that F(1/x) around +/-0 behaves like F(x) around +/-inf

if F(Xo)=0 then F(1/xo) must do what? is it also 0? how can i prove that? i know that lim(x->inf)(f(1/x)=ao, then even if ao is positve, there must be an xo such that 0<x<xo returns negative values
 
  • #12
Dell said:
i sort of get what you are sating, the graph of (1/x) have an asymptote at x=0 with

lim =infinity
x->0-

lim =-infinity
x->0+

lim = ao
x->inf

therefore there will obviously be some value for x that f(1/x) will be negative since its limit at 0+ is negative,
but is this enough for a proof?
There is no evidence that there will be a zero at x = 0. There will be a zero somewhere, though. You can assume that for some number x0, F(x0) = 0.

This means that for the graph of y = F(t) = F(1/x), there is a vertical asymptote at t = 1/x0. The left- and right-sided limits are more-or-less as you say above except they are as t --> 1/x0. I don't know what you mean with this, though:
lim = ao
x->inf
 
  • #13
clamtrox said:
But wouldn't not having any zeroes make the proof much simpler since then the function would just be negative everywhere? =)
Maybe or maybe not, but the point is that it is given that F is an odd-degree polynomial.
clamtrox said:
It really depends a lot on what kind of course you are taking. Atleast you need to argue that F is continuous and that after certain point x_0, for all x>x_0, F(x_0) will be negative.
 
Back
Top