Solution
Solve can not in general solve non-polynomial equations. It might give a false answer, or at least leave some solutions out. It will give a warning message when that might be the case.
In[69]:=
Out[69]=
Out[70]=
Out[71]=
Out[72]=
Out[73]=
Note that the last equation couldn't be solved at all. See the help file for ProductLog if you wish.
In[74]:=
Out[74]=
Out[75]=
Reduce never makes approximations. The output corresponds with logical exactness to the input.
In[76]:=
Out[76]=
Out[77]=
In[78]:=
Out[78]=
Out[79]=
In 3.c), since the interval is allready given, we wouldn't have to plot the function to find the initial guess, but let's plot it anyway.
In[80]:=
Out[80]=
Out[81]=
The following function has infinitely many zeros, which you can see by increasing the range of x. Let's find the smallest root.
In[82]:=
Out[84]=
Out[85]=
| Created by Mathematica (April 10, 2007) |