I'm new in this forum want to ask a beginner question about logarithm:
Is $\log (t^2 (l/c)) = \log (t^2) \log (l/c)$?
I'm new in this forum want to ask a beginner question about logarithm:
Is $\log (t^2 (l/c)) = \log (t^2) \log (l/c)$?
There are three main rules:
1) Product rule:
$$\log_b{xy}=\log_b{x}+\log_b{y}$$
2) Power rule: (can be derived from (1))
$$\log_b{x^n}=n\cdot \log_b{x}$$
2) Quotient rule: (can be derived from (1) and (2))
$$\log_b{\frac{x}{y}}=\log_b{x}-\log_b{y}$$
Now note that the expression in your argument is
$$t^2\cdot\frac{l}{c}$$
which involves all three rule cases. See if you can work slowly rule by rule and unravel the expression.