Learn How to Factor Trinomials and Solve for Missing Terms

  • Context: High School 
  • Thread starter Thread starter nanoWatt
  • Start date Start date
  • Tags Tags
    Factorization Figure
Click For Summary

Discussion Overview

The discussion revolves around the factoring of the expression (y^2 + 8)^2 - 36y^2. Participants are exploring different methods of factoring, addressing confusion regarding the equivalence of factored forms, and discussing the implications of zeros in polynomial equations.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant expresses confusion about how (y-4)(y-2)(y+4)(y+2) relates to (y^2 + 8)^2 and questions the presence of the term (6y)^2 in the factorization.
  • Another participant argues that the two expressions cannot be identical due to differing numbers of zeros, stating that the left-hand side has four zeros while the right-hand side does not.
  • A participant seeks clarification on the concept of zeros in polynomials, indicating a lack of familiarity with the terminology after several years away from college.
  • One participant explains that (6y)^2 is derived from the multiplication of the factors (y-4)(y-2) and emphasizes that this is a straightforward step in the factorization process.
  • Another participant suggests a method of "unwrapping" the expression to a polynomial form to facilitate understanding and grouping of similar exponents.
  • There is a discussion about the difference of squares and how it applies to the expression, with one participant outlining the steps to factor it using this method.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the equivalence of the two expressions. There are competing views regarding the correctness of the factorization and the implications of zeros in the polynomials.

Contextual Notes

Participants express varying levels of familiarity with factoring techniques and terminology, leading to misunderstandings about the relationships between the expressions involved. The discussion highlights the complexity of polynomial identities and the nuances of factorization methods.

nanoWatt
Messages
85
Reaction score
2
I'm doing some basic factoring now to refresh my skills.

On one problem, it is asking to factor: [tex](y^2 + 8)^2 - 36 y^2[/tex]

I was able to get to where I factor the trinomials: (y-4)(y-2)(y+4)(y+2)

When it says to give the summary of factorization, it gives: [tex](y^2 + 8)^2 - (6y)^2[/tex]

I'm going through a tutorial and this last step is the one I can't figure out.

For some reason, I thought that (y-4)(y-2)(y+4)(y+2) = [tex](y^2 + 8)^2[/tex]

but instead: (y-4)(y-2)(y+4)(y+2) = [tex](y^2 + 8)^2 - (6y)^2[/tex]

My question is how the extra [tex](6y)^2[/tex] comes about.
 
Last edited:
Mathematics news on Phys.org
"(y-4)(y-2)(y+4)(y+2) = (y^2 +8)^2

Why on Earth should this be correct??

Whereas the left hand side has 4 zeroes, the righthand side has no zeroes.
Therefore, they cannot be identical.
Do you understand that?
 
What do you mean by 4 zeros? (I've been out of college for 7 years so I've forgotten quite a bit).

Does it mean that constants (like -4, -2) are zeros?

I guess I'm having trouble with reverse factoring. I just see this as a pair of squares.
 
From the start - compare:

(y^2 +8)^2 - 36y^2 --- (1)

And the book also gives:

(y^2 +8)^2 - (6y)^2 --- (2)

Since you know these have the same factors multiplied out then you know (1) = (2).

In any case, note that (6y)^2 = (6y)(6y) = 6*6*y*y = 6^2y^2 = 36y^2 as seen at the start.

The 6y comes straightaway when you multiply the first 2 brackets (y-4)(y-2), and it should eventually become (6y)^2.
 
nanoWatt said:
On one problem, it is asking to factor: (y^2 + 8)^2 - 36 y^2
I ocassionally have problems with factorizations. Maybe I could tell you how would I do that one (it is easy), if it is of any help.

I would try to 'unwrap', or 'flatten', the whole expression, to get it into the form of a polynomial, ax^4 + bx^3 + cx^2 + dx + e; that is, get rid of the parenthesis, so that you can group similar exponents together. (This way at least you would get a different feeling of the expression, what its degree is, or whatever.) In your case, once you group similar exponents the answer should be pretty straightforward.

Other factorization techniques that could help you are
  • Checking for two numbers that multiplied give C and added give B, when you have an expression like x^2 + Bx + C. If those two numbers are p and q, then you know the factorization is (x + p)(x + q). The numbers p and q can be positive or negative.
  • "Completing the square"; not always leading to a complete factorization, but very handy. (You can google for that term.)
  • Multiplying/dividing the whole expression by some constant, for example if you need to get rid of one of the coefficients; then you may apply other techniques, and then restore back the factor that you removed (if you divided by 3 and the did some trick, you must multiply by 3 at the end to restore the original problem).

What Arildno was saying above about some zeroes, is that (y-4)(y-2)(y+4)(y+2) becomes 0 when y = 4, 2, -4 or -2; while the right side (y^2 +8)^2 is always positive no matter the value of y; so they cannot be equal.

Hope this helps.
 
Last edited:
arildno said:
"(y-4)(y-2)(y+4)(y+2) = (y^2 +8)^2

Why on Earth should this be correct??

Whereas the left hand side has 4 zeroes, the righthand side has no zeroes.
Therefore, they cannot be identical.
Do you understand that?

nanoWatt said:
What do you mean by 4 zeros? (I've been out of college for 7 years so I've forgotten quite a bit).

Does it mean that constants (like -4, -2) are zeros?

I guess I'm having trouble with reverse factoring. I just see this as a pair of squares.
He means that y= 4, y= -4, y= 2 and y= -2 all make one of the factors of (y-4)(y-2)(y+4)(y+2) equal to 0 and so make the entire polynomial 0. On the other hand y^2+ 8 cannot be smaller than 9 and so (y^2+ 8)^2 is never 0 for any value of y. They can't possibly be the same!

You said you see [itex](y^2+ 8)^2- 36y^2[/itex] as "pair of squares". I assume you are talking about the "difference of square" formula: [itex]a^2- b^2= (a+ b)(a- b)[/itex]
Okay, [itex](y^2+ 8)^2- 36y^2[/itex] is of that form with [itex]a= x^2+ 8[/itex] and [itex]b= 36y^2[/itex]. That means [itex]a= y^2+ 8[/itex] and [itex]b= 6y[/itex]
[itex](y^2+ 8)^2- 36y^2= (y^2+ 8+ 6y)(y^2+ 8- 6y)[/itex]. You can then factor [itex]y^2+ 6y+ 8= (y+4)(y+2)[/itex] and [itex]y^2- 6y+ 8= (y- 4)(y- 2)[/itex].
 
You want to understand factoring trinomials AND recognize the difference of squares.

[tex]\[<br /> \begin{array}{l}<br /> ((y^2 + 8) + 6y)((y^2 + 8) - 6y) \\ <br /> (y^2 + 6y + 8)(y^2 - 6y + 8) \\ <br /> (y + 2)(y + 4)(y^2 - 6y + 8) \\ <br /> \end{array}<br /> \][/tex]
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 18 ·
Replies
18
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K