top of page
Inaugurated by IN-SPACe
ISRO Registered Space Tutor

S3-SA5-0166

What is Interval Notation for Range?

Grade Level:

Class 10

AI/ML, Data Science, Physics, Economics, Cryptography, Computer Science, Engineering

Definition
What is it?

Interval notation is a way to write down a set of numbers that fall between two points, or extend indefinitely. When we talk about the 'range' of a function, it refers to all possible output values (y-values) that the function can produce. Interval notation helps us express this range clearly and concisely.

Simple Example
Quick Example

Imagine a shop selling chai where the price of one cup can be anywhere from 10 rupees to 25 rupees, including both 10 and 25. In interval notation, we would write this price range as [10, 25]. The square brackets mean that 10 and 25 are included.

Worked Example
Step-by-Step

Let's find the range of a function where the output values (y) are greater than or equal to 3, but less than 10.

Step 1: Identify the lower and upper bounds. The output values are 'greater than or equal to 3', so 3 is the lower bound. The output values are 'less than 10', so 10 is the upper bound.

---

Step 2: Determine if the bounds are included or excluded. 'Greater than or equal to 3' means 3 is included, so we use a square bracket [ for 3. 'Less than 10' means 10 is not included, so we use a round bracket ) for 10.

---

Step 3: Combine the bounds with the correct brackets. Place the lower bound first, then the upper bound, separated by a comma.

---

Answer: The interval notation for the range is [3, 10).

Why It Matters

Understanding interval notation is super important for higher studies in fields like AI/ML, Data Science, and Engineering. Data scientists use it to define valid ranges for data, while engineers use it to describe safe operating limits for machines. It's a fundamental skill for solving complex problems in the real world.

Common Mistakes

MISTAKE: Using square brackets when a value is not included (e.g., for 'less than 5'). | CORRECTION: Use round brackets ( or ) when a value is not included. Square brackets [ or ] mean the value IS included.

MISTAKE: Writing the larger number first in an interval (e.g., (10, 2)). | CORRECTION: Always write the smaller number first, followed by the larger number, separated by a comma (e.g., (2, 10)).

MISTAKE: Confusing interval notation for domain with interval notation for range. | CORRECTION: Remember, range refers to the possible output (y) values, while domain refers to the possible input (x) values. The notation itself is the same, but the context (x vs. y) is different.

Practice Questions
Try It Yourself

QUESTION: Express the range 'all real numbers greater than 7' in interval notation. | ANSWER: (7, infinity)

QUESTION: A mobile app's rating can be any number from 1 to 5, including 1 and 5. Write this range using interval notation. | ANSWER: [1, 5]

QUESTION: The height of students in a class is between 140 cm (inclusive) and 180 cm (exclusive). Write the range of heights using interval notation. | ANSWER: [140, 180)

MCQ
Quick Quiz

Which interval notation correctly represents 'y is less than or equal to 15'?

(15, infinity)

(-infinity, 15]

[15, infinity)

(-infinity, 15)

The Correct Answer Is:

B

Option B is correct because 'less than or equal to 15' means all numbers up to and including 15. Negative infinity is used for the lower bound, and 15 is included using a square bracket.

Real World Connection
In the Real World

When you're checking stock prices on apps like Zerodha or Groww, the price of a share fluctuates. The 'range' of a share's price over a day or week can be expressed using interval notation. For example, a share might trade between [₹250, ₹275] today. Similarly, meteorologists use it to describe temperature ranges for weather forecasts across India.

Key Vocabulary
Key Terms

INTERVAL: A set of numbers between two given points | NOTATION: A system of symbols used to represent numbers or quantities | RANGE: The set of all possible output values (y-values) of a function | INCLUSIVE: Including the boundary value(s) | EXCLUSIVE: Not including the boundary value(s)

What's Next
What to Learn Next

Great job learning interval notation for range! Next, you should explore 'Domain of a Function'. Understanding the domain (possible input values) will help you fully grasp how functions work and how their inputs relate to their outputs.

bottom of page