To factor 6x5 - 4x3 - 16x, we can first factor out the greatest common factor (GCF). Each term is divisible by 2x so we can divide each term by a common factor of 2x:
6x5 - 4x3 - 16x
2x(3x4 - 2x2 - 8)
Notice, the powers are x4, x2, and a constant. This means we can use substitution and treat it like a quadratic expression. We can let:
u = x2
Then:
3x4 - 2x2 - 8 becomes 3u2 - 2u - 8
3u2 - 2u - 8 is now in the quadratic form ax2 + bx + c so we can use the ac method to factor this. In our expression, a = 3, b = -2, c = -8. To use the ac method, we first multiply a by c:
3 x (-8) = -24
Now, find two numbers that multiply to -24 and add up to -2. Those numbers are:
4 and -6
So, we split the middle term:
3u2 + 4u - 6u - 8 We can use grouping here to group terms
(3u2 + 4u) + (-6u - 8) Take out factor from each group
u(3u + 4) - 2(3u + 4)
(u - 2)(3u + 4)
We can now substitute the x2 back in to u:
(u - 2)(3u + 4) = (x2 - 2)(3x2 + 4)
So, now the expression is:
2x(x2 - 2)(3x2 + 4)
We can further factor x2 - 2 since that is a difference of squares which has the form:
a2 - b2 = (a + b)(a - b)
So x2 - 2 can be written as (x)2 - (√2)2 so we can now infer that a is x and b is √2 and it can be written as:
(x)2 - (√2)2 = (x + √2)(x - √2)
Altogether, it becomes:
2x(x + √2)(x - √2)(3x2 + 4)
The 3x2 + 4 cannot be factored further over real numbers since it does not have real solutions. We can check this by equaling it to 0:
3x2 + 4 = 0
3x2 = -4
x2 = -4 / 3
Notice, x2 = negative number and there is no real number whose square is negative which is why it cannot be factored over the real numbers. Therefore, the final factored form as you also stated is:
2x(x + √2)(x - √2)(3x2 + 4)