Absolute Values: N00b Lesson for Beginners

AI Thread Summary
Absolute value converts negative numbers to positive, meaning |-8| equals 8. The expression -|-8| indicates the negative of the absolute value, resulting in -8. The confusion arose from misinterpreting the notation as subtraction rather than multiplication. Understanding that |x| equals x if x is non-negative and -x if x is negative clarifies the concept. The discussion emphasizes the importance of correctly applying absolute value in mathematical expressions.
vincentm
Messages
322
Reaction score
3
Can someone give me a n00b lesson in absolute values, i though i remembered, but i don't.

I got stuck on a

-|-8|


:blushing:
 
Physics news on Phys.org
Read this as "negative one times the absolute value of negative eight."

zat help?
 
What is |-8|?

What is the negative of that?
 
Chi Meson said:
Read this as "negative one times the absolute value of negative eight."

zat help?

this is integers right?

so uhm..
-1|-8| = 7 ?
 
No, the absolute value means that you "make the number positive", if it's negative.

It can be defined by saying:
|x| = x if x ≥ 0
|x| = -x if x < 0

Which is just a more mathematical way of saying that positives stay positive and negatives become positives.

A few examples may help:
|2| = 2
|-3| = 3
|0| = 0
|-5/3| = 5/3

Now, you can solve yours?
 
-|-8|= 8

right?
 
What is |-8| ? And then again a -, since it say - (|-8|)
 
TD said:
What is |-8| ? And then again a -, since it say - (|-8|)
So the answer is -8
 
that's right.
 
  • #10
Thank you ^.^ so can i get a laymens explanation(if that is possible) on how this answer is achieved?
 
Last edited:
  • #11
-(|-8|) is two functions nested: g(f(-8)) where f(x) = |x| and g(y) = -y. With nested functions you begin to peel the onion from the inside, as it were. So you first figure f(-8) is |-8| which is 8 (why?). Then you substitute this answer for y = f(x), inside g and now you have g(8) = -8. Make sense?
 
  • #12
Do you see where you went wrong with the first one?
-1|-8| = 7

I think you recognized that |-8|= 8 but then you subtracted 1

-|-8| or -1|-8| does not mean subtract the two numbers- it means multiply!
 
  • #13
HallsofIvy said:
Do you see where you went wrong with the first one?
-1|-8| = 7

I think you recognized that |-8|= 8 but then you subtracted 1

-|-8| or -1|-8| does not mean subtract the two numbers- it means multiply!
thank you.
 
Back
Top