2
$\begingroup$

Logs question: Given that $\log_a(x) = 2(\log_a(k)-\log_a(2))$, showing that $k^2-4x=0$.

Thanks in advance.

EDIT: Managed to solve it.

$\ log_a(x) = 2log_a(k)-2log_a(2)$
$\ log_a(x) = log_a(k^2)-log_a(4)$
$\ log_a(x) = log_a(k^2 / 4)$
$\ x = k^2/4$
$\ 4x = k^2$
$\ k^2 -4x =0$

Didn't see all the replies, thanks anyway :)

  • 0
    what is $k$ here?2017-01-17
  • 0
    You need to show some sort of thought process. I'll give you a nudge though: try to condense the expression on the right using log properties.2017-01-17
  • 0
    Please consider sharing your work progress (or any ideas which you have in mind about how to proceed)2017-01-17
  • 0
    K is an unknown, much like x. My working so faR:2017-01-17
  • 0
    @Dr.SonnhardGraubner : You can answer the question with only as much information about $k$ as what is given. Three quanitites $x,k,a$ satisfy the stated relation. The conclusion can be deduced from that.2017-01-17
  • 0
    this is not true, since we have $\log_a x^2=2\log_a |x|$ and $x\ne 0$2017-01-17

4 Answers 4

1

we have after the rules of logarithm $$2(\log_a k-\log_a 2)=2\log_a\left(\frac{k}{a}\right)$$ and if $$k>0$$ $$\log_a x=\log_a \left(\frac{k}{2}\right)^2$$ thus we get $$x=\left(\frac{k}{2}\right)^2$$

0

HINT:

Raise $a$ to the left-hand side and to the right-hand side and set them as equal. Use properties of powers and of logarithms to arrive at your desired conclusion!

It may be worth remembering that $a^{\log_a{Y}} = Y$

0

$\log_a(x) = 2(log_a(k)-log_a(2))$

$\log_a(x) = 2(log_a(\frac{k}{2}))$

$\log_a(x) = log_a(\frac{k}{2})^2$

$x = (\frac{k}{2})^2$

$x = \frac{k^2}{4}$

$4x = k^2$

$k^2 - 4x = 0$

Some Formulas

  1. $log_a(x) - log_a(y) = log_a(\frac{x}{y})$

  2. $log_a(x) + log_a(y) = log_a(xy)$

  3. $ylog_a(x) = log_a(x)^y$

0

Hint: Use $\log x + \log y = \log xy$ and $c \log x = \log (x^c)$.