- #1
rooski
- 61
- 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[tex]^{-1}[/tex](S) = { a [tex]\in A[/tex] : f(a) [tex]\in S[/tex] }
find f[tex]^{-1}[/tex](S) for:
1) f(x) = x - floor(x) where S = { y: 0 < y < 1 }
2) f(x) = x[tex]^{3}[/tex]-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: