Group Abstract Group Abstract

Message Boards Message Boards

0
|
6.5K Views
|
7 Replies
|
6 Total Likes
View groups...
Share
Share this post:

Get a real-valued root?

Posted 5 years ago

enter image description here

enter image description here

enter image description here

As you can see,I want to find the real-valued root in Mathematica, what should i do? I tried so hard to search it up online, but in vein.

POSTED BY: Kevin Huang
7 Replies
Posted 5 years ago

Then you can use Surd, as Henrik suggested

Surd[7 + Sqrt[50], 5] + Surd[7 - Sqrt[50], 5] // N

CubeRoot is just a special form of Surd. The following will give the same result as if CubeRoot was used, in case of power 1/3:

Surd[7 + Sqrt[50], 3] + Surd[7 - Sqrt[50], 3] // N
POSTED BY: Hans Milton
POSTED BY: Gianluca Gorni
Posted 5 years ago

Another way, using CubeRoot

CubeRoot[7 + Sqrt[50]] + CubeRoot[7 - Sqrt[50]] // N
POSTED BY: Hans Milton
Posted 5 years ago
POSTED BY: Kevin Huang

Maybe try Surd instead of Sqrt.

POSTED BY: Henrik Schachner
Posted 5 years ago

Thanks everyone for helping.

POSTED BY: Kevin Huang
Posted 5 years ago

Thanks, it works, but is that really the only way to solve it? What if there are something like 1/5 power and the answer still come up with imaginary number?

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