Intersection Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
Let A={xโˆˆR:xโ‰ฅ1}A = \{x \in \mathbb{R} : x \ge 1\} and B={xโˆˆR:xโ‰ค4}B = \{x \in \mathbb{R} : x \le 4\}. Find AโˆฉBA \cap B.

Solution

  1. 1
    Rewrite each set in interval notation: A={xโˆˆR:xโ‰ฅ1}=[1,โˆž)A = \{x \in \mathbb{R} : x \ge 1\} = [1, \infty) and B={xโˆˆR:xโ‰ค4}=(โˆ’โˆž,4]B = \{x \in \mathbb{R} : x \le 4\} = (-\infty, 4].
  2. 2
    The intersection requires both conditions to hold simultaneously: xโ‰ฅ1x \ge 1 AND xโ‰ค4x \le 4, which means 1โ‰คxโ‰ค41 \le x \le 4.
  3. 3
    In interval notation, AโˆฉB=[1,4]A \cap B = [1, 4]. Geometrically, this is the overlap of the two rays on the number line.

Answer

AโˆฉB=[1,4]A \cap B = [1, 4]
For interval sets, the intersection is the overlap region. You can find it by taking the larger lower bound and the smaller upper bound.

About Intersection

The intersection of sets AA and BB is the set of all elements that belong to both AA and BB simultaneously, written AโˆฉBA \cap B.

Learn more about Intersection โ†’

More Intersection Examples