How to find $x$ given $\log_{9}\left(\frac{1}{\sqrt3}\right) =x$ without a calculator?

1.9k Views Asked by At

I was asked to find $x$ when: $$\log_{9}\left(\frac{1}{\sqrt3}\right) =x$$ Step two may resemble: $${3}^{2x}=\frac{1}{\sqrt3}$$

I was not allowed a calculator and was told that it was possible. I put it into my calculator and found out that $x$=-0.25 but how do you get that?

10

There are 10 best solutions below

1
On BEST ANSWER

You are asked to find $\displaystyle \log_{9}\big(\frac{1}{\sqrt3}\big)$, which means a number $x$ such that $$9^x = \frac{1}{\sqrt3}$$

At this point, it is natural to express everything as powers of $3$. (I admit that for this to come naturally takes some skill and experience: for example, you need to be able to see that $9 = 3^2$ and that $\sqrt{3} = 3^{1/2}$.) So:

$$3^{2x} = 3^{-1/2}$$

At this point it is a simple equation:

$$2x = -\frac12,$$

or $$x = -\frac14.$$

0
On

Use the change of base logarithm formula \begin{eqnarray*} \log_9 \frac{1}{\sqrt{3}} = \frac{ \log_3 3^{ -\frac{1}{2}}} {\log_3 3^2} = \color{red}{-\frac{1}{4}}. \end{eqnarray*}

0
On

There are rules.

$$ \log_B C = \frac{\log_A C}{\log_A B} $$ Here you want $A = 3.$

Also $$ \log_A \frac{1}{T} = - \log_A T, $$ $$ \log_A W^P = P \log_A W $$ Here you would be using $P = 1/2$

2
On

Since $(\sqrt{3})^{4} = 9$ then $$\log_{9}\left(\frac{1}{\sqrt{3}}\right) = \frac{1}{4} \, \log_{9}\left(\frac{1}{9}\right) = - \frac{1}{4} \, \log_{9}(9) = - \frac{1}{4}.$$

0
On

Hint:

$\log_9(\frac{1}{\sqrt{3}})=x$ is equivalent to $9^x=\frac{1}{\sqrt{3}}$

0
On

Observe that $9^{-{\frac{1}{4}}} = \frac{1}{\sqrt{3}}$. Then, the expression can be rewritten as $$\log_9 {9^{-\frac{1}{4}}}$$ Recall that the logarithm just finds the power the base needs to be raised to in order to be equal to the logarithm's operand. Since we need to raise $9$ to the power of $-\frac{1}{4}$ to result in $9^{-\frac{1}{4}}$, the logarithm above is equal to $-\frac{1}{4}$, which is equal to $-0.25$.

0
On

$\log_{9}\left(\frac{1}{\sqrt3}\right) = $

$\log_{9}(3^{-\frac 12})=$

$\log_{9}((\sqrt{9})^{-\frac 12})=$

$\log_{9}((9^{\frac 12})^{-\frac 12}) = $

$\log_{9}(9^{\frac 12*(-\frac 12}) =$

$\log_9(9^{-\frac 14}) =$

$-\frac 14$

..... or .....

$\log_9(\frac 1{\sqrt 3}) =x$ So

$9^x = \frac 1{\sqrt 3}= \frac 1{\sqrt{\sqrt 9}} = \frac 1{\sqrt[4]{9}} = 9^{-\frac 14}$

$x = -\frac 14$

0
On

Start with a related problem that you should know the answer to: $$\log_{9}\left(9\right) =1$$

When you square root a number, you halve it's logarithm $$\log_{9}\left(3\right) =0.5$$ $$\log_{9}\left({\sqrt3}\right) =0.25$$

When you take the reciprocal of a number, you reverse the sign of it's logarithm.

$$\log_{9}\left(\frac{1}{\sqrt3}\right) =-0.25$$

0
On

I think the key here is to remember what the logarithm actually means: $\log_a(b)$ is the answer to the question "which power of $a$ equals $b$?" In your case you need to answer the question "which power of nine equals $1/\sqrt{3}$?" The answer to this is not too difficult to find: $9^{-1} = 1/9$ and taking square roots twice gives the answer.

0
On

There are already some great answers to this question, but just in case you need the basics of logs...

One nice way to think about logs is that it asks for the how many of a particular factor is in a number.

$$log_5(125)=3$$

Because there are three factors of 5 in the number 125.
$$125=5 \cdot 5 \cdot 5=5^3$$

Similarly, $$log_3(81)=4$$

Because $$81=9 \cdot 9=3 \cdot 3 \cdot 3 \cdot 3=3^4$$ Finding simple logs is just a matter of counting a particular factor.


If you have the log of a fraction like $$log_3 \left(\frac{1}{81}\right)$$ Then we are dealing with a negative number of factors. $$log_3 \left(\frac{1}{81}\right)=-4$$ Because $$\frac{1}{81}=3^{-4}$$ Similarly $$log_2 \frac{1}{8}=-log_2(8)=-3$$
We have one more concept to look at and then we'll be ready. $$log_{25} (5)$$ We can think of 5 as one half of a factor of 25. $$log_{25} (5)=\frac{1}{2}$$ Similarly $$log_{25} (125)=\frac{3}{2}$$ Because there are 3 half factors of 25 in 125. We can also look at $$log_{81}(3)=\frac{1}{4}$$ Since $$81=3 \cdot 3 \cdot 3 \cdot 3$$ We need four factors of 3 to make 81, so 3 is 1 out of the four factor of 3 we need to make an 81. $$log_5{\sqrt 5}=\frac{1}{2}$$ Because $\sqrt 5$ is half a factor of 5. $$log_{25}{\sqrt 5}=\frac{1}{4}$$ Because it takes four factors of $\sqrt{5}$ to make 25. $$\sqrt 5 \cdot \sqrt 5 \cdot \sqrt 5 \cdot \sqrt 5=25$$ So $\sqrt{5}$ is one fourth of a factor of 25.
So looking at your problem by building up, $$log_9(3)=\frac{1}{2}$$ $$log_9(\sqrt{3})=\frac{1}{4}$$ $$log_9\left(\frac{1}{\sqrt{3}}\right)=-\frac{1}{4}$$