0% found this document useful (0 votes)
12 views38 pages

Mathematics Economics 04 - Daily Class Notes

The document provides comprehensive notes on set theory and its applications in mathematics economics, covering topics such as set representation, operations (union, intersection, difference), types of sets, and properties of sets. It includes definitions, examples, and properties related to cardinality and various set operations. Additionally, it discusses practical applications of set theory with examples involving students and employees.

Uploaded by

dubeyji2721
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views38 pages

Mathematics Economics 04 - Daily Class Notes

The document provides comprehensive notes on set theory and its applications in mathematics economics, covering topics such as set representation, operations (union, intersection, difference), types of sets, and properties of sets. It includes definitions, examples, and properties related to cardinality and various set operations. Additionally, it discusses practical applications of set theory with examples involving students and employees.

Uploaded by

dubeyji2721
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 38

1

UGC NET

DAILY
CLASS NOTES
Economics

Mathematics Economics
Lecture – 1
Number System,Set Theory, Functions
2

Set Theory, Sequence and Series


A Set is an unordered collection of objects, known as elements or members of the set.
An element ‘a’ belong to a set A can be written as ‘a ∈ A’, ‘a ∉ A’ denotes that a is not an
element of the set A.
Representation of a Set
A set can be represented by various methods. 3 common methods used for representing set:
1. Statement form: In this representation, the well-defined description of the elements of the set
is given. Below are some examples of the same.
1. The set of all even numbers less than 10.

2. Roster form: In this representation, elements are listed within the pair of brackets {} and are
separated by commas. Below are two examples.
1. Let N is the set of natural numbers less than 5.
N = {1 , 2 , 3, 4 }.

3. Set builder form: In Set-builder set is described by a property that its member must satisfy.
1. {x : x is even number divisible by 6 and less than 100}.
2. {x : x is natural number less than 10}.
An Equal sets
Two sets are said to be equal if both have same elements. For example A = {1, 3, 9, 7} and B =
{3, 1, 7, 9} are equal sets. [Order of elements of a set doesn’t matter].
Subset
A set A is said to be subset of another set B if and only if every
element of set A is also a part of other set B. Denoted by ‘⊆‘. ‘A
⊆ B ‘ denotes A is a subset of B.
To prove A is the subset of B, we need to simply show that if x
belongs to A then x also belongs to B. To prove A is not a subset
of B, we need to find out one element which is part of set A but
not belong to set B. ‘U’ denotes the universal set.
Size of a Set
Size of a set can be finite or infinite. Finite set: Set of natural
numbers less than 100. Infinite set: Set of real numbers. Size of the set S is known as Cardinality
number, denoted as |S|.
3

Let A be a set of odd positive integers less than 10. Solution : A = {1,3,5,7,9}, Cardinality of the
set is 5, i.e.,|A| = 5. Note: Cardinality of a null set is 0.
Power Sets
The power set is the set all possible subset of the set S. Denoted by P(S).
What is the power set of {0,1,2}? Solution: All possible subsets
{∅}, {0}, {1}, {2}, {0,1}, {0,2}, {1,2}, {0,1,2}.
Note: Empty set and set itself is also the member of this set of subsets.
Union: Union of the sets A and B, denoted by A ∪ B, is the set of distinct element belongs to set
A or set B, or both. Example : Find the union of A = {2, 3, 4} and B = {3, 4, 5};
Solution : A ∪ B = {2, 3, 4, 5}.
Intersection: The intersection of the sets A and B, denoted by A ∩ B, is the set of elements
belongs to both A and B i.e. set of the common element in A and B.
Example: Consider the previous sets A and B. Find out A ∩ B. Solution : A ∩ B = {3, 4}.

Disjoint
Two sets are said to be disjoint if their intersection is the empty set .i.e sets have no common
elements. Let A = {1, 3, 5, 7, 9} and B = { 2, 4 ,6 , 8} . A and B are disjoint set both of them have
no common elements.

Set Difference
Difference between sets is denoted by ‘A – B’, is the set containing elements of set A but not in
B. i.e all elements of A except the element of B.
Complement
Complement of a set A, denoted by Ac is the set of all the elements except A. Complement of the
set A is U – A.

Addition & Subtraction


Addition of sets A and B, referred to as Minknowski Addition, is the set in whose elements are
the sum of each possible pair of elements from the 2 sets (that is one element is from set A and
other is from set B).
Set subtraction follows the same rule, but with the subtraction operation on the elements. It is to
be observed that these operations are operable only on numeric data types
4

Cartesian Products
Let A and B be two sets. Cartesian product of A and B is denoted by A × B, is the set of all ordered
pairs (a,b), where a belong to A and b belong to B.
A × B = {(a, b) | a ∈ A ∧ b ∈ B}.
Example 1. What is Cartesian product of A = {1,2} and B = {p, q, r}.
Solution : A × B ={(1, p), (1, q), (1, r), (2, p), (2, q), (2, r) };
The cardinality of A × B is N*M, where N is the Cardinality of A and M is the cardinality of B.
Note: A × B is not the same as B × A.

Properties of Union and Intersection of sets:


● Associative Properties: A ∪ (B ∪ C) = (A ∪ B) ∪ C and A ∩ (B ∩ C) = (A ∩ B) ∩ C
● Commutative Properties: A ∪ B = B ∪ A and A ∩ B = B ∩ A
● Identity Property for Union: A ∪ φ = A
● Intersection Property of the Empty Set: A ∩ φ = φ
● Distributive Properties: A ∪(B ∩ C) = (A ∪ B) ∩ (A ∪ C) similarly for intersection.

Types of Sets
The sets are further categorised into different types, based on elements or types of elements. These
different types of sets in basic set theory are:
● Finite set: The number of elements is finite
● Infinite set: The number of elements are infinite
● Empty set: It has no elements
● Singleton set: It has one only element
● Equal set: Two sets are equal if they have same elements
● Equivalent set: Two sets are equivalent if they have same number of elements
● Power set: A set of every possible subset.
● Universal set: Any set that contains all the sets under consideration.
● Subset: When all the elements of set A belong to set B, then A is subset of B
5

Properties of Union of Sets


i) Commutative Law: The union of two or more sets follows the commutative law i.e., if we
have two sets A and B then,
A∪B=B∪A
Example: A = {a, b} and B = {b, c, d}
So, A∪B = {a, b, c, d}
B∪A = {b, c, d, a}
Since, in both the union, the group of elements is same. Therefore, it satisfies commutative law.
A∪B=B∪A
ii) Associative Law: The union operation follows the associative law i.e., if we have three sets
A, B and C then
(A ∪ B) ∪ C = A ∪ (B ∪ C)
Example: A = {a, b} and B = {b, c, d} and C = {a, c, e}
(A ∪ B) ∪ C = {a, b, c, d} ∪ {a, c, e} = {a, b, c, d, e}
A ∪ (B ∪ C) = {a, b} ∪ {b, c, d, e} = {a, b, c, d, e}
Hence, associative law proved.
iii) Identity Law: The union of an empty set with any set A gives the set itself i.e.,
A∪∅=A
Suppose, A = {a, b, c} and ∅ = {}
then, A ∪ ∅ = {a, b, c} ∪ {} = {a, b, c}
iv) Idempotent Law: The union of any set A with itself gives the set A i.e.,
A∪A=A
Suppose, A = {1, 2, 3, 4, 5}
then A ∪ A = {1, 2, 3, 4, 5} ∪ {1, 2, 3, 4, 5} = {1, 2, 3, 4, 5} = A
v) Domination Law: The union of a universal set U with its subset A gives the universal set
itself.
A∪U=U
Suppose, A = {1, 2, 4, 7} and U = {1, 2, 3, 4, 5, 6, 7}
then A ∪ U = {1, 2, 4, 7} ∪ {1, 2, 3, 4, 5, 6, 7} = {1, 2, 3, 4, 5, 6, 7} = U
Hence, proved.
6

