MHB  Domain of y = x\sqrt{1-x^2}: -1 ≤ x ≤ 1

  • Thread starter Thread starter shamieh
  • Start date Start date
  • Tags Tags
    Domain State
AI Thread Summary
The domain of the function y = x√(1 - x²) is determined by the condition 1 - x² ≥ 0, which simplifies to -1 ≤ x ≤ 1. This means x must lie within the interval [-1, 1]. The critical points at x = -1 and x = 1 yield valid outputs, while values outside this range lead to undefined results. The correct representation of the domain is therefore [-1, 1]. Understanding this domain is essential for analyzing the function's behavior.
shamieh
Messages
538
Reaction score
0
state the domain

$$y = x\sqrt{1 - x^2}$$

so

$$1 - x^2 >= 0$$
$$-x^2 >= -1$$
$$x^2 <= 1$$

$$d = {x <= (+)(-) 1}$$ or should I say $$d = {-1, 1}$$

which one is correct?
 
Mathematics news on Phys.org
I have moved this topic here to our Pre-Calculus subforum as questions on function domains does not involve the calculus. I suspect that this question is part of a calculus question though, or may even come from a calculus textbook, but when choosing the subforum in which to post, the nature of the question itself, rather than from where it originates should be considered firstly.

You are correct in stating:

$$1-x^2\ge0$$

What I would suggest doing next is factoring the left side:

$$(1+x)(1-x)\ge0$$

Now, determine the critical values, plot them on a number line and test the 3 resulting intervals.

A quicker method would be to plot the expression (the original radicand), and observe where it is non-negative.

What do you find?
 
Hello, shamieh!

State the domain: .y \:=\: x\sqrt{1 - x^2}

So: .1 - x^2 \:\ge\:0
. . . . . -x^2 \:\ge\:-1
. . . . . . .x^2\:\le\:1
\begin{array}{cc}\text{I would write:} &amp; |x| \:\le\:1 \\ &amp; \text{or} \\ &amp; \text{-}1 \:\le\:x\:\le\:1 \\ &amp; \text{or} \\ &amp; [\text{-}1,\,1]\end{array}
 
shamieh said:
state the domain

$$y = x\sqrt{1 - x^2}$$

so

$$1 - x^2 >= 0$$
$$-x^2 >= -1$$
$$x^2 <= 1$$

$$d = {x <= (+)(-) 1}$$ or should I say $$d = {-1, 1}$$

which one is correct?
NOT [math]\{-1, 1\}[/math] because that means the numbers -1 and 1 only, not the numbers between. You could say [math]\{x| -1\le x\le 1\}[/math] or [-1, 1] as MarkFL said.

("math" uses the "{" and "}" and as separators itself. To get "{" or "}" in the actual message, use "\{" and "\}".)
 
A naive approach:

We know that there's "something special" about the points $x = -1, x = 1$. So let's do this:

We'll split the real number line into 5 parts:

Part 1: all numbers less than -1
Part 2: -1
Part 3: all numbers between -1 and 1
Part 4: 1
Part 5: all numbers greater than 1.

Now let's pick numbers in each part, to see what happens:

The 5 real numbers I will use are:

Part 1: -4
Part 2: -1 (no choice, here)
Part 3: 1/2
Part 4: 1 (again, no other choice)
Part 5: 6

Now we will look at $f(x_0)$ for $x_0$ being each one of these 5 numbers:

$f(-4) = 4\sqrt{1 - (-4)^2} = 4\sqrt{-15} = \text{bad}$ (undefined)
$f(-1) = (-1)\sqrt{1 - (-1)^2} = (-1)\sqrt{1 - 1} = (-1)\sqrt{0} = (-1)(0) = 0$ (OK!)
$f(\frac{1}{2}) = \frac{1}{2}\sqrt{1 - (\frac{1}{2})^2} = \frac{1}{2}\sqrt{\frac{3}{4}} = \frac{\sqrt{3}}{4}$ (OK!)
$f(1) = (1)\sqrt{1 - 1^2} = (1)(0) = 0$ (OK again!)
$f(6) = 6\sqrt{1 - 6^2} = 6\sqrt{-35} = ?$ (not so good).

So it looks as if what we want is parts 2,3, and 4, and NOT parts 1 and 5. This is:

$\{-1\} \cup (-1,1) \cup \{1\} = [-1,1]$

If you prefer, you can write this as:

$\text{dom}(f) = \{x \in \Bbb R: |x| \leq 1\}$

the absolute value of $x$, written $|x|$ is just another way of saying:

$\sqrt{x^2}$, if one understand square roots as always being non-negative. So if:

$x^2 \leq 1$, then

$\sqrt{x^2} \leq \sqrt{1} = 1$

so:

$|x| \leq 1$.
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Is it possible to arrange six pencils such that each one touches the other five? If so, how? This is an adaption of a Martin Gardner puzzle only I changed it from cigarettes to pencils and left out the clues because PF folks don’t need clues. From the book “My Best Mathematical and Logic Puzzles”. Dover, 1994.

Similar threads

Back
Top