Tan[ArcCos[-3/4]
Returns the exact answer:
-(Sqrt[7]/3)
But:
Tan[2 ArcCos[-3/4]]
Does not return an exact answer. Any way to force it to return an exact answer?
Tan[ArcCos[-3/4]
Returns the exact answer:
-(Sqrt[7]/3)
But:
Tan[2 ArcCos[-3/4]]
Does not return an exact answer. Any way to force it to return an exact answer?
Tan[2 ArcCos[-3/4]] // FunctionExpandreturns-3*Sqrt[7]– Bob Hanlon Oct 06 '15 at 04:42Tan[2 ArcCos[-3/4]] // TrigToExp // FullSimplify– Bob Hanlon Oct 06 '15 at 04:51