Logarithms: (log8(x))^2 vs log8(x)^2

  • Thread starter Thread starter chemistry1
  • Start date Start date
  • Tags Tags
    Logarithm
AI Thread Summary
The discussion centers on the notation differences between (log8(x))^2 and log8(x)^2, with participants noting that the first is clear while the second can be ambiguous. It is emphasized that parentheses should be used to avoid confusion, as log8(x)^2 could imply either squaring the logarithm or applying the logarithm to x squared. Participants also discuss a quadratic equation involving (log8(x))^2, leading to a substitution that simplifies the problem. Ultimately, the conversation highlights the importance of clarity in mathematical notation and the resolution of a specific logarithmic equation.
chemistry1
Messages
108
Reaction score
0
Hi, quick question.

Is there a difference in notation when I say :

(log8(x))^2

and

log8(x)^2

Is it different or the same ? Thank you !
 
Mathematics news on Phys.org
I would say they mean the same thing. log8(x^2) would be different. To me, at least, log8(x)^2 means squaring log8(x). Hope that helps!
 
Last edited:
Well, I thought that saying log8(x)*log8(x) would be different than log8(x)^2

Ill keep waiting

Thank you
 
You can try it out on a calculator and see if there is any difference between (log8(x))^2 and log8(x)^2. :biggrin:

http://web2.0calc.com/
 
Yeah, it seems to say that it's the samething. COuld you try it on this one, I have doubts :https://www.mathway.com/

Thank you
 
chemistry1 said:
Hi, quick question.

Is there a difference in notation when I say :

(log8(x))^2

and

log8(x)^2

Is it different or the same ? Thank you !

The first one is clear, but the second one is ambiguous. It could be interpreted as either (log8(x))2, or as log8(x2).

Parentheses should be used to make your meaning clear.
 
But with the first one could I say something like : 2*(log8(x)) ? ty
 
chemistry1 said:
But with the first one could I say something like : 2*(log8(x)) ? ty

I don't see why not. What's in brackets is considered a single entity.
 
chemistry1 said:
But with the first one could I say something like : 2*(log8(x)) ? ty
(log8(x))2 ≠ 2*log8(x) ! That's not how the log properties work.
loga(x2) = 2 loga(x). This isn't what you have in the first example.


goldust said:
I don't see why not. What's in brackets is considered a single entity.
See above.
 
  • #10
Mark44 said:
(log8(x))2 ≠ 2*log8(x) !

Of course. :-p
 
Last edited:
  • #11
As Mark44 said, just use parentheses to make things unambiguous.
- (\log_8 x)^2 means one thing.
- \log_8 (x^2) means another thing (which happens to be the same thing that 2\log_8 x means).
- Nobody is stopping you from writing \log_8(x)^2, but I wouldn't write it, because it's not crystal clear what it means.
 
  • #12
Ok, but what is the meaning of : (log8(x))^2

is it (log8(x))(log8(x)) ?
 
  • #13
chemistry1 said:
Ok, but what is the meaning of : (log8(x))^2

is it (log8(x))(log8(x)) ?

Yes, this is clear.
 
  • #14
And how would you simplify it ??

log8 x^log8(x)

Is this valid ?
 
  • #15
chemistry1 said:
And how would you simplify it ??

log8 x^log8(x)

Is this valid ?

To me, this is the same as log8 (x^log8(x)), because you can only have a single input with the function log8.
 
Last edited:
  • #16
Look, here's the reason why I'm asking the question :

(log8(x))^2+2(log(x))+1=0

I'm not able of finding a way to solve this. The closest answer I got was 1/64. Can somebody help me ?
 
  • #17
chemistry1 said:
Ok, but what is the meaning of : (log8(x))^2

is it (log8(x))(log8(x)) ?
Yes.

chemistry1 said:
And how would you simplify it ??

log8 x^log8(x)

Is this valid ?

Not if you mean (log8(x))2
 
  • #18
chemistry1 said:
Look, here's the reason why I'm asking the question :

(log8(x))^2+2(log(x))+1=0

I'm not able of finding a way to solve this. The closest answer I got was 1/64. Can somebody help me ?
Did you omit the base in the second term? Should it be log8(x)?

If so, your equation is quadratic in form. If you let u = log8(x), then the equation can be written as x2 + 2x + 1 = 0, which can be factored.
 
  • #19
Mark44 said:
Yes.



Not if you mean (log8(x))2
Ahh... WEll... Thank you !
 
  • #20
Mark44 said:
Did you omit the base in the second term? Should it be log8(x)?

If so, your equation is quadratic in form. If you let u = log8(x), then the equation can be written as x2 + 2x + 1 = 0, which can be factored.
AH yes, I forgot it ! What do you mean by u= ... ?
 
  • #21
Just replace log8](x) by u in your equation. The you have a true quadratic, not one that is just quadratic in form.

Solve the equation u2 + 2u + 1 = 0 for u, and then solve for x by undoing the substitution.
 
  • #22
u^2+2u+1=0

(u+1)(u+1)=0 SOlution : u=-1

After I am not sure of understanding what you mean... Sorry xD
 
  • #23
chemistry1 said:
u^2+2u+1=0

(u+1)(u+1)=0 SOlution : u=-1

After I am not sure of understanding what you mean... Sorry xD

Since u = log8x, you have -1 = log8x.
 
  • #24
chemistry1, keep in mind that a logarithm is an exponent on a particular base. For your equation, log8(x) is -1. This means that -1 is the exponent on the base (8) that produces x.
 
  • #25
ok thanks, i solved it yesterday !
 

Similar threads

Back
Top