11th Standard Syllabus & Materials
11th Standard
TN 11th Tamil இயற்கை வேளாண்மை,சுற்றுச்சூழல் -செய்யுள் - மனோன்மணீயம் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil என்னுயிர் என்பேன் -துணைப்பாடம் - இசைத்தமிழர் இருவர் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மொழி கலை -செய்யுள் - ஒவ்வொரு புல்லையும் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - இலக்கணம் - பகுபத உறுப்புகள் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - துணைப்பாடம் - வாடிவாசல் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - செய்யுள் - குறுந்தொகை Important Questions And Answers Study Material - QB365 Set A

Published on: 30/09/2018
Important 5 mark questions chapter 4,5
Download Tamil Nadu 11th Standard Maths question papers, model tests, one-mark questions, important questions, and public exam papers in PDF format. Free study materials and answer keys for TN State Board students.
Questions + Answers key
Take MCQ Maths Test1.
1 + 5 + 9 + ... + (4n - 3) = n(2n -1), \(\forall\)n \(\in\)N.
2.
n2 - n is divisible by 6, for each natural number n \(\ge\) 2.
3.
Prove that the sum of the first n non-zero even numbers is n2 + n,
4.
Find the value of \((a^{2}+\sqrt{a^{2}-1})^{4}+(a^{2}-\sqrt{a^{2}-1})^{4}\)
5.
Find the coefficient of x in the expansion of \(log(\frac{1}{1-5x+6x^2})\).
6.
Prove 1.3 + 2.32 + 3.33+...+n-3n=\(\frac{(2n-1)3^{n+1}+3}{4}\) for all n ∈ N
7.
Determine the number of 5 card combinations out of a deck of 52 cards if there is exactly three aces in each combination.
8.
Find the sum of the series \(\frac { { 1 }^{ 3 } }{ 1 } +\frac { { 1 }^{ 3 }+{ 2 }^{ 3 } }{ 1+3 } +\frac { { 1 }^{ 3 }+{ 2 }^{ 3 }+3^{ 3 }+.... }{ 1+3+5 } to\ n\ terms\)
9.
Prove that 2nCn = \(\frac { { 2 }^{ n }\times 1\times3\times ...(2n-1) }{ n! } \)
10.
Expand \({1\over(1+3x)^2} \) in powers of x. Find a condition on x for which the expansion is valid.
1.
Let p(n) : 1 + 5 + 9 + ... + (4n - 3) = n(2n - 1), \(\forall\)n\(\in\)N
Step 1: P(1) 1 = 1(2.1 - 1) = 1 which is true for P(1)
Step 2: P(k)1 + 5 + 9 + ... + (4k- 3) = k(2k -1). Let it be true.
Step 3: P(k): 1 + 5 + 9 + ... + (4k- 3) = k(4k+ 1)
= k(2k -1) + (4k + 1) = 2k2 - k + 4k + 1
= 2k2 + 3k + 1 = 2k2 + 2k + k + 1
= 2k(k+ 1) + 1 (k+ 1) = (2k+ 1)(k+ 1)
= (k+ 1) (2k+ 2 -1) = (k+ 1) [2(k+ 1) -1]
Which is true for P(k + 1).
Hence, P(k + 1) is true whenever P(k) is true
2.
Let P(n) : n3 - n
Step 1: P(2) : 23 - 2 = 6 which is divisible by 6. So it is true for P(2).
Step 2 : P(k) :k3 - k = 6\(\lambda\)Let it is be true for k\(\ge\) 2
\(\Rightarrow\) k3 = 6\(\lambda\)+ k ...(i)
Step 3 : P(k+ 1) = (k+ 1)3-(k+ 1)
= k3 +1+ 3k2+ 3k - k - 1
= k3 + k + 3(k2+ k)
= 6\(\lambda\)+ 3(k2 + k) [from (i)]
We know that 3(k2 + k) is divisible by 6 for every value of k\(\in\)N.
Hence P(k + 1) is true whenever P(k) is true.
3.
Let p(n) : 2 + 4 + 6 + ...+ 2n = n2 + n, \(\forall\) n \(\in\) N
Step 1: P(1): 2 = 12 + 1 = 2 which is true for P(1)
Step 2: P(k) : 2 + 4 + 6 + ...+ 2k = k2 + k. Let it be true.
Step 3: P(k+ 1): 2 + 4 + 6 + ...+ 2k+ 2k+ 2
= k2 + k + 2k + 2 = k2+ 3k + 2
= k2+ 2k + k + 1 + 1
= (k+ 1)2 + (k+ 1)
Which is true for P(k + 1)
So, P(k + 1) is true whenever P(k) is true.
4.
Suppose a2 = x and \(\sqrt{a^{2}-1}=y\)
∴ \(a^{2}+\sqrt{a+1}=x+y \) and \(a^{2}-\sqrt{a^{2}-1}=x-y\).
Using binomial theorem,
\((x+y)^{4}={^4C_{0}x^{4}+{^4C_{2}x^{3}y}+{^4C_{2}x^{2}y^{2}}+{^4C_{3}xy^{3}+{^4C_{4}y^{4}}}}\)
⇒ (x+y)4 = x4+ 4x3y + 6x2y2 + 4xy3 + y4 and
(x-y)4 = 4C0x4 - 4C1x3y + 4C2x2y2 - 4C3xy3 + 4C4y4
⇒ \((x-y)^{4}=x^{4}-4x^{3}y+6x^{2}y^{2}-4xy^{3}+y^{4}\)
∴ \((x+y)^{4}+(x-y)^{4}=2[x^{4}+6x^{2}y^{2}+y^{4}]\)
\(\therefore (a^{2}+\sqrt{a^{2}+1})^{4}+(a^{2}-\sqrt{a^{2}-1})^{4}=2[(a^{2})^{4}+6(a^{2})^{2}(\sqrt{a^{2}-1})^{2}+(\sqrt{a^{2}-1})^{4}] \)
= \(2[a^{8}+6a^{4}(a^{2}-1)+(a^{2}-1)^{2}]\)
= \(2[a^{8}+6a^{6}-6a^{4}+a^{4}-2a^{2}+1]\)
= \(2[a^{8}+6a^{6}-5a^{4}-2a^{2}+1]\)
5.
\(\frac{2^n+3^n}{n}\)
6.
Let 1.3 + 2.32 + 3.33+...+n-3n
\(={(2-n1)3^{n+1}+3\over4}\)
Step 1:
\(p(1)=1.3={(2\times1-1).3^2+3\over 4}\)
\(3={9+3\over 4}=3\)
p(1) is true
Step 2:
Let p(m) be true.Then
\(1.3+2.3^2+...+m.3^m={}(2m-1)3^{m+1}+3\over 4\)
Step 3:
To prove that p(m+1) is true
i.e To prove that \(1.3+2.3^2+...+m.3^m+(m+1)3^{m+1}={[2(m+1)-1]3^{m+2}+3\over 4}\)
\(={(2m+1).3^{m+2}+3\over 4}\)
Consider 1.3+2.32 + ...+m.3m+(m+1)3m+1
\(={(2m-1)3^{m+1}+3\over 4}+(m+1)3^{m+1}\)
\(={(2m-1)3^{m+1}+3+4(m+1)3^{m+1}\over 4}\)
\(={(2m-1)3^{m+1}+(4m+4)3^{m+1}+3\over 4}={3^{m+1}[2m-1+4m+4]+3\over 4}\)
\(={3^{m+1}(6m+3)+3\over 4}\)
\(={3^{m+1}3(2m+1)+3\over4}\)
\(={3^{m+2}(2m+1)+3\over4}=RHS\)
⇒ p(m+1) is true
Hence, by the principle of mathematical induction, p(n) is true for all n ∈ N
7.
In a pack of 52 cards, there are four aces
3 aces will be selected from 4 cards and remaining 2 cards will be selected from rest of 48 cards.
∴ Number of ways of selecting 3 aces from 4 aces = 4C3
Number of ways of selecting 2 cards out of 48 cards = 48C2
∴ Required number of ways = 4C3 \(\times \) 48C2
= \(4\times \frac { 48\times 47 }{ 2\times 1 } \) [∵ nCr = 1Cn-r]
= \(2\times 48\times 47\)
= 4512
8.
Let Tn be the nth term of the given series.
\(\therefore { T }_{ n }=\frac { { 1 }^{ 3 }+{ 2 }^{ 3 }+3^{ 3 }+....+n\quad terms }{ 1+3+5....+n\quad terms } =\frac { \Sigma { n }^{ 3 } }{ \frac { n }{ 2 } (2(1)+(n-1)2) } \)
\(\frac { { \left( \frac { n(n+1) }{ 2 } \right) }^{ 2 } }{ \frac { n }{ 2 } (2n) } \left[ \because \Sigma { n }^{ 3 }={ \left( \frac { n(n+1) }{ 2 } \right) }^{ 2 } \right] \)
\(=\frac { { n(n+1) }^{ 2 } }{ \frac { n }{ 2 } (2n) } =\frac { 1 }{ 4 } ({ n }^{ 2 }+2n+1)\)
\(=\frac { { n(n+1) }^{ 2 } }{ \frac { n }{ 2 } (2n) } =\frac { 1 }{ 4 } ({ n }^{ 2 }+2n+1)\)
\(=\frac { 1 }{ 4 } (\Sigma { n }^{ 2 }+\Sigma 2n+n)=\frac { 1 }{ 4 } \left[ \frac { n(n+1)(2n+1) }{ 6 } +\frac { 2.n(n+1) }{ 2 } +n \right] \)
\(=\frac { 1 }{ 4 } \left[ \frac { n(n+1)(2n+1)+6n(n+1)+6n }{ 6 } \right] \)
\(=\frac { n }{ 24 } \left[ { 2n }^{ 2 }+9n+13 \right] =\frac { n({ 2n }^{ 2 }+9n+13) }{ 24 } \)
9.
LHS = 2nCn
= \(\frac { 2n! }{ n!(2n-n)! } =\frac { 2n! }{ n!n! } \)
= \(\frac { (2n)(2n-1)(2n-2)...4.3.2.1 }{ n!n! } =\frac { (2n)(2n-2)...4.2[(2n-1)(2n-3)...3.1] }{ n!n! } \) [Separate the even and odd terms]
= \(\frac { { 2 }^{ n }.n(n-1)...2.1[(2n-1)(2n-3)...3.1] }{ n!n! } \)
= \(\frac { { 2 }^{ n }.(n)![1.3.5...(2n-3)(2n-1)] }{ n!n! } =\frac { { 2 }^{ n }[1.3.5...(2n-3)(2n-1)] }{ n! } \) = RHS
10.
If we take y = 3x, then \({1\over (1+3x)^2}={1\over (1+y)^2}\)
Now \({1\over(1+y)^2}\) can be expanded using binomial theorem in powers of y. The expansion is valid only for values of y satisfying lyl < 1.
Replacing y by 3x we can get an expansion of \({1\over (1+3x)^2}.\)
The expansion is valid only for values of x satisfying |3xl< 1; that is the expansion is valid only for values of x satisfying Ixl < \(1\over3\)
\({1\over (1+3x)^2}=(1+3x)^{-2}\)
\(=1-2(3x)+{2(2+1)\over 2!}(3x)^2-{2(2+1)(2+2)\over3!}(3x)^3+{2(2+1)(2+2)(2+3)\over 4!}(3x)^4-......\)
Hence, \({1\over (3+2x)^2}=1-6x+27x^2-108x^3+405x^4-...,|x|<{1\over 3}\)
11th Standard Syllabus & Materials
11th Standard
TN 11th Tamil பீடு பெற நில் - செய்யுள் - காவடிச்சிந்து Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - உரைநடை - மலை இடப்பெயர்கள் : ஓர் ஆய்வு Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மாமழை போற்றுதும் - துணைப்பாடம் - யானை டாக்டர் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மாமழை போற்றுதும் - செய்யுள் - ஐங்குறுநூறு Important Questions And Answers Study Material - QB365 Set A
Tamilnadu Stateboard 11th Standard Subjects

Maths

Commerce

Economics

Biology

Business Maths and Statistics

Accountancy

Computer Science

Physics

Chemistry

Maths

Biology

Economics

Physics

Chemistry

History

Business Maths and Statistics

Computer Science

Accountancy

Computer Applications

History

Computer Technology

Commerce

Computer Applications

Computer Technology

Tamil

English

French
Tamilnadu Stateboard Standards