Factor Fourth Degree Expression

  • Context:
  • Thread starter Thread starter mathdad
  • Start date Start date
  • Tags Tags
    Degree Expression
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
2 replies · 2K views
mathdad
Messages
1,280
Reaction score
0
Factor.

x^4 + 2x^2*y^2 + y^4

Must I change x^4 to (x^2)^2 and y^4 to (y^2)^2?

Let u = x^2

Let v = y^2

(u)^2 + 2uv + (v)^2

Where do I go from here?
 
Mathematics news on Phys.org
Yes, that's a great start...next, observe that that form is the square of a binomial:

$$(a+b)^2=a^2+2ab+b^2$$
 
Great. I can surely finish now.