limits: need to factor denominator in (m - 1)/(m^6 - 1)

Tascja

New member
Joined
Mar 4, 2006
Messages
46
when solving a limit by changing the variable via substitution, it ends up being:

m-1 / m^6-1

how do i factor m^6-1??
 
Some formulae that might help you:
a2b2=(ab)(a+b)\displaystyle a^{2} - b^{2} = (a - b)(a+b) (Imagine a<sup>2</sup> = m<sup>6</sup> and b<sup>2</sup> = 1)

a3b3=(ab)(a2+ab+b2)\displaystyle a^{3} - b^{3} = (a - b)(a^{2} + ab + b^{2})

a3+b3=(a+b)(a2ab+b2)\displaystyle a^{3} + b^{3} = (a + b)(a^{2} - ab + b^{2})

Show us your work and we can locate any errors for you.
 
so for my question it would be:

m-1/ m^6-1
= m-1/ (m^3-1)(m^3+1)
=m-1/ (m-1)(m^2+m+1)(m^3+1)

which then (m-1) cancels with the top to be left with:
= 1/ (m^2+m+1)(m^3+1)
 
Yep. Don't know what you want to do with that though.
 
Which can be further factorised to:

\(\displaystyle \L\ \frac{1}{(m + 1)(m^2 + m + 1)(m^2 - m + 1)}\\)

So long as m \(\displaystyle \L\ \not=\ 1\)
 
Top