Group Abstract Group Abstract

Message Boards Message Boards

0
|
8K Views
|
13 Replies
|
1 Total Like
View groups...
Share
Share this post:

Because the domain of the following function with positive real 5x ^ (2/3)

Because the domain of the following function with positive real 5x ^ (2/3)

13 Replies

Hello Marco,

Thank you very much for all the explanations. They have helped me a lot

Cheers,

Rosa María

Hello Marco,

The explanation that you give enough clarify the situation.

Cheers,

Rosa María

Hello Marco

Now, my question is, When should I use Surd? Which functions should I use Surd?

I introduce my students the outcome of the plot, stationary points, domain without using Surd, and a polemic was formed, and they showed me the results that give other software, and was not the same.

Cheers, Rosa María

POSTED BY: Marco Thiel
Posted 10 years ago

Marco, that is most enlightening!

In[4]:= Reduce[5 Surd[x, 3]^2 - Surd[x, 3]^5 > 0]

Out[4]= x < 0 || 0 < x < 5
POSTED BY: David Keith
POSTED BY: Marco Thiel
POSTED BY: Marco Thiel
Posted 10 years ago

Hi Rosa,

If you mean the domain such that the last expression is positive and real, here is a Mathematica solution:

In[1]:= Reduce[5 x^(2/3) - x^(5/3) > 0]

Out[1]= 0 < x < 5

In[2]:= Plot[5 x^(2/3) - x^(5/3), {x, -5, 10}]

enter image description here

The Reduce expression also works in Alpha.

Kind regards,

David

POSTED BY: David Keith

Hello Marco, I do not understand. That means that when I put Plot, or calculate the maximum and minimum, have to put that command. I'm confused, in other mathematical software, I put me the correct function and graphic appears and the graph appears mathematicas me only positive real

Hi Rosa,

try to look up the difference between

x^(2/3)

and

Surd[x,3]^2

If in Mathematica you type

FunctionDomain[5 Surd[x, 3]^2 - Surd[x, 3]^5, x]

which evaluates to True, or use this wolfram alpha request you get what you expect. Note that for example

5 Surd[x, 3]^2 - Surd[x, 3]^5 /. x -> -4.

gives 22.6786 and

5 x^(2/3) - x^(5/3) /. x -> -4 // N

gives -11.3393 + 19.6402 I. Surd chooses the positive root. The "^" is for the Power function which calculates principal roots.

Cheers,

M.

POSTED BY: Marco Thiel

I do not ask for the command. But other mathematical software in the domain of this function is all real and wolfram alpha is positive real

Dear Rosa,

I am not really sure what your question is. Your two posts are not identical and the question seems to be in complete somehow.

In Mathematica / the Wolfram Language you would type:

FunctionDomain[5 x^(2/3) - x^(5/3), x]

Something similar works in Wolfram|Alpha, see here. I am not sure whether that helps.

Cheers,

M.

POSTED BY: Marco Thiel

Because the domain of the following function with positive real 5x ^ (2/3) - x ^ (5/3). This result we get in wolfram alpha

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard