Sunday, October 8, 2017

limits - Prove that a second degree polynomial always has an extremum

This is one of those questions that I know intuitively, but find it hard to prove mathematically.




Problem



The idea is to try and prove that a second degree polynomial function, f(x)=ax2+bx+c, always has an extremum.



My thoughts



My thought is to try an explain that given a>0, then limx±f(x), so if a non-infinite value exists, it must have a bottom point between the extremes.



Likewise for a<0 but with a top point between two extremes.




But I can't see how to prove this rigorously.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...