0

Calculate the values of $z$ for which $\log_3 z = 4\log_z3$.

Abel
  • 7,312
  • 2
    To get the best possible answers, you should explain what your thoughts on the problem are so far. That way, people won't tell you things you already know, and they can write answers at an appropriate level; also, people tend to be more willing to help you if you show that you've tried the problem yourself. Also, many would consider your post rude because it is a command ("Calculate"), not a request for help, so please consider rewriting it. – Zev Chonoles May 20 '13 at 11:47

4 Answers4

2

Hint : use the formula for the change of base $\log_b(x) = \frac{\log_k(x)}{\log_k(b)}$ to change the base $z$ of the expression on the right.

sigmatau
  • 2,622
0

hint :

$$\frac{\log (z)}{\log (3)}=4\frac{\log (3)}{\log (z)}$$

$$(\log (z))^2=4(\log (3))^2$$

Zev Chonoles
  • 129,973
mnsh
  • 5,875
  • 1
    Please use \log. Writing log is interpreted as a product of variables named "l", "o", and "g", just as it is when you write ab in math mode, for example. The name of the function should be upright and have proper spacing, and that is what \log does. There are similar commands \sin, \cos, \exp, etc. – Zev Chonoles May 20 '13 at 12:03
  • 1
    @ZevChonoles:sorry about the wrong next time iam going to write correctly – mnsh May 20 '13 at 12:24
0

Hint

$$\log_3 z = 4\log_z3 \Rightarrow \dfrac{\log z}{\log 3}=4\dfrac{\log 3}{\log z}$$

Answer (don't look until you try the hint) $$\color{lightgrey}{\dfrac{\log z}{\log 3}=4\dfrac{\log 3}{\log z}\Rightarrow (\log z )^2=4(\log 3)^2 \Rightarrow \log z =2\log 3 \Rightarrow \log z =\log 3^2 \Rightarrow z = 3^2}$$

$\color{lightgrey}{\text{Therefore} \ z=9.}$

user4167
  • 1,453
0

$\frac{\log z}{\log 3}=4\frac{\log 3}{\log z}$

$(\log z)^2=(\log 3)(4\log 3)$

$\log z=\sqrt{(\log3)(4\log 3)}$

$ z=10 \exp\left(\sqrt{4(\log 3)^2}\right)$

Zev Chonoles
  • 129,973
  • 1
    Please use \log. Writing log is interpreted as a product of variables named "l", "o", and "g", just as it is when you write ab in math mode, for example. The name of the function should be upright and have proper spacing, and that is what \log does. There are similar commands \sin, \cos, \exp, etc. – Zev Chonoles May 20 '13 at 12:03