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$.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
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...
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...

Similar threads

Back
Top