TrigToExp[expr]
converts trigonometric functions in expr to exponentials.
TrigToExp
TrigToExp[expr]
converts trigonometric functions in expr to exponentials.
Examples
open all close allBasic Examples (2)
Scope (5)
Convert from trigonometric functions to exponentials:
TrigToExp[Cos[x] + I Sin[x]]Convert from hyperbolic functions to exponentials:
TrigToExp[Tanh[x]]Convert from inverse trigonometric functions to logarithms:
TrigToExp[ArcSin[x]]Convert from inverse hyperbolic functions to logarithms:
TrigToExp[ArcCoth[x]]TrigToExp threads elementwise over lists, equations, inequalities and Boolean operators:
TrigToExp[{Sin[x], Cos[x], Tan[x]}]TrigToExp[Sinh[x] ≤ 11 && ArcTan[x] == 7]Applications (2)
Rewrite compositions of trigonometric and inverse trigonometric functions:
TrigToExp[Sin[5 ArcSin[x]]]FullSimplify[%]TrigReduce[% /. x -> Sin[θ]]Find the exponential form of solutions to differential equations:
DSolve[{y''[t] + ω^2y[t] == 0, y[0] == 1, y'[0] == I ω}, y[t], t]TrigToExp[%]Properties & Relations (2)
TrigToExp threads element‐wise over lists, equations, inequalities and logic functions:
TrigToExp[Sin[x] < x < Tan[x]]TrigToExp[Sin[x] == Pi / 3]TrigToExp is an inverse of ExpToTrig:
{ExpToTrig[Exp[I x]], ExpToTrig[Log[z + Sqrt[z^2 + 1]]]}TrigToExp[%]Related Guides
History
Introduced in 1996 (3.0) | Updated in 2007 (6.0)
Text
Wolfram Research (1996), TrigToExp, Wolfram Language function, https://reference.wolfram.com/language/ref/TrigToExp.html (updated 2007).
CMS
Wolfram Language. 1996. "TrigToExp." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2007. https://reference.wolfram.com/language/ref/TrigToExp.html.
APA
Wolfram Language. (1996). TrigToExp. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/TrigToExp.html
BibTeX
@misc{reference.wolfram_2026_trigtoexp, author="Wolfram Research", title="{TrigToExp}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/TrigToExp.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_trigtoexp, organization={Wolfram Research}, title={TrigToExp}, year={2007}, url={https://reference.wolfram.com/language/ref/TrigToExp.html}, note=[Accessed: 13-June-2026]}