Efficiently Factor Polynomials: Solving 36(2x-y)^2 - 25(u-2y)^2

AI Thread Summary
The discussion focuses on factoring polynomials, specifically the expression 36(2x-y)^2 - 25(u-2y)^2, which is identified as a difference of two squares. Participants suggest starting with recognizing this property rather than expanding the expression. Another polynomial, (a^2 - ab)^2 - 8b^2(a^2 - ab) + 12b^4, is also presented, with attempts to factor out a^2 - ab. A suggested approach involves substituting variables to simplify the expression into a quadratic form. Overall, the thread emphasizes strategies for efficiently factoring complex polynomial expressions.
richievuong
Messages
33
Reaction score
0
Factoring polynomials(2nd problem)

Factor:

36(2x-y)^2 - 25(u-2y)^2

Having trouble where to start...should I expand out?
 
Last edited:
Physics news on Phys.org
richievuong said:
Factor:

36(2x-y)^2 - 25(u-2y)^2

Having trouble where to start...should I expand out?

Is that u and u, or is that suppose to be an x
 
You can start by noticing that that is the difference of two squares.
 
Yeah its a U, got it figured out now.

I have another one that I'm having trouble with:

(a^2 - ab)^2 -8b^2(a^2 - ab) + 12b^4

I tried factoring the a^2-ab out

= (a^2-ab)[-8b^2 + (a^2-ab)] + 12b^4

Tried a couple methods none really worked out...what should be my next step? Should i factor a^2-ab to a(a-b)?
 
Last edited:
Do you know how to factor ax^2+bxy+cy^2? Because this expression is in that form.
 
richievuong said:
Yeah its a U, got it figured out now.

I have another one that I'm having trouble with:

(a^2 - ab)^2 -8b^2(a^2 - ab) + 12b^4

I tried factoring the a^2-ab out

= (a^2-ab)[-8b^2 + (a^2-ab)] + 12b^4

Tried a couple methods none really worked out...what should be my next step? Should i factor a^2-ab to a(a-b)?
Make

(a^2 - ab)=X
AND
b^2=Y

Therefore, X^2-8xy+12y^2

Then solve and sub back in.
 
Back
Top