Inverting Functions Homework: Find f^{-1}(S) for Sets A, B and S

  • Thread starter Thread starter rooski
  • Start date Start date
  • Tags Tags
    Functions
AI Thread Summary
The discussion focuses on finding the inverse images of sets under various functions. For the first function, f(x) = x - floor(x), the inverse image f^{-1}(S) includes all non-integer values in the interval (0, 1). The second function, f(x) = x^3 - 7x + 16, requires analyzing its critical points to determine the x-values that yield outputs within the range [10, 22]. The third function, f(t) = (cos(t), sin(t)), is clarified to involve a comma, and the inverse image relates to points in the first quadrant of the unit circle. Overall, the participants emphasize the distinction between the set-theoretic inverse image and the function's mathematical inverse.
rooski
Messages
60
Reaction score
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:
Physics news on Phys.org
Yes, that is exactly what the problem says. If y= x- floor(x) the x= what in terms of y?
If y= x^3- 7x+ 16, then x= what in terms of y?

But your last problem is written incorrectly. f(t)= cos(t)sin(t) is a numerical function. Did you mean f(t)= (cos(t), sin(t))?
 
Last edited by a moderator:
Ah sorry, yes i meant to have a comma there.

Also, when S is a set, f^{-1}(S) typically means "the set of things that f sends to S", a meaning of f^{-1} distinct from "the inverse function of f". So i think i need to find the set that satisfies the constraints of S, right?

For question 1, the numbers that will satisfy are all nonzero numbers which are not whole numbers.

Someone told me that i am supposed to write my answer like: f^{-1}(S) = { stuff in thing | stuff not in thing and stuff > 0 } although i find that somewhat vague. I assume "thing" means S.

So my attempt at an answer is f^{-1}(S) = { Q \cap R\Q | Z } although i doubt that's right. :confused:

My attempt at question 2 isn't getting far either. x^{3}-7x = y-16

I can't isolate x though. :(
 
Last edited:
rooski said:
Ah sorry, yes i meant to have a comma there.

Also, when S is a set, f^{-1}(S) typically means "the set of things that f sends to S", a meaning of f^{-1} distinct from "the inverse function of f". So i think i need to find the set that satisfies the constraints of S, right?
Absolutely! For example, the function f(x)= x^2 is not invertible as a function on the real numbers but you can still ask about f^{-1}(-1, 4), say. That would be the set of all real numbers, x, such that x^2 is in (-1, 4). That is just (-2, 2).

The very first time I got up before a class in graduate school to do a proof, it was precisely a problem dealing with "f^{-1}(A)" where A was a set- I stupidly did the whole thing assuming f was invertible!

For question 1, the numbers that will satisfy are all nonzero numbers which are not whole numbers.
Yes, that is correct.

Someone told me that i am supposed to write my answer like: f^{-1}(S) = { stuff in thing | stuff not in thing and stuff > 0 } although i find that somewhat vague. I assume "thing" means S.
I have no idea what that means. Was it your teacher who told you that? If it was, ask your teacher for clarification. If not, ignore it.

[/quote]So my attempt at an answer is f^{-1}(S) = { Q \cap R\Q | Z } although i doubt that's right. :confused:[/quote]
Q? Rational numbers? Why mention rational numbers at all? Q\cap R is just R.

My attempt at question 2 isn't getting far either. x^{3}-7x = y-16

I can't isolate x though. :(
I suggest graphing the function. Also look at [math]y'= 3x^2- 7[/math] to determine where the max and min values of y are.
 
I suggest graphing the function. Also look at [math]y'= 3x^2- 7[/math] to determine where the max and min values of y are.

So i get x = sqrt(7/3) and x = -1 * sqrt(7/3)

Not sure how that will help me though. Plugging that into the original equation just gives me an obscure result.
 
So using the boundaries 10 and 22 i noticed that the x intercepts are -3, 3, -2, 2, -1 and 1.

So i can say f-1(S) = { y E R : ( -3 <= y <= -2 V -1<= y <= 1 V 2 <= y <= 3 ) } right?
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top