Example 1:
Let U be a universal set consisting of all the natural numbers until 20 and set A and B be a
subset of U defined as A = {2, 5, 9, 15, 19} and B = {8, 9, 10, 13, 15, 17}. Find A ∪ B.
Solution:
Given,
U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20}
A = {2, 5, 9, 15, 19}
B = {8, 9, 10, 13, 15, 17}
A ∪ B = {2, 5, 8, 9, 10, 13, 15, 17, 19}
This can be represented using the following Venn diagram:

Sets Operation (Set Theory)


7
8
9

Notation Name Meaning


Elements that belong to set A or set B or both A
A∪B Union
and B
A∩B Intersection Elements that belong to both set A and set B
A⊆B Subset Every element of set A is also in set B
Every element of A is also in B, but B contains
A⊂B Proper subset
more elements
A⊄B Not a subset Elements of set A are not elements of set B
A=B Equal sets Both set A and B have the same elements
Ac or A’ Complement Elements not in set A but in the universal set
A-B or A\B Set difference Elements in set A but not in set B
P(A) Power set The set of all subsets of set A
The set that contains all the ordered pairs from set
A×B Cartesian product
A and B in that order
n(A) or |A| Cardinality The number of elements in set A
∅ or { } Empty set The set that has no elements
The set that contains all the elements under
U Universal set
consideration
The set of natural
N N={1,2,3,4,…}
numbers
Z The set of integers Z={…,-2,-1,0,1,2,…}
The set of real
R R={x|-∞<x<+∞}
numbers

Properties related to difference, union and intersection and the cardinal number of set
i) Union of Disjoint Sets:
If A and B are two finite sets and if A ∩ B = ∅, then
n(A ∪ B) = n(A) + n(B)
In simple words if A and B are finite sets and these sets are disjoint then the cardinal number of
Union of sets A and B is equal to the sum of the cardinal number of set A and set B.
10

Figure 1- Disjoint sets


The union of the disjoint sets A and B represented by the Venn diagram is given by A ∪ B and
it can be seen that A ∩ B = ∅ because no element is common to both the sets.
ii) Union of two sets:
If A and B are two finite sets, then
n(A ∪ B) = n(A) + n(B) – n(A ∩ B)
Simply, the number of elements in the union of set A and B is equal to the sum of cardinal numbers
of the sets A and B, minus that of their intersection.

Figure 2- Union of two sets


In the figure given above the differently shaded regions depict the different disjoint sets i.e. A –
B, B – A and A ∩ B are three disjoint sets as shown and the sum of these represents A ∪ B. Hence,
n (A ∪ B) = n (A – B) + n(B – A) + n(A ∩ B)
iii) Union of three sets
If A, B and C are three finite sets, then;
11

n(A ∪ B ∪ C) = n(A) + n(B) + n(C) – n(A ∩ B) – n(B ∩ C) – n(A ∩ C) + n(A ∩ B ∩ C)


This is clearly visible from the Venn diagram that the union of the three sets will be the sum of
the cardinal number of set A, set B, set C and the common elements of the three sets excluding
the common elements of sets taken in pairs of two.

Example: There is a total of 200 students in class XI. 120 of them study mathematics, 50
students study commerce and 30students study both mathematics and commerce. Find the
number of students who
i) Study mathematics but not commerce
ii) Study commerce but not mathematics
iii) Study mathematics or commerce
Solution: The total number of students represents the cardinal number of the universal set. Let A
denote the set of students studying mathematics and set B represent the students studying
commerce.
Therefore,
n (U) = 200
n(A) = 120
n(B) = 50
n(A ∩ B) = 30
The Venn diagram represents the number of students studying mathematics and commerce.
i) Here, we are required to find the difference of sets A and B.
n(A) = n(A – B) + n(A ∩ B)
n(A-B) = n(A) – n(A ∩ B)
⇒ n (A – B) = 120 – 30 = 90
12

The number of students who study mathematics but not commerce is 90.
ii) Similarly here, we are required to find the difference of sets B and A
n (B) = n (B – A) + n (A ∩ B)
⇒ n (B – A) = 50 – 30 = 20
The number of students who study commerce but not mathematics is 20.
iii) The number of students who study mathematics or commerce
n (A ∪ B) = n(A) + n(B) – n(A ∩ B)
⇒ n(A ∪ B) = 120 + 50 – 30 = 140

Q-1) In an office, every employee likes at least one of tea, coffee and milk. The number of
employees who like only tea, only coffee, only milk and all the three are all equal. The number of
employees who like only tea and coffee, only coffee and milk and only tea and milk are equal and
each is equal to the number of employees who like all three. Then, a possible value of the number
of employees in the office is:
a) 65
b) 90
c) 77
d) 85
13

Q-2) In a survey of the market, it is noted that 300 families were randomly selected in a city. 142
buy Lipton tea and 139 buy Brookbond tea and 70 buy both types of tea. Find out the number of
families who buy

(i) at least one brand of tea


(ii) exactly one of these brands
(iii) none of these brands

Q-3) In a class of 30 M.A. (Economics) students, 17 students have taken econometrics and 13
have taken econometrics but not mathematical economics. Find (a) the number of students who
have taken econometrics and mathematical economics (b) how many of them have taken
mathematical economics but also econometrics.
Refer to the live session for the solution of these questions

Sequence and Series


An itemized collection of elements in which repetitions of any sort are allowed is known as a
sequence, whereas a series is the sum of all elements. An arithmetic progression is one of the
common examples of sequence and series.
• In short, a sequence is a list of items/objects which have been arranged in a sequential
way.
• A series can be highly generalized as the sum of all the terms in a sequence. However,
there must be a definite relationship between all the terms of the sequence.

Sequence and Series Definition


A sequence is an arrangement of any objects or a set of numbers in a particular order followed by
some rule. If a1, a2, a3, a4,……… etc. denote the terms of a sequence, then 1,2,3,4,…..denotes
the position of the term.
A sequence can be defined based on the number of terms i.e. either finite sequence or infinite
sequence.
If a1, a2, a3, a4, ……. is a sequence, then the corresponding series is given by
SN = a1+a2+a3 + .. + aN
Note: The series is finite or infinite depending if the sequence is finite or infinite.
Sequence: The sequence is defined as the list of numbers that are arranged in a specific pattern.
Each number in the sequence is considered a term. For example, 5, 10, 15, 20, 25, … is a sequence.
14

