Greatest possible value of a constant in polynomial

  • Thread starter Thread starter songoku
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
13 replies · 2K views
songoku
Messages
2,514
Reaction score
395
Homework Statement
A factor of ##27x^18+bx^9+70## is ##px^9+q##. What is the greatest possible value of ##b##?
Relevant Equations
Factor Theorem
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots.

Let ##f(x)=27x^{18}+bx^9+70##, then:
$$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$
$$b=27 \frac{q}{p}+70 \frac{p}{q}$$
$$b=\frac{27q^2+70p^2}{pq}$$

From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##.

How to find the greatest value of ##b##?

Thanks
 
Physics news on Phys.org
Are ##b##, ##p##, ##q## natural numbers?
Must the quotient polynomial have natural coefficients?
If so, you have a one parameter family of quadratic equations ##~27y^2+Zy+70=0~## . What are the values of ##Z## (real number) for which there is only one solution?
The answer suggests an upper bound for ##b## .

Edit: rephrased reply.
 
Last edited:
Reply
  • Like
Likes   Reactions: songoku
Try to express b as a function f(y) where y=q/p and f(y)=27y+70(1/y). We can speak about the greatest value of b for q/p<0. If q/p>0, then we can speak about the smallest value of b.
 
Reply
  • Like
Likes   Reactions: songoku
JimWhoKnew said:
Are ##b##, ##p##, ##q## natural numbers?
Must the quotient polynomial have natural coefficients?
I have posted the full question so I don't know about this

JimWhoKnew said:
If so, you have a one parameter family of quadratic equations ##~27y^2+Zy+70=0~## . What are the values of ##Z## (real number) for which there is only one solution?
The answer suggests an upper bound for ##b## .
Sorry but why should we consider the case where the quadratic must have one solution?

Gavran said:
Try to express b as a function f(y) where y=q/p and f(y)=27y+70(1/y). We can speak about the greatest value of b for q/p<0. If q/p>0, then we can speak about the smallest value of b.
Using differentiation, I can get the stationary point but I still don't see what the max value of ##b## since the greatest value of ##b## for ##\frac{q}{p}<0## is still less than min. value of ##b## for ##\frac{q}{p}>0##

Thanks
 
Reply
  • Like
Likes   Reactions: Gavran
songoku said:
Using differentiation, I can get the stationary point but I still don't see what the max value of ##b## since the greatest value of ##b## for ##\frac{q}{p}<0## is still less than min. value of ##b## for ##\frac{q}{p}>0##
You are right.
There are the local maximum and the local minimum. In my opinion, the question only holds for q/p<0.
 
Reply
  • Like
Likes   Reactions: songoku
songoku said:
Homework Statement: A factor of ##27x^18+bx^9+70## is ##px^9+q##. What is the greatest possible value of ##b##?
Relevant Equations: Factor Theorem

Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots.

Let ##f(x)=27x^{18}+bx^9+70##, then:
$$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$
$$b=27 \frac{q}{p}+70 \frac{p}{q}$$
$$b=\frac{27q^2+70p^2}{pq}$$

From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##.

How to find the greatest value of ##b##?

Thanks
This question makes no sense to me. If ##p, q## are fixed, then that determines ##b##. There is no question of maximising ##b## in this case.

And, if we allow any ##p, q##, then all that says is that we have at least one real root. That means that ##b^2 > 4ac## and there is no maximum for ##b##. It can be as large as you like, and the polynomial will have real roots.

If ##b > 0##, then there is a minimum of ##b = 2\sqrt{ac}##, below which the polynomial has no real roots.
 
Reply
  • Like
Likes   Reactions: JimWhoKnew, songoku and BvU
Thank you very much for the explanation JimWhoKnew, Gavran, PeroK, FactChecker
 
Reply
  • Like
Likes   Reactions: Gavran and JimWhoKnew
songoku said:
Homework Statement: A factor of ##27x^18+bx^9+70## is ##px^9+q##. What is the greatest possible value of ##b##?
Relevant Equations: Factor Theorem

Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots.

Let ##f(x)=27x^{18}+bx^9+70##, then:
$$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$
$$b=27 \frac{q}{p}+70 \frac{p}{q}$$
$$b=\frac{27q^2+70p^2}{pq}$$

From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##.

How to find the greatest value of ##b##?

Thanks

$$
27x^{18}+bx^9+70=(px^9+q)\cdot \sum_{n=0}^9 a_nx^n=\sum_{n=9}^{18} pa_{n-9}x^{n}+\sum_{n=0}^9 qa_nx^n
$$
and therefore ##70=qa_0\, , \,27=pa_9\, , \,b=pa_0+qa_9.## There are only finitely many integer solutions for ##(p,q,a_0,a_9)## which can be tested easily.

Divisibility considerations only make sense over rings, not fields. Otherwise, we could as well complain about the fact that the polynomials weren't explicitly ruled out to be rational functions, which would allow any division.
 
Last edited:
Reply
  • Like
Likes   Reactions: songoku
fresh_42 said:
$$
27x^{18}+bx^9+70=(px^9+q)\cdot \sum_{n=0}^9 a_nx^n=\sum_{n=9}^{18} pa_{n-9}x^{n}+\sum_{n=0}^9 qa_nx^n
$$
and therefore ##70=qa_0\, , \,27=pa_9\, , \,b=pa_0+qa_9.## There are only finitely many integer solutions for ##(p,q,a_0,a_9)## which can be tested easily.

Divisibility considerations only make sense over rings, not fields. Otherwise, we could as well complain about the fact that the polynomials weren't explicitly ruled out to be rational functions, which would allow any division.
Alternatively, for integers ##p, q, b##, wlog take ##p = 1##, with ##b = 27q + 70/q##.

For ##b## to be an integer, ##q## must divide 70. A quick look at the equation shows that ##q = 70## must give the largest value of ##b##, namely 1891.
 
Reply
  • Like
Likes   Reactions: JimWhoKnew
PeroK said:
Alternatively, for integers ##p, q, b##, wlog take ##p = 1##, with ##b = 27q + 70/q##.
Why can we take ##p## to be 1?
 
songoku said:
Why can we take ##p## to be 1?
If b, p and q are integers then from the post #9 we have:
70=qa0 ⇒ q∈{1,2,5,7,10,14,35,70}
27=pa9 ⇒ p∈{1,3,9,27}.
1/27 is the smallest value of q/p and 70/1 is the biggest value of q/p among all possible values of q/p.

The function f(y)=27y+70(1/y) from the post #3 strictly increases for y>√(70)/√(27) and strictly decreases for 0<y<√(70)/√(27). 70/1>√(70)/√(27) and 1/27<√(70)/√(27), so the pair q=1 and p=27 gives the largest value of b which is 1891 and the pair q=70 and p=1 also gives the largest value of b which is 1891.
 
Reply
  • Like
Likes   Reactions: songoku and JimWhoKnew
Thank you very much for the explanation fresh_42, PeroK, Gavran
 
Reply
  • Like
Likes   Reactions: WWGD and Gavran