Resonance Relation Function and ITF
Resonance Relation Function and ITF
CARTESIAN PRODUCT :
The set of all possible ordered pairs (a, b), where a A and b B i.e. {(a, b) ; a A and b B} is
called the Cartesian product of A to B and is denoted by A × B. Usually A × B B × A.
Similarly A × B × C = {(a, b, c) : a A, b B, c C} is called ordered triplet.
RELATION :
Let A and B be two sets. Then a relation R from A to B is a subset of A × B. Thus, R is a relation from A
to B R A × B. The subsets is derived by describing a relationship between the first element and
the second element of ordered pairs in A × B e.g. if A = {1, 2, 3, 4, 5, 6, 7, 8} and B = {1, 2, 3, 4, 5} and
R = {(a, b) : a = b2, a A, b B} then R = {(1, 1), (4, 2), (9, 3)}. Here a R b 1 R 1, 4 R 2, 9 R 3.
NOTE :
(i) Let A and B be two non-empty finite sets consisting of m and n elements respectively. Then
A × B consists of mn ordered pairs. So total number of subsets of A × B i.e. number of possible
relations from A to B is 2mn.
(ii) A relation R from A to A is called a relation on A.
Example # 2 : Let A = {1, 3, 5, 7} and B = {2, 4, 6, 8} be two sets and let R be a relation from A to B defined by
the phrase "(x, y) R x > y". Find relation R and its domain and range.
Solution : Under relation R, we have 3R2, 5R2, 5R4, 7R2, 7R4 and 7R6
i.e. R = {(3, 2), (5, 2), (5, 4), (7, 2), (7, 4), (7, 6)}
Dom (R) = {3, 5, 7} and range (R) = {2, 4, 6}
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 1
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
(2) If A × B = {(1, 2), (1, 3), (1, 6), (7, 2), (7, 3), (7, 6)} then find sets A and B.
TYPES OF RELATIONS :
(i) Void relation : Let A be a set. Then A × A and so it is a relation on A. This relation is
called the void or empty relation on A.
(iii) Identity relation : Let A be a set. Then the relation IA = {(a, a) : a A} on A is called the
identity relation on A. In other words, a relation IA on A is called the identity relation if every
element of A is related to itself only.
Note : Every identity relation is reflexive but every reflexive relation in not identity.
(v) Symmetric relation : A relation R on a set A is said to be a symmetric relation
(vi) Transitive relation : Let A be any set. A relation R on A is said to be a transitive relation
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 2
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
Example # 4 : Which of the following are identity relations on set A = {1, 2, 3}.
R1 = {(1, 1), (2, 2)}, R2 = {(1, 1), (2, 2), (3, 3), (1, 3)}, R3 = {(1, 1), (2, 2), (3, 3)}.
Solution: The relation R3 is identity relation on set A.
R1 is not identity relation on set A as (3, 3) R1.
R2 is not identity relation on set A as (1, 3) R2
Example # 5 : Which of the following are reflexive relations on set A = {1, 2, 3}.
R1 = {(1, 1), (2, 2), (3, 3), (1, 3), (2, 1)}, R2 = {(1, 1), (3, 3), (2, 1), (3, 2)}..
Solution : R1 is a reflexive relation on set A.
R2 is not a reflexive relation on A because 2 A but (2, 2) R2.
Example # 6 : Prove that on the set N of natural numbers, the relation R defined by x R y x is less than y is
transitive.
Solution : Because for any x, y, z N x < y and y < z x < z x R y and y R z x R z. so R is
transitive.
Example # 7 : Let T be the set of all triangles in a plane with R a relation in T given by R = {(T 1 , T2) : T1 is
congruent to T2}. Show that R is an equivalence relation.
Solution : Since a relation R in T is said to be an equivalence relation if R is reflexive, symmetric and
transitive.
(i) Since every triangle is congruent to itself
R is reflexive
(ii) (T1 , T2) R T1 is congruent to T2 T2 is congruent to T1 (T2, T1) R
Hence R is symmetric
(iii) Let (T1, T2) R and (T2, T3) R T1 is congruent to T2 and T2 is congruent to T3
T1 is congruent to T3 (T1, T3) R
R is transitive
Hence R is an equivalence relation.
Example # 9 : Show that the relation R in the set {1, 2, 3} given by R = {(1, 2), (2, 1)} is symmetric.
Solution : Let (a, b) R [ (1, 2) R]
(b, a) R [ (2, 1) R]
Hence R is symmetric.
(6) Let R be a relation on the set of all lines in a plane defined by (1, 2) R line 1 is parallel to
line 2. Prove that R is an equivalence relation.
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 3
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
FUNCTION
Definition :
Function is a rule (or correspondence), from a non empty set A to a non empty set B, that associates
each member of A to a unique member of B. Symbolically, we write f: A B. We read it as "f is a
function from A to B".
For example, let A {–1, 0, 1} and B {0, 1, 2}.
Then A × B {(–1, 0), (–1, 1), (–1, 2), (0, 0), (0, 1), (0, 2), (1, 0), (1, 1), (1, 2)}
Now, " f : A B defined by f(x) = x 2 " is the function such that
f {(–1, 1), (0, 0), (1, 1)}
f can also be shown diagramatically by following mapping.
A B
Note : Every function say y = f(x) : A B. Here x is independent variable which takes its values from A while
'y' takes its value from B. A relation will be a function if and only if
(i) x must be able to take each and every value of A and
(ii) one value of x must be related to one and only one value of y in set B.
Graphically : If any vertical line cuts the graph at more than one point, then the graph does not represent a
function.
Example # 10 : (i) Which of the following correspondences can be called a function ?
(A) f(x) = x3 ; {–1, 0, 1} {0, 1, 2, 3}
(A) (B)
(C) (D)
Solution :
(i) f(x) in (C) and (D) are functions as definition of function is satisfied. while in case of (A) the
given relation is not a function, as f(–1) 2nd set. Hence definition of function is not satisfied.
While in case of (B), the given relation is not a function, as f(1) = ± 1 and f(4) = ± 2 i.e. element
1 as well as 4 in 1st set is related with two elements of 2nd set.Hence definition of function is not
satisfied.
(ii) B and D. In (A) one element of domain has no image, while in (C) one element of 1st set has
two images in 2nd set
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 4
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
(8) Represent all possible functions defined from {} to {1, 2}.
Answers : (7) B, C
|x| 5 x– 5 or x 5
(ii) x3 – x R domain is x R
f f (x)
(iii) (x) = domain is {x x A B such that g(x) 0}.
g g(x)
Note : For domain of (x) = {f(x)}g(x) , conventionally, the conditions are f(x) > 0 and g(x) must be real.
For domain of (x) = f(x)Cg(x) or (x) = f(x)Pg(x) conventional conditions of domain are f(x) g(x)
and f(x) N and g(x) W.
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 5
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
3
Example # 12 : Find the domain of function f(x) = log(x3 x)
4 x2
x2 x 1
Example # 13 : Find the range of f(x) =
x2 x 1
x2 x 1
Solution : f(x) = {x2 + x + 1 and x2 + x – 1 have no common factor}
x2 x 1
x2 x 1
y=
x2 x 1
yx2 + yx – y = x2 + x + 1
(y – 1) x2 + (y – 1) x – y – 1 = 0
If y = 1, then the above equation reduces to –2 = 0. Which is not true.
Further if y 1, then (y – 1) x2 + (y – 1) x – y – 1 = 0 is a quadratic and has real roots
if
(y – 1)2 – 4 (y – 1) (–y – 1) 0
i.e. if y –3/5 or y 1 but y 1
Thus the range is (–, –3/5] (1, )
x2 4
Example # 14 : Find the range of f(x) =
x2
Solution :
x2 4
f(x) = = x + 2; x 2
x2
Further if f(x) happens to be continuous in its domain then range of f(x) is [min f(x), max. f(x)]. However
for sectionally continuous functions, range will be union of [min f(x), max. f(x)] over all those intervals
where f(x) is continuous, as shown by following example.
Then range of above sectionally continuous function is [y2, y3] [y7, y6) (y4, y5]
(iii) Using monotonocity : Many of the functions are monotonic increasing or monotonic decreasing. In case
of monotonic continuous functions the minimum and maximum values lie at end points of domain.
Some of the common function which are increasing or decreasing in the interval where they are
continuous is as under.
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 7
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
3 5 3 5
Answers : (i) domain R; range R (ii) domain R ; range ,
2 2
(iii) domain R – [0, 1] ; range (0, )
Classification of Functions :
Functions can be classified as "One One Function (Injective Mapping)" and "Many One Function" :
OR
OR
Note : If a function is oneone, it cannot be manyone and vice versa.
OR
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 8
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
Into function :
If f : A B is such that there exists atleast one element in codomain which is not the image of any
element in domain, then f(x) is into.
OR
Note : (i) If range codomain, then f(x) is onto, otherwise into
(ii) If a function is onto, it cannot be into and vice versa.
A function can be one of these four types:
Note : (i) If f is both injective and surjective, then it is called a bijective mapping. The bijective
functions are also named as invertible, non singular or biuniform functions.
(ii) If a set A contains 'n' distinct elements, then the number of different functions defined
from
A A is nn and out of which n! are one one.
(iii) If f and g both are onto, then gof or fog may or may not be onto.
(iv) The composite of two bijections is a bijection iff f and g are two bijections such that gof
is defined, then gof is also a bijection only when co-domain of f is equal to the domain of g.
ve ; 0 x 1
f(x) =
ve ; 1 x 3
f(x) is non monotonic. Hence it is not injective.
For f(x) to be surjective, A should be equal to its range. By graph range is [–1, 3]
A [–1, 3]
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 9
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
(11) For each of the following functions find whether it is one-one or many-one and also into or onto
1
(i) f(x) = 2 tan x; (/2, 3/2) R (ii) f(x) = ; (–, 0) R
1 x2
(iii) f(x) = x2 + n x
Answers : (i) one-one onto (ii) one-one into (iii) one-one onto
x2
But f(x) = x and g(x) = are not identical functions.
x
Clearly the graphs of f(x) and g(x) are different at x = 0.
Composite Function :
Let f: XY1 and g: Y2 Z be two functions and D is the set of values of x such that if x X, then
f(x) Y2. If D , then the function h defined on D by h(x) = g{f(x)} is called composite function of g and
f and is denoted by gof. It is also called function of a function.
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 10
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
Note : Domain of gof is D which is a subset of X (the domain of f ). Range of gof is a subset
of the range of g. If D = X, then f(X) Y2.
Example # 19 : Describe fog and gof wherever is possible for the following functions
(i) f(x) = x 3 , g(x) = 1 + x2 (ii) f(x) = x , g(x) = x2 1.
Solution : (i) Domain of f is [3, ), range of f is [0, ).
Domain of g is R, range of g is [1, ).
For gof(x)
Since range of f is a subset of domain of g,
domain of gof is [3, ) {equal to the domain of f }
gof (x) = g{f(x)} = g ( x 3 ) = 1 + (x+3) = x + 4. Range of gof is [1, ).
For fog(x)
since range of g is a subset of domain of f,
domain of fog is R {equal to the domain of g}
fog (x) = f{g(x)}= f(1+ x 2 ) = x2 4 Range of fog is [2, ).
(ii) f(x) = x , g(x) = x2 1.
Domain of f is [0, ), range of f is [0, ).
Domain of g is R, range of g is [1, ).
For gof(x)
Since range of f is a subset of the domain of g,
domain of gof is [0, ) and g{f(x)}= g(x) = x 1. Range of gof is [1, )
For fog(x)
Since range of g is not a subset of the domain of f
i.e. [1, ) [0, )
fog is not defined on whole of the domain of g.
Domain of fog is {xR, the domain of g : g(x) [0, ), the domain of f}.
Thus the domain of fog is D = {xR: 0 g(x) < }
i.e. D = { xR: 0 x2 1}= { xR: x 1 or x 1 }= (, 1] [1, )
fog (x) = f{g(x)} = f(x21) = x2 1 Its range is [0, ).
Example # 20 : Let f(x) = ex ; R+ R and g(x) = sinx ; , [–1, 1]. Find domain and range of fog(x)
2 2
Solution : Domain of f(x) : (0, ) Range of g(x) : [–1, 1]
values in range of g(x) which are accepted by f(x) are 0,
2
0 < g(x) 1 0 < sinx 1 0 < x
2
Hence domain of fog(x) is x (0, ]
2
Therefore Domain : (0, ]
2
Range : (1, e]
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 11
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
(1 x ) , 1 x 0
= ;
x 1 , 0 x 2
x 1 , 0 x 1
3 x , 1 x 2
= ;
x 1 , 2x3
5 x , 3x4
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 12
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
(b) All functions (whose domain is symmetrical about origin) can be expressed as the sum of an
even and an odd function, as follows
f(x) =
(c) The only function which is defined on the entire number line and is even and odd at the same
time is f(x) = 0.
(d) If f and g both are even or both are odd, then the function f.g will be even but if any one of
them is odd and the other even then f.g will be odd.
(e) If f(x) is even then f(x) is odd while derivative of odd function is even. Note that same cannot
be said for integral of functions.
x x
Example # 23 : Prove that f(x) = x x is odd function
e 1 2
x x x x x x
Solution : Let g(x) = x then g(–x) = x = x
e 1 2 e 1 2 e 1 2
g(x) is even
x x
hence f(x) = x.g(x) = x x is odd function.
e 1 2
Periodic Functions :
A function f(x) is called periodic with a period T if there exists a real number T > 0 such that for each x
in the domain of f the numbers x – T and x + T are also in the domain of f and f(x) = f(x + T) for all x in
the domain of f(x). Graph of a periodic function with period T is repeated after every interval of 'T'.
e.g. The function sin x and cos x both are periodic over 2 and tan x is periodic over
The least positive period is called the principal or fundamental period of f(x) or simply the
period of the function.
Note : Inverse of a periodic function does not exist.
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 13
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
(e) If g is a function such that gof is defined on the domain of f and f is periodic with T,
then gof is also periodic with T as one of its periods.
Example # 24 : Find period of the following functions
x x
(i) f(x) = sin + cos
2 3
(ii) f(x) = {x} + sin x, where {.}denotes fractional part function
3x x 2x
(iii) f(x) = 4 cos x . cos 3x + 2 (iv) f(x) = sin – cos – tan
2 3 3
x x x x
Solution : (i) Period of sin is 4 while period of cos is 6 . Hence period of sin + cos is 12
2 3 2 3
{L.C.M. of 4 and 6 is 12}
(ii) Period of sin x = 2
Period of {x} = 1
but L.C.M. of 2 and 1 is not possible as their ratio is irrational number
it is aperiodic
(iii) f(x) = 4 cos x . cos 3x + 2
2
period of f(x) is L.C.M. of 2, = 2
3
2
but 2 may or may not be fundamental periodic, but fundamental period = , where
n
n N. Hence cross-checking for n = 1, 2, 3, ....we find to be fundamental period
f( + x) = 4(– cos x) (– cos 3x) + 2 = f(x)
2 2 4 3
(iv) Period of f(x) is L.C.M. of , , = L.C.M. of , 6 , = 12
3 / 2 1/ 3 2 / 3 3 2
Inverse of a Function :
Let y = f(x) : A B be a one-one and onto function. i.e. bijection, then there will always exist bijective
function x = g(y) : B A such that if (p, q) is an element of f, (q, p) will be an element of g and the
functions f(x) and g(x) are said to be inverse of each other. g(x) is also denoted by f 1(x) and f(x) is
–1
denoted by g (x)
Note : (i) The inverse of a bijection is unique.
(ii) Inverse of an even function is not defined.
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 14
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
(b) Normally points of intersection of f and f–1 lie on the straight line y = x. However it must be noted
–1
that f(x) and f (x) may intersect otherwise also. e.g f(x) = 1/x
(c) In general fog(x) and gof(x) are not equal. But if f and g are inverse of each other, then
gof = fog. fog(x) and gof(x) can be equal even if f and g are not inverse of each other.
–1
e.g. f(x) = x + 1, g(x) = x + 2. However if fog(x) = gof(x) = x, then g(x) = f (x)
(d) If f and g are two bijections f : A B, g : B C, then the inverse of gof exists and
(gof)1 = f 1 o g1.
1
(e) If f(x) and g(x) are inverse function of each other, then f(g(x)) =
g(x)
2x 3
Example # 25 : (i) Determine whether f(x) = for f : R R, is invertible or not? If so find it.
4
(ii) Let f(x) = x2 + 2x; x –1. Draw graph of f –1(x) also find the number of solutions of the
equation, f(x) = f–1(x)
(iii) If y = f(x) = x2 – 3x + 2, x 1. Find the value of g(2)where g is inverse of f
Solution : (i) Given function is one-one and onto, therefore it is invertible.
2x 3 4y 3 –1 4x 3
y= x= f (x) =
4 2 2
(ii) f(x) = f–1(x) is equivalent to f(x) = x x2 + 2x = x x(x + 1) = 0 x = 0, –1
Hence two solution for f(x) = f –1(x)
(iii) f(x) = x2 – 3x + 2, x 1
f(g(x) = g(x)2 – 3 g(x) + 2
2 = g(2)2 – 3g(2) + 2
g(2) = 0, 3 1
so g(2) = 0
f(x) = 2x – 3
1 1 1
f(g(x) = x f(g(x)) . g(x) = 1 g(2) = = =–
f (g(2)) f (0) 3
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 15
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
Introduction : The student may be familiar about trigonometric functions viz sin x, cos x, tan x, cosec x, sec x,
cot x with respective domains R, R, R – {(2n + 1) /2}, R – {n}, R – {(2n + 1) /2}, R – {n} and
respective ranges [–1, 1], [–1, 1], R, R – (–1, 1), R – (–1, 1), R.
Correspondingly, six inverse trigonometric functions (also called inverse circular functions) are defined.
y
f(x) = tan–1x or R (–/2, /2)
arctanx
/2
o x
/2
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 16
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
1 1
Example # 26 : Find the value of tan . cos1 tan1
2 3
1 1 1
Solution : tan cos1 tan1 = tan = tan = .
2 3 3 6 6 3
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 17
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
Property 1 : T(T–1)
(i) sin (sin1 x) = x, 1 x 1
Property 2 : T–1(T)
2n x, x [2n / 2, 2n / 2]
(i) sin–1 (sin x) =
(2n 1) x, x [(2n 1) / 2, (2n 1) / 2], n Z
Graph of y = sin–1 (sin x)
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 18
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 19
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
Remark : sin (sin–1x), cos (cos–1x), .... cot (cot–1x) are aperiodic (non periodic) functions where as
sin–1 (sin x), ..., cot–1(cot x) are periodic functions.
Property 3 : “–x”
Property 4 : “/2”
(i) sin1 x + cos1 x =, 1 x 1
2
Proof : Let A = sin–1x and B = cos–1x sin A = x and cos B = x
sin A = cos B sin A = sin (/2 – B)
A = /2 – B, because A and /2 – B [–/2, /2]
A + B = /2.
Similarly, we can prove
(ii) tan1 x + cot1 x = , x R (iii) cosec1 x + sec1 x = , x 1
2 2
3
Example # 28 : Find the value of cosec cot cot 1 .
4
Solution :
cot (cot–1 x) = x, x R
3 3
cot cot 1 = 4
4
3 3
cosec cot cot 1 = cosec =. 2
4 4
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 20
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
3
Example # 29 Find the value of tan–1 tan .
4
Solution : tan–1 (tan x) = x if x ,
2 2
3 3 3
As , tan–1 tan
4 2 2 4 4
3 3
,
4 2 2
graph of y = tan–1 (tan x) is as :
3
from the graph we can see that if < x< ,
2 2
then tan–1 (tan x) = x –
3 3
tan–1 tan = – =–
4 4 4
Example # 30 : Find the value of sin–1 (sin7) and sin–1 (sin (–5)).
Solution. Let y = sin–1 (sin 7)
5
sin–1 (sin 7) 7 as 7 , 2 < 7 <
2 2 2
–1
graph of y = sin (sin x) is as :
5
From the graph we can see that if 2 x , then
2
y = sin–1(sin x ) can be written as :
y = x – 2
sin–1 (sin 7) = 7 – 2
Similarly if we have to find sin–1 (sin(–5)) then
3
– 2 < – 5 < –
2
from the graph of sin–1 (sin x), we can say that sin–1 (sin(–5)) = 2 + (–5) = 2 – 5
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 21
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
Example # 31 : Solve sin–1 (x2 – 2x + 1) + cos–1(x2 – x) =
2
Solution : sin–1(f(x)) + cos–1(g(x)) = f(x) = g(x) and –1 f(x), g(x) 1
2
x2 – 2x + 1 = x2 – x x = 1, accepted as a solution
Example # 32 : Convert (i) tan–13, (ii) sin–1 (–1/3) in terms of cosine inverse.
1 1
Sol. (i) Let = tan–13 tan = 3 cos = = cos–1
10 10
(ii) sin–1 (–1/3) = – sin–1 (1/3)
1 2 2 2 2
Let = sin–1 (1/3) sin = cos = = cos–1
3 3 3
2 2
sin–1 (–1/3) = – cos–1
3
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 22
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
1
tan (1/ x), x0
Example # 33 : Show that cot–1x =
1
tan (1/ x), x 0
–1
Sol. Let cot x = (x = cot) (0, )
0,
2
Now tan–1(1/x) = tan–1tan() =
,
2
1
cot x x0
=
1
cot x x 0
1
tan (1/ x), x0
cot–1x =
1
tan (1/ x), x 0
2 tan1 x if | x | 1
2x
Example # 34 : Show that sin 1
= 2 tan1 x if x 1
1 x2
2 tan1 x if x 1
Sol : Let tan–1 x = (x = tan) , 2 (–)
2 2
2 2 , or ,
2 2 4
2x
Now sin–1 = sin–1sin2 = 2 2 , or ,
1 x2 2 2 4 4
2 2 , or ,
2 4 2
2 tan1 x if x [–1, 1]
= 2 tan1 x if x 1
2 tan1 x if x 1
3 3 [0, ] or 0,
3
2
= 2 3 3 [, 2 ] or ,
3 3
2
3 3 [2, 3] or ,
3
1 1
3cos x ; x 1
2
1 1
y = cos–1 (4x3 – 3x) = 2 3cos1 x ; x
2 2
1 1
2 3cos x ; 1 x 2
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 23
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
2
Example # 36 : Simplify (i) sin tan cot 1
3
1
(ii) sin 2 tan1
2
(iii) cos (2cos–1(1/5) + sin–1(1/5))
2
Solution : (i) Let y = tan cot 1 ........(A)
3
cot–1 (–x) = – cot–1x, x R
(A) can be written as
2
y = tan cot 1
3
2
y = – tan cot 1
3
1
cot–1 x = tan–1 if x>0
x
3 3 2 3
y = – tan tan1 y =– so sin tan cot 1 = sin 2 = 1
2 2 3
1 1 1 1 1 1 1 1 2
(ii) sin 2 tan1 = 2sin tan 2 cos tan 2 = 2sin sin × cos cos
2 5 5
1 2 4
=2×
5 5 5
1 1 1 1 1
(iii) cos 2cos1 sin1 = cos cos1 sin1 cos1
5 5 5 5 5
1 1
= cos cos1 = – sin cos1 .........(i)
2 5 5
2
1 2 6
=– 1 =– .
5 5
2 1 1
(24) Find the value of (i) sec cos1 , (ii) cosec sin ,
3 3
41 1 16 1 1 3
(iii) tan cos ec 1 , (iv) sec cot 63 , (v) sin 2 cot 4
4
1
(vi) tan 2 tan1 ,
5 4
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 24
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
(6)
sin1 x + sin1 y = sin1 x 1 y2 y 1 x2 x 0, y 0 and (x2 + y2) 1
(7)
sin–1x – sin–1y = sin–1 x 1 y2 y 1 x2 x, y [0, 1]
(8)
cos–1 x + cos–1y = cos–1 xy 1 x2 1 y2 x, y [0, 1]
1 1
(iv) tan1 1 + tan1 + tan1 =
2 3 2
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 25
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Relations and Functions
4 15 84
Example # 37 : Show that cos–1 + sin–1 = + cos–1
5 17 2 85
4 3
Solution : cos–1 = sin–1
5 5
2 2
3 15 3 15 8226
> 0, > 0 and + = >1
5 17
5
17 7225
3 15 3 225 15 9
sin–1 + sin–1 = – sin–1 1 1
5 17 5 289 17 25
3 8 15 4 84 84 84
= – sin–1 . . = – sin–1 =– + cos–1 = + cos–1
5 17 17 5 85 2 85 2 85
1 4
Example # 38 : Evaluate cot–1 + cot–1 + cot–11
9 5
1 4 5
Solution : cot–1 + cot–1 + cot–11 = tan–1 9 + tan–1 + cot–11
9 5 4
5 5
9 > 0, > 0 and 9 > 1
4 4
5
5 9 4
tan–1 9 + tan–1 + cot–11 = + tan–1 + cot–11 = + tan–1 (– 1) + cot–11
4 1 9. 5
4
=– + cot–11 = .
4
19 1
Answers. (27) (28) =– (29) x=
2 9 2
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website : www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF - 26
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
RELATIONS & FUNCTIONS
The calculus is the greatest aid we have to the appreciation
of physical truth in the broadest sense of the word. .......Williams F .Osgood
_____________________________________________________________________________________________
ifjHkk"kk (Definition) :
Qyu fdlh vfjDr leqPp; A ls vfjDr leqPp; B esa ,d fo'ks"k izdkj dk fu;e ¼;k laxrrk½ gS ftlds vUrxZr A
ds izR;sd vo;o dk] B ds vf}rh; vo;o ls lEc) gksrk gSA izrhdkRed :i esa f: A B fy[krs gS& bls ge ^^f,
leqPp; A ls leqPp; B esa ,d Qyu gSA^^ i<+rs gSA
mnkgj.kr% ekukfd A {–1, 0, 1} ,oa B {0, 1, 2}. rc A × B{(–1, 0), (–1, 1), (–1, 2), (0,0), (0, 1), (0, 2),
(1, 0), (1, 1), (1, 2)} vc, " f : A B, f(x) = x2 }kjk ifjHkkf"kr ,d Qyu gS rks
f {(–1, 1), (0, 0), (1, 1)} Qyu f dks vkjs[kh; :i esa fuEu fp=k }kjk Hkh n'kkZ;k tk ldrk gSA
A B
uksV : izR;sd Qyu y = f(x) : A B tgk¡ x Lora=k pj gSa ftldk eku leqPp; A dk dksbZ vo;o tcfd y dk eku
leqPp; B dk dksbZ vo;o gSA ;g lEcU/k Qyu gksxk ;fn vkSj dsoy ;fn (i) x leqPp; A dk izR;sd eku ys
ldrk gks rFkk (ii) x ds ,d eku ds fy, leqPp; B esa y dk dsoy ,d eku gksA
Graphically : ;fn dksbZ m/okZ/kj js[kk vkys[k dks ,d ls vf/kd fcUnqvks a ij izfrPNsn djrh gks] rks ;g vkys[k Qyu
dks iznf'kZr ugha djrk gS&
mnkgj.k # 10 : (i) fuEufyf[kr esa ls dkSu&dkSu lEcU/k] Qyu gSA
(A) f(x) = x3 ; {–1, 0, 1} {0, 1, 2, 3}
(B) f(x) = ± x ; {0, 1, 4} {–2, –1, 0, 1, 2}
(C) f(x) = x ; {0, 1, 4} {–2, –1, 0, 1, 2}
(D) f(x) = – x ; {0, 1, 4} {–2, –1, 0, 1, 2}
(ii) fuEufyf[kr esa ls dkSuls vkjsf[kr ys[kkfp=k Qyu dks iznf'kZr djrs gS&
(A) (B)
(C) (D)
gy : (i) (C) ,oa (D) esa Qyu dh ifjHkk"kk lUrq"V gS tcfd (A) dh fLFkfr esa fn;k x;k laEcU/k Qyu ugha gS]
tSls f(–1) lgizkUr vr% Qyu dh ifjHkk"kk lUrq"V ugha gksrh gSA
tcfd(B)dh fLFkfr esa fn;k x;k lEcU/k Qyu ugha gS]pw¡fd f(1) = ± 1,oa f(4) = ± 2 vFkkZr izkUr esa 1 ,oa 4
lgizkUr ds nks vo;oksa ls laEcf/kr gSA vr% Qyu dh ifjHkk"kk lUrq"V ugha gSA
(ii) (B vkSj D)
(A) esa izkUr ds ,d vo;o dk izfrfcEc lgizkUr esa ugha gS tcfd (C) esa izkUr ds ,d vo;o ds nks izfrfcEc
lgizkUr esa gSA
vH;kl dk;Z :
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-1
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
(1) ekuk [1, 1] ij ifjHkkf"kr Qyu g(x) gSA ;fn leckgq f=kHkqt ftlds nks 'kh"kZ (0,0) ,oa (x,g(x)) ij gS]
dk {ks=kQy 3 / 4 oxZ bdkbZ gS] rks Qyu g(x) gks ldrk gS&
(A) g(x)= (1 x2 ) (B) g(x) = (1 x 2 ) (C) g(x) = (1 x2 ) (D) g(x) = (1 x2 )
(2) {} ls {1, 2} esa ifjHkkf"kr lHkh laHko Qyu iznf'kZr dhft,A
Answers : (1) B, C
Qyu dk izkUr] lgizkUr ,oa ifjlj (Domain, Co-domain & Range of a Function) :
;fn f: A B }kjk ifjHkkf"kr dksbZ ,d Qyu gks rks leqPp; A Qyu f dk izkUr rFkk leqPp; B Qyu f dk lgizkUr
dgykrk gSA
;fn x1 dk izfrfp=k.k y1 gks] rks y1 dks f ds vUrxZr x1 dk izfrfcEc ,oa x1 dks y1 dk iwoZ izfrfcEc dgrs gSA ;fn
dsoy Qyu f (x) fn;k x;k gks ¼izkUr ,oa lgizkUr ugha n'kkZ, x, gksA ½ rks izkUr] ' x' ds mu ekuksa dk leqPp; gS
ftuds fy, Qyu f (x) okLrfod gS tcfd lgizkUr (– , ) fy;k tkrk gSA (ITFs ds vykok)
ifjlj y ds ekuksa dk iw.kZ leqPp; gksrk gS Li"Vr;k ifjlj lgizkUr dk mileqPp; gksrk gS
,slk Qyu ftlds izkUr o ifjlj nksuksa okLrfod la[;kvksa ds mileqPp; gks] rks og okLrfod Qyu dgykrk gSA
mnkgj.k # 11 : fuEufyf[kr Qyuksa dk izkUr Kkr dhft,&
(i) f(x) = x2 5 (ii) sin (x3 – x)
gy : (i) f(x) = x2 5 okLrfod gS ;fn vkSj dsoy ;fn x2 – 5 0
|x| 5 x– 5 ;k x 5
f dk izkUr (–, – 5 ] [ 5 , ) gSA
(ii) x –x R
3
izkUr x R gSA
Qyuksa ij chth; lafØ;k, (Algebraic Operations on Functions) :
;fn x ds okLrfod eku Qyu f vkSj g ds izkUr leqPp; Øe'k% A ,oa B gS] rks nksuksa f vkSj g, A B.esa ifjHkkf"kr
gSA vc ge f + g, f g, (f. g) ,oa (f /g) dks bl izdkj ifjHkkf"kr djrs gS&
f f (x)
(iii) (x) = dk izkUr {x x A B rkfd g(x) 0} gSA
g g(x)
uksV : (x) = {f(x)}g(x) ds izkUr ds fy, lkekU;r% izfrcU/k f(x) > 0 ,oa g(x) okLrfod gksuk pkfg,A
(x) = f(x)Cg(x) ;k (x) = f(x)Pg(x) ds izkUr ds fy, izkUr dh 'krsZ f(x) g(x) rFkk f(x) N o g(x) W gSA
3
mnkgj.k # 12 : Qyu f(x) = log(x3 x) dk izkUr Kkr dhft,&
4 x2
gy : 4 x2 dk izkUr [2, 2] gS ysfdu x = ± 2 ds fy, 4 x2 = 0 x (–2, 2)
x x > 0 ds fy, log(x x) ifjHkkf"kr gS vFkkZr x(x 1)(x + 1) > 0.
3 3
rc mijksDr foHkkxh lrr~ Qyu dk ifjlj [y2, y3] (y4, y5] (y6, y7] gSA
(iii) ,dfn"Vrk }kjk :
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-3
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
cgqr lkjs Qyu ,dfn"V o}Zeku ;k ,d fn"V Ðkleku gksrs gS ,dfn"V lrr~ Qyuksa dh fLFkfr esa fuEure ,oa
mPpre eku izkUr ds vfUre fcUnqvksa ij gksrs gSA dqN lkekU; Qyuksa ds vUrjky tgk¡ os lrr~ gS] esa o}Zeku ;k
Ðkleku gks fups fn, x;s gSA
;k
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-4
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
cgq,dh Qyu (Many - One function) :
Qyu f : A B cgq,dSdh Qyu dgykrk gS ;fn A ds nks ;k nks ls vf/kd vo;oksa dk ,d gh izfrfcEc B esa gksaA
bl izdkj f : A B cgq,dSdh gS ;fn vkSj dsoy ;fn de ls de nks vo;o x1, x2 A bl izdkj fo|eku gks] rkfd
f(x1) = f(x2) ysfdu x1 x2.
cgq,dSdh Qyu dks vkjs[kh; :i esa bl izdkj n'kkZ;k tk ldrk gS&
;k
uksV :;fn Qyu ,dSdh gS rks ;g cgq,dSdh ugha gks ldrk ,oa foykser%A
;k
;k
uksV : (i) ;fn ifjlj lg izkUr gks] rks f(x) vkPNknd gS] vU;Fkk vUrZ{ksih
(ii) ;fn Qyu vkPNknd gS rks og vUr{ksZih ugha gks ldrk gS ,oa foykser%A
vr% Qyu bu pkjksa esa ls ,d gks ldrk gS
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-5
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
uksV : (i) ;fn Qyu f ,dSdh ,oa vkPNknd nksuksa gS rks ;g ,dSdh vkPNknd izfrfp=k.k dgykrk gSA ,dSdh
vkPNknd Qyu dks izfrykseh;] O;qRØe.kh; ;k ,dleku Qyu ds uke ls Hkh tkurs gSA
(ii) ;fn fofHkUu 'n' vo;oksa ls leqPp; A cuk;k tkrk gS] rc A ls A esa ifjHkkf"kr Qyuksa dh la[;k
nn gksrh gS ,oa buesa ls n! ,dSdh gksrs gSA
(iii) ;fn f ,oa g nksuksa vkPNknd gks rks gof ;k fog vkPNknd gks ldrk gS vkSj ugha HkhA
(iv) nks ,dSdh vkPNknd Qyuksa dk la;qDr Qyu ,dSdh vkPNknd gksrk gS ;fn vkSj dsoy ;fn f ,oa
g ,dSdh vkPNknd Qyu bl izdkj gks rkfd gof ifjHkkf"kr gks] rks gof Hkh ,dSdh vkPNknd dsoy
rHkh gksxk tc f dk lg izkUr] g ds izkUr ds cjkcj gksA
mnkgj.k # 17 : (i) Kkr dhft, fd f(x) = x + cos x ,dSdh gSA
3 2
(ii) f : R R ds }kjk ifjHkkf"kr Qyu f(x) = –x + 3x – 2x + 4 vkPNknd gS ;k vUrZ{ksih] lR;kfir
dhft,A
(iii) f(x) = x2 – 2x; [0, 3] A f(x) ,dSdh gS ;k ugha Kkr dhft,A ;fn f(x) vkPNknd gS rks leqPp;
A Hkh Kkr dhft,
gy : (i) f(x) dk izkUr R gSA f (x) = 1 sin x.
f (x) 0 x lEiw.kZ izkUr ,oa lerk fHkUu&fHkUu fcUnqvksa ij izkIr gksrh gSA
f(x), R ij ,dfn"V o)Zeku gSA vr% f(x) ,dSdh gSA
(ii) ifjlj lgizkUr, vr% ;g Qyu vkPNknd gSA
ve ; 0 x 1
(iii) f(x) = 2(x – 1); 0 x 3 f(x) =
ve ; 1 x 3
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-6
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
mnkjg.k # 19 : tgk¡ laHko gks ogk¡ fuEufyf[kr Qyuksa ds fog ,oa gof Kkr dhft, &
(i) f(x) = x 3 , g(x) = 1 + x2 (ii) f(x) = x , g(x) = x2 1.
gy : (i) f dk izkUr [3, ) gS] ifjlj [0, ) gSA
g dk izkUr R gS] g dk ifjlj [1, ) gSA
gof(x) pwafd f dk ifjlj] g ds izkUr dk mileqPp; gS
gof dk ifjlj [3, ) gSA {f ds izkUr ds cjkcj gS }
gof (x) = x 3 g{f(x)} = g ( x 3 ) = 1 + (x+3) = x + 4. gof dk ifjlj [1, ) gSA
fog(x) g dk ifjlj] f ds izkUr dk mileqPp; gSA
fog dk izkUr R gSA {g ds izkUr ds cjkcj gSA}
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-7
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
fog (x) = f{g(x)}= f(1+ x 2 ) = x2 4 fog dk ifjlj [2, ) gSA
(ii) f(x) = x , g(x) = x2 1.
f dk izkUr [0, ) gS] f dk ifjlj [0, ) gSA
g dk izkUr R gS] g dk ifjlj [1, ) gSA
gof(x) pwafd f dk ifjlj] g ds izkUr dk mileqPp; gSA
gof dk izkUr [0, ) gS rFkk g{f(x)}= g(x) = x 1. gof dk ifjlj [–1, ) gSA
fog(x) g dk ifjlj] f ds izkUr dk mileqPp; ugha gSA
vFkkZr~ [1, ) [0, )
fog, g ds lEiw.kZ izkUr ij ifjHkkf"kr ugha gSA
fog dk izkUr {xR, g dk izkUr : g(x) [0, ), f dk izkUr}.
bl izdkj fog dk izkUr D = {xR: 0 g(x) < } gSA
vFkkZr D = { xR: 0 x2 1}= { xR: x 1 or x 1 }= (, 1] [1, )
fog (x) = f{g(x)} = f(x21) = x2 1 bldk ifjlj [0, ) gSA
mnkgj.k # 20 : ekuk f(x) = ex ; R+ R rFkk g(x)=sinx; , [–1, 1].. fog (x) dk izkUr ,oa ifjlj Kkr dhft,A
2 2
gy : f(x) dk izkUr (0, ) g(x) dk ifjlj [–1, 1]
g(x) ds ifjlj ds eku tks f(x) }kjk Lohd`r gS] 0, gSA
2
0 < g(x) 1 0 < sinx 1 0<x
2
vr% fog(x) izkUr x (0, ] gSA
2
vr% izkUr : (0, ]
2
ifjlj : (1, e]
(1 x) , 1 x 0
= ;
x 1 , 0 x 2
= {2 1 + x 2, –2 x 6, 0 x 4
x 1 , 0 x 1
3 x , 1 x 2
= ;
x 1 , 2x3
5 x , 3x4
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-8
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
vE;kl dk;Z %
(7) fog(x) ,oa gof(x) dks ifjHkkf"kr dhft,A buds izkUr ,oa ifjlj Kkr dhft,A
(i) f(x) = [x], g(x) = sin x (ii) f(x) = tan x, x (–/2, /2); g(x) = 1 x2
(8) ekuk f(x) = ex : R+ R ,oa g(x) = x2 – x : R R. fog (x) ,oa gof (x) izkUr ,oa ifjlj Kkr djksA
Answers :
(7) (i) gof = sin [x] izkUr : R ifjlj { sin a : a }
fog = [ sin x] izkUr : R ifjlj: {–1, 0, 1}
(ii) gof 1 tan2 x , izkUr : , ifjlj : [0, 1]
4 4
fog tan 1 x2 izkUr : [–1, 1] ifjlj [0, tan 1]
(8) fog (x) gof (x)
izkUr : (–, 0) (1, ) izkUr : (0, )
ifjlj : (1, ) ifjlj : (0, )
(b) lHkh Qyuksa ¼ftudk izkUr ewy fcUnq ds lkis{k lefer gSA½ dks le Qyuksa ds ;ksx ,oa fo"ke Qyuks
ds ;ksx esa foLrkfjr fd;k tk ldrk gS tks fuEu izdkj gS&
f(x) =
(c) f(x) = 0 dsoy ,d Qyu gS] tks la[;k js[kk ij ifjHkkf"kr gS rFkk ;g le ,oa fo"ke ,d lkFk gSA
(d) ;fn f ,oa g nksuksa le ;k fo"ke gS rks Qyu f.g le Qyu gksxk ysfdu buesa ls dksbZ ,d fo"ke gks
,oa vU; le gks] rks f.g fo"ke Qyu gksxkA
(e) ;fn f(x) le gS rks f(x) fo"ke tcfd fo"ke Qyu dk vodyu le gksrk gSA ;s lHkh ckrs Qyu ds
lekdyu ds fy, ugha dgh tk ldrh gSA
mnkgj.k # 13 : iznf'kZr dhft, fd ax +a–x le Qyu gSA
gy : ekuk f(x) = ax + a–x
rc f(–x) = a–x + a–(–x) = a–x +ax = f(x). vr% f(x) le Qyu gSA
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-9
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
(b) lkekU;r% f ,oa f–1 ds izfrPNsn fcUnq ljy js[kk y = x ij fLFkr gksrs gSA fQj Hkh ;g /;ku jguk pkfg, fd
–1
f(x) ,oa f (x) vU; dgh Hkh izfrPNsn dj ldrs gSA mnkgj.k % f(x) = 1/x.
(c) lekU;r% fog(x) ,oa gof(x) cjkcj ugha gksrs ysfdu ;fn f ,oa g ,d nwljs ds izfrykse gks] rc gof = fog.
ysfdu ;fn f ,oa g ,d nwljs ds izfrykse u gks rc Hkh fog(x) ,oa gof(x) cjkcj gks ldrs gS
mnkgj.k % f(x) = x + 1, g(x) = x + 2.
–1
rFkkfi ;fn fog(x) = gof(x) = x, rc g(x) = f (x)
(d) ;fn nks ,dSdh vkPNknd Qyu f ,oa g f : A B, g : B C gks] rks gof dk izfrykse fo|eku gksrk gS rFkk
(gof)1 = f 1 o g1
1
(e) ;fn f(x) ,oa g(x) ,d nwljs ds izfrykse Qyu gS rks f(g(x)) =
g (x)
2x 3
mnkjg.k # 16 : (i) Kkr dhft, fd f : R R ds }kjk ifjHkkf"kr Qyu f(x) = izfrykseh; gS ;k ugha\ ;fn gS
4
rks bls Kkr dhft,A
(ii) ekuk f(x) = x2 + 2x ; x –1, f–1(x) dk vkjs[k [khafp, rFkk lehdj.k f(x) = f–1(x) ds gyksa dh
la[;k Hkh Kkr dhft,A
(iii) ;fn y = f(x) = x2 – 3x + 2, x 1 gks] rks g(2) dk eku Kkr dhft, tgk¡ g, f dk izfrykse gSA
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-11
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
gy : (i) fn;k x;k Qyu ,dSdh ,oa vkPNknd gS] vr% ;g izfrykseh; gSA
2x 3 4y 3 –1 4x 3
y= x= f (x) =
4 2 2
(ii) f(x) = f–1(x), f(x) = x ds leku gSA
x2 + 2x = x x(x + 1) = 0
x = 0, –1
vr% f(x) = f–1(x) ds fy, nks gy gS&
(iii) f(x) = x2 – 3x + 2, x 1
f(g(x) = g(x)2 – 3 g(x) + 2
2 = g(2)2 – 3g(2) + 2
g(2) = 0, 3 1
so g(2) = 0
f(x) = 2x – 3
1 1 1
f(g(x) = x f(g(x)) . g(x) = 1 g(2) = = =–
f (g(2)) f (0) 3
vE;kl dk;Z :
–1
(10) f (x) Kkr dhft,] ;fn fn, x, Qyu izfrykseh; gSA
2
f : (–, –1) (–, –2) }kjk ifjHkkf"kr Qyu f(x) = –(x + 1) – 2
Answers :– 1 – x 2
izfrykse f=kdks.kfefr; Qyu (Inverse Trigonometry Functions)
izLrkouk (Introduction) :
ge f=kdks.kehrh; Qyuksa tSls sin x, cos x, tan x, cosec x, sec x, cot x ds ckjs esa i<+ pqds gS] ftuds fd izkUr
Øe'k% R, R, R – {(2n + 1) /2}, R – {n}, R – {(2n + 1) /2}, R – {n} rFkk ifjlj Øe'k% [–1, 1], [–1, 1],
R, R – (–1, 1), R – (–1, 1), R gSA
N% izfrykse f=kdks.kfefÙk; Qyu ¼izfrykse o`fÙk; Qyu½ ifjHkkf"kr gS&
sin–1x : izrhd sin–1x ;k arcsinx dks.k dks bl rjg fu:fir djrs gSa fd sin = x. bldk lh/kk vFkZ gS fd sin–1x ,d
Qyu ugha gS D;ksafd ;g Qyu gksus ds fy;s vko';d fu;eksa dks larq"V ugha djrk gS] ysfdu mIk;qDr fodYi ds :i
esa [–1, 1] dks izkUr ds :i esa vkSj ekud leqPp; [–/2, /2] dks blds ifjlj :i esa ysus ij sin–1 x ,d ,dy
eku Qyu (single valued function) cu tkrk gSA
vr% sin–1x dks izkUr [–1, 1] vkSj ifjlj [–/2, /2] esa ,d Qyu ds :i esa fy;k tk ldrk gSA
y = sin–1x dk vkys[k uhps n'kkZ;k x;k gS] ftls y = sin x ds x = –/2 ls x = /2 rd ds Hkkx dks js[kk y = x ij
niZ.k izfrfcEc ysdj izkIr fd;k x;k gSA
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-12
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
cos–1x : Åij fn;s x;s dFkuksa ds vuqlkj cos–1 x ;k arccos x dks ,d Qyu dks rjg fy;k tkrk gS ftldk izkUr
[–1, 1] vkSj ifjlj [0, ] gSA
y = cos–1x dk vkys[k Hkh blh rjg y = cos x ds x = 0 ls x = rd ds Hkkx dks js[kk y = x ij n.kZ.k
izfrfcEc ysdj izkIr fd;k x;k gSA
tan–1x : tan–1 x ;k arctanx dks ,d Qyu ds :i esa ysus ds fy;s mldk izkUr R vkSj ifjlj (–/2, /2) j[krs
gSA y = tan–1x dk vkys[k
y
/2
o x
/2
cosec–1x : cosec–1x ;k arccosec x ,d Qyu gS ftldk izkUr R – (–1, 1) vkSj ifjlj [–/2, /2] – {0} ysrs gSA
y = cosec–1x dk vkys[k
sec–1x : sec–1x ;k arcsec x ,d Qyu gS ftldk izkUr R – (–1, 1) vkSj ifjlj [0,] – {/2} gSA
y = sec–1x dk vkys[k
cot–1 x : cot–1x ;k arccot x ,d Qyu gS ftldk izkUr R vkSj ifjlj (0, ) gSA
y = cot–1x dk vkys[k
1
mnkgj.k # 17 : tan cos1 tan1 dk eku Kkr dhft,A
1
2 3
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-13
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
1 1 1
gy: tan cos1 tan1 = tan = tan = .
2 3 3 6
6 3
x2
(ii) y = sin–1
1 x2 dk izkUr Kkr dhft,A
(iii) y = cot–1 ( x2 1) dk izkUr Kkr dhft,A
Answers : 17.(i) 0 (ii) 1
18. (i) (– , – 3] [ – 2, – 1] [0, ) (ii) R (iii) (– , –1] [1, )
xq.k/keZ 3 : “–x”
sin–1x, tan–1 x, cosec–1x ds vkys[k ewyfcUnq ds lkis{k lefer gSA
vr% ge dg ldrs gS fd sin–1 (–x) = – sin–1x
tan–1 (–x) = – tan–1x
cosec–1 (–x) = – cosec–1x.
rFkk cos–1x, sec–1x, cot–1x ds vkys[k fcUnq (0, /2) ds lkis{k lefer gS] blls ge dg ldrs gSa fd
cos–1 (–x) = – cos–1x
sec–1 (–x) = – sec–1x
cot–1 (–x) = – cot–1x.
xq.k/keZ 1 : T(T–1)
(i) sin (sin1 x) = x, 1 x 1
Proof : ekuk = sin–1x. rks x [–1, 1] vkSj [–/2, /2].
sin = x, izrhd ds vFkZ }kjk
sin (sin–1 x) = x
blh rjg ge fuEu dks fl) dj ldrs gSA
(ii) cos (cos1 x) = x, 1 x 1
(iii) tan (tan1 x) = x, x R
(iv) cot (cot1 x) = x, x R
(v) sec (sec1 x) = x, x 1, x 1
(vi) cosec (cosec1 x) = x, |x| 1
y = sin (sin–1x) cos (cos–1x) dk vkys[k
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-14
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
xq.k/keZ 2 : T–1(T)
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-15
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
(iii) tan–1 (tan x) = – n + x, n – /2 < x < n + /2, n z
fVIIk.kh : sin (sin–1x), cos (cos–1x), .... cot (cot–1x) vukorhZ (non periodic) Qyu gS tcfd
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-16
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
xq.k/keZ 4 : “/2”
(i) sin1 x + cos1 x = , 1 x 1
2
gy : ekuk A = sin–1x vkSj B = cos–1x
sin A = x vkSj cos B = x sin A = cos B
sin A = sin (/2 – B)
A = /2 – B, D;ksfd A vkSj /2 – B [–/2, /2]
A + B = /2.
blh izdkj ge dg ldrs gSa fd
(ii) tan1 x + cot1 x = , xR (iii) cosec1 x + sec1 x = , x 1
2 2
3
mnkgj.k # 28 : cosec cot cot 1 dk eku Kkr dhft,&
4
gy : cot (cot x) = x, x R
–1
3 3
cot cot 1 =
4 4
3 3
cosec cot cot 1 = cosec = 2
4 4
3
mnkgj.k # 29 tan–1 tan dk eku Kkr dhft,&
4
gy : tan–1 (tan x) = x ;fn x ,
2 2
3 3 3
tSlk fd , tan–1 tan
4 2 2 4 4
3 3
,
4 2 2
y = tan–1 (tan x) dk vkys[k bl izdkj gS&
3
mijksDr xzkQ ls ge dg ldrs gSa fd ;fn < x< ,
2 2
rks tan–1 (tan x) = x –
3 3
tan–1 tan = – =–
4 4 4
mnkgj.k # 30 : sin–1 (sin7) vkSj sin–1 (sin (–5)) dk eku Kkr djks&
gy ekuk y = sin–1 (sin 7)
5
sin–1 (sin 7) 7 D;ksafd 7 , 2 < 7 <
2 2 2
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-17
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
y = sin–1 (sin x) dk xzkQ bl rjg gS&
5
xzkQ ls ge dg ldrs gS fd ;fn 2 x , rks
2
y = sin–1(sin x ) dks bl rjg fy[k ldrs gS
y = x – 2
sin–1 (sin 7) = 7 – 2
blh rjg ;fn ge sin–1 (sin(–5)) dk eku Kkr djuk gS] rks
3
– 2 < – 5 < –
2
sin–1 (sin x) ds vkys[k ls ge dg ldrs gS fd
sin–1 (sin(–5)) = 2 + (–5) = 2 – 5
2
gy : (i) ekuk y = tan cot 1 ........(i)
3
cot (–x) = – cot–1x, x R
–1
1 1 1 1 1 2
(ii) sin 2 tan1 = 2sin tan1 cos tan1 = 2sin sin 1 × cos cos
2 2 2 5 5
1 2 4
=2×
5 5 5
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-18
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
1 1 1 1 1
(iii) cos 2cos1 sin1 = cos cos1 sin1 cos1
5 5 5 5 5
1 1
= cos cos1 = – sin cos1 .........(i)
2 5 5
2
1 2 6
=– 1 =– .
5 5
1 1
Aliter : Let cos1 = cos = vkSj 0, 2
5 5
24
sin =
5
24
sin–1 (sin ) = sin–1
5
..........(ii)
0, sin–1 (sin ) =
2
lehdj.k (ii) dks bl rjg fy[kk tk ldrk gS&
24 1 1 24
= sin–1 = cos–1
5
cos–1 = sin–1
5
5 5
vc lehdj.k (i) dks bl rjg fy[kk tk ldrk gS&
24
y = – sin sin1
5
........(iii)
24
24
24
[–1, 1] sin sin1
5
=
5
5
24
lehdj.k (iii) ls ge y = – izkIr djrs gSA
5
mnkgj.k # 26 : sin–1 (x2 – 2x + 1) + cos–1(x2 – x) = gy dhft,&
2
gy : sin–1(f(x)) + cos–1(g(x)) = f(x) = g(x) vkSj –1 f(x), g(x) 1
2
x2 – 2x + 1 = x2 – x x = 1, dks ,d gy fd rjg fy;k tk ldrk gSa
vE;kl dk;Z :
(16) cos sin sin1 dk eku Kkr djksA
6
3
(17) sin cos cos1 dk eku Kkr djksA
4
(18) cos–1 (cos 13) dk eku Kkr djksA
5
(19) sin–1(sin ), cos–1(cos), tan–1 (tan ), cot–1(cot) dk vUrjky , 3 esa eku Kkr djksA
2
7
(20) cos–1 (– cos 4) dk eku Kkr djksA (21) tan–1 tan dk eku Kkr djksA
8
1 2
(22) tan–1 cot dk eku Kkr djksA (23) sec cos1 dk eku Kkr djksA
4 3
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-19
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
1
(24) cosec sin1 dk eku Kkr djksA
3
1
(25) x = ij sin (2cos–1x + sin–1x) dk eku Kkr djksA
5
(26) fuEu lehdj.kksa dks gy dhft, (i) 5 tan–1x + 3 cot–1x = 2 (ii) 4 sin–1x = – cos–1x
41 1 16
(27) tan cos ec 1 dk eku Kkr dhft,A (28) sec cot dk eku Kkr dhft,A
4 63
1 3 1
(29) sin cot 1 dk eku Kkr dhft,A (30)tan 2 tan1 tandkeku Kkr dhft,A
2 4 5 4
(31) gy dhft, sin–1(x2 – 2x + 3) + cos–1(x2 – x) =
2
3
Answers : (16) (17) ifjHkkf"kr ugha gSa
2
(18) 13 – 4 (19) 3 – , – 2, – 3, – 2
1
(20) 4 – (21) (22) 4 2
8
3 1
(23) (24) – 3 (25)
2 5
1
(26) (i) x=1 (ii) x=
2
4 65 2 5 7
(27) (28) (29) (30)
5 16 5 17
(31) dksbZ gy ugha
1 1
sin x + sin y =
sin1 x 1 y 2 y 1 x 2 , x 0, y 0
, oa (x 2 y 2 ) 1
(i)
sin1 x 1 y 2 y 1 x 2 , x 0, y 0 , oa x2 y2 1
gy: ekuk A = sin–1 x vkSj B = sin–1y tgk¡ x, y [0, 1].
sin (A + B) = x 1 y2 + y 1 x2
sin–1 sin (A + B) = sin–1 x 1 y2 y 1 x 2
sin–1 x 1 y2 y 1 x 2
A B tc 0 A B / 2 1 1
sin x sin y, x2 y2 1
= =
(A B) tc / 2 A B 1 1
(sin x sin y), x y 1
2 2
(ii)
sin–1x – sin–1y = sin–1 x 1 y2 y 1 x 2 ; x, y [0, 1]
(iii)
cos–1 x + cos–1y = cos–1 xy 1 x2 1 y2 ; x, y [0, 1]
cos–1x – cos–1y =
cos1 xy 1 x 2 1 y ; 0 x y 1
2
1 y ; 0 y x 1
(iv)
cos1 xy 1 x 2 2
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-20
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
/2 ; fn x, y 0 & xy 1
/ 2 ; fn x, y 0 & xy 1
xy
(v) tan–1x + tan–1y = tan1 ; fn x, y 0 & xy 1
1 xy
xy
tan1 ; fn x, y 0 & xy 1
1 xy
xy
(vi) tan–1x – tan–1y = tan–1 , x 0, y 0
1 xy
Notes :(i) x2 + y2 1 & x, y 0 0 sin1 x + sin1 y
2
vkSj x2 + y2 1 & x, y 0 sin1 x + sin1 y
2
(ii) xy < 1 vkSj x, y 0 0 tan1 x + tan1 y < ; xy > 1 vkSj x, y 0
2
< tan1 x + tan1 y <
2
(iii)x < 0 ;k y < 0 ds fy;s bu loZlfedkvksa dks xq.k/keZ “– x” dh lgk;rk ls iz;qDr dj ldrs gSA
vFkkZr~ x dks – x ,oa y dks y esa cnyrs gS tks fd /kukRed gSa
4 15 84
mnkgj.k # 27 : n'kkZb;s fd cos–1 + sin–1 = + cos–1
5 17 2 85
2 2
4 3 3 15 3 15 8226
gy : cos–1 = sin–1 > 0, > 0 vkSj + = >1
5 5 5 17
5
17 7225
3 15 3 225 15 9
sin–1 + sin–1 = – sin–1 1 1
5 17 5 289 17 25
3 8 15 4 84 84 84
= – sin–1 . . = – sin–1 =– + cos–1 = + cos–1
5 17 17 5 85 2 85 2 85
1 4
mnkgj.k # 28 : cot–1 + cot–1 + cot–11 dk eku Kkr dhft,A
9 5
1 4 5 5 5
gy : cot–1 + cot–1 + cot–11 = tan–1 9 + tan–1 + cot–119 > 0, > 0 vkSj 9 > 1
9 5 4 4 4
5
5 9 4
tan–1 9 + tan–1 + cot–11 = + tan–1 + cot–11 = + tan–1 (– 1) + cot–11
4 1 9. 5
4
=– + cot–11 = .
4
mnkgj.k # 29: y = cos–1 (4x3 – 3x) dks cos–1 x ds inksa esa fyf[k, rFkk bldk xzkQ Hkh [khafp,A
gy : Hkkx : ekuk y = cos–1 (4x3 – 3x)
izkUr : [–1, 1] vkSj ifjlj : [0, ]
ekuk cos–1 x = [0, ] rFkk x = cos
y = cos (4 cos – 3 cos )
–1 3
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-21
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-22
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
dy 1
<0 ;fn x , 1
dx 2
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-23
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
1 1 1
3 sin x ; x
2 2
1
(36) y = sin–1 (3x – 4x3) = 3 sin1 x ; x 1
2
1 1
3 sin x ; 1 x
2
y = sin–1 (3x – 4x3) dk xzkQ
1 1 1
3 tan x ; x
3 3
3x x3 1 1
(37) y = tan–1
2
= 3 tan x ; x
1 3x 3
1 1
3 tan x ; x
3
3x x3
fp=k : y = tan–1 dk xzkQ
2
1 3x
xq.k/keZ 7 : fofo/k loZlfedk,¡ ( Miscellaneous identities)
1
2 sin x ; fn |x| 1
2
(i) sin 1
2 x 1 x 2
= 2sin 1 x
; fn 1 x 1
2
2sin x
1
; fn 1 x 1
2
y = sin1 2 x 1 x 2 dk xzkQ
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-24
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
lacU/k ,oa Qyu
2cos1 x ;fn 0 x 1
(ii) cos1 (2 x2 1) =
1
2 2cos x ;fn 1 x 0
y = cos (2 x 1) dk xzkQ
1 2
2 tan1 x ; fn | x | 1
2x
(iii) tan1
= 2 tan1 x ; fn x 1
1 x2
2 tan1 x ; fn x 1
2x
y = tan1 dk xzkQ
1 x2
2 tan1 x ; fn | x | 1
2x
(iv) sin1 = 2 tan1 x ; fn x 1
1 x2
2 tan1 x ; fn x 1
2 x
y = sin1 dk xzkQ
1 x2
1 x2 2 tan 1 x ; fn x 0
(v) cos1 =
1x 2 tan 1 x
2
; fn x 0
1 x 2
y = cos1 dk xzkQ
1 x2
1 1
(ix) tan1 1 + tan1 + tan1 =
2 3 2
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVRF-25
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
Section (A) : Ordered pair , Cartesian product, Relation, Domain and Range of Relation
[k.M (A) : Øfer ;qXe] dkrhZ; xq.ku] lEcU/k] lEcU/k dk izkar rFkk ifjlj
A-1. If A = {2, 4, 5}, B = {7, 8, 9}, then find n(A × B).
;fn A = {2, 4, 5}, B = {7, 8, 9}, rks n(A × B) dk eku gS&
Ans. 9
A-2. A and B are two sets having 3 and 4 elements respectively and having 2 elements in common. Find the
number of possible relations which can be defined from A to B.
Ans. 212
A vkSj B nks leqPp; gS ftuesa vo;oksa dh la[;k Øe'k% 3 vkSj 4 gS vkSj nksuksa esa 2 vo;o mHk;fu"B gSA rc A ls B
esa ifjHkkf"kr lEcU/kksa dh la[;k gS&
Ans. 212
A-3. If A = {2, 3, 4, 5}, B = {1, 3, 5, 7} and a relation R : A B such that y = 2x –3, xA, yB, then find R.
;fn A = {2, 3, 4, 5}, B = {1, 3, 5, 7} rFkk ,d lEcU/k R : A B rkfd y = 2x –3, xA, yB, rc R gS&
Ans. R = { (2, 1), (3, 3), (4, 5), (5, 7)}
x – 1
2
A-4. Let R be a relation defined as R = { (x, y) : y = , x Z and –3 x 3} then find
A-5. The Certesian product A × A has 16 elements S = {(a,b) A × A| a < b}. (–1,2) and (0,1) are two
elements belonging to S. Find the set containing the remaining elements of S.
dkfrZ; xq.ku A × A, 16 vo;o j[krk gS S = {(a,b) A × A| a < b}. (–1,2) vkSj (0,1) esa S ds nks vo;o gS rc S
ds 'ks"k vo;o j[kus okyk leqPp; Kkr dhft,A
Ans. {(–1,0), (–1,1), (0,2), (1,2)}
B-2. Prove that the relation ''less than'' in the set of natural number is transitive but not reflexive and
symmetric.
fl) dhft, izkÑr la[;kvksa ds leqPp; es lEcU/k ''ls de'' laØked gS ijUrq LorqY; ugha gS vkSj lefer Hkh ugha gSA
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-1
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
B-4. Let R be a relation on the set N be defined by {(x, y)| x, y N, 2x + y = 41}. Then prove that R is neither
reflexive nor symmetric and nor transitive.
ekuk lEcU/k R, leqPp; N ij {(x, y)| x, y N, 2x + y = 41} }kjk ifjHkkf"kr gS] rc fl) dhft, fd R u rks
LorqY; gS] u gh lefer vkSj u gh laØked gS&
B-5. Let n be a fixed positive integer. Define a relation R on the set of integers Z, aRb n|(a – b). Then
prove that R is equivalence
ekuk n ,d fuf'pr /kukRed iw.kk±d gSA iw.kk±dksa ds leqPp; Z ij aRb n|(a – b) ls ifjHkkf"kr lEcU/k R gS] rc
fl) dhft, R ,d rqY;rk lEcU/k gSA
B-6. Let S be a set of all square matrices of order 2. If a relation R defined on set S such that
AR B AB = BA, then identify the type of relation of R (A, B S) among reflexive, symmetric and
transitive.
ekuk 2 Øe ds lHkh oxZ vkO;wg dk leqPp; S gSA ;fn lEcU/k R, S bl izdkj ifjHkkf"kr gS fd AR B AB = BA,
rc LorqY;] lefer vkSj laØked es ls lEcU/k R (A, B S) dks igpkfu,A
Ans. (i) yes gk¡ (ii) no ugha (iii) no ugha (iv) no ugha
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-2
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
Ans. (i) R – {–1, 1} (ii) 2n – x 2n + , n (iii) (0, ) (iv) R
2 2
(v) [–2, 0) (0, 1) (vi) (2, 3] (vii) (– –1] [0,
1 5
(viii) , , 6
6 3 3
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-3
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
49
Ans. (i) [0, 10] (ii) (0, 1] (iii) (– , ] (iv) [–4, 3] (v) [–1, 1] (vi) R
20
(vii) n N
C-7. Find the range of the following functions : (where {.} and [.] represent fractional part and greatest
integer part functions respectively )
fuEufyf[kr Qyuksa ds ifjlj Kkr dhft,& (tgk¡ {.} vkSj [.] Øe'k% fHkUukRed Hkkx Qyu rFkk egÙke iw.kk±d Qyu
dks O;Dr djrs gSA)
1
(i) f (x) = 1 – | x – 2 | (ii). f(x) =
16 4 x x
2
1 x2
(iii) f (x) = (iv) f (x) = 2
2 cos 3 x x 8x 4
x2 2 x 4 2
(v) f (x) = (vi) f (x) = 3 sin x2
x 2x 4
2 16
(vii) f (x)= 2 x2 + 5
x4 (viii) f (x) = x3 – 12x, where (tgk¡) x [–3, 1]
(ix) f (x) = sin x + cos x
2 4
(x) f(x) = [sin x + [cos x + [tan x+ [secx]]]] Here tcfd x (0, /4)
C-8. Find whether the following functions are one-one or many-one & into or onto if f : D R where D is its
domain.
tk¡p dhft, fd fn;s x;s Qyu ,dSdh gS ;k cgq,dsdh vkSj vkPNknd gS ;k vUr{kSZih ;fn f : D R tgk¡ D bldk
izkUr gS \
(i) f(x) = |x2 + 5x + 6 | (ii) f(x) = |nx|
1
(iii) f(x) = sin 4x : , ( 1, 1) (iv) f(x) = x + , x (0, )
8 8 x
1
1 3x 2
(v) f(x) =
1 e x (vi) f(x) = – cos x
4
1 x6 1
(vii) f(x) = (viii) f(x) = x cos x (ix) f(x) =
x3 sin | x |
Ans. (i) many-one & into (ii) many-one & into (iii) one-one & onto (iv) many-one & into
(v) one – one & into (vi) many-one & into (vii) many-one & into (viii) many-one & onto
(ix) many-one & into
(i) cgq,dSdh ,oa vUr{ksZih (ii) cgq,dSdh ,oa vUr{ksZih (iii) ,dSdh ,oa vkPNknd (iv) cgq,dSdh ,oa vUr{ksZih
(v) ,dSdh ,oa vkPNknd (vi) cgq,dSdh ,oa vUr{ksZih (vii) cgq,dSdh ,oa vUr{ksZih
(viii) cgq,dSdh ,oa vkPNknd (ix) cgq,dSdh ,oa vUr{ksZih
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-4
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
C-9. Classify the following functions f(x) defined in R R as injective, surjective, both or none.
Qyu f(x), R R }kjka ifjHkkf"kr fuEufyf[kr Qyuksa dks ,dSdh] vkPNknd] nksuksa ;k dksbZ ugha esa oxhZd`r dhft,&
2
(i) f (x) = x |x| (ii) f (x) = x 2 (iii) f(x) = x3 6 x2 + 11x 6
1 x
Ans. (i) bijective (injective as well as surjective) (ii) neither surjective nor injective
(iii) surjective but not injective
(i) ,dSdh vkPNknd (ii) u ,dSdh u vkPNknd
(iii) vkPNknd ysfdu ,dSdh ugha
C-10. Check whether the following functions is/are many-one or one-one & into or onto
tk¡p dhft, fd fn, x;s Qyu cgq,dSdh gS ;k ,dSdh ,oa vUr{ksZih gS ;k vkPNknd
(i) f(x) = tan (2 sin x) (ii) f(x) = tan (sin x)
Ans. (i) many-one & onto cgq,dSdh ,oa vkPNknd (ii) many-one & into cgq,dSdh ,oa vUr{ksZih
C-11. Let f : A A where A = {x : –1 x 1}. Find whether the following functions are bijective.
ekukfd f : A A, tgk¡ A = {x : –1 x 1}. tk¡p dhft, fd fn;s x;s Qyu ,dSdh vkPNknd gSa ;k ugha\
x
(i) x – sin x (ii) x |x| (iii) tan (iv) x4
4
Ans. (i) No ugha (ii) Yes gk¡ (iii) Yes gk¡ (iv) No ugha
C-12. Let A be a set of n distinct elements. Then find the total number of distinct functions from A to A ? How
many of them are onto functions ?
;fn A, n fHkUu-fHkUu vo;oksa dk leqPp; gks] rks A ls A esa ifjHkkf"kr fdrus fHkUu -fHkUu Qyu gksxsa \ buesa ls fdrus
Qyu vkPNknd gS \
Ans. nn , n!
x 1
2
(i) f(x) = x 2 and g(x) = (ii)_ f(x) = tanx and g(x) =
cot x
1 cos2x
(iii) f(x) = and g(x) = cos x (iv) f(x) = x and g(x) = enx
2
tk¡p dhft, dh fuEufyf[kr Qyuksa ds ;qXe rqY; gS ;k ughaA
x 1
2
(i) f(x) = x 2 vkSj g(x) = (ii)_ f(x) = tanx vkSj g(x) =
cot x
1 cos2x
(iii) f(x) = vkSj g(x) = cos x (iv) f(x) = x vkSj g(x) = enx
2
Ans. (i) No ugha (ii) No ugha (iii) No ugha (iv) No ugha
D-2. Find for what values of x, the following functions would be identical.
x 1
f(x) = log (x 1) log (x 2) and g (x) = log
x 2
x ds og eku Kkr djks ftlds fy, fuEufyf[kr Qyu rqY; Qyu gSA
x 1
f (x) = log (x 1) log (x 2) ,oa g (x) = log
x 2
Ans. (2, )
D-3. Let f(x) = x2 + x + 1 and g(x) = sin x. Show that fog gof
;fn f(x) = x2 + x + 1 ,oa g(x) = sin x gks] rks iznf'kZr dhft, fd fog gof.
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-5
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
D-4. Let f(x) = x2, g(x) = sin x, h(x) = x , then verify that [fo (goh)] (x) and [(fog) oh] (x) are equal.
;fn f(x) = x2, g(x) = sin x, h(x) = x gks] rks lR;kfir dhft, fd [fo (goh)] (x) ,oa [(fog) oh] (x) cjkcj gSA
Ans. [fo(goh)] (x) = [(fog) oh] (x) = sin2 x
1 x 2 ; x 1
D-7. If f(x) = and g(x) = 1 – x ; – 2 < x < 1, then define the function fog(x).
x 1; 1 x2
;fn f(x) = 1 x ; x 1
2
vkSj g(x) = 1 – x ; – 2 < x < 1 gks] rks Qyu fog(x) dks ifjHkkf"kr dhft,A
x 1; 1 x 2
2 2x x 2 , 0 x 1
Ans. f(g(x)) =
2 x, 1 x 0
x2 x2
D-8. If f(x) = and g(x) = , then find the domain of
x 1 x
x2 x2
;fn f(x) = vkSj g(x) = rc fuEu dk izkUr Kkr dhft,
x 1 x
(i) fog(x) (ii) gof(x) (iii) fof(x) (iv) fogof(x)
Ans. (i) x R – {0, 1} (ii) x R – {–2, –1}
3
(iii) x R – , 1 (iv) x R – {–2, –1}
2
2x x Q {0}
D-9. If f(x) = , then define fof(x) and hence define fofof.....f(x) where f is ‘n’ times.
3x x Qc
2x x Q {0}
;fn f(x) = gks] rks fof(x) dks ifjHkkf"kr dhft, vkSj Qyr fofof.....f(x) tgk¡ f ‘n’ ckj gS] dks
3x x Qc
ifjHkkf"kr dhft,A
3 2 x x Q {0}
3
n1
2x x Q {0}
Ans. fof (x) = , fofof.....f(x) =
2
3 x x Qc
n
3 x x Qc
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-6
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
x 1 x4
x2 1 x 3
D-10. Let f(x) 2x 1 4 x 9 and g(x) = then, find f(g(x)).
x 7 x9 x 2 3 x 5
x 1 x4
x2 1 x 3
ekuk f(x) 2x 1 4 x 9 vkSj g(x) = rks, f(g(x)) Kkr dhft,A
x 2 3 x 5
x 7 x9
x 2 1 x [ 1, 2]
Ans. f(g(x)) = 2x 2 1 x (2, 3)
2x 5 x [3, 5]
4x
D-11. If f(x) = , then show that f(x) + f(1 – x) = 1
4x 2
4x
;fn f(x) = x gks] rks iznf'kZr dhft, fd f(x) + f(1 – x) = 1
4 2
E-2. Examine whether the following functions are even or odd or neither even nor odd, where [ ] denotes
greatest integer function.
fuEufyf[kr Qyuksa ds le ;k fo"ke gksus ;k u le u fo"ke gksus dh tkap dhft,A (tgk¡ [ . ] egÙke iw.kk±d Qyu
dks iznf'kZr djrk gSA½
(1 2x )7 sec x x 2 9
(i) f (x) = (ii) f (x) =
2x x sin x
x | x |, x 1
(iii) f (x) = 1 x x 2
– 1 x x 2
(iv) f (x) = [1 x] [1 x], 1 x 1
x | x |, x 1
Ans. (i) neither even nor odd (ii) even (iii) odd (iv) even
(i) u le u fo"ke (ii) le (iii) fo"ke (iv) le
E-3. Which of the following functions are not periodic (where [ . ] denotes greatest integer function) :
fl) dhft, fd fuEufyf[kr Qyu] vkorhZ Qyu ugha gSa& ¼tgk¡ [.] egÙke iw.kkaZd Qyu dks O;ä djrk gSA½
(i) f(x) = sin x (ii) f(x) = x + sin x
(iii) f(x) = [sin 3x] + |cos 6x|
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-7
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
E-4. Find the fundamental period of the following functions :
fuEufyf[kr Qyuksa ds ewyHkwr vkorZdky Kkr dhft,
(iii) f(x) = n (x + 1 x2 )
(iv) Let f [0, 3] [1, 13] is defined by f(x) = x2 + x + 1, then find f – 1 (x).
ekuk f [0, 3] [1, 13] esa ifjHkkf"kr Qyu f(x) = x2 + x + 1 gS rc f– 1 (x) Kkr dhft,A
e2x e2x
F-2. Let f : R R be defined by f(x) = . Is f(x) invertible ? If yes, then find its inverse.
2
e2x e2x
ekukfd f : R R bl izdkj gS fd f(x) = . D;k f(x) izfrykseh; gS \ ;fn gk¡] rks bldk izfrykse Kkr
2
dhft,A
1
Ans. f–1 : R R, f –1(x) = n (x + x2 1 )
2
F-3. (a) If f(x) = –x|x|, then find f –1(x) and hence find the number of solutions of f(x) = f–1(x).
;fn f(x) = –x|x| gS rc f–1(x) Kkr dhft, Qyr% f(x) = f–1(x) ds gyksa dh la[;k Kkr dhft,A
5 9 8x 5
(b) Solve 2x2 – 5x + 2 = , where x <
4 4
5 9 8x 5
gy dhft,% 2x2 – 5x + 2 = tgk¡ x <
4 4
x x 0 3 5
Ans. (a) f–1(x) = ,3 (b) x=
x x 0 2
F-4. If g is inverse of f(x) = x 3 + x + cosx, then find the value of g(1).
;fn g, f(x) = x3 + x + cosx dk izfrykse Qyu gS] rks g(1) dk eku Kkr dhft,
Ans. 1
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-8
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
( 1)x x Qc
x x Qc
F-5. If f(x) = and g(x) = are inverse to each other then find all
x 3x 1 x Q 1 x
x Q
2
possible values of .
( 1)x x Qc x Qc
;fn f(x) = 2 rFkk g(x) = x ,d nwljs ds izfrykse Qyu gS rc ds
x 3x 1 x Q
1 x
x Q
lHkh laHkkfor eku Kkr dhft,A
Ans. =2
n n
;fn
i 1
cos1 i = 0 gks] rks i·
i 1
i dk eku Kkr dhft;sA
2n 2n
(ii) If
i1
sin1 xi n , then show that x
i1
i 2n
2n 2n
;fn i1
sin1 xi n gS, rks fl) dhft, fd x i1
i 2n
n 1
Ans. (i) n
2
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-9
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
G–6. Let f : , B defined by f (x) = 2 cos2x + 3 sin2x + 1. Find B such that f –1 exists. Also find
3 6
f –1 (x).
ekuk Qyu f (x) = 2 cos2x + 3 sin2x + 1, f : , B }kjk ifjHkkf"kr gSA B Kkr dhft, rkfd f –1 fo|eku
3 6
gksA f (x) Hkh Kkr dhft,A
–1
1 1 x 2
Ans. B = [0, 4] ; f –1 (x) = sin
2 2 6
Section (H) : Trig (trig–1x), trig–1 (trig x), trig–1 (–x) and Property (/2)
[k.M (H) : Trig (trig–1x), trig–1 (trig x), trig–1 (–x) rFkk xq.k/keZ (/2)
H-1. Evaluate the following inverse trigonometric expressions :
fuEufyf[kr izfrykse o`Ùkh; O;atdks ds eku Kkr dhft,&
7 2
(i) sin–1 sin (ii) tan–1 tan
6 3
5 7
(iii) cos–1 cos (iv) sec–1 sec
4 4
3
Ans. (i) – (ii) – (iii) (iv)
6 3 4 4
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-10
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
Ans. x>1
1
I-3. If tan–1x + cot–1 + 2tan–1z = , then prove that x + y + 2z = xz2 + yz2 + 2xyz
y
1
;fn tan–1x + cot–1 + 2tan–1z = gks rks fl) dhft, x + y + 2z = xz2 + yz2 + 2xyz
y
1 x 2 – xy
I-4. If cos–1x + 2sin–1x + 3cot–1y + 4tan–1y = 4sec–1z + 5cosec–1z , then prove that z2 – 1 =
x y 1– x 2
1 x 2 – xy
;fn cos–1x + 2sin–1x + 3cot–1y + 4tan–1y = 4sec–1z + 5cosec–1z gks rks fl) dhft, z2 – 1 =
x y 1– x 2
2 2
I-5. Consider, f(x) = tan–1 , g(x) = sin–1 and h(x) = tan (cos–1(sinx)), then show that
x 4x
2
0 , x 0
(h(f(x)) + h(g(x)) =
x , x 0
ekuk fd, f(x) = tan–1 , g(x) = sin–1
2 2
rFkk h(x) = tan (cos–1(sinx)), rc n'kkZb;sa fd
x 4x
2
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-11
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
0 , x 0
(h(f(x)) + h(g(x)) =
x , x 0
O;Dr dhft,&
2x
(i) x > 1 ds fy, tan–1 dks tan–1 x ds inksa esa
1 x 2
1
(ii) 1 x > ds fy, sin–1 (2x 1 x2 ) dks sin–1 x ds inksa esa
2
(iii) – 1 x < 0 ds fy, cos–1 (2x2 – 1) dks cos–1x ds inksa esa
1 2x 1
1 1 y
2
Simplify tan sin1
I-8. 2 cos , if x > y > 1.
1 x2 1 y2
2
1 1 y2
;fn x > y > 1 gks] rks tan sin1
2x 1
2
cos1 dks ljy dhft,A
2
2 2
1 x 1 y
1 xy
Ans.
xy
1 1 1
Ans. (i) ± (ii) x=3 (iii) ± (iv) x=
3 2 2
rd
1 2 2n1
(ii) tan1 + tan1 + ..... + tan1 + ........ vuUr inksa rd
3 9 1 22n 1
1 2 1 n n 1
(iii) sin1 + sin1 + ..... + sin1 + ...... vuUr inksa rd
2 6 n (n 1)
Ans. (i) tan–1 (x + n) tan–1 x (ii) (iii)
4 2
Hkkx - II : dsoy ,d lgh fodYi çdkj (ONLY ONE OPTION CORRECT TYPE)
Section (A) : Ordered pair , Cartesian product, Relation, Domain and Range of Relation
[k.M (A) : Øfer ;qXe] dkrhZ; xq.ku] lEcU/k] lEcU/k dk izkar rFkk ifjlj
A-1. If A = {a, b}, B = {c, d}, C = {d, e}, then {(a, c), (a, d), (a, e), (b, c), (b, d), (b, e)} is equal to
;fn A = {a, b}, B = {c, d}, C = {d, e}, rc {(a, c), (a, d), (a, e), (b, c), (b, d), (b, e)} =
(A) A (B C) (B) A (B C) (C*) A × (B C) (D) A × (B C)
A-2. If A = {1, 2, 3} and B = {1, 2} and C = {4, 5, 6}, then what is the number of elements in the set A B C
?
;fn A = {1, 2, 3} vkSj B = {1, 2} vkSj C = {4, 5, 6}, rc leqpP; A B C esa vo;oksa dh la[;k gS ?
(A) 8 (B) 9 (C) 15 (D*) 18
A-3. Let A = {a, b, c} and B = {1, 2}. Consider a relation R defined from set A to set B. Then R can equal to
set
ekuk A = {a, b, c} rFkk B = {1, 2} ekuk lEcU/k R leqPp; A ls B esa ifjHkkf"kr gSA rc lEcU/k R fdl leqPp; ds
cjkcj gks ldrk gS&
(A) A (B) B (C*) A × B (D) B × A
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-13
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
A-5. Let X = {1, 2, 3, 4, 5} and Y = {1, 3, 5, 7, 9}. Which of the following is not a relation from X to Y
ekuk X = {1, 2, 3, 4, 5} rFkk Y = {1, 3, 5, 7, 9} fuEu esa ls dkSulk X ls Y esa lEcU/k ugha gS&
(A) R1 = {(x, y) | y = 2 + x, x X, y Y} (B) R2 = {(1, 1), (2, 1), (3, 3), (4, 3), (5, 5)}
(C) R3 = {(1, 1), (1, 3) (3, 5), (3, 7), (5, 7)} (D*) R4 = {(1, 3), (2, 5), (2, 4), (7, 9)}
B-2. In the set A = {1, 2, 3, 4, 5} a relation R is defined by R = {(x, y)| x, y A and x < y}. Then R is
(A) Reflexive (B) Symmetric (C*) Transitive (D) Equivalence relation
leqPp; A = {1, 2, 3, 4, 5} ij ,d lEcU/k R = {(x, y)| x, y A rFkk x < y} }kjk ifjHkkf"kr gS rc R gS&
(A) LorqY; (B) lefer (C*) laØked (D) rqY;rk lEcU/k
B-5. Let L denote the set of all straight lines in a plane. Let a relation R be defined by R ,, L.
The R is
(A) Reflexive (B*) Symmetric (C) Transitive (D) equivalence relation
ekuk fdlh ry esa fLFkr lHkh ljy js[kkvksa ds leqPp; dks L ls fu:fir fd;k tkrk gS rFkk R ,,
L }kjk ifjHkkf"kr ,d lEcU/k R gS] rc R gS&
(A) LorqY; (B*) lefer (C) laØked (D) rqY;rk lEca/k
B-6. Let S be the set of all real numbers. Then the relation R =
{(a, b) : 1 + ab > 0} on S is
(A*) Reflexive and symmetric but not transitive (B) Reflexive, transitive but not symmetric
(C) Symmetric, transitive but not reflexive (D) Reflexive, transitive and symmetric
ekuk lHkh okLrfod la[;kvksa dk leqPp; S gSa] rc S ij ifjHkkf"kr lEcU/k R = {(a, b) : 1 + ab > 0} gS&
(A*) LorqY; vkSj lefer ysfdu laØked ugha (B) LorqY; vkSj laØked ysfdu lefer ugha
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-14
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
(C) lefer vkSj laØked ysfdu LorqY; ugha (D) LorqY;] lefer vkSj laØked
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-15
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
B-7. Consider the following :
1. If R = {(a, b) N × N : a divides b in N} then the relation R is reflexive and symmetric but not
transitive.
2. If A = {1, 2, 3, 4, 5, 6} and R = {(S1, S2) : S1, S2 are subsets of A, S1 S2}, then the relation R is
not reflexive, not symmetric and not transitive.
Which of the statements is/are correct ?
(A) 1 only (B*) 2 only (C) Both 1 and 2 (D) Neither 1 nor 2
ekukfd dFku gS :
1. ;fn R = {(a, b) N × N : N esa a, b dks foHkkftr djrk gS rc lEcU/k R LorqY; vkSj lefer gS ijUrq
laØked ughaA
2. ;fn A = {1, 2, 3, 4, 5, 6} vkSj R = {(S1, S2) : S1, S2 ,A ds mileqPp; gS, S1 S2} rc lEcU/k R LorqY;
ugha] lefer ugha vkSj laØked ughaA
fuEe esa ls dkSuls dFku lgh gS?
(A) dsoy 1 (B*) dsoy 2 (C) 1 vkSj 2 nksuksa (D) u rks 1 vkSj u gh 2
B-8. Let R be a relation over the set N × N and it is defined by (a, b) R (c, d) a + d = b + c. Then R is
(A) Symmetric only (B) Transitive only (C) Reflexive only (D*) Equivalence only
ekukfd R leqPp; N × N esa ,d lEcU/k gS vkSj ;g (a, b) R (c, d) a + d = b + c }kjk ifjHkkf"kr fd;k x;k gSA
rc R gS&
(A) dsoy lefer (B) dsoy laØked (C) dsoy LorqY; (D*) dsoy rqY;rk
B-9. Let L be the set of all straight lines in the Euclidean plane. Two lines 1 and 2 are said to be related by
the relation R if 1 is parallel to 2. Then R is
(A) Symmetric only (B) Transitive only (C) Reflexive only (D*) Equivalence only
ekukfd L ;qDysfM;u ry esa lHkh js[kkvksa dk leqPp; gSA nks js[kkvksa 1 vkSj 2 lEcU/k R ds }kjk lEcfU/kr dgk
tkrk gS ;fn 1, 2 ds lekUrj gSA rc R gS&
(A) dsoy lefer (B) dsoy laØked (C) dsoy LorqY; (D*) dsoy rqY;rk
B-11. Let S be a set of all square matrices of order 2. If a relation R defined on set S such that
AR B AB = O, where O is zero square matirx of order 2, then relation R is (A, B S)
(A) Reflexive (B) Transitive
(C) Symmetric (D*) Not equivalence
ekuk S, 2 Øe ds lHkh oxZ vkO;wgksa dk leqPp; gSA ;fn lEcU/k R leqPp; S ij bl izdkj ifjHkkf"kr gS fd AR
B AB = O, tgk¡ O, 2 Øe dk 'kwU; oxZ vkO;wg gS rc lEcU/k R (A, B S) gS&
(A) LorqY; (B) laØked (C) lefer (D*) rqY;rk ugha
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-16
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
C-2. Range of f(x) = n (3x2 – 4x + 5) is
Qyu f(x) = n (3x2 – 4x + 5) dk ifjlj gSa&
11 11 11
(A*) n , (B) [n 10 , ) (C) n , (D) n ,
3 6 12
C-3. Range of f(x) = 4x + 2x + 1 is
Qyu f(x) = 4x + 2x + 1 dk ifjlj gSa&
(A) (0, ) (B*) (1, ) (C) (2, ) (D) (3, )
3
C-7. Domain of definition of the function f(x) = + log10(x3 – x), is :
4 – x2
3
Qyu f(x) = + log10(x3 – x) dk izkUr gS&
4 – x2
(A) (1,2) (B) (–1,0) (1,2) (C) (1,2) (2, ) (D*) (–1,0) (1,2) (2, )
x
C-8. If f : [0, ) [0, ), and f (x) = , then f is:
1 x
(A) one-one and onto (B*) one-one but not onto
(C) onto but not one-one (D) neither one-one nor onto
x
;fn f : [0, ) [0, ), ,oa f (x) = gks, rks f
1 x
(A) ,dSdh vkSj vkPNknd gS (B*) ,dSdh ysfdu vkPNknd ugha gS
(C) vkPNknd ysfdu ,dSdh ugha gS (D) u rks ,dSdh u gh vkPNknd gS
(x 2)2
C-9. Range of the function f(x) = is
(x 1)(x 3)
(x 2)2
Qyu f(x) = dk ifjlj gS
(x 1)(x 3)
(A) (1, ) (B) (–, 1) (C*) R – (0, 1] (D) (0, 1]
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-17
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
x2
C-10. Range of the function f(x) = is
x 4x 3
2
x2
Qyu f(x) = dk ifjlj gS
x 4x 3
2
C-11. Statement - 1 If f (x) and g (x) both are one one and f(g (x)) exists, then f(g (x)) is also one one.
Statement - 2 If f(x1) = f(x2) x1 = x2 , then f(x) is one-one.
(A*) STATEMENT-1 is true, STATEMENT-2 is true and STATEMENT-2 is correct explanation for
STATEMENT-1
(B) STATEMENT-1 is true, STATEMENT-2 is true and STATEMENT-2 is not correct
explanation for
STATEMENT-1
(C) STATEMENT-1 is true, STATEMENT-2 is false
(D) STATEMENT-1 is false, STATEMENT-2 is true
(E) Both STATEMENTS are false
dFku - 1 ;fn f(x) ,oa g(x) nksuksa ,dSdh gks rFkk f(g(x)) ifjHkkf"kr gks] rks f(g(x)) Hkh ,dSdh gksrk gSA
dFku - 2 ;fn f(x1) = f(x2) x1 = x2 gks] rks f(x) ,dSdh gSA
(A) dFku&1 lR; gS] dFku&2 lR; gS ; dFku&2, dFku&1 dk lgh Li"Vhdj.k gSA
(B) dFku&1 lR; gS] dFku&2 lR; gS ; dFku&2, dFku&1 dk lgh Li"Vhdj.k ugha gSA
(C) dFku&1 lR; gS] dFku&2 vlR; gSA
(D) dFku&1 vlR; gS] dFku&2 lR; gSA
(E) nksuksa dFku vlR; gSA
C-12. Statement - 1 If y = f (x) is increasing in [], then its range is [f (), f () ]
Statement - 2 Every increasing function need not to be continuous.
(A) STATEMENT-1 is true, STATEMENT-2 is true and STATEMENT-2 is correct explanation for
STATEMENT-1
(B) STATEMENT-1 is true, STATEMENT-2 is true and STATEMENT-2 is not correct explanation
for
STATEMENT-1
(C) STATEMENT-1 is true, STATEMENT-2 is false
(D*) STATEMENT-1 is false, STATEMENT-2 is true
(E) Both STATEMENTS are false
dFku - 1 ;fn y = f (x), [] esa o/kZeku gS rc bldk ifjlj [f (), f () ] gksrk gSA
dFku - 2 lHkh o/kZeku Qyuksa dk lrr~ gksuk vko';d ugha gSA
(A) dFku&1 lR; gS] dFku&2 lR; gS ; dFku&2, dFku&1 dk lgh Li"Vhdj.k gSA
(B) dFku&1 lR; gS] dFku&2 lR; gS ; dFku&2, dFku&1 dk lgh Li"Vhdj.k ugha gSA
(C) dFku&1 lR; gS] dFku&2 vlR; gSA
(D) dFku&1 vlR; gS] dFku&2 lR; gSA
(E) nksuksa dFku vlR; gSA
0 , x rational
C-13. If the functions f(x) and g(x) are defined on RR such that f(x) = ,
x , x irrational
0 , x irrational
g(x) = , then (f – g) (x) is
x , x rational
(A*) one-one and onto (B) neither one-one nor onto
(C) one-one but not onto (D) onto but not one-one
;fn Qyu f(x) ,oa g(x), R R ij bl izdkj ifjHkkf"kr gS rkfd
0
, x vifjes;
0 , x ifjes;
f(x) = ,oa g(x) = , rks (f – g) (x) gS&
x , x ifjes; x , x vifjes;
(A) ,dSdh ,oa vkPNknd (B) u rks ,dSdh u gh vkPNknd
(C) ,dSdh ysfdu vkPNknd ugha (D) vkPNknd ysfdu ,dSdh ugha
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-18
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
Section (D) : Identical functions, Composite functions
[k.M (D) : rRled Qyu] la;qDr Qyu
D-1. Which of the following pair of functions are identical –
(A*) f(x) = sin2x + cos2x and g(x) = 1 (B) f(x) = sec2x – tan2x and g(x) = 1
(C) f(x) = cosec2x – cot2 x and g(x) = 1 (D) f(x) = nx2 and g(x) = 2nx
fuEufyf[kr Qyuksa esa ls dkSulk ;qXe rqY; gSa&
(A) f(x) = sin2x + cos2x ,oa g(x) = 1 (B) f(x) = sec2x – tan2x ,oa g(x) = 1
(C) f(x) = cosec2x – cot2 x ,oa g(x) = 1 (D) f(x) = nx2 ,oa g(x) = 2nx
D-2. Let f(x) be a function whose domain is [– 5, 7]. Let g(x) = |2x + 5|, then domain of (fog) (x) is
(A) [– 4, 1] (B) [– 5, 1] (C*) [– 6, 1] (D) [– 5, 7]
ekuk f(x) ,d Qyu gS ftldk izkUr [– 5, 7] gSA ;fn g(x) = |2x + 5| gks] rks (fog) (x) dk izkUr gSa&
(A) [– 4, 1] (B) [– 5, 1] (C*) [– 6, 1] (D) [– 5, 7]
1 , x 0
D-3. Let g (x) = 1 + x [ x ] and f (x) = 0 , x 0 . Then for all x, f (g (x)) is equal to (where [.] denotes
1 , x 0
greatest integer function)
1 , x 0
ekuk g (x) = 1 + x [ x ] ,oa f (x) = 0 , x 0 . gks rks lHkh x ds fy,] f (g (x)) cjkcj gS ¼tgk¡ [.] egÙke
1 , x 0
iw.kkZad Qyu dks O;ä djrk gSA
(A) x (B*) 1 (C) f (x) (D) g (x)
1
E-2. The function f(x) = [x] + , x is a/an (where [ . ] denotes greatest integer function)
2
(A) Even (B*) odd (C) neither even nor odd (D) Even as well as odd
1
Qyu f(x) = [x] + , x (tgk¡ [ . ] egÙke iw.kk±d Qyu dks iznf'kZr djrk gSA½ gS&
2
(A) le (B*) fo"ke (C) u le u fo"ke (D) le ds lkFk lkFk fo"ke
E-3. The graph of the function y = f(x) is symmetrical about the line x = 2, then :
;fn y = f(x) dk vkjs[k] js[kk x = 2 ds lkis{k lefer gks] rks&
(A) f(x + 2) = f(x – 2) (B*) f(2 + x) = f(2 – x) (C) f(x) = f(–x) (D) f(x) = –f(–x)
E-4. Fundamental period of f(x) = sec (sin x) is
(A) (B) 2 (C*) (D) aperiodic
2
f(x) = sec (sin x) dk ewyHkwr vkorZdky gSa&
(A) (B) 2 (C) (D) vukorhZ
2
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-19
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
E-6. Find the area below the curve y = 2 2cos2x but above the x-axis in [–3, 6] is
(where [ . ] denotes the greatest integer function) :
(A) 2 square units (B) square units (C*) 6 square units (D) 8 square units
[–3, 6] esa x-v{k ls Åij vkSj oØ y = 2 2cos2x ls uhps dk {ks=kQy Kkr dhft,
(tgk¡ [ . ] egÙke iw.kk±d Qyu dks iznf'kZr djrk gSA½
(A) 2 oxZ bdkbZ (B) oxZ bdkbZ (C) 6 oxZ bdkbZ (D) 8 oxZ bdkbZ
(A) 2 oxZ bdkbZ (B) oxZ bdkbZ (C*) 6 oxZ bdkbZ (D) 8 oxZ bdkbZ
1
F-2. If f: [1, ) [2, ) is given by f (x) = x + , then f 1 (x) equals:
x
1
;fn f: [1, ) [2, ),, f (x) = x + , }kjk ifjHkkf"kr gks] rks f 1 (x) cjkcj gS&
x
x x2 4 x x x2 4
(A*) (B) (C) (D) 1 x 2 4
2 1 x 2
2
F-3. If f : R R is an invertible function such that f(x) and f –1(x) are also mirror image to each other about
the line y = –x, then
(A*) f(x) is odd
(B) f(x) and f–1(x) may not be mirror image about the line y = x
(C) f(x) may not be odd
(D) f(x) is even
;fn f : R R izfrykseh; Qyu blizdkj gs fd f(x) vkSj f–1(x) js[kk y = –x ds lkis{k ,d nwljs ds niZ.k izfrfcEc
gS rc
(A) f(x) fo"ke gSA
(B) f(x) rFkk f–1(x), js[kk y = x ds lkis{k niZ.k izfrfcEc ugha gSA
(C) f(x)] fo"ke ugha gks ldrk gSA
(D) f(x) le gS
ax b
F-4. If f(x) = , then (fof) (x) = x, provided that
cx d
ax b
;fn f(x) = gks] rks (fof) (x) = x, c'krsZ gS] fd&
cx d
(A*) d + a = 0 (B) d – a = 0 (C) a = b = c = d = 1 (D) a = b = 1
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-20
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
x 1 x 1
F-5. Let f(x) = 2 the range of h–1(x), where h(x) = fof(x) is
x 1 x 2
x 1 x 1
ekuk f(x) = 2 rc h–1(x) dk ifjlj gS tgk¡ h(x) = fof(x) gS
x 1 x 2
(A*) 1, 2 (B) [–1, 2] (C) [–1, 4] (D) [–2, 2]
F-6. Statement – 1 All points of intersection of y = f (x) and y = f – 1 (x) lies on y = x only.
Statement – 2 If point P (, ) lies on y = f (x), then Q (, ) lies on y = f – 1 (x).
Statement – 3 Inverse of invertible function is unique and its range is equal to the function domain.
Which of the following option is correct for above statements in order
(A) T T F (B*) F T T (C) T T T (D) T F T
LrEHk – 1 oØ y = f (x) vkSj y = f – 1 (x) ds izfrPNsnu ds lHkh fcUnq dsoy y = x ij fLFkr gSA
LrEHk – 2 ;fn fcUnq P (, ), y = f (x) ij fLFkr gS rc Q (, ), y = f – 1 (x) ij fLFkr gSA
LrEHk – 3 izfrykseh; Qyu dk izfrykse vf}rh; gksrk gS rFkk bldk ifjlj] Qyu ds izkUr ds cjkcj gksrk gS
mijksDr dFkuksa ds fy, fuEu esa ls dkSu ls dFku Øe eas lgh gSA
(A) T T F (B*) F T T (C) T T T (D) T F T
G-2. The function f(x) = cot1 (x 3) x + cos1 x2 3x 1 is defined on the set S, where S is equal to:
;fn Qyu f(x) = cot1 (x 3) x + cos1 x2 3x 1 leqPp; S esa ifjHkkf"kr gks] rks leqPp; S gSa&
(A) {0, 3} (B) (0, 3) (C*) {0, 3} (D) [ 3, 0]
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-21
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
G-6. Domain of definition of the function f (x) = sin1 (2 x) for real valued ' x ' is:
6
Qyu f (x) = sin1 (2 x) dk ' x ' ds okLrfod ekuksa ds fy, izkUr gSa&
6
1 1 1 1 1 1 1 1
(A*) 4 , 2 (B) 2 , 2 (C) , (D) ,
2 9 4 4
3
The solution of the equation sin1 tan sin1 = 0 is
x 6
G-7.
4
(A) x = 2 (B) x = 4 (C*) x = 4 (D) x = 3
lehdj.k sin1 tan sin1 = 0 dk gy gS&
3
4 x 6
(A) x = 2 (B) x = 4 (C) x = 4 (D)x = 3
3
G-8. Number of solutions of the equation cot–1 4 x2 cos1(x2 5) is :
2
3
lehdj.k cot–1 4 x2 cos1(x2 5) ds gyksa dh la[;k gS
2
(A*) 2 (B) 4 (C) 6 (D) 8
Section (H) : Trig (trig–1x), trig–1 (trig x), trig–1 (–x) and Property (/2)
[k.M (H) : Trig (trig–1x), trig–1 (trig x), trig–1 (–x) rFkk xq.k/keZ (/2)
H-1. If x2, then cos–1 (cosx) is equal to
;fn x2gks] rks cos–1 (cosx) =
(A) x (B) – x (C) 2 + x (D*) 2 – x
2
H-2. If sin–1 x + sin–1 y = , then cos–1x + cos–1y is equal to
3
2
;fn sin–1 x + sin–1 y = gks] rks cos–1x + cos–1y =
3
2
(A) (B*) (C) (D)
3 3 6
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-22
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-23
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
1
I-7. The numerical value of tan 2 tan1 is
5 4
1
tan 2 tan1 dk lkaf[;d eku gS &
5 4
7 7 17 2
(A*) (B) (C) (D) –
17 17 7 3
3x – 3x x
J-1. If f(x) = tan–1
3 3 x 2
+ tan–1 , 0 x 3, then range of f(x) is
3
3x – 3x x
;fn f(x) = tan–1 + tan–1
2 , 0 x 3 rc f(x) dk ifjlj gS
3 3x 3
(A) 0, (B*) 0, (C) , (D) 0,
2 4 6 3 3
a b
J-2. STATEMENT-1 : If a > 0, b > 0, tan– 1 + tan– 1 = . x = ab .
x x 2
m nm
STATEMENT-2 : If m, n N, n m, then tan– 1 + tan– 1 = .
n nm 4
(A) STATEMENT-1 is true, STATEMENT-2 is true and STATEMENT-2 is correct explanation for
STATEMENT-1
(B*) STATEMENT-1 is true, STATEMENT-2 is true and STATEMENT-2 is not correct explanation
for STATEMENT-1
(C) STATEMENT-1 is true, STATEMENT-2 is false
(D) STATEMENT-1 is false, STATEMENT-2 is true
(E) Both STATEMENTS are false
dFku -1 :;fn a > 0, b > 0, tan– 1 + tan– 1 = . x = ab .
a b
x
x 2
nm
dFku-2 :;fn m, n N, n m gks] rks tan– 1
m
+ tan– 1 = .
n nm 4
(A) dFku&1 lR; gS] dFku&2 lR; gS ; dFku&2, dFku&1 dk lgh Li"Vhdj.k gSA
(B*) dFku&1 lR; gS] dFku&2 lR; gS ; dFku&2, dFku&1 dk lgh Li"Vhdj.k ugha gSA
(C) dFku&1 vlR; gS] dFku&2 lR; gSA
(D) dFku&1 lR; gS] dFku&2 vlR; gSA
(E) nksuksa dFku vlR; gSA
y
J-3. If cos–1x – cos–1 = , then 4x2 – 4xy cos + y2 is equal to-
2
y
;fn cos–1x – cos–1 = gks] rks 4x2 – 4xy cos + y2 dk eku gS &
2
(A) 2 sin 2 (B) 4 (C*) 4sin2 (D) – 4 sin2
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-24
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
1. Match the relation defined on set A = {a,b,c} in column I with the corresponding type in column II
Column I Column II
(1) {a,b), (b,a) (p) symmetric but not reflexive and transitive
(2) {(a,b), (b,a), (a,a), (b,b)} (q) equivalence
(3) {(a,b), (b,c), (a,c)} (r) symmetric and transitive but not reflexive
(4) {(a,a), (b,b), (c,c)} (s) transitive but not reflexive and symmetric
LrEHk&I esa leqPp; A = {a,b,c} ij ifjHkkf"kr lEcU/k dk LrEHk–II es fn, x, lEcU/kksa ds izdkj ls feyku dhft,&
LrEHk I LrEHk II
(1) {a,b), (b,a) (p) lefer ijUrq LorqY; vkSj laØked ugha
(2) {(a,b), (b,a), (a,a), (b,b)} (q) rqY;rk
(3) {(a,b), (b,c), (a,c)} (r) lefer vkSj laØked ijUrq LorqY; ugha
(4) {(a,a), (b,b), (c,c)} (s) laØked ijUrq LorqY; vkSj lefer ughA
Ans. (1) (p), (2) (r), (3) (s), (4) (q)
2. Column – Column –
(A) If S be set of all triangles and f : S R+, f() = Area (p) one-one
of , then f is
3
(B) f : R , and f(x) = cot–1(2x – x2 – 2), then f(x) is (q) many one
4
2x 2 x 1
(C) If f : R R such that f(x) = , then f(x) is (r) onto function
7x 2 4x 4
(D) f : R R and f(x) = epx sinqx where p, q R+, then f(x) is (s) into function
LrEHk – LrEHk –
(A) ;fn S lHkh f=kHkqtksa dk leqPp; gS rFkk f : S R+, f() = (p) ,dSdh
dk {ks=kQy gks] rks f gS
3
(B) f : R , rFkk f(x) = cot–1(2x – x2 – 2), rc f(x) gSA (q) cgq,sdh
4
2x 2 x 1
(C) ;fn f : R R bl izdkj gS fd f(x) = , rks f(x) gSA (r) vkPNknd Qyu
7x 2 4x 4
(D) f : R R rFkk f(x) = epx sinqx tgk¡ p, q R+, rc f(x) gSA (s) vUr{ksZih Qyu
Ans. (A) (q,r), (B) (q,r), (C) (q,s), (D) (q,r),
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-25
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
4. Let f (x) = sin–1 x, g (x) = cos–1 x and h(x) = tan –1 x. For what complete interval of variation of x the
following are true.
ekuk dh f (x) = sin–1 x, g (x) = cos–1 x vkSj h(x) = tan –1x, rc x ds fdu lHkh ekuksa ds fy, fuEu lR; gSa
Column – Column –
LrEHk – LrEHk –
(A) f x + g x = /2 (p) [0, )
(B) f (x) + g 1 x 2
=0 (q) [0, 1]
1 x2
(C) g = 2 h (x) (r) (– , 1)
1 x2
1 x
(D) h(x) + h(1) = h (s) [– 1, 0]
1 x
Ans. (A) (q), (B) (s), (C) (p), (D) (r),
1
(C) {cos– 1(2x2 – 1) + 2cos–1 x} cjkcj gS
;fn x < 0 gks] rks
2
3 12 16
(D) sin–1 – cos–1 + cos–1 dk eku gSA (s)
5
13 65 2
Ans. (A) (p), (B) (p), (C) (p), (D) (s)
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-26
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
1. For real numbers x and y, we write x R y x – y + 2 is an irrational number. Then the relation R is-
(A*) Reflexive (B) Symmetric (C) Transitive (D) Equivalence relation
okLrfod la[;kvksa x vkSj y ds fy, ges fn;k gS fd x R y x – y + 2 ,d vifjes; la[;k gSA rc lEcU/k R
gksxk&
(A) LorqY; (B) lefer (C) laØked (D) rqY;rk lEcU/k
4. Let X be the set of all persons living in a state. Elements x, y in X are said to be related if ‘x < y’,
whenever y is 5 years older than x. Which one of the following is correct?
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-27
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
1
5. The domain of the f unction f (x) = log 1 / 2 log2 1 4 1 is:
x
(A) 0 < x < 1 (B) 0 < x 1 (C) x 1 (D*) null set
1
Qyu f (x) = log 1 / 2 log2 1 4 1 dk iz k Ur gS &
x
(A) 0 < x < 1 (B) 0 < x 1 (C) x 1 (D) fjDr leq P p;
x [x]
7. Let f (x) = , R A is onto then find set A. (where {.} and [.] represent fractional part
1 x [x]
and greatest integer part functions respectively )
x [x]
;fn f (x) = , R A vkPNknd gS ] rks leq P p; A Kkr djks (tgk¡ {.} vkSj [.] Øe'k% fHkUukRed Hkkx
1 x [x]
Qyu rFkk egÙke iw.kk±d Qyu dks O;Dr djrs gSA )
1 1 1 1
(A) 0 , (B) 0 , (C*) 0 , (D) 0 ,
2 2 2 2
x
ex e
8. Let f be a real v alued f unction def ined by f (x) = , then the range of f (x) is :
x
ex e
x
ex e
ekukfd ,d okLrfod eku Qyu f bl izdkj ifjHkkf"kr gS fd f (x) = x
] rks f (x) dk ifjlj gS &
ex e
(A) R (B) [0, 1] (C) [0, 1) (D*) 0 , 1
2
Qyu f (x) = log 2 2 log2 16sin2 x 1 dk ifjlj gS a
(A) ( 1)
(B) ( 2)
(C) ( 1] (D*) ( 2]
x
2
(C) x2 , (D*) n x 3 + n x 2 , 5 n x
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-28
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
11. If domain of f(x) is (– , 0], then domain of f(6{x}2 – 5 {x} + 1) is (where {} represents fractional part
function).
1 1 1 1 1
(A*) n 3 , n 2 (B) (– , 0) (C) n 6 , n 1 (D) n 2 , n 3
n n nI
;fn Qyu f(x) dk iz k Ur (– , 0] gks rks f(6{x}2 – 5 {x} + 1) dk iz k Ur gS a ¼tgk¡ { . }, fHkUukRed
HkkxQyu dks iz n f'kZ r djrk gS ½
1 1 1 1 1
(A*) n 3 , n (B) (– , 0) (C) n 6 , n 1 (D) n 2 , n 3
n
2 n nI
13. If f (x) = 2 [x] + cos x, then f: R R is: (where [ . ] denotes greatest integer f unction)
(A) oneone and onto (B) oneone and into
(C*) manyone and into (D) manyone and onto
;fn f (x) = 2 [x] + cos x gks ] tgk¡ [ . ] egÙke iw . kk± d Qyu dks iz n f'kZ r djrk gS rks f: R R es a gS &
(A) ,dS d h ,oa vkPNknd (B) ,dS d h ,oa vUr%{ks Z i h
(C) cgq , s d h ,oa vUr%{kZ s i h (D) cgq , s d h ,oa vkPNknd
x | x | 4 ; x Q
14. If f : R R be a f unction such that f (x) = , then f (x) is
x | x | 3 ; x Q
(A) one-one, onto (B) many one, onto (C) one-one, into (D*) many one, into
x | x | 4 ; x Q
;fn f : R R esa ,d Qyu bl izdkj gS fd f (x) = , rc f(x) gS
x | x | 3 ; x Q
(A) ,dSdh vkPNknd (B) cgq,sdh vkPNknd (C) ,dsdh vUrZ{ksih (D*) cgq,sdh vUrZ{ksih
x
16. Let f : (2, 4) (1, 3) be a f unction defined by f (x) = x (where [. ] denotes the
2
greatest integer f unction), then f 1 (x) is equal to :
x
;fn f (2, 4) (1, 3), ,d Qyu gS tks f (x) = x }kjk ifjHkkf"kr gS rks f 1 (x) dk eku gS &
2
( tgk¡ [. ] egÙke iw . kkZ a d Qyu dks iz n f'kZ r djrk gS )
x
(A) 2x (B) x + (C*) x + 1 (D) x 1
2
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-29
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
1 1
20. tan cos1 x + tan cos1 x , x 0 is equal to
4 2 4 2
1 1
;fn x 0 gks] rks tan cos1 x + tan cos1 x dk eku gS &
4 2 4 2
2 x
(A) x (B) 2x (C*) (D)
x 2
1 sin x 1 sin x
21. The v alue of cot 1 , where < x < , is:
1 sin x 1 sin x
2
1 sin x 1 sin x
;fn < x < gks] rks cot 1
dk eku gS&
2
1 sin x 1 sin x
x x x x
(A) (B*) + (C) (D) 2
2 2 2 2 2
1 x3
22. The domain of the f unction f (x) = sin 1 3 / 2 + sin (sin x) + log ( 3 { x } + 1 ) (x 2 + 1),
2x
where {.} represents f ractional part f unction, is:
(A) x {1} (B) x R {1, 1} (C) x > 3, x I (D*) x
1 x 3
Qyu f (x) = sin 1 3 / 2 + sin (sin x) + log ( 3 { x } + 1 ) (x 2 + 1), dk iz k Ur gS &
2x
¼tgk¡ {.} fHkUukRed HkkxQyu dks iz n f'kZ r djrk gS ½
(A) x {1} (B) x R {1, 1} (C) x > 3, x I (D) x
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-30
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
Qyu g(x) fuEuizfrcU/k dks lUrq"V djrk gS
(i) g dk izkUr (–, ) gSA (ii) g dk ifjlj [–1, 7] gSA
(iii) g, vkorZ j[krk gSA (iv) g(2) = 3
rc fuEu esa ls dkSulk laHkkfor gSA
3 ; x n
(A*) g(x) = 3 + 4 sin (n + 2x – 4), n (B) g(x) =
3 4 sin x ; x n
(C) g(x) = 3 + 4 cos (n + 2x – 4), n (D) g(x) = 3 – 8 sin (n + 2x – 4), n
24. The complete solution set of the inequality [cot – 1 x] 2 – 6 [cot – 1 x] + 9 0, where [.]
denotes greatest integer f unction, is
(A*) (– , cot 3] (B) [cot 3, cot 2] (C) [cot 3, ) (D) (– , cot 2]
vlfedk [cot – 1 x] 2 – 6 [cot – 1 x] + 9 0, tgk¡ [.] egÙke iw.kkZd Qyu dks iznf'kZr djrk gS] ds lEiw.kZ gyksa dk
leqPp; gS&
(A) (– , cot 3] (B) [cot 3, cot 2] (C) [cot 3, ) (D) (– , cot 2]
x2 x3 x 4 x6
26. If sin - 1 x ....... + cos - 1 x 2 ....... = f or 0 < | x | < 2 , then x
2 4 2 4 2
equal s
3 3
(A) – << (B) ds lHkh okLrfod eku ds fy,
2 2
1 1
(C*) || (D) ||
2 2
29. If f(x) = cot–1x : R+ 0,
2
and g(x) = 2x – x2 : R R. Then the range of the function f(g(x)) wherever define is
(A) 0, (B) 0, (C*) , (D)
2 4 4 2 4
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-31
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
;fn f(x) = cot–1x : R+ 0, ,oa
2
g(x) = 2x – x2 : R R gks rks Qyu f(g(x)) tgk¡ ifjHkkf"kr gS ] dk ifjlj gS &
(A) 0, (B) 0, (C*) , (D)
2 4 4 2 4
x
2
[.] denotes greatest integer function less than or equal to x]
1
x 2
f(x) dk izkUr [x1, x2) bl izdkj gS fd f(x) = vHkkT; gS rc 2(x 2 + x 2) dk eku Kkr dhft;s&
1 1 2
x
2
[tgk¡ [.] x ls NksVk ;k cjkcj egÙke iw.kkZad Qyu dks O;Dr gSA ]
Ans. 17
x3 2x 2 3x 2
3. Number of integers in the range of the f unction f (x) = ; x R – {0} is :
x3 2x 2 2x 1
x3 2x 2 3x 2
Qyu f (x) = ; x R – {0} ds ifjlj es a iw . kkZ a d ks a dh la [ ;k gS &
x3 2x 2 2x 1
Ans. 0
4. Range of the f unction f (x) = |sin x |cos x| + cos x |sin x|| is [a, b] then (a + b) is equal to
Qyu f(x) = |sin x |cos x| + cos x |sin x|| dk ifjlj [a, b] gS rks (a + b) cjkcj gS&
Ans. 1
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-32
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
5. If f and g are two distinct linear functions defined on R such that they map[–1, 1] onto [0, 2] and
f(x)
h : R – {–1, 0, 1} R defined by h(x) = , then |h(h(x)) + h(h(1/x))| > n. Then maximum integral
g(x)
value of n is :
;fn f rFkk g nks fHkUu&fHkUu jSf[kd Qyu R esa bl izdkj ifjHkkf"kr gS fd [–1, 1] ls [0, 2] esa vkPNknd Qyu gS
f(x)
rFkk h : R – {–1, 0, 1} R esa ifjHkkf"kr Qyu h(x) = gS vkSj |h(h(x)) + h(h(1/x))| > n rc n dk vf/kdre
g(x)
iw.kkZad eku gS&
Ans. 2
1
6. If f(x) = , g(x) = f (f(x)), h(x) = f(f(f(x))), then the absolute value of f(x) . g(x) . h(x), where x 0, 1,
1 x
is
1
;fn f(x) = , g(x) = f (f(x)), h(x) = f(f(f(x))), rc f(x) . g(x) . h(x) dk fujis{k eku Kkr dhft,] tc x 0, 1
1 x
Ans. 1
7. If f(x) = ax7 + bx3 + cx – 5 ; a, b, c are real constants and f(–7) = 7 then maximum value of |f(7) + 17 cos
x| is
;fn f(x) = ax7 + bx3 + cx – 5 ; a, b, c okLrfod vpj gS rFkk f(–7) = 7 rc |f(7) + 17 cos x | dk vf/kdre eku
gS&
Ans. 34
4a 7 3
8. If f (x) = x + (a – 3) x 2 + x + 5 is a one-one f unction, then number of possible
3
integral v alues of a is
4a 7 3
;fn f (x) = x + (a – 3) x 2 + x + 5 ,dS d h Qyu gks ] rks a ds la H ko iw . kkZ a d ekuks a dh la [ ;k
3
gS &
Ans. 7
10. Let f(x)= ([a]2 – 5[a] + 4)x3 – (6{a}2 – 5 {a} + 1)x – (tan x) sgn (x) be an even function x R, then the
sum of all possible values of '3a' is
(where [] denotes G.I. F and {} fractional part functional part function)
;fn f(x)= ([a]2 – 5[a] + 4)x3 – (6{a}2 – 5 {a} + 1)x – (tan x) sgn (x) le Qyu gS x R rc '3a' ds lHkh
laHkkfor ekuksa dk ;ksxQy gS& (tgk¡ [] egÙke iw.kkZad Qyu gS vkSj {} fHkUukRed Hkkx Qyu gS)
Ans. 35
11. Let f be a one one f unction with domain {21, 22, 23} and range {x,y,z}. It is giv en that
exactly one of the f ollowing statements is true and the remaining two are f alse. f (21) = x;
f (22) x ; f (23) y. Then f –1 (x) is :
ekuk f ,d ,dS d h Qyu gS ftldk iz k Ur {21, 22, 23} rFkk ifjlj {x,y,z} gS ;g fn;k x;k gS fd
fuEu dFkuks a es a ls Bhd ,d lgh gS rFkk vU; nks xyr gS f (21) = x; f (22) x ; f(23) y. rc f –
1 (x) gS&
Ans. 22
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-33
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
2 1 2 1 1 x
12. Let f : [– 2 + 1, 2 +1] , be a function defined by f(x) = .
2 2 1 x2
1
If f–1(x) =
4x 4x 2 1 , x 0 , then is.
2x
, x0
2 1 2 1 1 x
ekuk f : [– 2 + 1, 2 +1] , ,d ifjHkkf"kr Qyu f(x) = gSA
2 2 1 x2
–1
1
;fn f (x) =
4x 4x 2 1 , x 0 rc gS&
2x
, x0
Ans. 2
Ans. 3
14. If cos 1 x + cos 1 y + cos 1 z = , where 1 x, y, z 1, then f ind the v alue of x 2 + y 2 + z 2
+ 2 xyz
;fn cos 1 x + cos 1 y + cos 1 z = , tgk¡ 1 x, y, z 1 gks ] rks x 2 + y 2 + z 2 + 2 x y z dk eku Kkr
dhft,&
Ans. 1
1 1
15. The sum of absolute v alue of all possible v alues of x f or which cos tan sin cot x =
226
.
227
x ds lHkh la H kkfor ekuks a ds fujis { k ekuks a dk ;ks x Qy gks x k ftlds fy, cos tan 1
sin cot 1
x =
226
gS &
227
Ans. 30
n
16. If cot 1> , n N, then the maximum value of ‘ n ‘ is:
6
n
;fn n N ds fy, cot 1 > , gks] rks n dk vf/kdre eku gS&
6
Ans. 5
sin(cos1 x) cos(sin1 x)
10
1
17. If x (0, 1) and f (x) = sec tan1
cos(cos1 x) sin(sin1 x)
, then f r is
r 2
sin(cos1 x) cos(sin1 x) 10
1
;fn x (0, 1) rFkk f (x) = sec tan1 1 1
gks] rks f r cjkcj gS&
cos(cos x) sin(sin x) r 2
Ans. 54
1 3 sin2
18. If sin 1 = , then tan is equal to
2 5 4cos2 4
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-34
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
1 3 sin2
;fn sin 1 = gks] rks tan dk eku gS&
2 5 4cos2 4
Ans. 3
19. The number of real solutions of equation 1 cos 2x = 2 sin – 1 (sin x), 10 x 10 ,
is/are
lehdj.k 1 cos 2x = 2 sin – 1 (sin x) ds 10 x 10 ds fy, okLrfod gyksa dh la[;k gS&
Ans. 20
20. The number of solution(s) of the equation, sin 1 x + cos 1 (1 x) = sin 1 ( x), is
lehdj.k sin 1 x + cos 1 (1 x) = sin 1 ( x) ds gyksa dh la[;k gS&
Ans. 1
n
k
1
21. Find the value of 3
n 1 k 1
cot 1 1 2
r 3
r 1
n
k
1
3
n 1 k 1
cot 1 1 2
r dk eku Kkr dhft,&
3
r 1
Ans. 1
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-35
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
5. If [ 2 cos x ] + [ sin x ] = 3, then the range of the f unction, f (x) = sin x + 3 cos x in [0,
2 ] lies in
(where [ . ] denotes greatest integer f unction)
;fn [ 2 cos x ] + [ sin x ] = 3, gks rks [0, 2 ] es a Qyu f (x) = sin x + 3 cos x dk ifjlj
fLFkr gS
( tgk¡ [ . ] egÙke iw . kk± d Qyu dks iz n f'kZ r djrk gS A )
(A) [– 3 , 3 ) (B*) [–2, – 3 ] (C*) [–3, –1] (D*) [–2, – 3 )
6. Let D [ 1, 1] is the domain of the f ollowing f unctions, state which of them are
injectiv e.
fuEufyf[kr Qyuks a dk iz k Ur D [ 1, 1] gS ] bues a ls dkS u ls Qyu ,dS d h gS &
1 1
tan x0
(A) f (x) = x (B*) g(x) = x 3
1 x0
(C) h(x) = sin 2x (D*) k(x) = sin ( x/2)
7. Let f(x) = x135 + x125 – x115 + x5 + 1. If f(x) divided by x 3 – x, then the remainder is some function of x say
g(x). Then g(x) is an :
(A*) one-one function (B) many one function (C) into function (D*) onto function
ekuk f(x) = x135 + x125 – x115 + x5 + 1 ;fn f(x), x3 – x ls foHkkftr gksrk gS rc x dk dksbZ Qyu gS ekuk fd g(x) gS
rc g(x) gS
(A*) ,dSdh Qyu (B) cgq , dS d h Qyu (C) vUr{ksZih Qyu (D*) vkPNknd Qyu
10. Which one of the following pair of functions are NOT identical ?
(A*) e(nx)/2 and x
(B*) tan (tanx) and cot (cotx)
(C) cos2x + sin4x and sin2x + cos4x
|x|
(D*) and sgn (x), where sgn(x) stands for signum function.
x
fuEufyf[kr Qyuksa ds ;qXe esa ls dkSulk rqY; (loZle) ugha gS&
(A) e(nx)/2 vkS j x
(B) tan(tanx) vkS j cot (cotx)
(C) cos2x + sin4x vkS j sin2x + cos4x
|x|
(D) ,oa sgn (x) ¼tgk¡ sgn(x) flXue Qyu dks crkrk gS ½
x
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-36
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
ax 1
11. If the graph of the function f (x) = is symmetric about y-axis, then n is equal to:
xn (a x 1)
ax 1
;fn Qyu f (x) = dk vkjs [ k y-v{k ds lkis { k lefer gks rks n cjkcj gS &
x (a x 1)
n
x 2 x 1
12. If f(x) = & composite function h(x) = |f(x)| + f(x + 2), then
1 x x 1
2 x 1
;fn f(x) = x vkSj la;qDr Qyu h(x) = |f(x)| + f(x + 2) gS rc
1 x x 1
(A*) h(x) = 2x2 + 4x + 4 x –1
(B) h(x) = x2 + x + 1 –1 < x 1
(C*) h(x) = x2 – x – 1 –1 < x 1
(D*) h(x) = –2 x>1
0 for x 0
2
13. Let f (x) = x sin x
for 1 x 1 (x 0) , then:
x x for x 1 or x 1
(A*) f (x) is an odd f unction (B) f (x) is an ev en f unction
(C) f (x) is neither odd nor ev en (D*) f (x) is an ev en f unction
0 , x0 ds fy,
ekukfd f(x) = x sin , 1 x 1 ( x 0) ds fy, gks] rks
2
x
x | x | , x 1 or x 1 ds fy,
(A*) f (x) ,d fo"ke Qyu gSA (B) f (x) ,d le Qyu gSA
(C) f (x) u rks fo"ke u gh le Qyu gSA (D*) f (x) ,d le Qyu gSA
x 2 1
14. If f : [–2, 2] R where f (x) = x 3 + tanx + is a odd f unction, then the value of
P
parametric P, where [.] denotes the great est integer f unction, can be
x 2 1
;fn f : [–2, 2] R tgk¡ f (x) = x 3 + tanx + ,d fo"ke Qyu gS rc iz k py P dk eku gks
P
ldrk gS
tgk¡ [.] egÙke iw . kkZ a d Qyu gS
(A*) 5 < P < 10 (B) P < 5 (C*) P > 5 (D*) P = 15
15. If f : R [ 1, 1], where f (x) = sin x , (where [.] denotes the greatest integer
2
f unction), then
(A) f (x) is onto (B*) f (x) is into (C*) f (x) is periodic (D*) f (x) is
many one
;fn f: R [ 1, 1] tgk¡ f (x) = sin x , ( tgk¡ [ ] egÙke iw . kk± d Qyu dks iz n f'kZ r djrk gS )
2
rks &
(A) f (x) vkPNknd gS A (B) f (x) vUr{ks Z i h gS A (C) f (x) vkorhZ gS A (D) f (x) cgq , s d h gS A
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-37
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
2 x (sin x tan x)
16. If f (x) = then it is, (where [.] denotes the greatest integer f unction)
x 2
2
3
(A*) odd (B) Ev en (C*) many one (D) one-one
2 x (sin x tan x)
;fn f (x) = rc ;g gS ] ( tgk¡ [ ] egÙke iw . kk± d Qyu dks iz n f'kZ r djrk gS )
x 2
2
3
(A*) fo"ke (B) le (C*) cgq , s d h (D) ,dS d h
sin [x]
18. If F (x) = , then F (x) is: (where { . } denotes f ractional part f unction and [ . . ]
{x}
denotes greatest integer f unction and sgn (x) is a signum f unction)
(A*) periodic with f undamental period 1 (B*) ev en
{x}
(C*) range is singleton (D*) identical to sgn sgn 1
{ x }
sin [x]
;fn F (x) = , gks rks F (x) gS , ¼tgk¡ {.}, [.] ,oa sgn (x) Øe'k% fHkUukRed Hkkx Qyu] egÙke
{x}
iw . kkZ ± d Qyu ,oa flXue Qyu dks iz n f'kZ r djrs gS ½
(A) ew y Hkw r vkorZ d ky 1 dk vkorhZ Qyu (B) le Qyu
{x}
(C) ,dy ifjlj (D) sgn sgn 1, ds rRled
{ x }
19. Let f : R R and g : R R be two one-one and onto functions such that they are mirror images of
each other about the line y = a. If h(x) = f(x) + g(x), then h(x) is
(A) one-one (B*) into
(C) onto (D*) many-one
ekuk f : R R rFkk g : R R nks ,dSdh vkSj vkPNknd Qyu bl izdkj gS fd os js[kk y = a ds lkis{k ,d nqljs
ds niZ.k izfrfcEc gSA ;fn h(x) = f(x) + g(x) gks] rks h(x) gS
(A) ,dSdh (B) vUr{ksZih
(C) vkPNknd (D*) cgq , s d h
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-38
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
fuEufyf[kr Qyuks a ds ;q X eks es a ls dkS u ls rq Y ; gS &
1
(A) f (x) = e nsec x rFkk g(x) = sec 1 x
(B*) f (x) = tan (tan 1 x) rFkk g(x) = cot (cot 1 x)
(C*) f (x) = sgn (x) rFkk g(x) = sgn (sgn (x))
(D*) f (x) = cot 2 x. cos 2 x rFkk g(x) = cot 2 x cos 2 x
3
21. If sin – 1 x + sin – 1 y + sin – 1 z = , then
2
9
(A*) x 1 0 0 + y 1 0 0 + z 10 0 – = 0 (B*) x 2 2 + y 4 2 + z 6 2 – x 2 2 0 –y 4 2 0 – z 6 2 0 = 0
x101 y101 z101
x 2008 y 2008
z 2008
(C) x 5 0 + y 2 5 + z 5 = 0 (D 0)
(xyz)2009
3
;fn sin – 1 x + sin – 1 y + sin – 1 z = gks] rks
2
9
(A*) x 1 0 0 + y 1 0 0 + z 10 0 – = 0 (B*) x 2 2 + y 4 2 + z 6 2 – x 2 2 0 –y 4 2 0 – z 6 2 0 = 0
x101 y101 z101
x 2008 y 2008 z2008
(C) x 5 0 + y 2 5 + z 5 = 0 (D) 0
(xyz)2009
22. If X = cosec tan 1 cos cot 1 sec sin 1 a and Y = sec cot 1 sin tan 1 cosec cos 1 a; where 0
a < 1. Find the relation between X and Y. Then
;fn X = cosec tan 1 cos cot 1 sec sin 1 a vkSj Y = sec cot 1 sin tan 1 cosec cos 1 a; tgk¡ 0 a
<1 gks rks
X ,oa Y ds e/; lEcU/k Kkr dhft,A rc
(A*) X = Y (B*) Y = 3 a2 (C)X Y (D)X = 2Y
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-39
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
1 x2
27. If 0 < x < 1, then tan – 1 is equal to:
1 x
1 x2
;fn 0 < x < 1 gks, rks tan – 1 dk eku gS &
1 x
1 1 x 1 x 1
(A*) cos 1 x (B*) cos 1 (C) cos 1 (D) sin 1 x
2 2 2 2
x 1
28. If f (x) = cos – 1 x + cos – 1 3 3x2 , then
2 2
4n
29. tan 1 is equal to:
n 1 n 2n2 2
4
4n
tan 1 dk eku gS &
n 1 n 2n2 2
4
PART - IV : COMPREHENSION
Comprehension # 1
Given a function f : A B ; where A = {1, 2, 3, 4, 5} and B = {6, 7, 8}
1. Find number of all such functions y = f(x) which are one-one ?
(A*) 0 (B) 35 (C) 5P3 (D) 53
2. Find number of all such functions y = f(x) which are onto
(A) 243 (B) 93 (C*) 150 (D) none of these
3. The number of mappings of g(x) : B A such that g(i) g(j) whenever i < j is
(A) 60 (B) 140 (C) 10 (D*) 35
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-40
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
vuq P Ns n # 1
ekuk fd Qyu f : A B ; tgk¡ A = {1, 2, 3, 4, 5} rFkk B = {6, 7, 8}
Comprehension # 2
Let the domain and range of inverse circular functions are defined as follows
Domain Range
3
sin–1x [–1, 1] 2, 2
cos–1x [–1, 1] [0, ]
3
tan–1x R 2, 2
cot–1x R (0, )
3
cosec–1x (–, –1] [1, ) 2 , 2 – {}
sec–1x (–, –1] [1, ) [0, ] –
2
3
4. sin–1x < then solution set of x is
4
1 1 1 1
(A*) , 1 (B) , 1 (C) , (D) none of these
2 2 2 2
5. If x , , cosec–1 cosec x is
2 2
(A) 2– x (B) + x (C*) –x (D) – – x
5. ;fn x , , cosec–1 cosec x gS
2 2
(A) 2– x (B) + x (C*) –x (D) – – x
1. The maximum value of the function f(x) = 2x3 – 15x2 + 36x – 48 on the set A = {x |x 2 + 20 9x} is
leqPp; A = {x |x2 + 20 9x} ij Qyu f(x) = 2x3 – 15x2 + 36x – 48 dk vf/kdre eku gS
[IIT-JEE 2009, P-2, (4, –1), 80]
Ans. 7
x
2. If the function f(x) = x 3 + e 2 and g(x) = f –1(x), then the value of g(1) is [IIT-JEE 2009, P-2, (4, –1), 80]
x
;fn Qyu f(x) = x3 + e 2 o g(x) = f–1(x) gSa] rc g(1) dk eku gS
Ans. 2
3. Let f(x) = x 2 and g(x) = sin x for all x R. Then the set of all x satisfying (f o g o g o f) (x) = (g o g o f)
(x), where (f o g) (x) = f(g(x)), is [IIT-JEE 2011, Paper-2, (3, –1), 80]
eku yhft, fd R esa x ds lHkh ekuksa ds fy;s f(x) = x vkSj g(x) = sin x gSA rks x ds lHkh ekuksa dk leqPp; tks (f o
2
g o g o f) (x) = (g o g o f) (x) dks larq"V djrs gSa fuEu gS % (;gka (f o g)(x) = f(g(x))
(A*) ± n , n {0, 1, 2,....} (B) ± n , n {1, 2,....}
(C) + 2n, n {.....–2, –1, 0, 1, 2,....} (D) 2n, n {...., –2, –1, 0, 1, 2,....}
2
Ans. (A)
sin d
4. Let f() = sin tan1 , where – < < . Then the value of (f()) is
d(tan )
cos 2 4 4
sin d
eku yhft, – << ds fy;s f() = sin tan1 gSA rc (f()) dk eku fuEu gSA
4 4 cos 2 d(tan )
Ans. (1) [IIT-JEE 2011, Paper-1, (4, 0), 80]
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-42
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
5. 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
Qyu f : [0, 3] [1, 29], tks fuEukuqlkj ifjHkkf"kr fd;k x;k gS [IIT-JEE 2012, Paper-1, (3, –1), 70]
f(x) = 2x3 – 15x2 + 36x + 1, fuEu izdkj dk gS
(A) ,sfdd (one-one) vkSj vkPNknd (onto) (B*) vkPNknd gS ij ,sfdd ugha
(C) ,sfdd gS ij vkPNknd ugha (D) u ,sfdd gS u gh vkPNknd
2
6*. Let f : (–1, 1) R be such that f(cos 4) = for 0, , . Then the value(s) of
2 sec 2
4 4 2
1
f is (are) [IIT-JEE 2012, Paper-2, (4, 0), 66]
3
tgk¡ 0, , rc f dk
2 1
Qyu f : (–1, 1) R bl izdkj dk gS fd f(cos 4) =
2 sec 2 4 4 2
3
(ds) eku gS (gSa)
3 3 2 2
(A*) 1 – (B*) 1 + (C) 1 – (D) 1 +
2 2 3 3
Ans. (AB)
23 n
7.
n1
The value of cot cot –1 1
2k
is
k 1
23 n
cot cot –1 1
n1
2k dk eku gS&
[JEE (Advanced) 2013, Paper-1, (2, 0)/60]
k 1
23 25 23 24
(A) (B*) (C) (D)
25 23 24 23
8. Match List I with List II and select the correct answer using the code given below the lists :
List - I List - II
1/ 2
cos(tan–1 y) y sin(tan–1 y)
2
P 1 y 4
takes value 1.
1 5
y2 –1 –1
cot(sin y) tan(sin y)
2 3
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-43
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
lwph I dks lwph II ls lqesfyr dhft, rFkk lwfp;ksa ds uhps fn, x, dksM dk ç;ksx djds lgh mÙkj pq fu;s %
lwph - I lwph- II
1/ 2
cos(tan–1 y) y sin(tan–1 y)
2
P 1 y 4
dk eku gS 1.
1 5
y2 –1 –1
cot(sin y) tan(sin y)
2 3
6 4
11. If = 3sin–1 and = 3cos–1 , where the inverse trigonometric functions take only the principal
11 9
values, then the correct option(s) is(are)
6 4
;fn = 3sin–1 vkSj = 3cos–1 , tgk¡ izfrykse f=kdks.kferh; Qyu (inverse trigonometric
11 9
functions) dsoy eq[; eku (principal values) gh ysrs gS, rc lgh dFku gS (gS)
[JEE (Advanced) 2015, P-2 (4, –2)/ 80]
(A) cos > 0 (B*) sin < 0 (C*) cos( + ) > 0 (D*) cos < 0
Ans. (B,C,D)
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-44
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
12. The number of real solutions of the equation
x
i
x
i
sin–1
i1
xi1 x
i1
2 =
2
– cos–1
i 1 2 (x)
i1
i
1 1
lying in the interval , is __________. [JEE(Advanced) 2018, Paper-1,(4, –2)/60]
2 2
(Here, the inverse trigonometric functions sin–1x and cos–1x assume values in , and [0, ],
2 2
respectively).
x
i
x
i
lehdj.k sin–1 xi1 x = – cos–1 ( x)i
i1 2 2 i 1 2
i1 i1
1 1
ds mu okLrfod gyksa (real solutions) dh la[;k tks vUrjky (interval) , esa fo|eku gS] __________.
2 2
(;gk¡ izfrykse f=kdks.kferh; Qyu (inverse trigonometric functions) sin–1x vkSj cos–1x Øe'k% , o
2 2
[0, ] esa eku /kkj.k djrs gS)
Ans. (2)
13. Let X be a set with exactly 5 elements and Y be a set with exactly 7 elements. If is the number of
one-one functions from X to Y and is the number of onto function form Y to X, then the value of
1
( – ) is ______ .
5!
ekuk fd leqPp; (set) X esa Bhd vo;o (elements) gSa vkSj leqPp; Y esa Bhd 7 vo;o gSaA ;fn X ls Y esa ,dSdh
Qyuksa (one-one function) dh la[;k gS vkSj vkSj Y ls X esa vkPNknd (onto) Qyuksa dh la[;k gS] rc
1
( – ) dk eku gS ______ A [JEE(Advanced) 2018, Paper-2,(4, –2)/60]
5!
Ans. (119)
x
x
14. Let E1 = x R : x 1 and 0 and E2 = x E1 : sin–1 loge is a real number .
x – 1
x – 1
(Here, the inverse trigonometric function sin–1x assumes values in – , .)
2 2
x
Let f : E1 R be the function defined by f(x) = loge
x – 1
x
and g : E2 R be the function defined by g(x) = sin–1 loge
x – 1
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-45
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
LIST-I LIST-II
1 e
(P) The range of f is (1) – , ,
1– e e –1
(Q) The range of g contains (2) (0, 1)
1 1
(R) The domain of f contains (3) – ,
2 2
(S) The domain of g is (4) (–, 0) (0, )
e
(5) – ,
e – 1
1 e
(6) (–, 0) ,
2 e – 1
The correct option is
(A) P 4; Q 2; R 1; S 1 (B) P 3; Q 3; R 6; S 5
(C) P 4; Q 2; R 1; S 6 (D) P 4; Q 3; R 6; S 5
x
ekuk fd E1 = x R : x 1vkSj
x
0 vkSj E2 = x E1 : sin–1 loge okLrfod la[; k gS .
x –1
x – 1
(;gk¡ izfrykse f=kdks.kferh; Qyu (inverse trigonometric function) sin–1x , – , esa eku /kkj.k djrk gSA)
2 2
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-46
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
1
4. The domain of the function f(x) = is : [AIEEE 2011, , (4, –1), 120]
| x | x
1
Qyu f(x) = dk izkar gS %
| x | x
(1) (– , ) (2) (0, ) (3*) (–, 0) (4) (–, ) – {0}
5. Let f be a function defined by f(x) = (x–1)2 + 1, (x 1). [AIEEE 2011, , (4, –1), 120]
Statement - 1 : The set {x : f(x) = f–1(x)} = {1, 2}.
Statement - 2 : f is a bijection and f –1(x) = 1 + x 1 , x 1.
ekuk Qyu f(x) = (x – 1)2 + 1, (x 1) }kjk ifjHkkf"kr gSA
dFku - 1 : leqPp; {x : f(x) = f–1(x)} = {1, 2}.
dFku - 2 : f ,d ,dSdh vkPNknd gS rFkk f–1(x) = 1 + x 1 , x 1.
(1*) Statement-1 is true, Statement-2 is true; Statement-2 is a correct explanation for Statement-1.
(2) Statement-1 is true, Statement-2 is true; Statement-2 is NOT a correct explanation for Statement-1
(3) Statement-1 is true, Statement-2 is false
(4) Statement-1 is false, Statement-2 is true .
(1) dFku -1 lR; gS] dFku -2 lR; gSA dFku-2 ] dFku -1 dh lgh O;k[;k gSA
(2) dFku -1 lR; gS] dFku-2 lR; gSA dFku-2, dFku-1 dh lgh O;k[;k ugha gSA
(3) dFku -1 lR; gS] dFku-2 vlR; gSA
(4) dFku -1 vlR; gS] dFku-2 lR; gSA
6. If x, y, z are in A.P. and tan–1x, tan–1y and tan–1z are also in A.P., then [AIEEE - 2013, (4, –1),120]
;fn x, y, z ,d lekUrj Js<h esa gS rFkk tan–1x, tan–1y rFkk tan–1z Hkh lekUrj Js<h esa gS] rks
[AIEEE - 2013, (4, –1),360]
(1*) x = y = z (2) 2x = 3y = 6z (3) 6x = 3y = 2z (4) 6x = 4y = 3z
1
7. If g is the inverse of a function f and f'(x) = , then g'(x) equal to :
1 x5
[JEE(Main) 2014, (4, – 1), 120]
1
;fn g Qyu f dk O;qRØe gS rFkk f'(x) = gS] rks g'(x) cjkcj gS :
1 x5
[JEE(Main) 2014, (4, – 1), 120]
1
(1) (2*) 1 + {g(x)}5 (3) 1 + x5 (4) 5x4
1 {g(x)}5
2x 1
8. Let tan–1y = tan–1x + tan–1 , where |x| < . Then a value of y is
1– x 2 3
[JEE(Main) 2015, (4, – 1), 120]
3x – x3 3x x3 3x – x3 3x x3
(1) (2) (3) (4)
1– 3x 2
1– 3x 2
1 3x 2
1 3x 2
2x 1
ekuk tan–1y = tan–1x + tan–1 , tgk¡ |x| < gS] rks y dk ,d eku gS&
1– x 2 3
[JEE(Main) 2015, (4, – 1), 120]
3x – x 3
3x x 3
3x – x 3
3x x3
(1) (2) (3) (4)
1– 3x 2 1– 3x 2 1 3x 2 1 3x 2
Ans. (1)
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-48
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
1
9. If f(x) + 2f = 3x, x 0, and S = {x R : f(x) = f (–x)} ; then S : [JEE(Main) 2016, (4, – 1), 120]
x
(1) contains exactly one element (2*) contains exactly two elements.
(3) contains more than two elements. (4) is an empty set.
10. Two sets A and B are as under : A = {(a, b) R R : |a –5| < 1 and |b – 5| < 1 } ;
B = {(a, b ) R R : 4(a– 6)2 + 9(b–5)2 36 }. Then; [JEE(Main) 2018, (4, – 1), 120]
(3) B A (4*) A B
nks leqPp; A rFkk B fuEu izdkj ds gS % A = {(a, b) R R : |a –5| < 1 rFkk |b – 5| < 1 } ;
B = {(a, b ) R R : 4(a– 6)2 + 9(b–5)2 36 }. rks ;
(3) B A (4*) A B
2 3 3
11. If cos–1 + cos–1 = x then x is equal to :
3x 4x 2 4
2 3 3
;fn cos–1 + cos–1 = x rc x cjkcj gS :
3x 4x 2 4
Ans. (1)
1 1
12. For x R – {0, 1}, let f 1(x) = , f 2(x) = 1 – x and f 3(x) = be three given functions. If a function, J(x)
x 1 x
satisfies (f2 J f1 ) (x) = f 3(x) is equal to : [JEE(Main) 2019, Online (09-01-19),P-1 (4, – 1), 120]
1 1
x R – {0, 1} ds fy,] rhu Qyu f1(x) = , f 2(x) = 1 – x rFkk f 3(x) = fn;s x;s gSaA ;fn ,d Qyu J(x),
x 1 x
(f2 J f1 ) (x) = f 3(x) dks lUrq"V djrk gS] rks J(x) cjkcj gS :
1
(1) f 3(x) (2) f 1(x) (3) f 3(x) (4) f 2(x)
x
Ans. (3)
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-49
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
19 n
13. The value of cot cot 1 1 2p is :
n1
p 1
19 n
cot cot 1 1 2p dk eku gS% [JEE(Main) 2019, Online (10-01-19),P-2 (4, – 1), 120]
n1
p 1
19 21 22 23
(1) (2) (3) (4)
21 19 23 22
Ans. (2)
14. The number of functions f from {1, 2, 3, …., 20}, onto {1,2,3,………..,20} such that f(k) is a multiple of 3,
wherever k is a multiple of 4, is :
{1, 2, 3, …., 20}, ls {1,2,3,………..,20} ij ,sls vkPNknd Qyuksa] ftuds fy, f(k) rhu dk xq.kt gS tc k pkj
dk xq.kt gS] dh la[;k gS : [JEE(Main) 2019, Online (11-01-19),P-2 (4, – 1), 120]
(1) 5! 6! (2) (15)! 6! (3) 65 × (15)! (4) 56 × 15
Ans. (2)
– 5 x 6)
Let Z be the set of integers. If A = {x Z : 2( x 2)( x
2
15. 1] and B = {x Z : – 3 2x – 1 9} then the
– 5 x 6)
ekuk Z iw.kk±dksa dk leqPp; gSA ;fn A = {x Z : 2( x 2)( x
2
1] rFkk B = {x Z : – 3 2x – 1 9} ] rks
A × B ds mileqPp;ksa dh la[;k gS& [JEE(Main) 2019, Online (12-01-19),P-2 (4, – 1), 120]
Ans. (3)
2x 1
1. Find the domain of the function f(x) = log log
x4 2 3 x
2
2x 1
Qyu f(x) = log x 4 log dk izkUr Kkr dhft,A
2 3 x
2
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-50
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
3. Find the values of ' a ' in the domain of the definition of the function , f (a) = 2a2 a for which the
roots of the equation , x2 + (a + 1) x + (a 1) = 0 lie between 2 & 1 .
Ans. ( 1/2, 0] [1/2, 1)
Qyu f (a) = 2a2 a ds izkUr esa 'a' ds eku Kkr dhft, ftuds fy, lehdj.k x2 + (a + 1) x + (a 1) = 0 ds
ewy 2 vkSj 1 ds chp fLFkr gSaA
1 1
Ans. : a , 0 , 1
2 2
1
4. The domain of the function f (x) = is:
x
1 cos 1
(2 x 1) . tan 3 x
1
Qyu f (x) = dk izkUr Kkr dhft,A
x
1 cos 1
(2 x 1) . tan 3 x
Ans. 6 , 0
5 1 x2 (7 x 1) !
(iv) f (x) = 3sin + , where [ . ] denotes greatest integer function.
x 1 x 1
2
4 2
1
(v) 3y 2x 24x
fuEufyf[kr Qyuksa dk izkUr Kkr dhft, &
(i) f(x) = log1/ 3 log4 ([x]2 5) , tgk¡ [ . ] egÙke iw.kk±d Qyu dks iznf'kZr djrk gSA
1
(ii) f(x) = , tgk¡ [ . ] egÙke iw.kk±d Qyu dks iznf'kZr djrk gSA
[| x 1|] [| 12 x |] 11
x2 2 x 3
log( 0.5 x)
(iii) f(x) = x 0.5 4 x2 4 x 3
5 1 x2 (7 x 1) !
(iv) f(x) = 3sin + , tgk¡ [. ] egÙke iw.kk±d Qyu dksiznf'kZr djrk gSA
x 1 x 1
2
3y 2x 24x 1
4 2
(v)_.
Ans. (i) [–3, –2) U [3, 4) (ii) R – {(0, 1) {1, 2,......., 12} (12, 13)}
1 1 1 3 n
(iii) , , 1 , (iv) 7 , n , 1 n 6
2 2 2 2
– 3 – 1 – 3 1 3 – 1 3 1
(v).
, ,
2 2 2 2
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-51
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
1 1
6. The range of the function f (x) = sin1 x 2 + cos1 x 2 – , where [ ] is the greatest integer
2 2
function, is:
1
7. Find the range of f(x) = – {x}, (where {.} represents fractional part of x)
2{–x}
1
ekuk f(x) = – {x}, rc f(x) dk ifjlj gS (tgk¡ {.}, x fHkUukRed Hkkx Qyu gS)
2{–x}
Ans. [ 2 – 1, )
x 2 1 – 3x
8. If f : R R ; f(x) = then find the range of f(x).
x2 1 x
x 2 1 – 3x
;fn f : R R ; f(x) = rc f(x) dk ifjlj Kkr dhft,A
x2 1 x
Ans. (– 1, )
9. If a function is defined as f(x) = logh(x) g(x) , where g(x) = |sinx| + sinx , h(x) = sinx + cosx , 0 x
.Then find the doman of f(x).
;fn Qyu f(x) = logh(x) g(x) ls ifjHkkf"kr gS] tgk¡ g(x) = |sinx| + sinx , h(x) = sinx + cosx , 0 x rc f(x)
dk izkUr Kkr dhft;sA
Ans. 6, 2
[ Ans. : D :
2
8 , 1 1, 8 ; R : , 0 , ]
2
(iv) f (x) = log[x 1] sin x , where [ ] denotes greatest integer function .
{ Ans. : D : [3 , ) (2n , 2n ) ; R : ( , 0] }
n 1
1
(v) f(x) = tan–1 ( [x] [x] ) + 2 | x | + , (where [ ] denotes greatest integer function)
x2
1
Ans. D : {–2, –1, 1, 2} ; R : , 2
4
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-52
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
fuEufyf[kr Qyuksa dk izkUr vkSj ifjlj Kkr dhft, &
x
(i) f (x) = cos1 log[x] , tgk¡ [ . ] egÙke iw.kk±d Qyu dks iznf'kZr djrk gS
x
Ans. : D : [2 , ) ; R : {/2}
(ii) f (x) = [
log1/ 2 log2 x2 4 x 5 ] tgk¡ [ . ] egÙke iw.kk±d Qyu dks iznf'kZr djrk gS
[Ans. D : 2 2, 3 U , 1, 2 2 ; R {0}]
x2
(iii) f (x) = sin1 log 2 , tgk¡ [ . ] egÙke iw.kk±d Qyu dks iznf'kZr djrk gS
2
[ Ans. : D :
2
8 , 1 1, 8 ; R : , 0 , ]
2
(iv) f (x) = log[x 1] sin x , tgk¡ [ . ] egÙke iw.kk±d Qyu dks iznf'kZr djrk gS
{ Ans. : D : [3 , ) (2n , 2n ) ; R : ( , 0] }
n 1
1
(v) f(x) = tan–1 ( [x] [x] ) + 2 | x | + , ¼tgk¡ [.] egÙke iw.kk±d Qyu dks iznf'kZr djrk gSA½
x2
1
Ans. D : {–2, –1, 1, 2} ; R : , 2
4
sin2 x 4 sin x 5
11. If f(x) = , then range of f(x) is
2sin2 x 8 sin x 8
sin2 x 4 sin x 5 5
;fn f(x) = gks] rks f(x) dk ifjlj gS & Ans. 9 , 1
2sin x 8 sin x 8
2
12. Find range of the f unction f (x) = log 2 3x x x x
(where [· ] is greatest integer f unction)
Qyu f (x) = log 2 3x x x x dk ifjlj gS
( tgk¡ [· ] egÙke iw . kkZ a d Qyu gS )
Ans. {0, 1}
1 x
13. If f (x) = 2 and g(x) = sin x + 8 where {· } denotes f ractional part f unction then
x 1 2
the find range of f (g(x))
1 x
;fn f (x) = 2 rFkk g(x) = sin x + 8 tgk¡ {· } fHkUukRed Hkkx Qyu gS rc f (g(x)) dk
x 1 2
ifjlj gS A
1
Ans. 65 , 1
x (1 2[x]) [x]
14. If the range of the function f(x) = + cos + sin is ,
4 2 2 4 4
2 1
4 , 4 4 , 2 , (where {.} and [.] represent fractional part and greatest integer part functions
respectively), then 2 +2 +2 + 2 is
x (1 2[x]) [x] 2 1
;fn Qyu f(x) = + cos + sin 2 dk ifjlj 4 , 4 4 , 4 4 , 2 gSA (tgk¡
4 2
{.} rFkk [.] Øe'k% fHkUukRed Hkkx Qyu vkSj egÙke iw.kkZad Qyu dks O;Dr djrk gS ) rc2 +2 +2 + 2 eku Kkr
dhft,A
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-53
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
Ans. 15
x
15. The fundamental period of sin [x] + cos + cos [x], where [ . ] denotes the integral part of x, is.
4 2 3
x
sin [x] + cos + cos [x] dk vkorZdky gS&¼tgk¡ [x], x ds egÙke iw.kk±d dks iznf'kZr djrk gS½
4 2 3
Ans. 24
22011 –1 2010
16. Consider the function g(x) defined as g(x). x 1 (x 1)(x2 1)(x 4 1)...........(x2 1) – 1
(|x| 1). Then the value of g(2) is equal to
20. Suppose X and Y are two sets and f : X Y is a function. For a subset A of X, define f(A) to be the
subset {f(a) : a A} of Y. For a subset B of Y, define f –1(B) to be the subset {x X : f(x) B} of X. Then
prove the followings
(i) Statement "f –1(f(A)) = A for every A X" is false
(ii) Statement "f–1(f(A)) = A for every A X if only if f(X) = Y" is false
(iii) Statement "f(f–1(B)) = B for every B Y" is false
(iv) Statement "f(f–1(B)) = B for every B Y if only if f(X) = Y" is true
ekuk X vkSj Y nks leqPp; gS vkSj f : X Y ,d Qyu gSA X ds mileqPp; A ds fy;s f(A) dks {f(a) : a A}, Y
dk mileqPp; gksus ds fy;s ifjHkkf"kr djrk gSA Y ds ,d mileqPp; B ds fy;s f–1(B) ds {x X : f(x) B}, X ds
mileqPp; gksus ds fy;s ifjHkkf"kr djrk gSA rks fuEu dks fl) dhft,
(i) dFku "f –1(f(A)) = A A X" vlR; gSA
(ii) dFku "f–1(f(A)) = A A X ;fn vkSj dsoy ;fn f(X) = Y" vlR; gSA
(iii) dFku "f(f –1(B)) = B B Y" vlR; gSA
(iv) dFku "f(f–1(B)) = B B Y ;fn vkSj dsoy ;fn f(X) = Y" lR; gSA
x2 k
Let g : R (0, /3] is defined by g(x) = cos–1 . Then find the possible values of ‘k’ for which g
1 x 2
21.
is surjective.
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-54
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
x2 k
ekuk g : R (0, /3] esa ifjHkkf"kr g(x) = cos–1 rc ‘k’ ds laHkkfor eku ftlds fy, g vkPNknd gSA
2
1 x
1
Ans. k= –
2
22. Let 0 < , , < are the solutions of the equations cosx = x, cos(sinx) = x and sin(cosx) = x
2
respectively, then show that <
ekuk 0 < , , < Øe'k% lehdj.kksa cosx = x, cos(sinx) = x rFkk sin(cosx) = x ds gy gS rc iznf'kZr dhft,
2
fd <
23. Let f(x) = log2log3log4log5(sinx + a2). Find the set of values of a for which domain of f(x) is R.
ekuk f(x) = log2log3log4log5(sinx + a2) gks] rks a ds ekuksa dk leqPp; Kkr dhft;s ftlds fy, f(x) dk izkUr R gSA
Ans. a (, 626) ( 626, )
3 3
, 2 2 , 2 2
24. tan–1 (tan ) = , , sin–1 (sin ) = , ,
2 2 2 2
3 3
, ,
2 2 2 2
, 0
cos (cos ) =
–1
, 0
2 , 2
Based on the above results, prove each of the following : ds vk/kkj ij fuEu ifj.kkeksa dks fl) dhft,
Based on the above results, prove each of the following : ds vk/kkj ij fuEu ifj.kkeksa dks fl) dhft,
(i) cos–1 x = sin–1 1 x2 if 0 < x < 1 (ii) sin–1 x = cos–1 1 x2 if 0 < x < 1
1 x2
(iii) cos–1 x = + tan–1 if –1 < x < 0
x
25. Express cot (cosec–1x) as an algebraic function of x.
cot (cosec–1x) dks x ds chtxf.krh; Qyu esa O;Dr dhft;sA
– x2 – 1 if x –1
Ans. cot (cosec–1x) =
x –1
2
if x 1
x 1– x 2
26. Express sin–1x in terms of (i) cos–1 1– x2 (ii) tan–1 (iii) cot–1
1– x 2 x
x 1– x 2
sin–1x dks fuEu ds inksa esa O;Dr dhft, (i) cos–1 1– x2 (ii) tan–1 (iii) cot–1
1– x 2 x
– cos–1 1– x 2 , if – 1 x 0 –1
1– x 2 ,
– cos ;fn –1 x 0
Ans. (i) sin–1x =
–1
cos 1– x 2 if 0 x 1 cos
–1
1– x 2 ;fn 0 x 1
x
(ii) sin–1x = tan–1 , for all lHkh x (–1, 1) ds fy,
1– x 2
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-55
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
1– x 2
cot –1 – if – 1 x 0
x
(iii) sin–1x =
if 0 x 1
–1 1– x
2
cot x
x , x 1 x , x 1
27. If f(x) = x 2 ;fn f(x) = 2 gks] rks f-1(x) Kkr dhft,A
, 1 x 4 , then find f (x) .
-1
x , 1 x 4
8 x , x4 8 x , x4
x , x 1
Ans. f–1(x) = x , 1 x 16
x2
, x 16
64
x2 y2 x y
28. sin–1 + cos–1 – 2 equals to :
4 9 2 2 3 2
x2 y2 x y 3
sin–1 + cos–1 – 2 dk eku gS& Ans.
4 9 2 2 3 2 2
1 x 1 x2
29. If = 2 tan–1 & = sin
–1
for 0 < x < 1, then prove that + =. What the value of
1 x 1 x
2
+ will be if x > 1 ?
1 x 1 x2
;fn 0 < x < 1 ds fy, = 2 tan–1 rFkk = sin–1 gks] rks fl) dhft, fd + =- ;fn
2
1 x 1 x
x > 1 gks] rks + dk eku D;k gksxk\
Ans. –
30. Solve {cos–1 x} + [tan–1 x] = 0 for real values of x. Where { . } and [ . ] are fractional part and greatest
integer functions respectively.
{cos–1 x} + [tan–1 x] = 0 dks x okLrfod ekuksa ds fy, gy dhft, tgk¡ { . } rFkk [ . ] Øe'k% fHkUukRed Hkkx ,oa
egÙke iw.kk±d Qyu dks iznf'kZr djrs gSA
Ans. {1, cos 1}
31. Find the set of all real values of x satisfying the inequality sec–1x > tan–1x.
vlfedk sec–1x > tan–1x dks lUrq"V djus okys x ds lHkh okLrfod ekuksa dk leqPp; Kkr dhft,A
Ans. {x : x (–, –1]}
x x 1 1
32. Find the solution of sin1 sin1 sin1 .
1 x x 1 1 x
x x 1 1
sin1 sin1 sin1 ds gyksa dk leqPp; Kkr dhft;sA
1 x x 1 1 x
Ans. x0
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-56
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029
Functions & Inverse Trigonometric Functions
33. (i) Find all positive integral solutions of the equation, tan1 x + cot1 y = tan1 3.
(ii) If 'k' be a positive integer, then show that the equation:
tan1 x + tan1 y = tan1 k has no nonzero integral solution.
(i) lehdj.k tan1 x + cot1 y = tan1 3 ds lHkh /kukRed iw.kk±d gy Kkr dhft,A
(ii) ;fn 'k' /kukRed iw.kk±d gks] rks iznf'kZr dhft, fd lehdj.k
tan1 x + tan1 y = tan1 k dk dksbZ v'kwU; iw.kk±d gy ugha gSA
Ans. (i) Two solutions (1, 2) (2, 7) (nks gy (1, 2) (2, 7))
34. Determine the integral values of 'k' for which the system, (tan–1 x)2 + (cos–1 y)2 = 2 k and
tan–1 x + cos–1 y = possess solution and find all the solutions.
2
'k' ds iw.kk±d eku Kkr dhft, ftlds fy, lehdj.k fudk; (tan–1 x)2 + (cos–1 y)2 = 2 k rFkk
tan–1 x + cos–1 y = dk gy mifLFkr gS rFkk lHkh gy Kkr dhft,A
2
Ans. k = 1, x = tan (1 – 7 ) , y = cos ( 7 + 1)
4 4
Corp. / Reg. Office : CG Tower, A-46 & 52, IPIA, Near City Mall, Jhalawar Road, Kota (Raj.)-324005
Website: www.resonance.ac.in | E-mail : contact@resonance.ac.in
ADVFNIT-57
Toll Free : 1800 258 5555 | CIN: U80302RJ2007PLC024029