The three dots at the end of the sequence represents that the pattern will continue further. Here, 5
is the first term, 10 is the second term,15 is the third term and so on. Each term in the sequence
can have a common difference, and the pattern will continue with the common difference. In the
example given above, the common difference is 5. The sequence can be classified into different
types, such as:
● Arithmetic Sequence
● Geometric Sequence
● harmonic Sequence
● Fibonacci Sequence
Series: The series is defined as the sum of the sequence where the order of elements does not
matter. It means that the series is defined as the list of numbers with the addition symbol in
between. The series can be classified as a finite series or infinite series which depends on the type
of sequence whether it is finite or infinite. Note that, the finite series is a series where the list of
numbers has an ending, whereas the infinite series is never-ending. For example, 1+3+5+7+.. is a
series. The different types of series are:
● Geometric series
● Harmonic series

● Power series
Sequence Series
Sequence relates to the organization of terms
in a particular order (i.e. related terms follow Series can also be classified as finite and
each other) and series is the summation of infinite series.
the elements of a sequence.
In sequence, the ordering of elements is the In series, the order of elements does not
most important matter
The elements in the sequence follow a The series is the sum of elements in the
specific pattern sequence
Example: 1, 2, 4, 6, 8, . . . . n are said to be in
A finite series can be represented as m1 +
a Sequence and 1 + 2 + 4 + 6 + 8 . . . . n is
m2 + m3 + m4 + m5 + m6 + . . . . . + mn
said to be in a series.
General Form: General Form:

The order of a sequence matters. Hence, a However, in case of series 5 + 6 + 7 is same


sequence 5, 6, 7 is different from 7, 6, 5. as 7 + 6 + 5.
15

Types of Sequence and Series


• Arithmetic Sequences
• Geometric Sequences
• Harmonic Sequences
• Fibonacci Numbers

Arithmetic Sequences
A sequence in which every term is created by adding or subtracting a definite number to the
preceding number is an arithmetic sequence.
• Arithmetic progression (A.P.) is a sequence in which each term except the first is obtained
by adding a fixed number (positive or negative) to the preceding term.

• Thus any sequence a1 , a2 , a3 ... an , ... is called an arithmetic progression if an + 1= an + d,


n ∈ N, where d is called the common difference of the A.P., usually we denote the first
term of an A.P by a and the last term by l

• The general term or the n th term of the A.P. is given by a n = a + (n – 1) d The n th term
from the last is given by an = l – (n – 1) d

The sum Sn of the first n terms of an A.P. is given by:

and the general term is given by an = Sn – Sn – 1


The arithmetic mean for any n positive numbers a1 , a2 , a3 , ... an is given by

If the terms of an A.P. are increased, decreased, multiplied or divided by the same
constant, they still remain in A.P.
If a1, a2, a3 ... are in A.P. with common difference d, then
(i) a1 ± k, a2 ± k, a3 ± k, ... are also in A.P with common difference d.
(ii) a1 k, a2 k, a3 k, ... are also in A.P with common difference dk (k ¹ 0).

And ... are also in A.P. with common difference d/k (k ¹ 0).
16

(iii) If nth term of any sequence is linear expression in n, then the sequence is A.P.
(iv) If sum of n terms of any sequence is a quadratic expression in n, then sequence
is an A.P.
Geometric Sequences: A sequence in which every term is obtained by multiplying or dividing a
definite number with the preceding number is known as a geometric sequence.
Geometric progression (G.P.) is a sequence in which each term except the first is obtained by
multiplying the previous term by a non-zero constant called the common ratio. Let us consider a
G.P. with first non-zero term a and common ratio r, i.e., a, ar, ar2, ... , arn – 1, ...

The general term or nth term of G.P. is given by an = arn – 1.


Last term l of a G.P. is same as the nth term and is given by l = arn – 1.

and the nth term from the last is given by


a ( r n − 1)
Sn = , or Sn = na
The sum Sn of the first n terms is given by r −1

If a, G and b are in G.P., then G is called the geometric mean of the numbers a and
b and is given by G = √a b

Harmonic Sequences
A series of numbers is said to be in harmonic sequence if the reciprocals of all the elements of the
sequence form an arithmetic sequence.
17

Fibonacci Numbers
Fibonacci numbers form an interesting sequence of numbers in which each element is obtained
by adding two preceding elements and the sequence starts with 0 and 1. Sequence is defined as,
F0 = 0 and F1 = 1 and Fn = Fn-1 + Fn-2
A sequence of the numbers is called a Fibonacci sequence when the required term is obtained by
adding the two terms before that.

The formula of the Fibonacci Sequence is


an = an – 2 + an – 1, Where n > 2

Also known as the Recursive Formula.

Convergence of geometric series


Consider the geometric progression

In each case, we subtract a small quantity from 2, and as we take successive sums the quantity
gets smaller and smaller. If we were able to add ‘infinitely many’ terms, then the answer ‘ought
to be’ 2 — or as near as we want to get to 2.
18

Let us see if we can explain this by using some algebra. We know that

and we want to examine this formula in the case of our particular example where r = ½.
Now the formula contains the term rn and, as −1 < r < 1, this term will get closer and closer to
zero as n gets larger and larger. So, if −1 < r < 1, we can say that the ‘sum to infinity’ of a geometric
series is:

where we have omitted the term rn. We say that this is the limit of the sums Sn as n ‘tends to
infinity’.
Question: Find the sum to infinity of the geometric progression

For this geometric progression we have a = 1 and r = 1/3. As −1 < r < 1 we can use the formula,
so that

Convergence or Divergence of geometric series


Method-1:
Calculate common ration ‘r’ [by the method mentioned in GP series].
• If If r < 1, then the series converges.

• If r > 1, then the series diverges.

• If r = 1, the root test is inconclusive, and the series may converge or diverge.

Method-2:
Ascertain Un i.e. the general form of the given series. And then apply lim n → ∞ in Un.
• If the value comes out to be finite or zero (anything other then ∞), then it is convergent.
• If the values come out to be infinity, then it is divergent.
19

Method-3:
Ascertain the Sum of the series using the formula of GP series or AP series depending upon the
case.
• If the Sum is finite or zero (anything other then ∞), then it is convergent.

• If the Sum is infinite, then it is divergent.

Two series are given as under

Choose the correct option:


A. (a) is convergent while (b) is divergent series
B. Both (a) and (b) are convergent series
C. (a) is divergent while (b) is convergent series
D. None of (a) and (b) are convergent

Answer ||| B
Solution |||
If r < 1, then the series converges. If r > 1, then the series diverges. If r = 1, the root
test is inconclusive, and the series may converge or diverge.
Here in both the equations r < 1. In (a) part r = ¼ and in (b) part r = 1/√2. Thus both
the series are convergent.
Thus, Option B is correct.
20

समुच्चय ससद्धांत, अनुक्रम और शांखलध

समुच्चय वस्तुओ ां कध एक अव्यवस्थित सांग्रह है, सिसे समुच्चय के अवयव यध सदस्य के रूप में िधनध िधतध है।

समुच्चय A से सांबांधित अवयव 'a' को 'a ∈ A' के रूप में ललखध िध सकतध है, 'a ∉ A' दर्धातध है कक a समुच्चय

A कध अवयव नहीं है।

समुच्चय कध लनरूपण

एक समुच्चयको कवलिन्न तरीकों से दर्धायध िध सकतध है। समुच्चय कध लनरूपण करने के ललए उपयोग की

िधने वधली 3 सधमधन्य कवधियधाँ:

1. कथन रूप: इस लनरूपण में, समुच्चय के अवयव कध सुपररिधकित कववरण ददयध गयध है। नीचे उसी के कुछ

उदधहरण ददए गए हैं।

1. 10 से कम सिी सम सांख्यधओ ां कध समुच्चय।

2. रोस्टर (सूची) रूप : इस लनरूपण में, अवयव को ब्रैकेट {} की िोडी के िीतर सूचीबद् ककयध गयध है और

अल्पकवरधम (कोमध) द्वधरध अलग ककयध गयध है। नीचे दो उदधहरण हैं.

1. मधन लीसिए N, 5 से कम प्रधकृकतक सांख्यधओ ां कध समुच्चय है:

N = { 1 , 2 , 3, 4 }।

3. समुच्चय लनमधाण रूप: समुच्चय लनमधाण में समुच्चय को एक गुण द्वधरध वसणि त ककयध िधतध है सिसे उसके
सदस्य को सांतुष्ट करनध होगध।

1. {x : x एक सम सांख्यध है िो 6 से कविधज्य है और 100 से कम हो}

2. {x : x 10 से कम प्रधकृकतक सांख्यध है}।

समधन समुच्चय

दो समुच्चय समधन कहे िधते हैं यदद दोनों के अवयव समधन हों। उदधहरण के ललए A = {1, 3, 9, 7} और B =
{3, 1, 7, 9} समधन समुच्चय हैं। [समुच्चय के अवयव]कध क्रम मधयने नहीं रखतध]।
21

उप समुच्चय

समुच्चय A को दूसरे समुच्चय B कध उपसमुच्चय कहध िधतध है यदद और


केवल तिी िब समुच्चय A कध प्रत्येक अवयव अन्य समुच्चय B कध िी
रहस्सध हो। इसे ' ⊆ ' द्वधरध दर्धायध िधतध है, अथधात्, 'A ⊆ B' दर्धातध है कक A, B
कध एक उपसमुच्चय है।

यह ससद् करने के ललए कक A, B कध उपसमुच्चय है, हमें बस यह दर्ानध होगध


कक यदद x, A कध है तो x िी B कध है। यह ससद् करने के ललए कक A, B कध
उपसमुच्चय नहीं है, हमें एक अवयव कध पतध लगधनध होगध िो समुच्चय A
कध िधग है ले ककन समुच्चय B से सांबांधित नहीं है। 'U' सधवा सधवासमुच्चय को
दर्धातध है।

समुच्चय कध आकधर

समुच्चय कध आकधर पररलमत यध अनांत हो सकतध है। पररलमत समुच्चय: 100 से कम प्रधकृकतक सांख्यधओ ां कध
समुच्चय। अनांत समुच्चय: वधस्तकवक सांख्यधओ ां कध समुच्चय। समुच्चय S के आकधर को कधरडि नैललटी सांख्यध
के रूप में िधनध िधतध है , सिसे |S| के रूप में दर्धायध िधतध है।

मधन लीसिए A 10 से कम कविम िनधत्मक पूणधांकों कध एक समुच्चय है।

समधिधन: A = {1,3,5,7,9}, समुच्चय की प्रमुखतध 5 है, अथधात,|A| = 5.

नोट: र्ून्य समुच्चय की कधरडि नैललटी 0 है।

पधवर समुच्चय

पधवर समुच्चय समुच्चय S के सिी सांिधकवत उपसमुच्चय कध समुच्चय है। P(S) द्वधरध दर्धायध िधतध है। {0,1,2}
कध पधवर समुच्चय क्यध है?

समधिधन: सिी सांिधकवत उपसमुच्चय {∅}, {0}, {1}, {2}, {0,1}, {0,2}, {1,2}, {0,1,2}।
नोट: ररक्त समुच्चय और स्वयां समुच्चय िी उपसमुच्चय के इस समुच्चय कध सदस्य होतध है।

सांघ (यूलनयन): समुच्चय A और B कध सांघ, सिसे A ∪ B द्वधरध दर्धायध िधतध है, अलग-अलग अवयव कध
समुच्चय समुच्चय A यध समुच्चय B, यध दोनों से सांबांधित है। उदधहरण: A = {2, 3, 4} और B = {3, 4, 5} कध
यूलनयन ज्ञधत कीसिए;

हल: ए ∪ बी = {2, 3, 4, 5}।

सवालनष्ठ: समुच्चय A और B कध सवालनष्ठ, सिसे A ∩ B द्वधरध लनरूकपत ककयध िधतध है, तत्वों कध समुच्चय A
और B दोनों से सांबांधित है अथधात A और B में सधमधन्य तत्व कध समुच्चय है।

उदधहरण: कपछले समुच्चय A और B पर कवचधर करें। A ∩ B ज्ञधत करें। समधिधन: A ∩ B = {3, 4}।
22

असांयक्त

दो समुच्चयों को असांयक्त
ु कहध िधतध है यदद उनकध सवालनष्ठ ररक्तसमुच्चय हो। अथधात समुच्चयों में कोई
उियलनष्ठ अवयव न हों। मधन लीसिए A = {1, 3, 5, 7, 9} और B = { 2, 4 ,6 , 8}। A और B असांयुक्त समुच्चय
हैं, दोनों में कोई उियलनष्ठ अवयव नहीं है।

समुच्चय अांतर

समुच्चयके बीच अांतर को 'A - B' द्वधरध दर्धायध िधतध है, यह वह समुच्चय है सिसमें समुच्चय A के अवयव होते
हैं ले ककन B में नहीं। यधनी B के अवयव को छोडकर A के सिी अवयव ।

पूरक
A कध पूरक पूरक, Ac द्वधरध लनरूकपत ककयध िधतध है, A को छोडकर सिी अवयव कध समुच्चय है। समुच्चय A
कध पूरक U - A है।

िोड और घटधव

समुच्चयए और बी कध िोड, सिसे लमन्कनोव्स्की िोड कहध िधतध है, वह समुच्चयहै सिसके अवयव में 2
समुच्चयों से अवयव की प्रत्येक सांिधकवत युग्म कध योग होतध है (अथधात्, एक अवयव समुच्चयए से है और
दूसरध समुच्चय B से है).

समुच्चय घटधव उसी लनयम कध पधलन करतध है, ले ककन अवयव पर घटधव सांकक्रयध के सधथ। यह देखध िधनध
चधरहए कक ये ऑपरेर्न केवल सांख्यधत्मक डेटध प्रकधरों पर ही सांचधललत होते हैं

कधतीय गुणन

मधन लीसिए कक A और B दो समुच्चय हैं। A और B कध कधतीय गुणन A × B द्वधरध दर्धायध िधतध है, सिी क्रलमत
युग्म (a, b) कध समुच्चय है, िहधां a, A से सांबांधित है और b, B से सांबांधित है।

A × B = {(a, b) | a ∈ A ∧ b ∈ B}.

उदधहरण 1. A = {1,2} और B = {p, q, r} कध कधतीय गुणनफल क्यध है।


समधिधन: A × B ={(1, p), (1, q), (1, r), (2, p), (2, q), (2, r) };

A × B की कधरडि नैललटी N*M है, िहधां N, A की कधरडि नैललटी है और M, B की कधरडि नैललटी है।

नोट: A × B, B × A के समधन नहीं है।


23

समुच्चयों के यूलनयन और सवालनष्ठ के गुण:


