Any relationship between coefficients and min/max of polynomial? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Showing that a root $x_0$ of a polynomial is bounded by $|x_0|<(n+1)cdot c_rm max/c_1$Find minimal polynomial of a difficult transformationHow to reduce a quartic form to a quadratic form with equal rootsSplitting $f(x)$ in $K_n$ Extension Field. What is the maximum degree of $K_n$Bound of polynomial of degree n with Euclidean normsHow many polynomials are squarefree?Finding coefficients of a polynomial in several variables.Polynomials with degenerate critical pointsPolynomial interpolation over the integers such that all coefficients are from the integersHow to restrict coefficients of polynomial, so the function is strictly monotonic?

Could an empire control the whole planet with today's comunication methods?

Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?

How did passengers keep warm on sail ships?

Python - Fishing Simulator

Make it rain characters

Why doesn't a hydraulic lever violate conservation of energy?

Button changing its text & action. Good or terrible?

One-dimensional Japanese puzzle

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

Can the Right Ascension and Argument of Perigee of a spacecraft's orbit keep varying by themselves with time?

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?

Student Loan from years ago pops up and is taking my salary

Are there continuous functions who are the same in an interval but differ in at least one other point?

Identify 80s or 90s comics with ripped creatures (not dwarves)

What to do when moving next to a bird sanctuary with a loosely-domesticated cat?

Are spiders unable to hurt humans, especially very small spiders?

Using dividends to reduce short term capital gains?

What do I do when my TA workload is more than expected?

Store Dynamic-accessible hidden metadata in a cell

For what reasons would an animal species NOT cross a *horizontal* land bridge?

Is there a way to generate uniformly distributed points on a sphere from a fixed amount of random real numbers per point?

Is every episode of "Where are my Pants?" identical?

Can each chord in a progression create its own key?

Is 'stolen' appropriate word?



Any relationship between coefficients and min/max of polynomial?



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Showing that a root $x_0$ of a polynomial is bounded by $|x_0|<(n+1)cdot c_rm max/c_1$Find minimal polynomial of a difficult transformationHow to reduce a quartic form to a quadratic form with equal rootsSplitting $f(x)$ in $K_n$ Extension Field. What is the maximum degree of $K_n$Bound of polynomial of degree n with Euclidean normsHow many polynomials are squarefree?Finding coefficients of a polynomial in several variables.Polynomials with degenerate critical pointsPolynomial interpolation over the integers such that all coefficients are from the integersHow to restrict coefficients of polynomial, so the function is strictly monotonic?










-1












$begingroup$


Is there any relationship between the coefficients $ c_0, c_1, dots, c_n $ of a polynomial $ f(x) $:



$$ f(x) = c_0 + c_1 x + dots + c_n x^n $$



and the min/max values of $ f(x) $ in, say, [0, 1] ?



Clearly, you can say that:



$$ f(x)_min leq f(0) = c_0 leq f(x)_max $$



$$ f(x)_min leq f(1) = c_0 + c_1 + dots + c_n leq f(x)_max $$



but what else restricts $ c_0, c_1, dots, c_n $ in terms of $ f(x)_min $ and $ f(x)_max $, except like... checking all the extrema of $ f(x) $ one by one?



In other words, if you want a polynomial $ f(x) $ of degree $ n $ that should fulfill $ L leq f(x) leq U $ where $ L $ and $ U $ are constants, what are the all possible values of $ c_0, c_1, dots, c_n $, i.e., domain of vector $ pmbc $ ?










share|cite|improve this question











