Solveeit Logo

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]f:\left[ {0,3} \right] \to \left[ {1,29} \right], defined by f(x)=2x315x2+36x+1f\left( x \right) = 2{x^3} - 15{x^2} + 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

Explanation

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 ff from a set XX to a set YY is surjective (also known as onto, or a surjection), if for every element yy in the codomain YY of ff, there is at least one element xx in the domain XX of ff such that f(x)=yf\left( x \right) = 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)=2x315x2+36x+1f\left( x \right) = 2{x^3} - 15{x^2} + 36x + 1 in f:[0,3][1,29]f:\left[ {0,3} \right] \to \left[ {1,29} \right].
f(x)f\left( x \right) is a cubic polynomial.
Now, first derivative of f(x)f\left( x \right) is,
f(x)=6x230x+36f'\left( x \right) = 6{x^2} - 30x + 36
So, to find the critical points, we have to solve, f(x)=0f'\left( x \right) = 0.
So, 6x230x+36=06{x^2} - 30x + 36 = 0
x25x+6=0\Rightarrow {x^2} - 5x + 6 = 0
Using middle term factorisation, we get,
x23x2x+6=0\Rightarrow {x^2} - 3x - 2x + 6 = 0
(x3)(x2)=0\Rightarrow (x - 3)(x - 2) = 0
x=2,3\Rightarrow x = 2,3
In the domain, it can be divided into two intervals, 0x<20 \leqslant x < 2 and 2<x<32 < x < 3.
So, in interval, 0x<20 \leqslant x < 2, f(x)>0f'\left( x \right) > 0, so, f(x)f\left( x \right) is increasing.
And, in the interval, 2<x<32 < x < 3, f(x)<0f'\left( x \right) < 0, so, f(x)f\left( x \right) is decreasing.
Hence, f(x)f\left( x \right) is not strictly increasing or strictly decreasing in the entire domain.
So, f(x)f\left( x \right) 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)315(2)2+36(2)+1f\left( 2 \right) = 2{\left( 2 \right)^3} - 15{\left( 2 \right)^2} + 36\left( 2 \right) + 1
f(2)=1660+72+1\Rightarrow f\left( 2 \right) = 16 - 60 + 72 + 1
f(2)=29\Rightarrow f\left( 2 \right) = 29
And, f(3)=2(3)315(3)2+36(3)+1f\left( 3 \right) = 2{\left( 3 \right)^3} - 15{\left( 3 \right)^2} + 36\left( 3 \right) + 1
f(2)=54135+108+1\Rightarrow f\left( 2 \right) = 54 - 135 + 108 + 1
f(2)=28\Rightarrow f\left( 2 \right) = 28
And, at the extremum 00, f(0)=2(0)315(0)2+36(0)+1f\left( 0 \right) = 2{\left( 0 \right)^3} - 15{\left( 0 \right)^2} + 36\left( 0 \right) + 1
f(0)=1\Rightarrow f\left( 0 \right) = 1
So, the maximum value of f(x)f\left( x \right) is 2929 and the minimum value is 11.
So, the maximum and minimum value of f(x)f\left( x \right) lies on the co-domain of ff.
Hence, every value in the range of ff has a preimage in the domain of ff
Therefore, we can say that, ff is an onto function.
Therefore, ff 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)f\left( {{x_1}} \right) = f\left( {{x_2}} \right), then, x1=x2{x_1} = {x_2}, 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=f1(y)y = f\left( x \right) \Rightarrow x = {f^{ - 1}}\left( y \right), then substituting x in the function as, f(f1(y))f\left( {{f^{ - 1}}\left( y \right)} \right) gives back yy, then the function is onto function.