● सधहचया गुण: A ∪ (B ∪ C) = (A ∪ B) ∪ C और A ∩ (B ∩ C) = (A ∩ B) ∩ C
● क्रमकवलनमेय गुण: A ∪ B = B ∪ A और A ∩ B = B ∩ A
● यूलनयन कध सवासलमकध गुण : A∪ φ = A
● ररक्त समुच्चयकी सवालनष्ठ गुण : A ∩ φ = φ
● बांटन गुण: A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C) इसी प्रकधर सवालनष्ठ के ललए।
समुच्चय के प्रकधर
समुच्चय को अवयव यध अवयव के प्रकधर के आिधर पर कवलिन्न प्रकधरों में वगीकृत ककयध गयध है। बुलनयधदी
समुच्चय ससद्धांत में ये कवलिन्न प्रकधर के समुच्चय हैं:
● पररलमत समुच्चय: अवयव की सांख्यध सीलमत होती है
● अनांत समुच्चय: अवयव की सांख्यध अनांत होती है
● ररक्त समुच्चय: इसमें कोई अवयव नहीं होतध है
● ससिं गलटन (एकल) समुच्चय: इसमें केवल एक ही अवयव होतध है
● समधन समुच्चय: दो समुच्चय समधन होते हैं यदद उनके अवयव समधन हों
● समतुल्य समुच्चय: दो समुच्चय समतुल्य होते हैं यदद उनमें अवयव की सांख्यध समधन हो
● पधवर समुच्चय: प्रत्येक सांिधकवत उपसमुच्चय कध एक समुच्चय।
● सधवा समुच्चय: कोई िी समुच्चय सिसमें कवचधरधिीन सिी समुच्चय र्धलमल हों।
● उपसमुच्चय: िब समुच्चय A के सिी अवयव समुच्चय B से सांबांधित होते हैं, तो A, B कध उपसमुच्चय
होतध है

यूलनयन समुच्चय के गुण


i) क्रमकवलनमेय लनयम: दो यध दो से अधिक समुच्चयों कध यूलनयन क्रमकवलनमेय लनयम कध पधलन करतध है
अथधात, यदद हमधरे पधस दो समुच्चय A और B हैं, तो,
A∪B=B∪A
उदधहरण: A = A = {a, b} और B = {b, c, d}
इस प्रकधर, A∪B = {a, b, c, d}
B∪A = {b, c, d, a}
चूाँकक दोनों के यूलनयन में तत्त्वों कध समूह एक ही है। इसललए, यह क्रमकवलनमेय लनयम को सांतुष्ट करतध है।
A∪B=B∪A
ii) सधहचया लनयम : यूलनयन सांकक्रयध सधहचया लनयम कध पधलन करतध है अथधात, यदद हमधरे पधस तीन समुच्चय
A, B और C हैं, तो
(A ∪ B) ∪ C = A ∪ (B ∪ C)
उदधहरण: A = {a, b} and B = {b, c, d} and C = {a, c, e}
(A ∪ B) ∪ C = {a, b, c, d} ∪ {a, c, e} = {a, b, c, d, e}
A ∪ (B ∪ C) = {a, b} ∪ {b, c, d, e} = {a, b, c, d, e}
अत: सधहचया लनयम ससद् हुआ।
24

iii) सवासलमकध नयधां: ककसी समुच्चय A के सधथ एक ररक्त समुच्चय कध यूलनयन समुच्चय को स्वयां देतध है,
अथधात,
A∪∅=A

मधन लीसिए, A = {a, b, c} और ∅ = {}


दफर, A ∪ ∅ = {a, b, c} ∪ {} = {a, b, c}
iv) लनष्प्रिधवी लनयम: ककसी िी समुच्चय A कध अपने आप से यूलनयन समुच्चय A अथधात् बनधतध है।
A∪A=A
मधन लीसिए, A = {1, 2, 3, 4, 5}
तब A ∪ A = {1, 2, 3, 4, 5} ∪ {1, 2, 3, 4, 5} = {1, 2, 3, 4, 5} = A
v) प्रिधकवतध लनयम: एक सधवा समुच्चय U कध उसके उपसमुच्चय A के सधथ यूलनयन ही सधवा समुच्चय प्रधप्त
करतध है।
A∪U=U
मधन लीसिए, A = {1, 2, 4, 7} and U = {1, 2, 3, 4, 5, 6, 7}
इस प्रकधर, A ∪ U = {1, 2, 4, 7} ∪ {1, 2, 3, 4, 5, 6, 7} = {1, 2, 3, 4, 5, 6, 7} = U
अत: ससद् हुआ।
उदधहरण 1:
मधन लीसिए U एक सधवािौलमक समुच्चय है सिसमें 20 तक की सिी प्रधकृकतक सांख्यधएाँ र्धलमल हैं और
समुच्चय A और B, U कध एक उपसमुच्चय है सिसे A = {2, 5, 9, 15, 19} और B = {8, 9, 10, 13, 15, 17}. के रूप
में पररिधकित ककयध गयध है। A ∪ B ज्ञधत कीसिए।
समधिधन:

ददयध गयध,

U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20}

A = {2, 5, 9, 15, 19}

B = {8, 9, 10, 13, 15, 17}

A ∪ B = {2, 5, 8, 9, 10, 13, 15, 17, 19}

इसे लनम्नललखखत वेन आरेख कध उपयोग करके दर्धायध िध सकतध है:


25

समुच्चय सांकक्रयध (समुच्चय ससद्धन्त)


26
27

सांकेतन नधम अथा


वे अवयव िो समुच्चय A यध समुच्चय B यध A और B दोनों
A∪B यूलनयन
के अवयव हैं
वे अवयव िो समुच्चय A और समुच्चय B दोनों में में होते
A∩B सवालनष्ठ
हैं
A⊆B उप समुच्चय समुच्चय A कध प्रत्येक अवयव समुच्चय B में िी है
A कध प्रत्येक अवयव B में िी है, ले ककन B में अधिक
A⊂B उधचत उप समुच्चय
अवयव होते हैं
A⊄B उपसमुच्चय नहीं है समुच्चय A के अवयव समुच्चय B के अवयव नहीं हैं
A=B समधन समुच्चय दोनों समुच्चयए और बी में समधन अवयव नहीं हैं
Ac or A’ पूरक अवयव समुच्चय A में नहीं बल्कि सधवा समुच्चय में हैं

A-B or A\B अांतर समुच्चय समुच्चय A में अवयव ले ककन समुच्चय B में नहीं

P(A) पधवर समुच्चय समुच्चय A के सिी उपसमुच्चयों कध समुच्चय


28

वह समुच्चय सिसमें समुच्चय A और B से सिी क्रम ककए


A×B कधतीय गुणन
गए युग्म उसी क्रम में र्धलमल होते हैं
n(A) or |A| कधरडि नैललटी समुच्चय A में अवयव की सांख्यध
∅ or { } ररक्त समुच्चय वह समुच्चय सिसमें कोई अवयव नहीं है
वह समुच्चय सिसमें कवचधरधिीन सिी अवयव र्धलमल
U सधवा समुच्चय
होते हैं
प्रधकृत सांख्यधओ ां कध
N N={1,2,3,4,…}
समुच्चय

Z पूणधांकों कध समुच्चय Z={…,-2,-1,0,1,2,…}

वधस्तकवक सांख्यधओ ां कध
R R={x |-∞< x <+∞}
समुच्चय

