Guest User

Untitled

a guest
Dec 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. In[1]:= S[t_] :=
  2. Integrate[
  3. 1/((1 + x^2)^(1/4) (y - x)^(3/2)) -
  4. 1/((1 + y^2)^(1/4) (y - x)^(3/2)), {x, 0, t}, {y, t, Infinity}]
  5.  
  6. In[2]:= u[x_] := (1 + x^2)^(-1/4)
  7.  
  8. In[6]:= K[x_] := D[((1 + t^2)^(5/4)/t)*u'[x]*S[t], t]
  9.  
  10. In[7]:= K[x]/(u[x]^3)
  11.  
  12.  
  13. During evaluation of In[7]:= Refine::fas: Warning: one or more assumptions evaluated to False.
  14.  
  15. Out[7]= (1 + x^2)^(
  16. 3/4) (-(1/(2 t (1 + x^2)^(5/4)))(1 + t^2)^(5/4) x !(
  17. *SubscriptBox[([PartialD]), (t)](
  18. *SubsuperscriptBox[([Integral]), (t),
  19. ([Infinity])]If[((((Re[t] !=
  20. 0 && ((((Im[y] >= 0 && Im[t] <= 0)) ||
  21. *FractionBox[(Im[y]), (Im[t])] >= 1 ||
Add Comment
Please, Sign In to add comment