MHB How Do You Calculate the Sum of Minimum Values in Polynomials?

  • Thread starter Thread starter anemone
  • Start date Start date
AI Thread Summary
To calculate the sum of the minimum values of the monic quadratic polynomials P(x) and Q(x), one must first analyze the roots of P(Q(x)) and Q(P(x)). The zeros of P(Q(x)) are given as -23, -21, -17, and -15, while Q(P(x)) has zeros at -59, -57, -51, and -49. By determining the vertex of each polynomial, which corresponds to their minimum values, the sum can be computed. The correct solutions were provided by members Olinguito and castor28. The discussion highlights the importance of understanding polynomial properties and their relationships through composition.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Here is this week's POTW:

-----

Monic quadratic polynomial $P(x)$ and $Q(x)$ have the property that $P(Q(x))$ has zeros at $x=-23, -21, -17,$ and $-15$, and $Q(P(x))$ has zeros at $x=-59,-57,-51$ and $-49$.

Find the sum of the minimum values of $P(x)$ and $Q(x)$.

-----

Remember to read the https://mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to https://mathhelpboards.com/forms.php?do=form&fid=2!
 
Physics news on Phys.org
Congratulations to the following members for their correct solution!(Cool)

1. Olinguito
2. castor28

Solution from castor28:
We start by observing that the graph of the quadratic function $f(x)=x^2-2ax+b$ is a parabola (concave upwards) with an vertical symmetry axis $x=a$. Therefore, if $f(x_1)=f(x_2)$ with $x_1\ne x_2$, $x_1$ and $x_2$ are symmetrical with respect to the axis, and $x_1+x_2=a$. This is also true in particular if $x_1$ and $x_2$ are the roots of $f(x)$.

Assume that the roots of $P(x)$ are $\alpha$ and $\beta$, and that the roots of $Q(x)$ are $\gamma$ and $\delta$. We may therefore write:
\begin{align*}
P(x) &= x^2 -(\alpha+\beta)x + p\\
Q(x) &= x^2 -(\gamma+\delta)x + q
\end{align*}

The roots of $P(Q(x))$ are the values of $x$ such that $Q(x)$ is equal to a root of $P(x)$; by the remark above, the pairs of values of $x$ giving the same value of $Q(x)$ are symmetrical with respect to the axis of the graph of $Q(x)$. This means that we have $Q(-21)=Q(-17)=\alpha$ and $Q(-23)=Q(-15)=\beta$ (if $\alpha<\beta$). We also have $\gamma+\delta=-38$, and we may now write $Q(x)=x^2+38x+q$.

A similar argument shows that $P(-57)=P(-51)=\gamma$ and $P(-59)=P(-49)=\delta$. We also have $\alpha+\beta=-108$ and $P(x)=x^2+108x+p$.

We now have;
\begin{align*}
P(-51)+P(-49) &= 2p-5798 = \gamma+\delta = -38\\
Q(-17)+Q(-15) &= 2q-702=\alpha+\beta=-108
\end{align*}
giving $p=2880$ and $q=297$. The polynomials are therefore:
\begin{align*}
P(x) &= x^2 + 108x + 2880\\
Q(x) &= x^2 + 28x+297
\end{align*}
The minimum values of $P(x)$ and $Q(x)$ are $P(-54)=-36$ and $Q(-19)=-64$, respectively. The sum of these values is $\mathbf{-100}$.
 
Back
Top