Factoring with rational exponents

121 Views Asked by At

I'm not quite sure how to do this question. Every way that I tried doing it didn't yield an answer that is equivalent to the original question.

$$(2x+1)^{2/3}-4(2x+1)^{-1/3}$$

When I tried doing it, I ended up with $$(2x+1)^{2/3}\left(-\frac{8x+4}{2x+1}\right)$$ or with $$4(2x+1)^{1/3}$$

How can I factor it properly?

4

There are 4 best solutions below

3
On BEST ANSWER

Start by rewritting the equation a bit more clearly.

$$(2x+1)^{2/3} -4(2x+1)^{-1/3} = \sqrt[3]{\left ( 2x+1 \right)^2} - \frac{4}{\sqrt[3]{2x+1}}$$

Then, put everything on the same denominator.

$$\sqrt[3]{\left ( 2x+1 \right)^2} - \frac{4}{\sqrt[3]{2x+1}} = \frac{\sqrt[3]{\left ( 2x+1 \right)^2} \sqrt[3]{2x+1} - 4}{\sqrt[3]{2x+1}}$$

Simplify.

$$ \frac{\sqrt[3]{\left ( 2x+1 \right)^2} \sqrt[3]{2x+1} - 4}{\sqrt[3]{2x+1}} = \frac{\sqrt[3]{\left ( 2x+1 \right)^3} - 4}{\sqrt[3]{2x+1}}$$

I'll let you continue the work. Let me know in the comments if you want more info or a confirmation of your answer.

3
On

First way

Multiply and divide both pieces by $(2 x + 1)^{1/3}$. You so obtain
$$\frac{2x+1 - 4}{(2 x + 1)^{1/3}} = \frac{2 x - 3}{(2 x + 1)^{1/3}}$$

Second way

Factor $(2 x + 1)^{2/3}$. You so obtain
$$ (2x+1)^{2/3}\cdot \frac{1-4}{2 x + 1} = (2 x + 1)^{2/3}\cdot \frac{2 x + 1 - 4}{2 x + 1} = \frac{2 x - 3}{(2 x + 1)^{1/3}} $$

0
On

Let $\ \color{#c00}{y} = (\color{#0a0}{2x+1})^{1/\color{#c00}3}.\,$ Then $\ y^2-\dfrac{4}y\, =\, \dfrac{\color{#c00}{y^3}-4}y\, =\, \dfrac{2x-3}y\ $ by $\ \color{#c00}{y^3} = \color{#0a0}{2x+1}$

0
On

As a general method you can get good results by factoring off the the binomial to the power that is leftmost on the real number line like so:

\begin{align*} (2x+1)^{\frac{2}{3}}-4(2x+1)^{-\frac{1}{3}} &= (2x+1)^{-\frac{1}{3}}\left( (2x+1)^{\frac{3}{3}} -4\right) \\ &= (2x+1)^{-\frac{1}{3}}( 2x+1 -4) \\ &= (2x+1)^{-\frac{1}{3}}( 2x-3) \\ &=\frac{2x-3}{\sqrt[3]{2x+1}}. \end{align*}