I am trying to solve the following logarithmic equation:
$$\log _{x^{2}}\left | 5x+2 \right |-\frac{1}{2}=\log _{x^{4}}9$$
Surprisingly, the absolute value is not the problem, I have created this set of equations instead of the original one:
$$\left\{\begin{matrix} \log _{x^{2}}(5x+2)-\frac{1}{2}&=\log _{x^{4}}9 & x\geq -\frac{2}{5}\\ \log _{x^{2}}(-5x-2)-\frac{1}{2}&=\log _{x^{4}}9 & x< -\frac{2}{5}\\ \end{matrix}\right.$$
It is the logarithmic equations I struggle with...
Any assistance will be most appreciated. Thank you.
Well, $a=\log_{x^4} 9$ is the power you have to raise $x^4$ to, in order to get $9$. So $(x^4)^a=9$. So $(x^2)^{a} = 3.$ So $a=\log_{x^2} 3$.
Then
$$\log_{x^2}|5x+2|-\log_{x^2}3 =\frac{1}{2}$$
$$(x^2)^{1/2} = \frac{|5x+2|}{3}$$
$$3|x| =|5x+2|$$
Etc.