Difference between revisions of "Absolute value"
(→Example Problems And How To Solve Easy Problems) |
I_like_pie (talk | contribs) |
||
Line 1: | Line 1: | ||
− | The '''absolute value''' of a [[real number]] <math>x</math>, denoted <math>|x|</math>, is its distance from 0. Therefore, if <math>x\ge 0</math>, then <math>|x|=x</math>, and if <math>x<0</math>, then <math>\displaystyle |x|=-x</math>. This is equivalent to "dropping the minus sign." | + | The '''absolute value''' of a [[real number]] <math>x</math>, denoted <math>|x|</math>, is its distance from 0 on a [[number line]]. Therefore, if <math>x\ge 0</math>, then <math>|x|=x</math>, and if <math>x<0</math>, then <math>\displaystyle |x|=-x</math>. This is equivalent to "dropping the minus sign." |
Similarly, the absolute value of a [[complex number]] <math>z=x+iy</math>, where <math>x,y\in\mathbb{R}</math>, is <math>|z|=\sqrt{x^2+y^2}</math>. | Similarly, the absolute value of a [[complex number]] <math>z=x+iy</math>, where <math>x,y\in\mathbb{R}</math>, is <math>|z|=\sqrt{x^2+y^2}</math>. | ||
− | == | + | == Example Problems == |
− | === | + | === Simple Absolute Value Problems === |
− | + | <math>|x|=5</math> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | Solution: You have to isolate the variable, and then make two equations; one negative, the other positive. The variable is already isolated, so we can make the two equations: <math>x=5</math> and <math>x=-5</math>. This works because x can be both positive and negative, and will still give the same result. The answer is <math>x=\{-5,\,5\}</math>. | |
− | + | ---- | |
− | |7x|= | + | Now, let's say that you have functions outside your absolute value: <math>4+3|7x|=151</math>. |
− | + | Just like in the other problem, you must isolate the variable. First, sutract 4 from both sides to get <math>3|7x|=147</math>. Then, divide by three to get <math>|7x|=49</math>. | |
+ | Now, try to solve it by yourself. | ||
− | -- | + | Solution: We first get rid of the absolute value by making two equations: <math>7x=49</math> and <math>7x=-49</math>. Divide both sides of both equations by 7 to get the answer: <math>x=\{-7,\,7\}</math>. |
− | |||
− | + | === Practice Problems === | |
+ | <math>-|x|=x-6</math> | ||
− | + | <math>|7b|=21</math> | |
− | |||
− | |||
− | + | <math>5+8|4x|=69</math> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | 5+8|4x|=69 | ||
− | |||
+ | === Word Problems === | ||
Absolute Value Functions are also very useful for solving problems. | Absolute Value Functions are also very useful for solving problems. | ||
Line 78: | Line 34: | ||
In Mrs. Barnett's class, the scores on a certain test varied 28 points from 71. What were the minumum and maximum scores on the test? | In Mrs. Barnett's class, the scores on a certain test varied 28 points from 71. What were the minumum and maximum scores on the test? | ||
− | You would have | + | You would have <math>|x-71|=28</math> as your equation, and if you solve it, you get 99 as the maximum and 43 as the minimum. |
− | + | === Problems from Competitions === | |
− | + | * [[2000_AMC_12/Problem_5 | 2000 AMC 12 Problem 5]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
+ | == Generalized Absolute Values == | ||
The absolute value functions listed above have three very important properties: | The absolute value functions listed above have three very important properties: | ||
Line 104: | Line 56: | ||
The theory of absolute values is important in [[algebraic number theory]]. Let <math>K/\mathbb{Q}</math> be a [[finite]] [[Galois extension]] with <math>[K:\mathbb{Q}]=n</math>, and let <math>\sigma_1,\ldots,\sigma_n</math> be the [[field automorphisms]] of <math>K</math> over <math>\mathbb{Q}</math>. Then the only absolute values are the archimedian ones given by <math>|x|_i=|\sigma_i(x)|</math> (the ordinary real or complex absolute values) and the nonarchimedian ones given by <math>|x|_{\mathfrak{p}}</math> for some prime <math>{\mathfrak{p}}</math> of <math>K</math>. | The theory of absolute values is important in [[algebraic number theory]]. Let <math>K/\mathbb{Q}</math> be a [[finite]] [[Galois extension]] with <math>[K:\mathbb{Q}]=n</math>, and let <math>\sigma_1,\ldots,\sigma_n</math> be the [[field automorphisms]] of <math>K</math> over <math>\mathbb{Q}</math>. Then the only absolute values are the archimedian ones given by <math>|x|_i=|\sigma_i(x)|</math> (the ordinary real or complex absolute values) and the nonarchimedian ones given by <math>|x|_{\mathfrak{p}}</math> for some prime <math>{\mathfrak{p}}</math> of <math>K</math>. | ||
− | ==See | + | ==See Also== |
*[[Algebraic number theory]] | *[[Algebraic number theory]] | ||
*[[Completion]] | *[[Completion]] | ||
− | *[[ | + | *[[P-adic number]] |
*[[Valuation]] | *[[Valuation]] |
Revision as of 11:42, 4 November 2006
The absolute value of a real number , denoted , is its distance from 0 on a number line. Therefore, if , then , and if , then . This is equivalent to "dropping the minus sign."
Similarly, the absolute value of a complex number , where , is .
Contents
Example Problems
Simple Absolute Value Problems
Solution: You have to isolate the variable, and then make two equations; one negative, the other positive. The variable is already isolated, so we can make the two equations: and . This works because x can be both positive and negative, and will still give the same result. The answer is .
Now, let's say that you have functions outside your absolute value: .
Just like in the other problem, you must isolate the variable. First, sutract 4 from both sides to get . Then, divide by three to get .
Now, try to solve it by yourself.
Solution: We first get rid of the absolute value by making two equations: and . Divide both sides of both equations by 7 to get the answer: .
Practice Problems
Word Problems
Absolute Value Functions are also very useful for solving problems.
Lets say you have a problem that goes like this:
In Mrs. Barnett's class, the scores on a certain test varied 28 points from 71. What were the minumum and maximum scores on the test?
You would have as your equation, and if you solve it, you get 99 as the maximum and 43 as the minimum.
Problems from Competitions
Generalized Absolute Values
The absolute value functions listed above have three very important properties:
- for all , and if and only if .
- .
- . (The triangle inequality)
We call any function satisfying these three properties an absolute value, or a norm.
Another example of an absolute value is the p-adic absolute value on , the rational numbers. Let , where the 's are distinct prime numbers, and the 's are (positive, negative, or zero) integers. Define . This defines an absolute value on . This absolute value satisfies a stronger triangle inequality:
- .
An absolute value satisfying this strong triangle inequality is called nonarchimedian. If an absolute value does not satisfy the strong triangle inequality, then it is called archimedian. The ordinary absolute value on or is archimedian.
The theory of absolute values is important in algebraic number theory. Let be a finite Galois extension with , and let be the field automorphisms of over . Then the only absolute values are the archimedian ones given by (the ordinary real or complex absolute values) and the nonarchimedian ones given by for some prime of .