Group Abstract Group Abstract

Message Boards Message Boards

0
|
5.5K Views
|
3 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Solve the integral Cos(x)/x at the interval (0,infinite)

POSTED BY: Isa Comez
3 Replies

It is somewhat disappointing that NIntegrate does not decide at once that the integral diverges.

POSTED BY: Gianluca Gorni
 int = Integrate[Cos[x]/(x + e), {x, 0, \[Infinity]}, Assumptions -> e >= 0]
 Limit[int, e -> 0]

(* \[Infinity] *)
POSTED BY: Mariusz Iwaniuk
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard