|
|
last edited 9 years ago by test1 |
1 2 3 4 | ||
Editor: test1
Time: 2014/04/15 17:58:35 GMT+0 |
||
Note: |
added: Messy, but works: added: )set output algebra on
This integral is elementary, but AXIOM returns the input as a formal integral. I thought this indicated a non-elementary result...
Messy, but works:
)set output algebra on
integrate((1 + tan(x))^(1/3),x)
(1) 1 2atan(--------) +-+ 6+-+ \|2 - 1 8\|2 sin(---------------) 3 * atan 1 2atan(--------) +-+ 6+-+ \|2 - 1 \|2 cos(---------------) 3 / ROOT +---------------+2 |sin(x) + cos(x) 3|--------------- \| cos(x) + 1 2atan(--------) +-+ +---------------+ 6+-+ \|2 - 1 |sin(x) + cos(x) 6+-+2 2\|2 sin(---------------) 3|--------------- + \|2 3 \| cos(x) + 1 2atan(--------) +---------------+ +-+ |sin(x) + cos(x) 6+-+ \|2 - 1 3|--------------- + \|2 sin(---------------) \| cos(x) 3 + 1 1 2atan(--------) 2atan(--------) +-+ +-+ 6+-+ \|2 - 1 6+-+ +-+ \|2 - 1 (- 4\|2 sin(---------------) - 4\|2 \|3 cos(---------------)) 3 3 * atan 1 1 2atan(--------) 2atan(--------) +-+ +-+ 6+-+ +-+ \|2 - 1 6+-+ \|2 - 1 \|2 \|3 sin(---------------) - \|2 cos(---------------) 3 3 / ROOT +---------------+2 |sin(x) + cos(x) 4 3|--------------- \| cos(x) + 1 2atan(--------) +-+ 6+-+ \|2 - 1 - 4\|2 sin(---------------) 3 + 1 2atan(--------) +-+ 6+-+ +-+ \|2 - 1 - 4\|2 \|3 cos(---------------) 3 * +---------------+ |sin(x) + cos(x) 3|--------------- \| cos(x) + 6+-+2 4\|2 + 1 2atan(--------) +---------------+ +-+ |sin(x) + cos(x) 6+-+ \|2 - 1 2 3|--------------- - \|2 sin(---------------) \| cos(x) 3 + 1 2atan(--------) +-+ 6+-+ +-+ \|2 - 1 - \|2 \|3 cos(---------------) 3 + 1 1 2atan(--------) 2atan(--------) +-+ +-+ 6+-+ \|2 - 1 6+-+ +-+ \|2 - 1 (4\|2 sin(---------------) - 4\|2 \|3 cos(---------------)) 3 3 * atan 1 1 2atan(--------) 2atan(--------) +-+ +-+ 6+-+ +-+ \|2 - 1 6+-+ \|2 - 1 \|2 \|3 sin(---------------) + \|2 cos(---------------) 3 3 / ROOT +---------------+2 |sin(x) + cos(x) 4 3|--------------- \| cos(x) + 1 2atan(--------) +-+ 6+-+ \|2 - 1 - 4\|2 sin(---------------) 3 + 1 2atan(--------) +-+ 6+-+ +-+ \|2 - 1 4\|2 \|3 cos(---------------) 3 * +---------------+ |sin(x) + cos(x) 3|--------------- \| cos(x) + 6+-+2 4\|2 + 1 2atan(--------) +---------------+ +-+ |sin(x) + cos(x) 6+-+ \|2 - 1 2 3|--------------- - \|2 sin(---------------) \| cos(x) 3 + 1 2atan(--------) +-+ 6+-+ +-+ \|2 - 1 \|2 \|3 cos(---------------) 3 + 1 1 2atan(--------) 2atan(--------) +-+ +-+ 6+-+ +-+ \|2 - 1 6+-+ \|2 - 1 (- \|2 \|3 sin(---------------) - \|2 cos(---------------)) 3 3 * log +---------------+2 |sin(x) + cos(x) 4 3|--------------- \| cos(x) + 1 1 2atan(--------) 2atan(--------) +-+ +-+ 6+-+ \|2 - 1 6+-+ +-+ \|2 - 1 (- 4\|2 sin(---------------) + 4\|2 \|3 cos(---------------)) 3 3 * +---------------+ |sin(x) + cos(x) 3|--------------- \| cos(x) + 6+-+2 4\|2 + 1 1 2atan(--------) 2atan(--------) +-+ +-+ 6+-+ +-+ \|2 - 1 6+-+ \|2 - 1 (\|2 \|3 sin(---------------) - \|2 cos(---------------)) 3 3 * log +---------------+2 |sin(x) + cos(x) 4 3|--------------- \| cos(x) + 1 1 2atan(--------) 2atan(--------) +-+ +-+ 6+-+ \|2 - 1 6+-+ +-+ \|2 - 1 (- 4\|2 sin(---------------) - 4\|2 \|3 cos(---------------)) 3 3 * +---------------+ |sin(x) + cos(x) 3|--------------- \| cos(x) + 6+-+2 4\|2 + 1 2atan(--------) +-+ 6+-+ \|2 - 1 2\|2 cos(---------------) 3 * log 1 2atan(--------) +---------------+2 +-+ +---------------+ |sin(x) + cos(x) 6+-+ \|2 - 1 |sin(x) + cos(x) 3|--------------- + 2\|2 sin(---------------) 3|--------------- \| cos(x) 3 \| cos(x) + 6+-+2 \|2 / 4
(1) |
?) ] #1 RootSum?[2 - 2 #1 + #1 & , ----------------------------- & ]? 3 -1 + #1 Out[1]?= ------------------------------------------------------------- 2
In[2]:= ?RootSum? RootSum?[f, form]? represents the sum of form[x]? for all x that satisfy the polynomial equation f[x]? == 0. " title=" In[1]:= Integrate[(1 + Tan[x]?)^(1/3),x]
1/3 3 6 Log[-#1 + (1 + Tan[x]?) ] #1 RootSum?[2 - 2 #1 + #1 & , ----------------------------- & ]? 3 -1 + #1 Out[1]?= ------------------------------------------------------------- 2
In[2]:= ?RootSum? RootSum?[f, form]? represents the sum of form[x]? for all x that satisfy the polynomial equation f[x]? == 0. " class="equation" src="images/585158006443671166-16.0px.png" align="bottom" Style="vertical-align:text-bottom" width="793" height="1123"/>
Is the function "n-th root of some univariate polynomial" elementary?
Martin
Name:#346 Returns format integration sign for (1 + tan(x))^(1/3), which is elementary
=> #346 Returns formal integration sign for (1 + tan(x))^(1/3), which is elementary