Factoring Fractional 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
4 replies · 2K views
mathdad
Messages
1,280
Reaction score
0
Factor (x^3/8) - (512/x^3).

LCD = 8x^3

(x^6 - 8(512))/8x^3

(x^6 - 4096)/8x^3

[(x^3 - 64)(x^3 + 64)]/8x^3

In the numerator, the expression (x^3 - 64) is the difference of cubes, right?
 
Mathematics news on Phys.org
Yes, in fact:

$$x^6-4096=x^6-2^{12}=\left(x^3\right)^2-\left(2^6\right)^2=\left(x^3+2^6\right)\left(x^3-2^6\right)=\left(x^3+\left(2^2\right)^3\right)\left(x^3-\left(2^2\right)^3\right)$$
 
Is that the final answer? Can we reduce it further?
 
RTCNTC said:
Is that the final answer? Can we reduce it further?

It can be factored further, as there is both a sum and difference of cubes there. Bear in mind I only dealt with the numerator. :D
 
I will complete the problem when time allows.