August 19, 2007
This session is based on the material in section 2.1 of Kelley's "The Humongous Book of Calculus Problems"
The section presents a series of problems involving simplifying expressions containing powers and square roots.
Problem 2.1
In[1]:=
Out[1]=
In[2]:=
Out[2]=
In[3]:=
Out[3]=
In[4]:=
Out[4]=
Nope. Let's try this again, paying very close attention to the parentheses.
In[5]:=
Out[5]=
Good. I must ensure that parentheses enclose both the entire numerator and the entire denominator.
In[6]:=
Out[6]=
This is strange. The third term can be simplified further. Let's play with this for a moment.
In[7]:=
Out[7]=
In[8]:=
Out[8]=
In[9]:=
Out[9]=
In[10]:=
Out[10]=
In[11]:=
Out[11]=
Fascinating. This does not appear to simplify to x.
There is another command called FullSimplify. Let's try that.
In[12]:=
Out[12]=
Nope. That doesn't do it either.
In[13]:=
Out[13]=
Okay. Mathematica is correct. This last expression does not simplify if x is a complex number. However if x is restricted to the real numbers, then we get the following:
In[14]:=
Out[14]=
Perfect.
In[15]:=
Out[15]=
In[16]:=
Out[16]=
In[18]:=
Out[18]=
In[19]:=
Out[19]=
In[20]:=
Out[20]=
Conclusion. Simplifying complex expressions involving powers sometimes fails to totally simplify the expression. I am not sure if this is a weakness with Mathematica or whether there is some subtle mathematics that says that such expressions do not simplify further. Note that Mathematica does not give a wrong answer - it simply fails to simplify the expression as far as one would expect.
Created by Mathematica (August 19, 2007) |