अांतर, सांघ और सवालनष्ठ और समुच्चय की कधरडि नल सांख्यध से सांबधां ित गुण

i) असांयक्त
ु समुच्चयों कध सांघ:

यदद A और B दो पररलमत समुच्चय हैं और यदद A ∩ B = ∅ है , तो

n(A ∪ B) = n(A) + n(B))

सरल र्ब्दों में यदद A और B पररलमत समुच्चय हैं और ये समुच्चय असांयुक्त हैं, तो समुच्चय A और B के सांघ
की मूल सांख्यध समुच्चय A और समुच्चय B की मूल सांख्यध के योग के बरधबर होती है।

धचत्र 1- असांयक्त
ु समुच्चय

वेन आरेख द्वधरध दर्धाए गए असांयुक्त समुच्चय A और B कध यूलनयन A ∪ B द्वधरध दर्धायध िधतध है है और यह
देखध िध सकतध है कक A ∩ B = ∅ क्योंकक दोनों समुच्चयों में कोई िी अवयव सधमधन्य नहीं है।
29

ii) दो समुच्चयों कध यूलनयन:

यदद A और B दो पररलमत समुच्चय हैं, तो

n(A ∪ B) = n(A) + n(B) – n(A ∩ B)

बस, समुच्चय A और B के यूलनयन में अवयव की सांख्यध समुच्चय A और B की कधरडि नल सांख्यधओ ां के योग
के बरधबर है, उनके सवालनष्ठ की सांख्यध को घटधकर।

धचत्र 2- दो समुच्चयों कध यूलनयन

ऊपर ददए गए धचत्र में अलग-अलग छधयधांककत क्षेत्र अलग-अलग असांयक्त


ु समुच्चयों को दर्धाते हैं यधनी A -
B, B - A और A ∩ B तीन असांयुक्त समुच्चय हैं िैसध कक दर्धायध गयध है और इनकध योग A ∪ B कध लनरूपण
करतध है। इसललए,

n (A ∪ B) = n (A – B) + n(B – A) + n(A ∩ B)

iii) तीन समुच्चयों कध यूलनयन

यदद A, B और C तीन पररलमत समुच्चय हैं, तो;

n(A ∪ B ∪ C) = n(A) + n(B) + n(C) – n(A ∩ B) – n(B ∩ C) – n(A ∩ C) + n(A ∩ B ∩ C)

वेन आरेख से यह स्पष्ट रूप से देखध िध सकतध है कक तीन समुच्चय कध यूलनयन समुच्चय A, समुच्चय B,
समुच्चय C की कधरडि नल सांख्यध और दो के युग्म में ललए गए सेट के सधमधन्य अवयवों को छोडकर तीन
समुच्चय के सधमधन्य अवयवों कध योग होगध।
30

उदधहरण: ग्यधरहवीं कक्षध में कुल 200 छधत्र हैं। उनमें से 120 गसणत पढ़ते हैं, 50 छधत्र वधसणज्य पढ़ते हैं और 30
छधत्र गसणत और वधसणज्य दोनों पढ़ते हैं। ऐसे कवद्यधलथि यों की सांख्यध ज्ञधत कीसिए

i) गसणत कध अध्ययन करनध है ले ककन वधसणज्य कध नहीं

ii) वधसणज्य कध अध्ययन करतध है ले ककन गसणत कध नहीं

iii) गसणत यध वधसणज्य कध अध्ययन करतध है

समधिधन: छधत्रों की कुल सांख्यध सधवािौलमक समुच्चय की कधरडि नल सांख्यध कध लनरूपण करती है। मधन लीसिए
कक समुच्चय A गसणत पढ़ने वधले छधत्रों के समूह को दर्धातध है और समुच्चय B वधसणज्य पढ़ने वधले छधत्रों के
समूह को दर्धातध है।

इसललए,

n (U) = 200

n(A) = 120

n(B) = 50

n(A ∩ B) = 30
वेन आरेख गसणत और वधसणज्य पढ़ने वधले छधत्रों की सांख्यध को दर्धातध है।
i) यहधां, हमें समुच्चय A और B कध अांतर ज्ञधत करनध है।
n(A) = n(A – B) + n(A ∩ B)
n(A-B) = n(A) – n(A ∩ B)
⇒ n (A – B) = 120 – 30 = 90
ऐसे छधत्रों की सांख्यध िो गसणत पढ़ते हैं ले ककन वधसणज्य नहीं पढ़ते हैं, की सांख्यध 90 है।
ii) इसी तरह, यहधां हमें समुच्चय B और ए कध अांतर ज्ञधत करनध है
n (B) = n (B – A) + n (A ∩ B)
⇒ n (B – A) = 50 – 30 = 20
31

ऐसे छधत्रों की सांख्यध िो वधसणज्य पढ़ते हैं ले ककन गसणत नहीं पढ़ते हैं, की सांख्यध 20 है।
iii) गसणत यध वधसणज्य पढ़ने वधले छधत्रों की सांख्यध
n (A ∪ B) = n(A) + n(B) – n(A ∩ B)
⇒ n(A ∪ B) = 120 + 50 – 30 = 140

Q-1) एक ऑदफस में हर कमाचधरी को चधय, कॉफी और दूि में से कम से कम एक पसांद होतध है। केवल चधय,
केवल कॉफी, केवल दूि और तीनों को पसांद करने वधले कमाचधररयों की सांख्यध बरधबर है। केवल चधय और
कॉफी, केवल कॉफी और दूि और केवल चधय और दूि पसांद करने वधले कमाचधररयों की सांख्यध बरधबर है और
प्रत्येक उन कमाचधररयों की सांख्यध के बरधबर है िो तीनों को पसांद करते हैं। दफर, कधयधालय में कमाचधररयों की
सांख्यध कध सांिधकवत मधन है:
A) 65
B) 90
C) 77
C) 85
Q-2) बधिधर के एक सवेक्षण में यह पधयध गयध कक एक र्हर में 300 पररवधरों को यधदृच्छिक रूप से चुनध गयध

थध। 142 ने ललप्टन चधय खरीदी और 139 ने ब्रुक बॉन्ड चधय खरीदी और 70 ने दोनों प्रकधर की चधय खरीदी।

खरीदने वधले पररवधरों की सांख्यध ज्ञधत कीसिए

(i) कम से कम एक ब्रधांड की चधय

(ii) कबिुल इन ब्रधांडों में से एक

(iii) इनमें से कोई िी ब्रधांड नहीं


32

Q-3) 30 एमए (अथार्धस्त्र) छधत्रों की एक कक्षध में, 17 छधत्रों ने अथालमकत ली है और 13 ने अथालमकत ली है


ले ककन गसणतीय अथार्धस्त्र नहीं ललयध है। ज्ञधत कीसिए (A) ककतने छधत्रों ने अथालमकत और गसणतीय अथार्धस्त्र
ललयध है (B) उनमें से ककतने ने गसणतीय अथार्धस्त्र के सधथ-सधथ अथालमकत िी ललयध है।
इन सवधलों के समधिधन के ललए लधइव सत्र देखें

