Message Boards Message Boards

0
|
11588 Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:

How can I find the domain of (4 - x^4)^(1/4) ?

3 Replies
Posted 9 years ago

The domain may be obtained as follows

Reduce[(4 - x^4) >= 0, x]

-Sqrt[2] <= x <= Sqrt[2]
POSTED BY: Imran Khan

Another approach, which uses the definition of domain, is

In[3]:= Reduce[res == (4 - x^4)^(1/4), {x, res}, Reals]

Out[3]= -Sqrt[2] <= x <= Sqrt[2] && res == (4 - x^4)^(1/4)
POSTED BY: Frank Kampas
POSTED BY: Sam Carrettie
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract