Set-Builder Notation: Type of Number
Set-Builder Notation: Type of Number
It says "the set of all x's, such that x is greater than 0".
Notes:
Type of Number
It is also normal to show what type of number x is, like this:
So it says:
"the set of all x's that are a member of the Real Numbers,
such that x is greater than or equal to 3"
Number Types
We saw (the special symbol for Real Numbers). Here are the common
number types :
Example: { k |k>5}
"the set of all k's that are a member of the Integers, such that k is greater than
5"
{2, 3, 4, 5, 6}
{x | x ≥ 2 and x ≤ 6 }
Start with all Real Numbers, then limit them between 2 and 6 inclusive.
We can also use set builder notation to do other things, like this:
{x | x = x2 } = {0, 1}
All Real Numbers such that x = x2
0 and 1 are the only cases where x = x2
Another Example:
Example: x ≤ 2 or x > 3
{x | x ≤ 2 or x >3 }
In its simplest form the domain is the set of all the values that go into a
function.
The function must work for all values we give it, so it is up to us to make sure
we get the domain correct!
Dom(1/x) = {x | x ≠ 0}
Dom( g(x) ) = { x | x ≠ 1}
Is all the Real Numbers from 0 onwards, because we can't take the square root
of a negative number (unless we use Imaginary Numbers , which we aren't).
Factor: x2 - 1 = (x−1)(x+1)
So: