Find Largest a in Polynomial Factorization

  • MHB
  • Thread starter anemone
  • Start date
In summary, the conversation discusses finding the largest value of $a$ if two quadratic polynomials, $f_1(x)$ and $f_2(x)$, are both factors of a cubic polynomial $g(x)$. The solution involves finding a common factor of $f_1(x)$ and $f_2(x)$, which is also a factor of $2f_1(x) - f_2(x)$, and setting it equal to $0$. After comparing the coefficients of $x$, the only possible value for $a$ is $30$, although $a=0$ is also a valid solution. The conversation also mentions using subscripts to distinguish between the two functions $f_1(x)$ and
  • #1
anemone
Gold Member
MHB
POTW Director
3,883
115
The polynomial $g(x)$ is cubic. What is the largest value of $a$ if $f_1(x)=x^2+(a-29)x-a$ and $f_2(x)=2x^2+(2a-43)x+a$ are both factors of $g(x)$?
 
Mathematics news on Phys.org
  • #2
anemone said:
The polynomial $g(x)$ is cubic. What is the largest value of $a$ if $f_1(x)=x^2+(a-29)x-a$ and $f_2(x)=2x^2+(2a-43)x+a$ are both factors of $g(x)$?
[sp]If the quadratic polynomials $f_1(x)$ and $f_2(x)$ both divide the cubic polynomial $g(x)$ then they must have a factor in common. Any common factor of $f_1(x)$ and $f_2(x)$ must also be a factor of $2f_1(x) - f_2(x) = -15\bigl(x+\frac15a\bigr)$. Therefore $f_1(x) = x^2+(a-29)x-a = \bigl(x+\frac15a\bigr)(x-5)$ (the second factor has to be $x-5$ in order to make the constant term equal to $a$). Compare the coefficients of $x$ to see that $a-29 = \frac15a - 5$, from which $a=30$.

A similar calculation using $f_2(x)$ instead of $f_1(x)$ confirms the solution $a=30$.

I hope I am not missing something here. The question asks for the largest value of $a$, but as far as I can see there is only the one possible value for $a$.

Edit. The thing I was missing is the possibility that $a=0$. Then the common factor is $x$, so that $f_1(x) = x(x-29)$, $f_2(x) = x(2x-43)$, and $g(x) = x(x-29)(2x-43)$. So $a=30$ is in fact the "largest" value of $a$.[/sp]
 
Last edited:
  • #3
Opalg said:
[sp]If the quadratic polynomials $f_1(x)$ and $f_2(x)$ both divide the cubic polynomial $g(x)$ then they must have a factor in common. Any common factor of $f_1(x)$ and $f_2(x)$ must also be a factor of $2f_1(x) - f_2(x) = -15\bigl(x+\frac15a\bigr)$. Therefore $f_1(x) = x^2+(a-29)x-a = \bigl(x+\frac15a\bigr)(x-5)$ (the second factor has to be $x-5$ in order to make the constant term equal to $a$). Compare the coefficients of $x$ to see that $a-29 = \frac15a - 5$, from which $a=30$.

A similar calculation using $f_2(x)$ instead of $f_1(x)$ confirms the solution $a=30$.

I hope I am not missing something here. The question asks for the largest value of $a$, but as far as I can see there is only the one possible value for $a$.[/sp]

Thanks for participating, Opalg!:)

Hmm, I can't see anything incomplete in your solution but I got two values of $a$, one is 0 and the other one is 30 and hence the largest $a$ would be 30.

Edit: I didn't realize you have already edited your post mentioned that you have found the missing case. :eek:

BTW, here is my solution:
Let $k$ be the common root of the two quadratic equations $f_1(x)=x^2+(a-29)x-a$ and $f_2(x)=2x^2+(2a-43)x+a$ to the polynomial $g(x)$.

By substituting $x=k$ into these two quadratic equations we get:

$f_1(k)=k^2+(a-29)k-a=0$$f_2(k)=2k^2+(2a-43)k+a=0$
$k^2+(a-29)k-a=0$$2k^2+(2a-43)k+a=0$---(2)
$2k^2+2(a-29)k-2a=0$---(1)

Now, subtract equation (2) from equation (3) and solve for $a$, we get

$(2k^2+2(a-29)k-2a)-(2k^2+(2a-43)k+a)=0$

$a=-5k$

Back substitute $x=k$ and $a=-5k$ into the quadratic equation of $f_1$ and $f_2$ respectively gives

$f_1(k)=k^2+(-5k-29)k+5k=0$$f_2(k)=2k^2+(2(-5k)-43)k-5k=0$
$k^2-5k^2-29k+5k=0$

$-4k^2-24k=0$

$k(k+6)=0$

$k=0$ or $k=-6$
$2k^2-10k^2-43k-5k=0$

$-8k^2-48k=0$

$k(k+6)=0$

$k=0$ or $k=-6$

So, the largest value of $a$ must go with the smallest negative value of $k$, i.e. $a_{\text{largest}}=-5(-6)=30$.
 
Last edited:
  • #4
Re: Find the largest "a"

1) $f1(x) and f2(x)$ must have a common factor. Otherwise g(x) shall be product of $ f1(x) and f2(x)$ and order 4
let $f1(x) = (x-m)(x-p)$
and let $f2(x) = 2(x-m)(x-q)$
comparing constant term
of f1(x) = mp = - a and 2 mq = a we get p = - 2q or m = 0 => a = 0
then taking the product and comparing coefficient of x
we get m+p = 29-a ...(1)
m – q = (43-2a)/2
or 2m – p = 43 – 2a ... (2)
solving (1) and (2) 3 m = (72-3a) or m = 24 – a
so p = 2m + 2a – 43 = 48 – 43 = 5
now - a = mp = 5(24-a) or 4a = 120 or a= 30 hence a = 30 is largest
 
  • #5
Re: Find the largest "a"

kaliprasad said:
1) $f1(x) and f2(x)$ must have a common factor. Otherwise g(x) shall be product of $ f1(x) and f2(x)$ and order 4
let $f1(x) = (x-m)(x-p)$
and let $f2(x) = 2(x-m)(x-q)$
comparing constant term
of f1(x) = mp = - a and 2 mq = a we get p = - 2q or m = 0 => a = 0
then taking the product and comparing coefficient of x
we get m+p = 29-a ...(1)
m – q = (43-2a)/2
or 2m – p = 43 – 2a ... (2)
solving (1) and (2) 3 m = (72-3a) or m = 24 – a
so p = 2m + 2a – 43 = 48 – 43 = 5
now - a = mp = 5(24-a) or 4a = 120 or a= 30 hence a = 30 is largest

Thanks for participating, kaliprasad and your answer is correct as well!

Note that you can make subscript 1 and 2 to distinguish the function of $f$ in latex as shown in the example below:

f_1$f_1$
 

FAQ: Find Largest a in Polynomial Factorization

What is "Find Largest a in Polynomial Factorization"?

"Find Largest a in Polynomial Factorization" is a mathematical process used to factor a polynomial and determine the largest numerical coefficient (a) that can be factored out from all of the terms in the polynomial.

Why is it important to find the largest a in polynomial factorization?

Finding the largest a in polynomial factorization allows us to simplify the polynomial and make it easier to work with in further calculations. It also helps us to identify common factors in the polynomial, which can lead to a more efficient factoring process.

What are the steps involved in finding the largest a in polynomial factorization?

The first step is to identify the highest degree term in the polynomial. Then, we factor out the numerical coefficient (a) from all of the terms in the polynomial. Next, we find the greatest common factor (GCF) of all the coefficients and divide it by a. Finally, we simplify the polynomial by dividing each term by the GCF/a.

Can the largest a in polynomial factorization be a negative number?

Yes, the largest a in polynomial factorization can be a negative number. This means that when factoring out the numerical coefficient, we would need to factor out a negative sign as well to get the correct simplified polynomial.

Is finding the largest a in polynomial factorization the same as finding the highest common factor (HCF)?

No, finding the largest a in polynomial factorization is not the same as finding the highest common factor (HCF). The HCF is the largest common factor of all the terms in a polynomial, while the largest a refers to the largest numerical coefficient that can be factored out from all the terms in the polynomial.

Similar threads

Replies
19
Views
2K
Replies
5
Views
1K
Replies
3
Views
2K
Replies
1
Views
845
Replies
2
Views
1K
Replies
7
Views
1K
Replies
5
Views
1K
Back
Top