elephantsize
New member
- Joined
- Jan 30, 2006
- Messages
- 2
Can anyone help me with factorizing this polynomial???
4a2 - 4b2 + 4a +1, i.e.
4(a squared) - 4(b squared) + 4a +1
over
4a2 - 4b2 + 4a +1, i.e.
4(a squared) - 4(b squared) + 4a +1
over
I'd be tempted to write it like this, first: (4a^2 + 4a +1) - (4b^2)elephantsize said:Can anyone help me with factorizing this polynomial???
4a2 - 4b2 + 4a +1, i.e.
4(a squared) - 4(b squared) + 4a +1
over
elephantsize said:Can anyone help me with factorizing this polynomial???
4a2 - 4b2 + 4a +1, i.e.
4(a squared) - 4(b squared) + 4a +1
over
I agree with the regrouping idea. But in order to factor the polynomial (rather than just some of its terms), I think one would do much better to use the grouping suggested by tkhunny. This will create a true difference of squares, enabling the polynomial -- as a whole -- to be factored.TchrQbic said:Your first step should be to consider regrouping terms in this polynomial. You can try grouping 4a^2 and 4a and removing any common factor. Or you might group (4a^2 + 4a) - (4b^2 - 1)....