Skip to main content
1-Visitor
July 1, 2013
Solved

The power of 1/3

  • July 1, 2013
  • 2 replies
  • 3137 views

Look at this picture, and how to explain it? I use MC15 and MC 2001, the same the answer.

2013-07-01_230412.png

Best answer by Werner_E

zhu laojianke wrote:

Is there anyway I can get this answer without using symbolic calculation?

Nothing I could think of. And the symbolics won't help you - I just used it to get all solutions of my equation and show why Mathcad (and most other math programs I know) chose a complex one in case the argument is negative.

I have to change all the power expression to root expresstion to get the whole graph of the function.

That seem very troublesome.

If it would be a built-in function you could write your ownt and overrule Mathcads one, but in case of the exponentiation operator you can't. So any solution would require a rewriting of the expression. But at least in Mathcad with the root symbol you have an alternative which you don't have in many other programs (because its mathematically doubtful but helpful from an practical engineering point of view).

To state it clearly: Mathcad is perfectly right in doing what it does here! (-1)^(1/3) is NOT -1 per definition!

2 replies

25-Diamond I
July 1, 2013

a^(1/3) defaults to the solution of x^3=a with the smallest positive argument.

Therefore if a is negative the result is a complex number which can not be plotted

cubicroot.png

1-Visitor
July 2, 2013

Is there anyway I can get this answer without using symbolic calculation?

When I plot or calculate a more complex algebraic expression, such as:

2013-07-02_075341.png

I have to change all the power expression to root expresstion to get the whole graph of the function.

That seem very troublesome.

Werner_E25-Diamond IAnswer
25-Diamond I
July 2, 2013

zhu laojianke wrote:

Is there anyway I can get this answer without using symbolic calculation?

Nothing I could think of. And the symbolics won't help you - I just used it to get all solutions of my equation and show why Mathcad (and most other math programs I know) chose a complex one in case the argument is negative.

I have to change all the power expression to root expresstion to get the whole graph of the function.

That seem very troublesome.

If it would be a built-in function you could write your ownt and overrule Mathcads one, but in case of the exponentiation operator you can't. So any solution would require a rewriting of the expression. But at least in Mathcad with the root symbol you have an alternative which you don't have in many other programs (because its mathematically doubtful but helpful from an practical engineering point of view).

To state it clearly: Mathcad is perfectly right in doing what it does here! (-1)^(1/3) is NOT -1 per definition!

24-Ruby IV
July 2, 2013

Without plot:

root3.png