Real Numbers: Difference between revisions
Appearance
Line 32: | Line 32: | ||
|} | |} | ||
The interval <math>[a,a]</math>is equal to <math>[a]</math>. | The interval <math>[a,a]</math>is equal to <math>[a]</math>. | ||
The interval <math>[b,a]</math> where <math>b > a</math> is empty. | The interval <math>[b,a]</math> where <math>b > a</math> is empty. | ||
The intersection of two intervals is always an interval or the empty set. | The intersection of two intervals is always an interval or the empty set. | ||
If the intersection of two intervals is not empty, then the union of them is an interval. | If the intersection of two intervals is not empty, then the union of them is an interval. | ||
== Solving Inequalities == | == Solving Inequalities == | ||
If the real number <math>a</math> is : | |||
* Positive, then all solutions to <math>ax + b > 0</math> is <math>]-b/a, +\inf[</math>. | |||
* Negative, then all solutions to <math>ax + b > 0</math> is <math>]-\inf, -b/a[</math>. | |||
== Sign Tables == | == Sign Tables == | ||
== Absolute Values == | == Absolute Values == |
Revision as of 16:43, 24 September 2025
Number Sets
Each number set contains the number set before it:
- N: Natural Numbers - ie all whole numbers.
- For example: 0,1,2... onwards
- Z: Integers - ie all N plus negative integers.
- For example -2,-1,0,1,2...
- D: Decimals - ie all Z plus fractions that can be written with a finite number of decimals.
- For example
- Q: Rationals - ie all D, plus those that do recur (but may never terminate.
- For example ( = 0.333333) or ( = 0.143143143)
- R: Reals - ie all Q plus the irrationals, which are decimals that neither terminate nor recur.
- For example , etc
N is a subset of Z is a subset of D is a subset of Q is a subset of R
Intervals
Intervals are ways of specifying the range of possible values for x:
Interval Type | Interval | Values for the real number x |
---|---|---|
Closed | ||
Open |
The interval is equal to .
The interval where is empty.
The intersection of two intervals is always an interval or the empty set.
If the intersection of two intervals is not empty, then the union of them is an interval.
Solving Inequalities
If the real number is :
- Positive, then all solutions to is .
- Negative, then all solutions to is .