What is the domain of f(x)=x^(2/3)?

  • Thread starter Thread starter MSchott
  • Start date Start date
  • Tags Tags
    Domain
AI Thread Summary
The domain of the function f(x) = x^(2/3) is all real numbers, as negative inputs yield positive outputs when squared, followed by taking the cube root. Some confusion arises from WolframAlpha suggesting the domain is all non-negative real numbers, which may stem from its interpretation of the function. The logarithmic transformation used in WolframAlpha implies that x must be greater than zero, excluding zero itself. However, since the cube root of a positive number is defined for all real values, the correct domain remains all real numbers. This highlights the importance of understanding different representations of the function.
MSchott
Messages
6
Reaction score
0
What is the domain of f(x)=x^(2/3)?

If I take a negative number and square it, the result is positive. For example, (-4)^2 is 16. The cube root is 16 is also a positive number. So I conclude that the domain of this function is "all real numbers". But in Wolfram the answer is "all non-negative real numbers". Where is my thinking going awry?
 
Physics news on Phys.org


I don't think that a^{b/c} = \sqrt[c]{a^b} can be used when a is negative.
 


acabus: I am still having difficulty understanding. If "b" is an even power doesn't the negative "a" under the square root sign become positive?
 


MSchott said:
What is the domain of f(x)=x^(2/3)?

If I take a negative number and square it, the result is positive. For example, (-4)^2 is 16. The cube root is 16 is also a positive number. So I conclude that the domain of this function is "all real numbers". But in Wolfram the answer is "all non-negative real numbers". Where is my thinking going awry?
You are correct - the domain of your function is all real numbers. The reason, I believe, that WolframAlpha gives a different domain is that it is converting x2/3 to a different form, using e as the base rather than x.

y = x2/3
=> ln(y) = (2/3) ln(x)

=> eln(y) = e(2/3)ln(x)
=> y = e(2/3)ln(x)

Now, x must be greater than 0. This is almost the same as what WA shows, except for zero.
 


Mark 44 Thank you so much.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top