Are these functions injective/surjective etc?
1. Let f : R -> R be the function given by f(x) = x^3 - x^2 - 2x.
(a) The function f is injective.
(b) The function f is surjective.
(c) f^-1({0}) = {0}
(d) -1 ∈ f(R)
2. Let f : R2 -> R2 be a function given by f(x1; x2) = (3; x1 - 2*x2)
(a) The function f is injective
(b) The function f is surjective
(c) The image of f is the line dened by y1 - 2*y2 = 3
(d) f^-1({(y1; y2) ∈ R2 , y2 = 0}) is the line dened by x1 - 2*x2 = 0.
Please help! I don't get it at all.... :(
Re: Are these functions injective/surjective etc?
For question #1:
(c) is wrong (f(2) = ? f(-1) = ?)
Answer (c) before answering (a).
Answer (b) before answering (d).
he surjectivity of functions from
to
is asking if it ever goes to minus-infinity, and if it ever goes to infinity. That's including when x goes to plus or minus infinity. Basically, you're asking if it's bounded above, and if it's bounded below.
Of course, there's a little bit more involved. For instance, the function y = 1/x is continuous everywhere except x=0, and is neither bounded above nor bounded below, but isn't surjective onto
because it never takes the value 0.
Technically, you'll use the Intermediate Value Theorem and an analysis of the function's continuity to derive that it's surjective (if it is surjective).
For question 2, it's simple enough to directly check if f is injective, and chekc if f is surjective. However, if you know linear algebra, a useful observation is that L(x1, x2) = f(x1, x2) - (3, 0) defines a linear map L. So it's a simple argument to see that whether f is injective (or surjective) will be the same as whether L is injective (or surjective) - and with linear maps, there are some tools you can use to answer that question.
Re: Are these functions injective/surjective etc?
Quote:
Originally Posted by
misqa88
1. Let f : R -> R be the function given by f(x) = x^3 - x^2 - 2x.
(a) The function f is injective.
(b) The function f is surjective.
(c) f^-1({0}) = {0}
(d) -1 ∈ f(R)
2. Let f : R2 -> R2 be a function given by f(x1; x2) = (3; x1 - 2*x2)
(a) The function f is injective
(b) The function f is surjective
(c) The image of f is the line dened by y1 - 2*y2 = 3
(d) f^-1({(y1; y2) ∈ R2 , y2 = 0}) is the line dened by x1 - 2*x2 = 0.
Please help! I don't get it at all.... :(
This is a double post! DO NOT DO THAT!
Moreover this is not advanced algebra.
Re: Are these functions injective/surjective etc?
hi, thanks for replying. c) is what I got from my lecturer so it must be correct. Could please explain it in more details? I know the theory but I dont know how to use it in practice as my lecturer is useless.
Thx.
Re: Are these functions injective/surjective etc?
Quote:
Originally Posted by
misqa88
c) is what I got from my lecturer so it must be correct.
Either you mistyped the problem or your lecturer made a mistake. We're all human - we all make mistakes. That includes me, you, your lecturer, everyone. I've seen a Fields Medalist make simple mistakes at the blackboard.
 = x^3 - x^2 - 2x, \text{ then } f(x) = x(x-2)(x+1),)
 = \{0, 2, -1 \}.)
Also - please heed Plato's post. It's inconsiderate to double post, and you should try to put your posts in the correct category.
Re: Are these functions injective/surjective etc?
Quote:
Originally Posted by
misqa88
hi, thanks for replying. c) is what I got from my lecturer so it must be correct.
You have two problems, both having a "c". Which are you talking about?
If the first one,
then it shoud be easy to see that
,
,
.
Quote:
Could please explain it in more details? I know the theory but I dont know how to use it in practice as my lecturer is useless.
Thx.
So you too have one of those lecturers who don't think their job is to teach you integer arithmetic?
Re: Are these functions injective/surjective etc?
Sorry that's my first time here, please excuse my mistakes. HallsofIvy I was talking about c) for Q1. I had math 10 years ago at school and I don't really remember how to do this things. My lecturer is not good in explaining and I can't find any book explaining examples step by step so I can apply those steps in different questions. I was hoping someone can explain it to me in more detail here. For Q1 I draw a graph and it look like a polynomial graph... Please help.
Re: Are these functions injective/surjective etc?
Re: Are these functions injective/surjective etc?
Thank you so much! what happens with the example 2 when the function looks like that f(x1; x2) = (3; x1 - 2*x2)?
Re: Are these functions injective/surjective etc?
Quote:
Originally Posted by
misqa88
what happens with the example 2 when the function looks like that f(x1; x2) = (3; x1 - 2*x2)?
You tell me.
What's the definition of injective? Can you show that f is injective - or find a counter-example showing that f is not surjective?
Likewise for f being surjective or not.
Re: Are these functions injective/surjective etc?
I would say the function is injective because f(x; y) = (x + y; x) so the f(x1,x2) = (3,0.25)... don't really know