|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/01.15.27.0006.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ArcTan[x, y] == ArcTan[y/x] + (1/2) Pi (1 - Sign[x]) Sign[1/2 + Sign[y]] /;
Element[x, Reals] && Element[y, Reals] && x != 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["ArcTan", "[", RowBox[List["x", ",", "y"]], "]"]], "\[Equal]", RowBox[List[RowBox[List["ArcTan", "[", FractionBox["y", "x"], "]"]], "+", RowBox[List[FractionBox["1", "2"], " ", "\[Pi]", " ", RowBox[List["(", RowBox[List["1", "-", RowBox[List["Sign", "[", "x", "]"]]]], ")"]], " ", RowBox[List["Sign", "[", RowBox[List[FractionBox["1", "2"], "+", RowBox[List["Sign", "[", "y", "]"]]]], "]"]]]]]]]], "/;", RowBox[List[RowBox[List["x", "\[Element]", "Reals"]], "\[And]", RowBox[List["y", "\[Element]", "Reals"]], "\[And]", RowBox[List["x", "\[NotEqual]", "0"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <mrow> <msup> <mi> tan </mi> <mrow> <mo> - </mo> <mn> 1 </mn> </mrow> </msup> <mo> ( </mo> <mrow> <mi> x </mi> <mo> , </mo> <mi> y </mi> </mrow> <mo> ) </mo> </mrow> <mo> ⩵ </mo> <mrow> <mrow> <msup> <mi> tan </mi> <mrow> <mo> - </mo> <mn> 1 </mn> </mrow> </msup> <mo> ( </mo> <mfrac> <mi> y </mi> <mi> x </mi> </mfrac> <mo> ) </mo> </mrow> <mo> + </mo> <mrow> <mfrac> <mi> π </mi> <mn> 2 </mn> </mfrac> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mn> 1 </mn> <mo> - </mo> <mrow> <mi> sgn </mi> <mo> ⁡ </mo> <mo> ( </mo> <mi> x </mi> <mo> ) </mo> </mrow> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mrow> <mi> sgn </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mrow> <mi> sgn </mi> <mo> ⁡ </mo> <mo> ( </mo> <mi> y </mi> <mo> ) </mo> </mrow> <mo> + </mo> <mfrac> <mn> 1 </mn> <mn> 2 </mn> </mfrac> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> x </mi> <mo> ∈ </mo> <semantics> <mi> ℝ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalR]", Function[List[], Reals]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mrow> <mi> y </mi> <mo> ∈ </mo> <semantics> <mi> ℝ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalR]", Function[List[], Reals]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mrow> <mi> x </mi> <mo> ≠ </mo> <mn> 0 </mn> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <arctan /> <ci> x </ci> <ci> y </ci> </apply> <apply> <plus /> <apply> <arctan /> <apply> <times /> <ci> y </ci> <apply> <power /> <ci> x </ci> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <times /> <apply> <times /> <pi /> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <plus /> <cn type='integer'> 1 </cn> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <ci> Sign </ci> <ci> x </ci> </apply> </apply> </apply> <apply> <ci> Sign </ci> <apply> <plus /> <apply> <ci> Sign </ci> <ci> y </ci> </apply> <cn type='rational'> 1 <sep /> 2 </cn> </apply> </apply> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <ci> x </ci> <reals /> </apply> <apply> <in /> <ci> y </ci> <reals /> </apply> <apply> <neq /> <ci> x </ci> <cn type='integer'> 0 </cn> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["ArcTan", "[", RowBox[List["x_", ",", "y_"]], "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[RowBox[List["ArcTan", "[", FractionBox["y", "x"], "]"]], "+", RowBox[List[FractionBox["1", "2"], " ", "\[Pi]", " ", RowBox[List["(", RowBox[List["1", "-", RowBox[List["Sign", "[", "x", "]"]]]], ")"]], " ", RowBox[List["Sign", "[", RowBox[List[FractionBox["1", "2"], "+", RowBox[List["Sign", "[", "y", "]"]]]], "]"]]]]]], "/;", RowBox[List[RowBox[List["x", "\[Element]", "Reals"]], "&&", RowBox[List["y", "\[Element]", "Reals"]], "&&", RowBox[List["x", "\[NotEqual]", "0"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|