Question
Question: The function \(f:\left[ {0,3} \right] \to \left[ {1,29} \right]\), defined by \(f\left( x \right) = ...
The function f:[0,3]→[1,29], defined by f(x)=2x3−15x2+36x+1, is
A) One-one and onto
B) Onto but not one-one
C) One-one but not onto
D) Neither one-one nor onto
Solution
First we have to know what is one-one function and onto function. So, an injective function (also known as injection, or one-to-one function) is a function that maps distinct elements of its domain to distinct elements of its codomain. And, a function f from a set X to a set Y is surjective (also known as onto, or a surjection), if for every element y in the codomain Y of f, there is at least one element x in the domain X of f such that f(x)=y. So, first we have to check whether the given function is strictly increasing or decreasing in the entire domain, in order to determine whether it’s one- one or not. Next we have to find whether the function ranges within its co-domain or not in order to determine it’s onto function or not.
Complete step by step answer:
Given, f(x)=2x3−15x2+36x+1 in f:[0,3]→[1,29].
f(x) is a cubic polynomial.
Now, first derivative of f(x) is,
f′(x)=6x2−30x+36
So, to find the critical points, we have to solve, f′(x)=0.
So, 6x2−30x+36=0
⇒x2−5x+6=0
Using middle term factorisation, we get,
⇒x2−3x−2x+6=0
⇒(x−3)(x−2)=0
⇒x=2,3
In the domain, it can be divided into two intervals, 0⩽x<2 and 2<x<3.
So, in interval, 0⩽x<2, f′(x)>0, so, f(x) is increasing.
And, in the interval, 2<x<3, f′(x)<0, so, f(x) is decreasing.
Hence, f(x) is not strictly increasing or strictly decreasing in the entire domain.
So, f(x) is not a one-one function.
A function has it’s maximum or minimum value in it’s critical points or at the extreme values of it’s domain.
So, f(2)=2(2)3−15(2)2+36(2)+1
⇒f(2)=16−60+72+1
⇒f(2)=29
And, f(3)=2(3)3−15(3)2+36(3)+1
⇒f(2)=54−135+108+1
⇒f(2)=28
And, at the extremum 0, f(0)=2(0)3−15(0)2+36(0)+1
⇒f(0)=1
So, the maximum value of f(x) is 29 and the minimum value is 1.
So, the maximum and minimum value of f(x) lies on the co-domain of f.
Hence, every value in the range of f has a preimage in the domain of f
Therefore, we can say that, f is an onto function.
Therefore, f is an onto function but not one-one, correct option is (B).
Note:
We can also check whether a function is one-one or not, by finding that, if f(x1)=f(x2), then, x1=x2, if this condition is satisfied, then the function is one-one. And, to check whether a function is onto or not, we have to assume, y=f(x)⇒x=f−1(y), then substituting x in the function as, f(f−1(y)) gives back y, then the function is onto function.