Factoring Polynomials: Start Here

  • Context:
  • Thread starter Thread starter paulmdrdo1
  • Start date Start date
  • Tags Tags
    Factoring Polynomial
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
5 replies · 2K views
paulmdrdo1
Messages
382
Reaction score
0
how would i start factoring this

$m^8-n^8-2m^6n^2+2n^6m^2$
 
Mathematics news on Phys.org
Re: factoring polynomial

You really need to post your attempts at these, this way we can see where you are at. :D

I would look at factoring the first two terms as the difference of squares, and the last two terms have a common factor as well (I would factor out $-2m^2n^2$)...what do you get?
 
Re: factoring polynomial

this is where i can get to

$(m^4+n^4)(m^4-n^4)-2n^2m^2(m^4-n^4)$

$(m^2-n^2)(m^2+n^2)(m^4+n^4)-2n^2m^2(m^2-n^2)(m^2+n^2)$

$(m-n)(m+n)(m^2+n^2)(m^4+n^4)-2n^2m^2(m-n)(m+n)(m^2+n^2)$
 
Re: factoring polynomial

I would take this path:

$$\left(m^4+n^4 \right)\left(m^4-n^4 \right)-2m^2n^2\left(m^4-n^4 \right)$$

$$\left(m^4-n^4 \right)\left(m^4-2m^2n^2+n^4 \right)$$

Do you recognize that the second factor is a square of a binomial?
 
Re: factoring polynomial

yes this is answer

$(m-n)^{3}(m+n)^{3}(m^2+n^2)$
 
Re: factoring polynomial

paulmdrdo said:
yes this is answer

$(m-n)^{3}(m+n)^{3}(m^2+n^2)$

Yes, good job! (Sun)