Message Boards Message Boards

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

Why doesn't ArcTan[Tan[a]] get "a"?

Posted 1 month ago

Hello,

In Mathematica,

ArcTan[Tan[Pi/6]]

will produce Pi/6.

But

FullSimplify@ArcTan[Tan[\[Theta]]]

only produces

ArcTan[Tan[\[Theta]]]

What is the problem of the latter?

POSTED BY: Zhenyu Zeng
3 Replies

The equality

ArcTan[Tan[\[Theta]]] == \[Theta]

is true only when -Pi/2 < \[Theta] < Pi/2:

Simplify[ArcTan[Tan[\[Theta]]],
 -Pi/2 < \[Theta] < Pi/2]
POSTED BY: Gianluca Gorni

Try

ArcTan[Tan[Pi/6 + Pi]]
POSTED BY: Gianluca Gorni
Posted 1 month ago

May you tell why this works?

POSTED BY: Zhenyu Zeng
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