- cos(x)^2 + sin(x)^2 = 1
- tan(x)^2 + 1 = sec(x)^2
- cot(x)^2 + 1 = csc(x)^2
- sin(-x) = -sin(x)
- cos(-x) = +cos(x)
- tan(-x) = -tan(x)
- cos(x+y) = cos(x)*cos(y) - sin(x)*sin(y)
- sin(x+y) = sin(x)*cos(y) + cos(x)*sin(y)
- tan(x+y) = (tan(x) + tan(y))/(1 + tan(x)*tan(y))
|
- cosh(x)^2 - sinh(x)^2 = 1
- 1 - tanh(x)^2 = sech(x)^2
- 1 - coth(x)^2 = csch(x)^2
- sinh(-x) = -sinh(x)
- cosh(-x) = +cosh(x)
- tanh(-x) = -tanh(x)
- cosh(x+y) = cosh(x)*cosh(y) + sinh(x)*sinh(y)
- sinh(x+y) = sinh(x)*cosh(y) + cosh(x)*sinh(y)
- tanh(x+y) = (tanh(x) + tanh(y))/(1 + tanh(x)*tanh(y))
|
Go to Begin