$endgroup$











  • $begingroup$
    It's not clear to me what your requirements are. As you note, you can find the true max/min using the coefficients if you're willing to do the computations. You can find many different types of bounds depending on the trade-off you make between simplicity and precision.
    $endgroup$
    – Michael Biro
    Mar 24 at 16:56










  • $begingroup$
    @MichaelBiro Thanks, edited! What I actually want to do is, as I've added as the last line, determine a polynomial f(x) that should be L < f(x) < U in some interval.
    $endgroup$
    – akai
    Mar 24 at 16:59











  • $begingroup$
    That's still way too under-specified. Why can't I just take $f(x) = fracL + U2$? or $f(x) = L + (U - L)x$?
    $endgroup$
    – Michael Biro
    Mar 24 at 17:06










  • $begingroup$
    @MichaelBiro You're right. Edited again. I want to know what the all possible values of c0, c1, ..., cn i.e, domain of vector c.
    $endgroup$
    – akai
    Mar 24 at 17:31










  • $begingroup$
    You can get tons of relations by using $L leq f(x)$ is equivalent to $f(x)-L geq 0$ and integrating that relation against any say continuous or even more generally integrable non-negative function on $[0,1]$ starting with $1$ but could use $x^a, a > -1$ etc; similarly the other way, using now $U-f(x) geq 0$. I would say it is hopeless to derive general conditions, but if you need something concrete in a given problem, the above ideas may help
    $endgroup$
    – Conrad
    Mar 24 at 17:42
















-1












$begingroup$


Is there any relationship between the coefficients $ c_0, c_1, dots, c_n $ of a polynomial $ f(x) $:



$$ f(x) = c_0 + c_1 x + dots + c_n x^n $$



and the min/max values of $ f(x) $ in, say, [0, 1] ?



Clearly, you can say that:



$$ f(x)_min leq f(0) = c_0 leq f(x)_max $$



$$ f(x)_min leq f(1) = c_0 + c_1 + dots + c_n leq f(x)_max $$



but what else restricts $ c_0, c_1, dots, c_n $ in terms of $ f(x)_min $ and $ f(x)_max $, except like... checking all the extrema of $ f(x) $ one by one?



In other words, if you want a polynomial $ f(x) $ of degree $ n $ that should fulfill $ L leq f(x) leq U $ where $ L $ and $ U $ are constants, what are the all possible values of $ c_0, c_1, dots, c_n $, i.e., domain of vector $ pmbc $ ?










share|cite|improve this question











$endgroup$











  • $begingroup$
    It's not clear to me what your requirements are. As you note, you can find the true max/min using the coefficients if you're willing to do the computations. You can find many different types of bounds depending on the trade-off you make between simplicity and precision.
    $endgroup$
    – Michael Biro
    Mar 24 at 16:56










  • $begingroup$
    @MichaelBiro Thanks, edited! What I actually want to do is, as I've added as the last line, determine a polynomial f(x) that should be L < f(x) < U in some interval.
    $endgroup$
    – akai
    Mar 24 at 16:59











  • $begingroup$
    That's still way too under-specified. Why can't I just take $f(x) = fracL + U2$? or $f(x) = L + (U - L)x$?
    $endgroup$
    – Michael Biro
    Mar 24 at 17:06










  • $begingroup$
    @MichaelBiro You're right. Edited again. I want to know what the all possible values of c0, c1, ..., cn i.e, domain of vector c.
    $endgroup$
    – akai
    Mar 24 at 17:31










  • $begingroup$
    You can get tons of relations by using $L leq f(x)$ is equivalent to $f(x)-L geq 0$ and integrating that relation against any say continuous or even more generally integrable non-negative function on $[0,1]$ starting with $1$ but could use $x^a, a > -1$ etc; similarly the other way, using now $U-f(x) geq 0$. I would say it is hopeless to derive general conditions, but if you need something concrete in a given problem, the above ideas may help
    $endgroup$
    – Conrad
    Mar 24 at 17:42














-1












-1








-1





$begingroup$


Is there any relationship between the coefficients $ c_0, c_1, dots, c_n $ of a polynomial $ f(x) $:



$$ f(x) = c_0 + c_1 x + dots + c_n x^n $$



and the min/max values of $ f(x) $ in, say, [0, 1] ?



Clearly, you can say that:



$$ f(x)_min leq f(0) = c_0 leq f(x)_max $$



$$ f(x)_min leq f(1) = c_0 + c_1 + dots + c_n leq f(x)_max $$



but what else restricts $ c_0, c_1, dots, c_n $ in terms of $ f(x)_min $ and $ f(x)_max $, except like... checking all the extrema of $ f(x) $ one by one?



In other words, if you want a polynomial $ f(x) $ of degree $ n $ that should fulfill $ L leq f(x) leq U $ where $ L $ and $ U $ are constants, what are the all possible values of $ c_0, c_1, dots, c_n $, i.e., domain of vector $ pmbc $ ?










share|cite|improve this question











$endgroup$




Is there any relationship between the coefficients $ c_0, c_1, dots, c_n $ of a polynomial $ f(x) $:



$$ f(x) = c_0 + c_1 x + dots + c_n x^n $$



and the min/max values of $ f(x) $ in, say, [0, 1] ?



Clearly, you can say that:



$$ f(x)_min leq f(0) = c_0 leq f(x)_max $$



$$ f(x)_min leq f(1) = c_0 + c_1 + dots + c_n leq f(x)_max $$



but what else restricts $ c_0, c_1, dots, c_n $ in terms of $ f(x)_min $ and $ f(x)_max $, except like... checking all the extrema of $ f(x) $ one by one?



In other words, if you want a polynomial $ f(x) $ of degree $ n $ that should fulfill $ L leq f(x) leq U $ where $ L $ and $ U $ are constants, what are the all possible values of $ c_0, c_1, dots, c_n $, i.e., domain of vector $ pmbc $ ?







polynomials






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 24 at 17:24







akai

















asked Mar 24 at 16:44









akaiakai

1142




1142











  • $begingroup$
    It's not clear to me what your requirements are. As you note, you can find the true max/min using the coefficients if you're willing to do the computations. You can find many different types of bounds depending on the trade-off you make between simplicity and precision.
    $endgroup$
    – Michael Biro
    Mar 24 at 16:56










  • $begingroup$
    @MichaelBiro Thanks, edited! What I actually want to do is, as I've added as the last line, determine a polynomial f(x) that should be L < f(x) < U in some interval.
    $endgroup$
    – akai
    Mar 24 at 16:59











  • $begingroup$
    That's still way too under-specified. Why can't I just take $f(x) = fracL + U2$? or $f(x) = L + (U - L)x$?
    $endgroup$
    – Michael Biro
    Mar 24 at 17:06










  • $begingroup$
    @MichaelBiro You're right. Edited again. I want to know what the all possible values of c0, c1, ..., cn i.e, domain of vector c.
    $endgroup$
    – akai
    Mar 24 at 17:31










  • $begingroup$
    You can get tons of relations by using $L leq f(x)$ is equivalent to $f(x)-L geq 0$ and integrating that relation against any say continuous or even more generally integrable non-negative function on $[0,1]$ starting with $1$ but could use $x^a, a > -1$ etc; similarly the other way, using now $U-f(x) geq 0$. I would say it is hopeless to derive general conditions, but if you need something concrete in a given problem, the above ideas may help
    $endgroup$
    – Conrad
    Mar 24 at 17:42

















  • $begingroup$
    It's not clear to me what your requirements are. As you note, you can find the true max/min using the coefficients if you're willing to do the computations. You can find many different types of bounds depending on the trade-off you make between simplicity and precision.
    $endgroup$
    – Michael Biro
    Mar 24 at 16:56










  • $begingroup$
    @MichaelBiro Thanks, edited! What I actually want to do is, as I've added as the last line, determine a polynomial f(x) that should be L < f(x) < U in some interval.
    $endgroup$
    – akai
    Mar 24 at 16:59











  • $begingroup$
    That's still way too under-specified. Why can't I just take $f(x) = fracL + U2$? or $f(x) = L + (U - L)x$?
    $endgroup$
    – Michael Biro
    Mar 24 at 17:06










  • $begingroup$
    @MichaelBiro You're right. Edited again. I want to know what the all possible values of c0, c1, ..., cn i.e, domain of vector c.
    $endgroup$
    – akai
    Mar 24 at 17:31










  • $begingroup$
    You can get tons of relations by using $L leq f(x)$ is equivalent to $f(x)-L geq 0$ and integrating that relation against any say continuous or even more generally integrable non-negative function on $[0,1]$ starting with $1$ but could use $x^a, a > -1$ etc; similarly the other way, using now $U-f(x) geq 0$. I would say it is hopeless to derive general conditions, but if you need something concrete in a given problem, the above ideas may help
    $endgroup$
    – Conrad
    Mar 24 at 17:42
















