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
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$.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
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...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

Similar threads

Back
Top