- #1
gibmeanswerz
- 4
- 0
i do not know how to do this at ALL!
gibmeanswerz said:i do not know how to do this at ALL!
That's one difficulty with not showing any work! Is "log x" the common logarithm or the natural logarithm? In "elementary" work, it is standard to use "log" to mean the common logarithm (base 10) and "ln" to mean the natural logarithm (base e). In more advanced work, it is standard to use "log" to mean the natural logarithm and not use the common logarithm at all.gibmeanswerz said:so is it like:
logx^2 = (logx)^2
2logx = (logx)(logx)
2 = logx
x = 10^2? --> x = b^y = y = b^x ? is that it??
The first step is to apply the power rule for logarithms, which states that loga^b = b*loga. In this case, it would become 2*logx = (logx)^2.
To simplify (logx)^2, you can use the rule that states loga*logb = loga^b. Therefore, (logx)^2 = log(x^2).
No, you cannot solve logx^2 = (logx)^2 by taking the square root of both sides. This is because the square root of a logarithm cannot be simplified further.
The final solution for logx^2 = (logx)^2 is x = 1. This can be found by rewriting the equation as logx^2 - (logx)^2 = 0 and factoring the left side to get (logx)(logx-1) = 0. Therefore, either logx = 0 or logx-1 = 0, which gives x = 1 as the only solution.
Yes, there are restrictions for the value of x in logx^2 = (logx)^2. Since logarithms are only defined for positive values, x must be greater than 0. Additionally, since division by 0 is undefined, x cannot be equal to 1.