$$x^{1/3} - 4x^{-1/3}= 3$$
I dont quite understand what to do with the 4 in the term 4x so that I can rewrite the two terms with the same base.
Also since there are two terms how do i solve this? I'm supposed to find x
$$x^{1/3} - 4x^{-1/3}= 3$$
I dont quite understand what to do with the 4 in the term 4x so that I can rewrite the two terms with the same base.
Also since there are two terms how do i solve this? I'm supposed to find x
If you multiply by $x^{1/3}$ you get
$$x^{2/3}-4 = 3x^{1/3}$$
Then
$$x^{2/3}-3x^{1/3} -4 = (x^{1/3} -4)(x^{1/3}+1) = 0$$
which gives you two solutions. Logarithms aren't needed.
Put $x^(1/3)=t$;
=>$t-4*t^(-1)=3$;
=>$t-4/t=3;$
=>$t^2-3t-4=0;$
=>$(t+1)(t-3)=0;$
=>$t=3 or -1$
=>$x=-1 or 9$
You can solve it in the following way: 1) Rewrite the equation by substituting $y=x^\frac{1}{3}$. Note that then $\frac{1}{y}=x^{-\frac{1}{3}}$. 2) Multiply the equation by $y$. 3) Now you have a quadratic equation in $y$. Solve it using the usual formula. 4) When you have found the solutions, substitute back (ie. write $x^\frac{1}{3}$ instead of $y$). Then the complete solution is straightforward.