अनुक्रम और शांखलध
अवयव कध एक क्रमबद् सांग्रह सिसमें ककसी िी प्रकधर की पुनरधवृधि की अनुमकत होती है उसे अनुक्रम के
रूप में िधनध िधतध है, िबकक एक शांखलध सिी अवयव कध योग होतध है। अांकगसणतीय प्रगकत अनुक्रम और
शांखलध के सधमधन्य उदधहरणों में से एक है।
• सांक्षेप में, अनुक्रम उन वस्तुओ ां/वस्तुओ ां की एक सूची है सिन्हें क्रमबद् तरीके से व्यवस्थित ककयध
गयध है।
• एक शांखलध को एक क्रम के सिी पदों के योग के रूप में अत्यधिक सधमधन्यीकृत ककयध िध सकतध
है। हधलधांकक, अनुक्रम के सिी पदों के बीच एक लनलित सांबांि होनध चधरहए।
अनुक्रम और शांखलध पररिधिध
अनुक्रम ककसी लनयम के बधद ककसी कवर्ेि क्रम में ककसी वस्तु यध सांख्यधओ ां के समूह की व्यविध है। यदद a1,
a2, a3, a4,……… आदद ककसी अनुक्रम के पदों को दर्धाते हैं, तो 1,2,3,4,…..पद की स्थिकत को दर्धाते हैं।
ककसी अनुक्रम को पदों की सांख्यध के आिधर पर पररिधकित ककयध िध सकतध है अथधात यध तो पररलमत अनुक्रम
यध अनांत अनुक्रम होतध है।
यदद a1, a2, a3, a4, ……. एक अनुक्रम है, तो सांगत शांखलध होती है:

SN = a1+a2+a3 + .. + aN

नोट: शांखलध पररलमत यध अनांत है, यह इस पर लनिार करतध है कक अनुक्रम पररलमत है यध अनांत।

अनुक्रम: अनुक्रम को उन सांख्यधओ ां की सूची के रूप में पररिधकित ककयध गयध है िो एक कवसर्ष्ट पैटना में
व्यवस्थित हैं। अनुक्रम में प्रत्येक सांख्यध को एक पद मधनध िधतध है। उदधहरण के ललए, 5, 10, 15, 20, 25,… एक
क्रम है। अनुक्रम के अांत में तीन कबिं दु दर्धाते हैं कक पैटना आगे िी िधरी रहेगध। यहधाँ, 5 पहलध पद है, 10 दूसरध पद
है, 15 तीसरध पद है इत्यधदद। अनुक्रम में प्रत्येक पद में एक सधमधन्य अांतर हो सकतध है, और पैटना सधमधन्य
अांतर के सधथ िधरी रहेगध। ऊपर ददए गए उदधहरण में, सधमधन्य अांतर 5 है। अनुक्रम को कवलिन्न प्रकधरों में
वगीकृत ककयध िध सकतध है, िैसे:

● अांकगसणतीय क्रम

● ज्यधलमतीय अनुक्रम

● हधमोलनक अनुक्रम

● दफबोनधची अनुक्रम
33

शांखलध: शांखलध को अनुक्रम के योग के रूप में पररिधकित ककयध गयध है िहधां अवयव ोोोां कध क्रम मधयने नहीं
रखतध है। इसकध मतलब है कक शांखलध को बीच में अकतररक्त धचह्न के सधथ सांख्यधओ ां की सूची के रूप में
पररिधकित ककयध गयध है। शांखलध को पररलमत शांखलध यध अनांत शांखलध के रूप में वगीकृत ककयध िध सकतध
है िो अनुक्रम के प्रकधर पर लनिार करतध है कक यह पररलमत है यध अनांत। ध्यधन दें कक, पररलमत शांखलध एक
ऐसी शांखलध है िहधां सांख्यधओ ां की सूची कध अांत होतध है, िबकक अनांत शांखलध किी समधप्त नहीं होती है।
उदधहरण के ललए, 1+3+5+7+.. एक शांखलध है। शांखलध के कवलिन्न प्रकधर हैं:

● ज्यधलमतीय श्रांखलध

● हधमोलनक शांखलध

● पधवर शांखलध

अनुक्रम शांखलध

अनुक्रम एक कवर्ेि क्रम में र्ब्दों के सांगठन से


सांबांधित है (यधनी सांबांधित र्ब्द एक दूसरे कध शांखलध को पररलमत और अनांत शांखलध के रूप में
अनुसरण करते हैं) और शांखलध अनुक्रम के अवयव िी वगीकृत ककयध िध सकतध है।
कध योग होतध है।

अनुक्रम में, अवयव कध क्रम सबसे महत्वपूणा है शांखलध में, अवयव कध क्रम कोई मधयने नहीं रखतध

अनुक्रम में अवयव एक कवसर्ष्ट प्रकतरूप ना कध


शांखलध क्रम में अवयव कध योग है
पधलन करते हैं

उदधहरण: 1, 2, 4, 6, 8,। . . . n को एक अनुक्रम में एक पररलमत शांखलध को m1 + m2 + m3 + m4


कहध िधतध है और 1 + 2 + 4 + 6 + 8 . . . n को एक + m5 + m6 + के रूप में दर्धायध िध सकतध है। . . .
शांखलध में कहध िधतध है। . + mn

सधमधन्य फॉमा: सधमधन्य फॉमा:

अनुक्रम कध क्रम मधयने रखतध है. इसललए, हधलधांकक, शांखलध के मधमले में 5 + 6 + 7, 7 + 6 +
अनुक्रम 5, 6, 7, 7, 6, 5 से लिन्न है। 5 के समधन है।

अनुक्रम और शांखलध के प्रकधर


• अांकगसणतीय अनुक्रम
• ज्यधलमतीय अनुक्रम
• हधमोलनक अनुक्रम
• फधइबोनैधच सांख्यधएाँ
34

अांकगसणतीय अनुक्रम
वह अनुक्रम सिसमें प्रत्येक पद पूवव
ा ती सांख्यध में एक लनलित सांख्यध िोडकर यध घटधकर बनधयध िधतध है, एक
अांकगसणतीय अनुक्रम है।
• अांकगसणतीय प्रगकत (एपी) एक अनुक्रम है सिसमें पहले को छोडकर प्रत्येक पद पूवावती पद में एक
लनलित सांख्यध (सकधरधत्मक यध नकधरधत्मक) िोडकर प्रधप्त ककयध िधतध है।
• इस प्रकधर ककसी िी अनुक्रम a1 , a2 , a3 ... an , ... को अांकगसणतीय प्रगकत कहध िधतध है यदद a n + 1
= a n + d, n ∈ N, िहधां d को एपी कध सधमधन्य अांतर कहध िधतध है , आमतौर पर हम लनरूकपत करते
हैं एपी कध पहलध पद ए द्वधरध और अांकतम पद एल द्वधरध
• AP कध सधमधन्य पद यध nवधां पद a n = a + (n - 1) d द्वधरध ददयध िधतध है। अांकतम से nवधां पद a n = l -
(n - 1) d द्वधरध ददयध िधतध है।

ककसी AP के प्रथम n पदों कध योग Sn इस प्रकधर ददयध िधतध है :

और सधमधन्य पद a n = S n - S n - 1 द्वधरध दर्धायध िधतध है।


ककसी िी n िनधत्मक सांख्यध a1 , a2 , a3 , ... an के ललए अांकगसणतीय मधध्य इस प्रकधर ददयध गयध है

यदद ककसी AP के पदों को उसी से बढ़धयध, घटधयध, गुणध यध कविधसित ककयध िधतध है
लगधतधर, वे अिी िी एपी में बने हुए हैं
यदद a 1, a 2, a 3 ... AP में सधमधन्य अांतर d के सधथ हैं , तो
(i) a 1 ± k , a 2 ± k , a 3 ± k , ... िी सधमधन्य अांतर d के सधथ AP में हैं ।
(ii) a 1 k , a 2 k , a 3 k , ... िी सधमधन्य अांतर dk ( k ¹ 0) के सधथ एपी में हैं।

और ... AP में िी सधमधन्य अांतर d/k ( k ¹ 0) के सधथ हैं।

(iii) यदद ककसी अनुक्रम कध n वधां पद n में रैखखक अलिव्यधक्त है , तो अनुक्रम AP है


(iv) यदद ककसी अनुक्रम के n पदों कध योग n में एक दद्वघधत अलिव्यधक्त है, तो अनुक्रम
एक AP होतध है
ज्यधलमतीय अनुक्रम: वह अनुक्रम सिसमें प्रत्येक पद एक लनलित सांख्यध को पूवव
ा ती सांख्यध से गुणध यध
कविधसित करके प्रधप्त ककयध िधतध है, ज्यधलमतीय अनुक्रम के रूप में िधनध िधतध है।
ज्यधलमतीय श्रेणी (GP) एक अनुक्रम है सिसमें पहले को छोडकर प्रत्येक पद कपछले पद को एक गैर-र्ून्य
स्थिरधांक से गुणध करके प्रधप्त ककयध िधतध है सिसे सधमधन्य अनुपधत कहध िधतध है । आइए पहले गैर-र्ून्य पद
ए और सधमधन्य अनुपधत आर के सधथ एक िीपी पर कवचधर करें , यधनी, a, ar, ar2, ... , arn – 1, ...
35

सधमधन्य पद यध n वधाँ पद a n = ar n - 1 द्वधरध दर्धायध िधतध है ।

अांकतम पद l, n वें पद के समधन है और l = ar n - 1 द्वधरध दर्धायध िधतध

और अांकतम से n वधाँ पद ददयध गयध है

पहले n पदों कध योग S n द्वधरध ददयध गयध है

यदद a , G और b GP में हैं, तो G को सांख्यधओ ां a और कध ज्यधलमतीय मधध्य कहध िधतध है

b और G = √ab द्वधरध ददयध गयध है

हधमोलनक अनुक्रम

सांख्यधओ ां की एक शांखलध को हधमोलनक अनुक्रम में कहध िधतध है यदद अनुक्रम के सिी अवयव के व्युत्क्रम

एक अांकगसणतीय अनुक्रम बनधते हैं।

फधइबोनैधच सांख्यधएाँ

फधइबोनैधच सांख्यधएाँ सांख्यधओ ां कध एक ददलचस्प अनुक्रम बनधती हैं सिसमें प्रत्येक अवयव दो पूवावती अवयव

को िोडकर प्रधप्त ककयध िधतध है और अनुक्रम 0 और 1 से र्ुरू होतध है। अनुक्रम को F0 = 0 और F1 = 1 और

Fn = Fn-1 + Fn-2 के रूप में पररिधकित ककयध गयध है।


36

सांख्यधओ ां के अनुक्रम को फधइबोनैधच अनुक्रम कहध िधतध है िब आवश्यक पद उससे पहले के दो पदों को

िोडकर प्रधप्त ककयध िधतध है।

फधइबोनैधच अनुक्रम कध सूत्र है

an = an – 2 + an – 1, िहधां n > 2

इसे पुनरधवती सूत्र के रूप में िी िधनध िधतध है।

ज्यधलमतीय शांखलध कध अलिसरण

ज्यधलमतीय प्रगकत पर कवचधर करें

प्रत्येक मधमले में, हम 2 में से एक छोटी मधत्रध घटधते हैं, और िैसे-िैसे हम क्रलमक योग ले ते हैं, मधत्रध छोटी

होती िधती है। यदद हम 'अनांत अनेक' र्ब्द िोडने में सक्षम हैं, तो उिर '2' होनध चधरहए - यध उतनध करीब सितनध

हम 2 तक पहुांचनध चधहते हैं।


37

आइए देखें कक क्यध हम इसे कुछ बीिगसणत कध उपयोग करके समझध सकते हैं। हम वह िधनते हैं

और हम इस सूत्र की िधांच अपने कवर्ेि उदधहरण के मधमले में करनध चधहते हैं िहधां r = ½ है।

अब सूत्र में पद r n और और, −1 < r < 1 के रूप में, िैसे-िैसे n बडध और बडध होतध िधएगध, यह पद र्ून्य के और

करीब होतध िधएगध। इसललए, यदद -1 < r < 1, तो हम कह सकते हैं कक एक ज्यधलमतीय शांखलध कध 'अनांत तक

कध योग' है:

n
र्ब्द को छोड ददयध है । हम कहते हैं कक यह योग S n होतध है क्योंकक n ' अनांत की ओर प्रवृि होतध है'।

प्रश्न: ज्यधलमतीय प्रगकत कध अनांत तक योग ज्ञधत कीसिए

इस ज्यधलमतीय प्रगकत के ललए हमधरे पधस a = 1 और r = 1/3 है। −1 < r < 1 के रूप में हम सूत्र कध उपयोग कर

सकते हैं, तधकक

ज्यधलमतीय शांखलध कध अलिसरण यध कवचलन

कवधि-1:

सधमधन्य रधर्न 'आर' की गणनध करें [िीपी शांखलध में उल्लिखखत कवधि द्वधरध]।

• यदद यदद r <1 है, तो शांखलध अलिसररत होती है ।

• यदद r > 1, तो शांखलध कवचलन करती है ।

• यदद r = 1 है, तो मूल परीक्षण अलनणीत है, और शांखलध अलिसरण यध कवचलन कर सकती है।

कवधि-2:

अज्ञधत अथधात् दी गई शांखलध कध सधमधन्य रूप ज्ञधत करनध। और दफर ललम एन लगधएां → ∞सांयुक्त रधष्ट्र में.
38

• यदद मधन पररलमत यध र्ून्य (इसके अलधवध कुछ िी ∞) लनकलतध है, तो यह अलिसरण होतध है।

• यदद मधन अनांत लनकलते हैं, तो यह लिन्न होतध है।

कवधि-3:

मधमले के आिधर पर िीपी शांखलध यध एपी शांखलध के सूत्र कध उपयोग करके शांखलध कध योग ज्ञधत करें।

• यदद योग पररलमत यध र्ून्य है (इसके अलधवध कुछ िी ∞), तो यह अलिसरण होतध है।

• यदद योग अनांत है, तो यह अपसधरी है।

Two series are given as under

Choose the correct option:


A. (a) is convergent while (b) is divergent series
B. Both (a) and (b) are convergent series
C. (a) is divergent while (b) is convergent series
D. None of (a) and (b) are convergent

Answer ||| B
Solution |||
If r < 1, then the series converges. If r > 1, then the series diverges. If r = 1, the root
test is inconclusive, and the series may converge or diverge.
Here in both the equations r < 1. In (a) part r = ¼ and in (b) part r = 1/√2. Thus both
the series are convergent.
Thus, Option B is correct.

https://smart.link/7wwosivoicgd4
https://smart.link/sdfez8ejd80if

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy