0% found this document useful (0 votes)
3 views2 pages

Trigonometric and Hyperbolic Formulas en Clean

Uploaded by

Nour Bj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Trigonometric and Hyperbolic Formulas en Clean

Uploaded by

Nour Bj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Formulas for Trigonometric and Hyperbolic Functions

Trigonometric Functions

sin^2(x) + cos^2(x) = 1

1 + tan^2(x) = sec^2(x)

1 + cot^2(x) = csc^2(x)

cos(2x) = cos^2(x) - sin^2(x)

tan(2x) = 2tan(x) / (1 - tan^2(x))

Inverse Trigonometric Functions

arcsin(x) = y <=> sin(y) = x

arccos(x) = y <=> cos(y) = x

arctan(x) = y <=> tan(y) = x

arcsec(x) = y <=> sec(y) = x

arccsc(x) = y <=> csc(y) = x

Hyperbolic Functions

cosh(x) = (e^x + e^(-x)) / 2

sinh(x) = (e^x - e^(-x)) / 2

tanh(x) = sinh(x) / cosh(x)

sech(x) = 2 / (e^x + e^(-x))

coth(x) = cosh(x) / sinh(x)

Inverse Hyperbolic Functions

arsinh(x) = ln(x + sqrt(x^2 + 1))

arcosh(x) = ln(x + sqrt(x^2 - 1))

artanh(x) = 0.5 * ln((1 + x) / (1 - x))


Formulas for Trigonometric and Hyperbolic Functions

arsech(x) = ln((1 + sqrt(1 - x^2)) / x)

arcoth(x) = 0.5 * ln((x + 1) / (x - 1))

You might also like