Message Boards Message Boards

0
|
11214 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
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

This site is about Wolfram Technologies. And while you do mention it, your actual question is not about Wolfram Technologies but about doing math by hand. You should not be asking this questions on this forum, but find another dedicated place, for example HERE. Both Wolfram|Alpha and Wolfram Language can give you the final answer though.

FunctionDomain[(4 - x^4)^(1/4), x]
NumberLinePlot[FunctionDomain[(4 - x^4)^(1/4), x], {x, -2, 2}]
Plot[(4 - x^4)^(1/4), {x, -2, 2}]

enter image description here

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