$begingroup$
It's not clear to me what your requirements are. As you note, you can find the true max/min using the coefficients if you're willing to do the computations. You can find many different types of bounds depending on the trade-off you make between simplicity and precision.
$endgroup$
– Michael Biro
Mar 24 at 16:56




$begingroup$
It's not clear to me what your requirements are. As you note, you can find the true max/min using the coefficients if you're willing to do the computations. You can find many different types of bounds depending on the trade-off you make between simplicity and precision.
$endgroup$
– Michael Biro
Mar 24 at 16:56












$begingroup$
@MichaelBiro Thanks, edited! What I actually want to do is, as I've added as the last line, determine a polynomial f(x) that should be L < f(x) < U in some interval.
$endgroup$
– akai
Mar 24 at 16:59





$begingroup$
@MichaelBiro Thanks, edited! What I actually want to do is, as I've added as the last line, determine a polynomial f(x) that should be L < f(x) < U in some interval.
$endgroup$
– akai
Mar 24 at 16:59













$begingroup$
That's still way too under-specified. Why can't I just take $f(x) = fracL + U2$? or $f(x) = L + (U - L)x$?
$endgroup$
– Michael Biro
Mar 24 at 17:06




$begingroup$
That's still way too under-specified. Why can't I just take $f(x) = fracL + U2$? or $f(x) = L + (U - L)x$?
$endgroup$
– Michael Biro
Mar 24 at 17:06












$begingroup$
@MichaelBiro You're right. Edited again. I want to know what the all possible values of c0, c1, ..., cn i.e, domain of vector c.
$endgroup$
– akai
Mar 24 at 17:31




$begingroup$
@MichaelBiro You're right. Edited again. I want to know what the all possible values of c0, c1, ..., cn i.e, domain of vector c.
$endgroup$
– akai
Mar 24 at 17:31












$begingroup$
You can get tons of relations by using $L leq f(x)$ is equivalent to $f(x)-L geq 0$ and integrating that relation against any say continuous or even more generally integrable non-negative function on $[0,1]$ starting with $1$ but could use $x^a, a > -1$ etc; similarly the other way, using now $U-f(x) geq 0$. I would say it is hopeless to derive general conditions, but if you need something concrete in a given problem, the above ideas may help
$endgroup$
– Conrad
Mar 24 at 17:42





$begingroup$
You can get tons of relations by using $L leq f(x)$ is equivalent to $f(x)-L geq 0$ and integrating that relation against any say continuous or even more generally integrable non-negative function on $[0,1]$ starting with $1$ but could use $x^a, a > -1$ etc; similarly the other way, using now $U-f(x) geq 0$. I would say it is hopeless to derive general conditions, but if you need something concrete in a given problem, the above ideas may help
$endgroup$
– Conrad
Mar 24 at 17:42











0






active

oldest

votes












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3160757%2fany-relationship-between-coefficients-and-min-max-of-polynomial%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Mathematics Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3160757%2fany-relationship-between-coefficients-and-min-max-of-polynomial%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Moe incest case Sentencing See also References Navigation menu"'Australian Josef Fritzl' fathered four children by daughter""Small town recoils in horror at 'Australian Fritzl' incest case""Victorian rape allegations echo Fritzl case - Just In (Australian Broadcasting Corporation)""Incest father jailed for 22 years""'Australian Fritzl' sentenced to 22 years in prison for abusing daughter for three decades""RSJ v The Queen"

Who is our nearest planetary neighbor, on average?Santa Claus flies to the South PoleSeven Spheres of Unequal Mass, a weighing problem with a twistDescribe a large integerFast Mental Calculation of $7.5^7$Math in Space (without the help of celebrities)Find the value of $bigstar$: Puzzle 8 - InequalityWho drinks beer while running anyway?A Crucial DeliveryRanking And AverageHow long will my money last at roulette?

Daza language Contents Vocabulary Phonology References External links Navigation menudaza1242Daza"Dazaga"eeee178086576