rooski
- 60
- 0
Homework Statement
for sets A, B and S with S being a subset of B, and a function f: A --> B we define:
f^{-1}(S) = { a \in A : f(a) \in S }
find f^{-1}(S) for:
1) f(x) = x - floor(x) where S = { y: 0 < y < 1 }
2) f(x) = x^{3}-7x+16 where S = { y: 10 <= y <= 22 }
3) f(t) = (cos(t),sin(t)) where S = { (x,y): x < 0, y > 0 }
My attempted work:
I can't find any questions similar to this in my notebook and textbook! I don't even know how to begin. I know that (x - floor(x)) is the same as (x % 1). Am i supposed to find the inverse of the function such that it satisfies the boundaries of S?
Last edited: