When can a polynomial be written as a polynomial function of another polynomial?Polynomial decomposition testWhen is a polynomial a composition of a polynomial with some (unspecified) non-linear polynomial?Matching of polynomial coefficientsDetermining a polynomial from its crossings with another polynomialIs this an automorphism of a polynomial ring?Identical multivariate polynomial definitionRational symmetric polynomial in the roots of an integer polynomial is rationalA polynomial with real coefficients expressible as sum of squares of two polynomials will have not all roots as real.Sum of squared coefficients of polynomialQuestion about polynomial multiplicationFormulas for the coefficients of the expansion of one monic polynomial in terms of anotherDoes the assumption $0^0=1$ ever lead to a contradiction or conflict with another useful assumption?

To find islands of 1 and 0 in matrix

Desktop app status bar: Notification vs error message

Exploiting the delay when a festival ticket is scanned

Why is の所 used after ドア in this sentence?

How could Nomadic scholars effectively memorize libraries worth of information

Why is it considered acid rain with pH <5.6?

How did the SysRq key get onto modern keyboards if it's rarely used?

What container to use to store developer concentrate?

Compound Word Neologism

Do 3/8 (37.5%) of Quadratics Have No x-Intercepts?

Japanese reading of an integer

How do you pronounce "Hain"?

Nested keyval proper parsing

Must a song using the A minor scale begin or end with an Am chord? If not, how can I tell what the scale is?

Why did Windows 95 crash the whole system but newer Windows only crashed programs?

Can you place a support header in the ceiling?

If Trump gets impeached, how long would Pence be president?

Why didn’t Christianity spread southwards from Ethiopia in the Middle Ages?

(3 of 11: Akari) What is Pyramid Cult's Favorite Car?

8086 stack segment and avoiding overflow in interrupts

What is the most efficient way to write 'for' loops in Matlab?

What do you call a flexible diving platform?

Where can I find a clear explanation (brief derivation) of N(d1) and N(d2)?

Is it error of law to judge on less relevant case law when there is much more relevant one?



When can a polynomial be written as a polynomial function of another polynomial?


Polynomial decomposition testWhen is a polynomial a composition of a polynomial with some (unspecified) non-linear polynomial?Matching of polynomial coefficientsDetermining a polynomial from its crossings with another polynomialIs this an automorphism of a polynomial ring?Identical multivariate polynomial definitionRational symmetric polynomial in the roots of an integer polynomial is rationalA polynomial with real coefficients expressible as sum of squares of two polynomials will have not all roots as real.Sum of squared coefficients of polynomialQuestion about polynomial multiplicationFormulas for the coefficients of the expansion of one monic polynomial in terms of anotherDoes the assumption $0^0=1$ ever lead to a contradiction or conflict with another useful assumption?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








6












$begingroup$


Given two polynomials $p(x)$ and $g(x)$, how do I ascertain whether or not $p(x)$ is expressible as



$$p(x)= sum_i=0^n a_i (g(x))^i,$$



where $a_i_i=1^n$ are constant coefficients.



Example: Let $p(x)= x^6-3x^4+4x^2-1$ and $g(x)= x^2-1$, then $$p(x)= (g(x))^3+g(x)+1.$$










share|cite|improve this question











$endgroup$









  • 4




    $begingroup$
    You can be sure $p(x)$ is not a polynomial in $g(x)$ if $deg p$ is not divisible by $deg g$.
    $endgroup$
    – Bernard
    Jul 18 at 14:18






  • 1




    $begingroup$
    For general polynomial decomposition algorithms $ p(x) = f(g(x)),$ see my comment here.
    $endgroup$
    – Bill Dubuque
    Jul 19 at 2:20

















6












$begingroup$


Given two polynomials $p(x)$ and $g(x)$, how do I ascertain whether or not $p(x)$ is expressible as



$$p(x)= sum_i=0^n a_i (g(x))^i,$$



where $a_i_i=1^n$ are constant coefficients.



Example: Let $p(x)= x^6-3x^4+4x^2-1$ and $g(x)= x^2-1$, then $$p(x)= (g(x))^3+g(x)+1.$$










share|cite|improve this question











$endgroup$









  • 4




    $begingroup$
    You can be sure $p(x)$ is not a polynomial in $g(x)$ if $deg p$ is not divisible by $deg g$.
    $endgroup$
    – Bernard
    Jul 18 at 14:18






  • 1




    $begingroup$
    For general polynomial decomposition algorithms $ p(x) = f(g(x)),$ see my comment here.
    $endgroup$
    – Bill Dubuque
    Jul 19 at 2:20













6












6








6


5



$begingroup$


Given two polynomials $p(x)$ and $g(x)$, how do I ascertain whether or not $p(x)$ is expressible as



$$p(x)= sum_i=0^n a_i (g(x))^i,$$



where $a_i_i=1^n$ are constant coefficients.



Example: Let $p(x)= x^6-3x^4+4x^2-1$ and $g(x)= x^2-1$, then $$p(x)= (g(x))^3+g(x)+1.$$










share|cite|improve this question











$endgroup$




Given two polynomials $p(x)$ and $g(x)$, how do I ascertain whether or not $p(x)$ is expressible as



$$p(x)= sum_i=0^n a_i (g(x))^i,$$



where $a_i_i=1^n$ are constant coefficients.



Example: Let $p(x)= x^6-3x^4+4x^2-1$ and $g(x)= x^2-1$, then $$p(x)= (g(x))^3+g(x)+1.$$







algebra-precalculus polynomials






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jul 18 at 14:20









Mars Plastic

2,8325 silver badges31 bronze badges




2,8325 silver badges31 bronze badges










asked Jul 18 at 14:13









aditya guptaaditya gupta

413 bronze badges




413 bronze badges










  • 4




    $begingroup$
    You can be sure $p(x)$ is not a polynomial in $g(x)$ if $deg p$ is not divisible by $deg g$.
    $endgroup$
    – Bernard
    Jul 18 at 14:18






  • 1




    $begingroup$
    For general polynomial decomposition algorithms $ p(x) = f(g(x)),$ see my comment here.
    $endgroup$
    – Bill Dubuque
    Jul 19 at 2:20












  • 4




    $begingroup$
    You can be sure $p(x)$ is not a polynomial in $g(x)$ if $deg p$ is not divisible by $deg g$.
    $endgroup$
    – Bernard
    Jul 18 at 14:18






  • 1




    $begingroup$
    For general polynomial decomposition algorithms $ p(x) = f(g(x)),$ see my comment here.
    $endgroup$
    – Bill Dubuque
    Jul 19 at 2:20







4




4




$begingroup$
You can be sure $p(x)$ is not a polynomial in $g(x)$ if $deg p$ is not divisible by $deg g$.
$endgroup$
– Bernard
Jul 18 at 14:18




$begingroup$
You can be sure $p(x)$ is not a polynomial in $g(x)$ if $deg p$ is not divisible by $deg g$.
$endgroup$
– Bernard
Jul 18 at 14:18




1




1




$begingroup$
For general polynomial decomposition algorithms $ p(x) = f(g(x)),$ see my comment here.
$endgroup$
– Bill Dubuque
Jul 19 at 2:20




$begingroup$
For general polynomial decomposition algorithms $ p(x) = f(g(x)),$ see my comment here.
$endgroup$
– Bill Dubuque
Jul 19 at 2:20










1 Answer
1






active

oldest

votes


















16












$begingroup$

I'm not sure how to put it in a simple condition, but there's a procedure that allows to check whether $p(x)=w(g(x))$ for $w$ being a polynomial function.



Let's perform a repeated polynomial division of $p$ over $g$, that is let $q_n(x)$ and $r_n(x)$, $ninmathbb N$ be polynomials such that $deg r_n < deg g$, $q_n neq 0$ and
$$ p(x) = q_0(x) g(x) + r_0(x) \ q_0(x) = q_1(x) g(x) + r_1(x) \ q_1(x) = q_2(x) g(x) + r_2(x) \ q_2(x) = q_3(x) g(x) + r_3(x) \ dots $$
Such division will always end in a finite number of steps. If all $r_n$ are constants, that is $deg r_n = 0$, $r_n(x) = r_n$, then $$ p(x) = sum_n r_n big(g(x)big)^n $$
If at any point we get $r_n(x)$ that is not constant, then $p(x)$ cannot be expressed as a polynomial of $g(x)$.






share|cite|improve this answer











$endgroup$














  • $begingroup$
    Is there a reference?
    $endgroup$
    – Paracosmiste
    Jul 18 at 23:02






  • 2




    $begingroup$
    @Paracosmiste This is known as the $g$-adic expansion of $,p,$ in the general case when the coefficients $r_i$ have degree $< deg g.,$ It is easily seen to be unique.. It is analogous to radix expansions of integers and generalizes Taylor series expansions. If is often used to compute partial fraction expansions.
    $endgroup$
    – Bill Dubuque
    Jul 19 at 2:09













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%2f3296843%2fwhen-can-a-polynomial-be-written-as-a-polynomial-function-of-another-polynomial%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









16












$begingroup$

I'm not sure how to put it in a simple condition, but there's a procedure that allows to check whether $p(x)=w(g(x))$ for $w$ being a polynomial function.



Let's perform a repeated polynomial division of $p$ over $g$, that is let $q_n(x)$ and $r_n(x)$, $ninmathbb N$ be polynomials such that $deg r_n < deg g$, $q_n neq 0$ and
$$ p(x) = q_0(x) g(x) + r_0(x) \ q_0(x) = q_1(x) g(x) + r_1(x) \ q_1(x) = q_2(x) g(x) + r_2(x) \ q_2(x) = q_3(x) g(x) + r_3(x) \ dots $$
Such division will always end in a finite number of steps. If all $r_n$ are constants, that is $deg r_n = 0$, $r_n(x) = r_n$, then $$ p(x) = sum_n r_n big(g(x)big)^n $$
If at any point we get $r_n(x)$ that is not constant, then $p(x)$ cannot be expressed as a polynomial of $g(x)$.






share|cite|improve this answer











$endgroup$














  • $begingroup$
    Is there a reference?
    $endgroup$
    – Paracosmiste
    Jul 18 at 23:02






  • 2




    $begingroup$
    @Paracosmiste This is known as the $g$-adic expansion of $,p,$ in the general case when the coefficients $r_i$ have degree $< deg g.,$ It is easily seen to be unique.. It is analogous to radix expansions of integers and generalizes Taylor series expansions. If is often used to compute partial fraction expansions.
    $endgroup$
    – Bill Dubuque
    Jul 19 at 2:09















16












$begingroup$

I'm not sure how to put it in a simple condition, but there's a procedure that allows to check whether $p(x)=w(g(x))$ for $w$ being a polynomial function.



Let's perform a repeated polynomial division of $p$ over $g$, that is let $q_n(x)$ and $r_n(x)$, $ninmathbb N$ be polynomials such that $deg r_n < deg g$, $q_n neq 0$ and
$$ p(x) = q_0(x) g(x) + r_0(x) \ q_0(x) = q_1(x) g(x) + r_1(x) \ q_1(x) = q_2(x) g(x) + r_2(x) \ q_2(x) = q_3(x) g(x) + r_3(x) \ dots $$
Such division will always end in a finite number of steps. If all $r_n$ are constants, that is $deg r_n = 0$, $r_n(x) = r_n$, then $$ p(x) = sum_n r_n big(g(x)big)^n $$
If at any point we get $r_n(x)$ that is not constant, then $p(x)$ cannot be expressed as a polynomial of $g(x)$.






share|cite|improve this answer











$endgroup$














  • $begingroup$
    Is there a reference?
    $endgroup$
    – Paracosmiste
    Jul 18 at 23:02






  • 2




    $begingroup$
    @Paracosmiste This is known as the $g$-adic expansion of $,p,$ in the general case when the coefficients $r_i$ have degree $< deg g.,$ It is easily seen to be unique.. It is analogous to radix expansions of integers and generalizes Taylor series expansions. If is often used to compute partial fraction expansions.
    $endgroup$
    – Bill Dubuque
    Jul 19 at 2:09













16












16








16





$begingroup$

I'm not sure how to put it in a simple condition, but there's a procedure that allows to check whether $p(x)=w(g(x))$ for $w$ being a polynomial function.



Let's perform a repeated polynomial division of $p$ over $g$, that is let $q_n(x)$ and $r_n(x)$, $ninmathbb N$ be polynomials such that $deg r_n < deg g$, $q_n neq 0$ and
$$ p(x) = q_0(x) g(x) + r_0(x) \ q_0(x) = q_1(x) g(x) + r_1(x) \ q_1(x) = q_2(x) g(x) + r_2(x) \ q_2(x) = q_3(x) g(x) + r_3(x) \ dots $$
Such division will always end in a finite number of steps. If all $r_n$ are constants, that is $deg r_n = 0$, $r_n(x) = r_n$, then $$ p(x) = sum_n r_n big(g(x)big)^n $$
If at any point we get $r_n(x)$ that is not constant, then $p(x)$ cannot be expressed as a polynomial of $g(x)$.






share|cite|improve this answer











$endgroup$



I'm not sure how to put it in a simple condition, but there's a procedure that allows to check whether $p(x)=w(g(x))$ for $w$ being a polynomial function.



Let's perform a repeated polynomial division of $p$ over $g$, that is let $q_n(x)$ and $r_n(x)$, $ninmathbb N$ be polynomials such that $deg r_n < deg g$, $q_n neq 0$ and
$$ p(x) = q_0(x) g(x) + r_0(x) \ q_0(x) = q_1(x) g(x) + r_1(x) \ q_1(x) = q_2(x) g(x) + r_2(x) \ q_2(x) = q_3(x) g(x) + r_3(x) \ dots $$
Such division will always end in a finite number of steps. If all $r_n$ are constants, that is $deg r_n = 0$, $r_n(x) = r_n$, then $$ p(x) = sum_n r_n big(g(x)big)^n $$
If at any point we get $r_n(x)$ that is not constant, then $p(x)$ cannot be expressed as a polynomial of $g(x)$.







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Jul 18 at 14:38

























answered Jul 18 at 14:33









Adam LatosińskiAdam Latosiński

6,9147 silver badges20 bronze badges




6,9147 silver badges20 bronze badges














  • $begingroup$
    Is there a reference?
    $endgroup$
    – Paracosmiste
    Jul 18 at 23:02






  • 2




    $begingroup$
    @Paracosmiste This is known as the $g$-adic expansion of $,p,$ in the general case when the coefficients $r_i$ have degree $< deg g.,$ It is easily seen to be unique.. It is analogous to radix expansions of integers and generalizes Taylor series expansions. If is often used to compute partial fraction expansions.
    $endgroup$
    – Bill Dubuque
    Jul 19 at 2:09
















  • $begingroup$
    Is there a reference?
    $endgroup$
    – Paracosmiste
    Jul 18 at 23:02






  • 2




    $begingroup$
    @Paracosmiste This is known as the $g$-adic expansion of $,p,$ in the general case when the coefficients $r_i$ have degree $< deg g.,$ It is easily seen to be unique.. It is analogous to radix expansions of integers and generalizes Taylor series expansions. If is often used to compute partial fraction expansions.
    $endgroup$
    – Bill Dubuque
    Jul 19 at 2:09















$begingroup$
Is there a reference?
$endgroup$
– Paracosmiste
Jul 18 at 23:02




$begingroup$
Is there a reference?
$endgroup$
– Paracosmiste
Jul 18 at 23:02




2




2




$begingroup$
@Paracosmiste This is known as the $g$-adic expansion of $,p,$ in the general case when the coefficients $r_i$ have degree $< deg g.,$ It is easily seen to be unique.. It is analogous to radix expansions of integers and generalizes Taylor series expansions. If is often used to compute partial fraction expansions.
$endgroup$
– Bill Dubuque
Jul 19 at 2:09




$begingroup$
@Paracosmiste This is known as the $g$-adic expansion of $,p,$ in the general case when the coefficients $r_i$ have degree $< deg g.,$ It is easily seen to be unique.. It is analogous to radix expansions of integers and generalizes Taylor series expansions. If is often used to compute partial fraction expansions.
$endgroup$
– Bill Dubuque
Jul 19 at 2:09

















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%2f3296843%2fwhen-can-a-polynomial-be-written-as-a-polynomial-function-of-another-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

Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

Area configuration aggregation error after install Porto themeMagento 2.1 CE Installed but front/backend not loading/workingCSS not loading on page within Magento 2 pageCannot install module in Magento 2no commands defined in the “setup” namespace. in Magento2Magento 2: Static files are present but shows 404Why do i have to always run the commands to clean cache in Magento 2.1.8?Failure reason: 'Unable to unserialize value.'Error 500 after magento migrationIn production mode the site does not loadMagento 2 : Error 500 after installing

Middle Expansion Olielle Resaix Definition: Uttering songs of triumph shouting with joy triumphant exulting Sejunction Journal 붙다 달 고급 품목 외출 The stretch trades the screeching tin. Definition: The act of speaking with a drawl a drawl Cough Sand Definition: An uproar a quarrel a noisy outbreak Shake Iron Publicize Horse House Baby 사과 Resaix Flaggy Jelly Temporary Unequaled Puppet A drop in the bucket Shrew 성격 회원 성질 미팅 The burn frames the tacky quality. Materialistic The smoke reduces the way. Yammoe Nondescript Cheek 얼굴 배 약하다 날리다 타다 The illegal country shows the iron. Help Rule Drearien Smoke Teaching Meaty Wasp Abraham Lincoln Jaws 진심 수리하다 Size Cork Idea Convert Think Lark John Lennon 거울 청소 군 추천하다 아이스크림