Exercises - Extending Fields and Related Root Tricks

  1. Show that the following sets form a field when combined with real number addition and multiplication:

    1. $Q(\sqrt{3}) = \{x = a + b\sqrt{3} \ | \ a,b \in \mathbb{Q}\}$

    2. $Q(\sqrt{7}) = \{x = a + b\sqrt{7} \ | \ a,b \in \mathbb{Q}\}$

  2. The following sets also form fields when combined with real number addition and multiplication. Show that the elements of this field are closed under these two operations.

    1. $S_1 = \{x = a + b\sqrt{2} + c\sqrt{5} + d\sqrt{10} \ | \ a,b,c,d \in \mathbb{Q}\}$

    2. $S_2 = \{x = a + b\sqrt[4]{2} + c\sqrt[4]{4} + d\sqrt[4]{8} \ | \ a,b,c,d \in \mathbb{Q}\}$

  3. For each, write an equivalent simplified expression where the denominator has been rationalized. Common factors in the numerator and denominator should be eliminated, but only upon noting any restrictions on the values of variables in the final expression related to doing so.

    1. $\cfrac{x(y+2)}{y\sqrt{y+2}}$

    2. $\cfrac{x^2 (4x^2 - 6x + 9)}{\sqrt[3]{x} \sqrt[4]{2x-3}}$

    3. $\cfrac{2x^2 - 8x + 8}{\sqrt{x} + \sqrt{2}}$

    4. $\cfrac{x^3 - 1}{1 - \sqrt{x}}$

    5. $\cfrac{x^3 + 1}{1 + \sqrt[3]{x}}$

  4. Recall from the exercises on rational expressions the difference quotient encountered in calculus for a function $f$ at some given $x$ is given by $$\frac{f(x+h) - f(x)}{h}$$ For each function given below, find the corresponding difference quotient at the indicated value of $x$. What value of $h$ causes this difference quotient to be undefined? Under an assumption that we avoid using this value of $h$, simplify the difference quotient. Hint: you may wish to consider rationalizing numerators as you attempt to simplify things! What is the value of the simplified expression at the same value of $h$ that previously caused a problem?

    1. $f(x) = \sqrt{x}$

    2. $f(x) = \sqrt{9-x}$

    3. $f(x) = \cfrac{1}{\sqrt{x}}$

    4. $f(x) = x^{3/2}$

    5. $f(x) = \sqrt[3]{x}$

    6. $f(x) = x + \sqrt{x}$

    SOLUTIONS TO PROBLEMS #1-4