Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Formula Manipulation > Algebraic Transformations > Trigonometric Functions >
Mathematica > Mathematics and Algorithms > Mathematical Functions > Elementary Functions > Trigonometric Functions >

ArcTan

ArcTan[z]
gives the arc tangent tan^(-1)(z) of the complex number z.
ArcTan[x, y]
gives the arc tangent of , taking into account which quadrant the point (x,y) is in.
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • All results are given in radians.
  • For real z, the results are always in the range -pi/2 to pi/2.
  • For certain special arguments, ArcTan automatically evaluates to exact values.
  • ArcTan can be evaluated to arbitrary numerical precision.
  • ArcTan automatically threads over lists.
  • ArcTan[z] has branch cut discontinuities in the complex z plane running from -i infty to -i and +i to +i infty.
  • If x or y is complex, then ArcTan[x, y] gives . When x^2+y^2=1, ArcTan[x, y] gives the number phi such that x=cosphi and y=sinphi.
Results are in radians:
Divide by Degree to get results in degrees:
ArcTan[x, y] gives the angle of the point {x, y}:
Evaluate for complex arguments:
Evaluate to high precision:
The precision of the output tracks the precision of the input:
ArcTan threads element-wise over lists:
Simple exact values are generated automatically:
Parity transformations are automatically applied:
TraditionalForm formatting:
Infinite arguments give symbolic results:
ArcTan can be applied to a power series:
ArcTan can deal with real-valued intervals:
Find angles of the right triangle with sides 3, 4 and hypotenuse 5:
They total to 90^ degrees:
Find integrals of rational functions in terms of ArcTan:
Addition theorem for tangent function:
Solve a differential equation:
Branch cuts of ArcTan run along the imaginary axis:
Use TrigToExp to express ArcTan using Log:
Use FullSimplify to simplify expressions with ArcTan:
ArcTan is a special case of some special functions:
Use Reduce to solve inequalities involving ArcTan:
Because ArcTan is a multivalued function, tan^(-1)(tan(x))!=x
This differs from the original argument by a factor of pi:
Expansion about the branch point x=ⅈ:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team