0

I am new to logarithms, I am confused what to do when any constant is raised to a power such as $ 1+ \log x $ .

As in this equation,

$$9^{1+\log x} - 3^{1+\log x} -210 = 0$$

While I try to take log on both sides, things get messy.

All the logs have base 3.

lioness99a
  • 4,943
Fghj
  • 1,471

2 Answers2

1

HINT:

$$9^{1+\log x}=(3^2)^{1+\log x}=(3^{1+\log x})^2$$

Choose $3^{1+\log x}=u$ to form a Quadratic Equation in $u$

$210=14\cdot15$ and for any real $v,3^v>0$

0

$$3^2(1+log x) - 3^(1+log x) =210$$

$$3^(1+log x)[ (3^(1+log x) -1)] = 15 . 14 = 15(15 - 1)$$

$$3^(1+log x) =15 = 3 . 5$$

$$log 3^(1+log x) = 1+log x=log 3 + log 5$$

$$1 + log x = 1 + log 5$$

$$x = 5$$

sirous
  • 10,751