MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

How to simplify ArcCos[x/Sqrt[x^2+y^2]] to Pi/2-ArcTan[x/Abs[y]]?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg91799] How to simplify ArcCos[x/Sqrt[x^2+y^2]] to Pi/2-ArcTan[x/Abs[y]]?
  • From: Peng Yu <PengYu.UT at gmail.com>
  • Date: Mon, 8 Sep 2008 05:03:06 -0400 (EDT)

Hi,

ArcCos[x/Sqrt[x^2+y^2]]

and

Pi/2-ArcTan[x/Abs[y]]

are the same.

But I can not get the first expression be simplified to the second
one. And the following command can not be simplified to zero in
mathematica as well.

FullSimplify[ArcCos[x/Sqrt[x^2 + y^2]] - ( Pi/2 - ArcTan[x/Abs[y]]),
 Element[x, Reals] && Element[y, Reals]]

I'm wondering if there is any walkaround to do this simplification.

Thanks,
Peng


  • Prev by Date: Comparison of coefficients
  • Next by Date: Re: How to remove duplicate solutions (Solve)?
  • Previous by thread: Re: Comparison of coefficients
  • Next by thread: Re: How to simplify ArcCos[x/Sqrt[x^2+y^2]] to Pi/2-ArcTan[x/Abs[y]]?