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$.
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...

Similar threads

Back
Top