Understanding Set Builder Notation: Decoding and Encoding Exercises, Study notes of Mathematics

Instructions and examples for decoding and encoding sets using set builder notation. Students will learn how to translate mathematical sentences into precise set notation and vice versa, helping them complete homework exercises and deepen their understanding of sets. Several decoding and encoding examples, with explanations for each step.

Typology: Study notes

2021/2022

Uploaded on 08/01/2022

hal_s95
hal_s95 🇵🇭

4.4

(655)

10K documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1 Set Builder Notation
Set builder notation is a precise way of expressing a set of objects in mathematics. When we
use set builder notation we are either encoding or decoding mathematics. As you saw in the
lecture notes there is a common format for set builder notation, however there is a degree of
latitude and freedom with this notation! Here, let’s go through a few decoding and encoding
exercises. This will help you complete Question 12 in the homework and help you learn
how to answer the question: “what the heck does he want!”
1.1 Decoding
In the following, we are going to translate into words what the set describes.
1. S={xR|x > 0}. This translates as the set Scontains all real numbers xsuch
that xis greater than zero. Let me show this parsed:
S = xR|x > 0
Set Scontains or equals all real numbers xsuch that xis greater than zero.
2. S={(x, x3)R2}. This translates as the set Scontains all points of the form (x, x3).
In other words it is the curve y=x3.Let me show this parsed:
S = (x, x3)R2
Set Scontains or equals all points of the form (x, x3) in two dimensions.
3. S={(x, y)R2|y=x3}. This is actually the same set of points as in the previous
one! Let’s look at the translation:
S = (x, y )R2|y=x3
Set Scontains all points in two dimensions such that y=x3.
This means there is not a unique way of writing down all sets. This is similar to any
language. There are many ways to say: “I need to work on mathematics”. We could
say, “I need to study mathematics” and other variations. Let me do one more decoding
example prior to working on some encoding examples.
4. S={(x, y, z)R2|z=x2+y2}. This set describes a paraboloid, that is, a bowl.
Let’s look at the translation:
S = (x, y, z)R3|z=x2+y2
Set Scontains all points in three dimensions such that the z coordinate is x2+y2.
1
pf3

Partial preview of the text

Download Understanding Set Builder Notation: Decoding and Encoding Exercises and more Study notes Mathematics in PDF only on Docsity!

1 Set Builder Notation

Set builder notation is a precise way of expressing a set of objects in mathematics. When we use set builder notation we are either encoding or decoding mathematics. As you saw in the lecture notes there is a common format for set builder notation, however there is a degree of latitude and freedom with this notation! Here, let’s go through a few decoding and encoding exercises. This will help you complete Question 12 in the homework and help you learn how to answer the question: “what the heck does he want!”

1.1 Decoding

In the following, we are going to translate into words what the set describes.

  1. S = {x ∈ R | x > 0 }. This translates as the set S contains all real numbers x such that x is greater than zero. Let me show this parsed: S = x ∈ R | x > 0 Set S contains or equals all real numbers x such that x is greater than zero.
  2. S = {(x, x^3 ) ∈ R^2 }. This translates as the set S contains all points of the form (x, x^3 ). In other words it is the curve y = x^3. Let me show this parsed: S = (x, x^3 ) ∈ R^2 Set S contains or equals all points of the form (x, x^3 ) in two dimensions.
  3. S = {(x, y) ∈ R^2 | y = x^3 }. This is actually the same set of points as in the previous one! Let’s look at the translation: S = (x, y) ∈ R^2 | y = x^3 Set S contains all points in two dimensions such that y = x^3. This means there is not a unique way of writing down all sets. This is similar to any language. There are many ways to say: “I need to work on mathematics”. We could say, “I need to study mathematics” and other variations. Let me do one more decoding example prior to working on some encoding examples.
  4. S = {(x, y, z) ∈ R^2 | z = x^2 + y^2 }. This set describes a paraboloid, that is, a bowl. Let’s look at the translation: S = (x, y, z) ∈ R^3 | z = x^2 + y^2 Set S contains all points in three dimensions such that the z coordinate is x^2 + y^2.

1.2 Encoding

In the following we are going to encode a sentence into precise mathematical notation. A good idea is use a word-for-word translation. I’ll show you what I mean through these examples.

  1. The set of two real numbers for which the sum is equal to two. Let’s start translating! The set of two real numbers for which the sum is equal to two S = (a, b) ∈ R^2 | a + b = 2 So we have S = {a, b ∈ R | a + b = 2}. Are there alternatives? Sure! Think about if wanted to translate a sentence in French word-for-word to English. The translation could be correct but the wording may not follow the grammar of English. Let me give an example: Je t’aime. Let’s do a direct translation. French: Je t’ aime English: I you love Hence the literal translation is “I you love.” Is that proper English? Of course not! We would right it is as “I love you”. But no matter which version you said we would know what was meant, otherwise we would never know what Yoda was trying to say. Okay, back to our mathematics. In the above, we have a working mathematical description. This could be written instead as

S = {(a, 2 − a) ∈ R^2 }

Both descriptions are correct. Hence, we must be mindful and expect some variations in how you and other groups may represent a set! In the following, I’ll only give a representation. Maybe you could determine an alternative form!

  1. The set of three real numbers for which their triple product is equal to 5. Again, let’s conduct a word-for-word translation into our mathematical language. It may not be perfect but it is the best start and remember the mantra: You cannot edit nothing. That is, without words on the page we have nothing to refine. Every sculpter needs some clay. With this in mind, you should expect your first attempt to have need of refining! The set of three real numbers for which their triple product is equal to 5 S = (a, b, c) ∈ R^3 | abc = 5 Hence we have S = {(a, b, c) ∈ R^3 | abc = 5}