标签:
1. 反函数
定义1:
A function ƒ is called a one-to-one function if it never takes on the same value twice;
that is ƒ(x1)≠ƒ(x2) whenever x1≠x2.
Horizontal Line Test:
A function is one-to-one if and only if no horizontal line intersects its graph more than once.
水平线测试:one-to-one的函数在一条水平线上只能产生一个交点。
定义2:反函数
Let ƒ be a one-to-one function with domain A and range B. Then its inverse function ƒ-1 has domain B and range A and is defined by
ƒ-1(y)=x ↔ ƒ(x)=y;
then
ƒ-1(ƒ(x))=x
ƒ(ƒ-1(x))=x
三角函数本身并不是one-to-one的,但是可以通过限定区间把它变成one-to-one
Chapter(7) -- Inverse Functions 反函数
标签:
原文地址:http://www.cnblogs.com/cyoutetsu/p/5872490.html