Message Boards Message Boards

0
|
1889 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

How to integrate tanx/(x+sinx)?

Posted 1 year ago

I use a website called integral of the day, all the previous ones have answers, but todays I cannot ind an answer for and no online calculators can do it either.

POSTED BY: Charlie Oke
2 Replies

Even simpler integral: $$\int \frac{\tan (x)}{x} dx $$ does not have finite closed-form expression in terms of very large class of special functions.

POSTED BY: Mariusz Iwaniuk
f[up_] := NIntegrate[Tan[x]/(x + Sin[x]), {x, 0, up}]

Plot[f[up], {up, 0, 2}]

enter image description here

POSTED BY: Frank Kampas
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract