12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications மின்னணு தரவு பரிமாற்றம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிக பாதுகாப்பு அமைப்புகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின்னணு செலுத்தல் முறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications திறந்த மூல கருத்துருக்கள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு வடமிடல் Sample Question Papers Study Material - QB365 Set A

Published on: 19/09/2019
Numerical Methods
Download Tamil Nadu 12th Standard Business Maths and Statistics 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 Business Maths and Statistics Test

1.
Using graphic method, find the value of y when x = 48 from the following data:
| x | 40 | 50 | 60 | 70 |
| y | 6.2 | 7.2 | 9.1 | 12 |
2.
3.
Evaluate ∆(log ax).
4.
Find f(0.5) if f(−1) = 202, f (0)= 175, f(1) = 82 and f(2) = 55
5.
Use Lagrange’s formula and estimate from the following data the number of workers getting income not exceeding Rs. 26 per month
| Income not exceeding (Rs) | 15 | 25 | 30 | 35 |
| No. of workers | 36 | 40 | 45 | 48 |
6.
Using interpolation estimate the output of a factory in 1986 from the following data
| Year | 1974 | 1978 | 1982 | 1990 |
| Output in 1000 tones | 25 | 60 | 80 | 170 |
7.
The following data gives the melting point of a alloy of lead and zinc where ‘t’ is the temperature in degree c and P is the percentage of lead in the alloy
| P | 40 | 50 | 60 | 70 | 80 | 90 |
| T | 180 | 204 | 226 | 250 | 276 | 304 |
Find the melting point of the alloy containing 84 percent lead.
8.
In an examination the number of candidates who secured marks between certain interval were as follows
| Marks | 0-19 | 20-39 | 40-59 | 60-79 | 80-99 |
| No.of.candidates | 41 | 62 | 65 | 50 | 17 |
Estimate the number of candidates whose marks are lessthan 70.
9.
Using Newton’s forward interpolation formula find the cubic polynomial.
| x | 0 | 1 | 2 | 3 |
| f(x) | 1 | 2 | 1 | 10 |
10.
Evaluate Δ\(\left[ \frac { 1 }{ (x+1)(x+2) } \right] \) by taking ‘1’ as the interval of differencing
11.
Find the second order backward differences of f(x).
12.
When h = 1, find Δ (x3).
13.
If f(0) = 5, f(1) = 6, f(3) = 50, find f(2) by using Lagrange's formula.
14.
Prove that
∇Δ = Δ - ∇
15.
Prove that
(1 + Δ)(1 - ∇) = 1
1.
Scale:
In x axis 1 cm = 10 units
In y axis 1 cm = 2 units
Plot the points (40, 6.2), (50, 7.2), (60, 9.1) and (70, 12). At x = 48, draw a vertical line to the graph and from the intersecting point, draw a horizontal line to meet the y-axis
From the graph, we find that when x = 48, the value of Y is equal to 6.8.
2.
3.
Δ(log ax) = log (ax + h) -log (ax)
= log\(\left( \frac { ax+h }{ ax } \right) \)
=log \(\left( \frac { ax }{ ax } +\frac { h }{ ax } \right) \)
= log \(\left( 1+\frac { h }{ ax } \right) \)
∴ ∆ (log ax) = log \(\left( 1+\frac { h }{ ax } \right) \)
4.
Given
| x | -1 | 0 | 1 | 2 |
| y | 202 | 175 | 82 | 55 |
Since we have to find f(0.5) which is at the beginning of the table, use Newton's forward interpolation formula.
xn + nh = 0.5 ⇒ -1 + n(1) = 0.5
⇒ n = 0.5 + 1 = 1.5
∴ y(0.5) = \(\frac { n }{ 1! } { \triangle y }_{ 0 }+\frac { n(n+1) }{ 2! } { \triangle }^{ 2 }{ y }_{ 0 }+\frac { n(n+1)(n+2) }{ 3! } { \triangle }^{ 3 }{ y }_{ 0 }\)
The difference table is
| x | y | Δy | Δ2y | Δ3y |
|---|---|---|---|---|
| -1 | 202 | |||
| 0 | 175 | |||
| 1 | 82 | -93 | -66 | |
| 2 | 55 | -27 | 66 | 132 |
∴ y(0.5) = 202+\(\frac { 1.5 }{ 1! } (-27)+\frac { (1.5)(1.5-1) }{ 2! } (-66)+\frac { (1.5)(1.5-1)(1.5-2) }{ 3! } (132)\)
= 202 - 40.5 + (1.5) (.5) (-33) + \(\frac { (1.5)(.5)(-0.5) }{ 6(132) } \) (132)
= 202 - 40.5 - 24.75 - 8.25
= 202 -73.5
= 128.5
Hence f(0.5) = 128.5
5.
Here the intervals are unequal
∴ By Lagrange'sinterpolation formula, we have
x0 = 15, x1 = 25, x2 = 30, x3 = 35
y0= 36, y1 = 40, y2 = 45, y3 = 38, and x = 26
∴ y = f(x) = \(\frac { (x-{ x }_{ 1 })(x-{ x }_{ 2 })(x-{ x }_{ 3 }) }{ ({ x }_{ 0 }-{ x }_{ 1 })({ x }_{ 0 }-{ x }_{ 2 })({ x }_{ 0 }-{ x }_{ 3 }) } \times { y }_{ 0 }+\frac { (x-{ x }_{ 0 })(x-{ x }_{ 2 })(x-{ x }_{ 3 }) }{ ({ x }_{ 1 }-{ x }_{ 0 })({ x }_{ 1 }-{ x }_{ 2 })(x_{ 1 }-{ x }_{ 3 }) } \times { y }_{ 1 }+\frac { (x-{ x }_{ 0 })(x-{ x }_{ 1 })(x-{ x }_{ 3 }) }{ ({ x }_{ 2 }-{ x }_{ 0 })({ x }_{ 2 }-{ x }_{ 1 })({ x }_{ 2 }-{ x }_{ 3 }) } \times { y }_{ 2 }+\frac { (x-{ x }_{ 0 })(x-{ x }_{ 1 })(x-{ x }_{ 2 }) }{ ({ x }_{ 3 }-{ x }_{ 0 })({ x }_{ 3 }-{ x }_{ 1 })({ x }_{ 3 }-{ x }_{ 2 }) } \times { y }_{ 3 }\)
= \(\frac { (26-25)(26-30)(26-35) }{ (15-25)(15-30)(15-35) } (36)+\frac { (26-15)(26-1530)(26-35) }{ (25-15)(5-30)(25-35) } (40)+\frac { 26-15)(26-25)(26-35) }{ (30-15)(30-30)(30-35) } (40)+\frac { (26-15)(26-25)(26-30) }{ (35-15)(35-25)(35-30) } (38)\)
= \(\frac { (1)(-4)(-9) }{ (-10)(-15)(-20) } (36)+\frac { (n)(-4)(-9) }{ (10)(-5)(-10) } (40)+\frac { (11)(1)(-9) }{ (15)(5)(-5) } (45)+\frac { (9)(1)(-4) }{ (-20)(10)(5) } (38)\)
= \(-\frac { (36)(36) }{ (150)(20) } +\frac { (44)(9)(40) }{ 500 } +\frac { 99(45) }{ (15)(25) } -\frac { (36)(38) }{ (200)(15) } \)
= \(\frac { 1296 }{ 3000 } +\frac { 15840 }{ 500 } +\frac { 4455 }{ 375 } -\frac { 1368 }{ 1000 } \)
= -0.432 + 31.68 + 11.88 - 1.368
= 41.76.
Hence the number of workers getting income not exceeding Rs. 26 per month is 42.
6.
Given
| Year | 1974 | 1978 | 1982 | 1990 |
| Output in 1000 tones | 25 | 60 | 80 | 170 |
Here the intervals are unequal.
∴ By Lagranges interpolation formula, we have
x0 = 1974, x1 = 1978, x2 = 1982, x3 = 1990
y0 = 25, y1 = 60, y2 = 80, y3 = 170 and x = 1986.
∴ y = f(x) = \(\frac { (x-{ x }_{ 1 })(x-{ x }_{ 2 })(x-{ x }_{ 3 }) }{ ({ x }_{ 0 }-{ x }_{ 1 })({ x }_{ 0 }-{ x }_{ 2 })({ x }_{ 0 }-{ x }_{ 3 }) } \times { y }_{ 0 }+\frac { (x-{ x }_{ 0 })(x-{ x }_{ 2 })(x-{ x }_{ 3 }) }{ ({ x }_{ 1 }-{ x }_{ 0 })({ x }_{ 1 }-{ x }_{ 2 })(x_{ 1 }-{ x }_{ 3 }) } \times { y }_{ 1 }+\frac { (x-{ x }_{ 0 })(x-{ x }_{ 1 })(x-{ x }_{ 3 }) }{ ({ x }_{ 2 }-{ x }_{ 0 })({ x }_{ 2 }-{ x }_{ 1 })({ x }_{ 2 }-{ x }_{ 3 }) } \times { y }_{ 2 }+\frac { (x-{ x }_{ 0 })(x-{ x }_{ 1 })(x-{ x }_{ 2 }) }{ ({ x }_{ 3 }-{ x }_{ 0 })({ x }_{ 3 }-{ x }_{ 1 })({ x }_{ 3 }-{ x }_{ 2 }) } \times { y }_{ 3 }\)
\(\frac { (x-{ x }_{ 0 })(x-{ x }_{ 2 })(x-{ x }_{ 3 }) }{ ({ x }_{ 0 }-{ x }_{ 1 })({ x }_{ 0 }-{ x }_{ 2 })({ x }_{ 0 }-{ x }_{ 3 }) } \times25+\frac { (x-{ x }_{ 0 })(x-{ x }_{ 2 })(x-{ x }_{ 3 }) }{ ({ x }_{ 1 }-{ x }_{ 0 })({ x }_{ 1 }-{ x }_{ 2 })(x_{ 1 }-{ x }_{ 3 }) } \times60+\frac { (x-{ x }_{ 0 })(x-{ x }_{ 1 })(x-{ x }_{ 3 }) }{ ({ x }_{ 2 }-{ x }_{ 0 })({ x }_{ 2 }-{ x }_{ 1 })({ x }_{ 2 }-{ x }_{ 3 }) } \times80+\frac { (x-{ x }_{ 0 })(x-{ x }_{ 1 })(x-{ x }_{ 2 }) }{ ({ x }_{ 3 }-{ x }_{ 0 })({ x }_{ 3 }-{ x }_{ 1 })({ x }_{ 3 }-{ x }_{ 2 }) } \times 70+\frac { (1986-1974)(1986-1982)(1986-1990) }{ (1990-1974)(1990-1978)(1990-1982) } \times 170\)
= 6.25 - 60 + 120 + 42.5
y = 108.75
7.
Let the percentage of lead be x and temperature be y.
Given
| P | 40 | 50 | 60 | 70 | 80 | 90 |
| T | 180 | 204 | 226 | 250 | 276 | 304 |
Find y when x = 84
Since the temperature required is at the end of the table we apply Newton's backward interpolation formula.
∴ xn + nh = 84 ⇒ 90 + n(10) = 84
⇒ 10n = 84 - 90 = -6
[∵ h = 10 & xn = 90]
⇒ n = \(\frac{-6}{10}\) = -0.6
The difference table is
∴ The Newton's backward interpolation formula is
y(y=xn+nh) = \(\frac { n }{ 1! } \Delta { y }_{ n }+\frac { n(n+1) }{ 2! } { \triangledown }^{ 2 }{ y }_{ n }+\frac { n(n+1)(n+2) }{ 3! } { \triangledown }^{ 3 }{ y }_{ n }+\frac { n(n+1)(n+2)(n+3) }{ 4! } { \triangledown }^{ 4 }{ y }_{ n }+\frac { n(n+1)(n+2)(n+3)(n+4) }{ 5! } { \triangledown }^{ 5 }{ y }_{ n }\)
∴ y(84) = 304 + (-0.6) (28) + \(\frac { (-0.6)(-0.6+1) }{ 2 } (2)+0+0+\frac { (-0.6)(-0.6+1)(-0.6+3)(-0.6+4) }{ 5! } (4)\) [∵ ∇3 & ∇4 are zero]
⇒ y(84) = 304 - 16.8+ (-0.6) (0.4) + \(\frac { (-0.6)(0.4)(1.4)(2.4)(3.4) }{ 120 } (4)\)
⇒ y(84) = 304 -16.8 - 0.24 - 0.09139
⇒ y(84) = 286.86
Hence, the melting point of the alloy containing 84 percent lead is 286.86°C.
8.
Given
| Marks | 0-19 | 20-39 | 40-59 | 60-79 | 80-99 |
| No.of.candidates | 41 | 62 | 65 | 50 | 17 |
This can be rewritten as
| Marks: | Below 19 |
Below 39 |
Below 59 |
Below 79 |
Below 99 |
|---|---|---|---|---|---|
| No. of. candidates: |
41 | (41 + 62) =103 |
(41 + 62 + 65) = 168 |
(41 + 62 + 65 + 50) =218 |
(41 + 62 + 65 + 50 + 17) = 235 |
Since we have to find below 70, use Newton's backward interpolation formula
∴ xn + nh = 70 ⇒ 99 + n(20) = 70
⇒ 20n = 70 - 99 = -29
⇒ n = \(\frac{-29}{20}\) = -1.45
∴ y70 = yn + \(\frac { n }{ 1! } { \triangledown y }_{ n }+\frac { n(n+1) }{ 2! } { \triangledown }^{ 2 }{ y }_{ n }+\frac { n(n+1)(n+2) }{ 3! } { \triangledown }^{ 3 }{ y }_{ n }\)
\(=235-1.45(17)+\frac { (-1.45)(-1.45+1) }{ 2 } (-33)+\frac { (-1.45)(-1.45+2)(-18) }{ 6 } \)
\(=235-24.65+\frac { (-1.45)(-.45) }{ 2 } (-33)+\) (-1.45)(-0.45)(0.55)(-3)
= 235 - 24.65 - 12.375 - 1.125
= 196
Hence, the number of students who have scored below 70 are 196 (app).
9.
The forward interpolation formula is
\({ y }_{ ({ x=x }_{ 0 }+nh) }={ y }_{ 0 }+\frac { n }{ 1! } =\triangle { y }_{ 0 }+\frac { n(n-1) }{ 2! } { \triangle }^{ 2 }{ y }_{ 0 }+\frac { n(n-1)(n-2) }{ 3! } { \triangle }^{ 3 }{ y }_{ 0 }+...\)
Here x0 + nh = x ⇒ x0 = 0, h = 1
∴ 0 + n = x ⇒ n = x.
The difference table is
| x | y = f(x) | Δy | Δ2y | Δ3y |
|---|---|---|---|---|
| 0 | 1 | |||
| 1 | ||||
| 1 | 2 | -2 | ||
| -1 | 12 | |||
| 2 | 1 | 10 | ||
| 9 | ||||
| 3 | 10 |
\({ y }_{ (n=x) }={ y }_{ 0 }+\frac { n }{ 1! } =\triangle { y }_{ 0 }+\frac { n(n-1) }{ 2! } { \triangle }^{ 2 }{ y }_{ 0 }+\frac { n(n-1)(n-2) }{ 3! } { \triangle }^{ 3 }{ y }_{ 0 }+...\)
\(y=1+\frac { n }{ 1! } (1)+\frac { n(n-1) }{ 2! } (-2)+\frac { n(n-1)(n-2) }{ 6 } (12)\)
⇒ y = 1 + x + (x2 - x)(-1) + x(x2 - 3x + 2) (2)
⇒ y = 1 + x - x2 + x + 2x3 - 6x2 + 4x
⇒ y = 1+ 6x - 7x2 + 2x3
Hence, the cubic polynomial is 2x3 - 7x2+ 6x + 1.
10.
By partial fraction method
\(\frac { 1 }{ (x+1)(x+2) } =\frac { A }{ x+1 } +\frac { B }{ x+2 } \)
⇒ 1 = A (x + 2) + B (x + 1)
when x = -1, 1 = A [-1 + 2] ⇒ 1 = A
when x = -2, 1 = B [-2+ 1] ⇒1 = - B
⇒ B = -1.
∴ \(\frac { 1 }{ (x+1)(x+2) } =\frac { 1 }{ x+1 } +\frac { 1 }{ x+2 } \)
\(\therefore \triangle \left[ \frac { 1 }{ (x+1)(x+2) } \right] =\triangle \left[ \frac { 1 }{ x+1 } -\frac { 1 }{ x+2 } \right] \)
∴ \(\left( \frac { 1 }{ x+1+1 } -\frac { 1 }{ x+1 } \right) -\left( \frac { 1 }{ x+1+2 } -\frac { 1 }{ x+2 } \right) \) [∵ ∆ f(x) = f(x+1) - f(x)]
= \(\left( \frac { 1 }{ x+2 } -\frac { 1 }{ x+1 } \right) -\left( \frac { 1 }{ x+3 } -\frac { 1 }{ x+2 } \right) \) where h = 1
= \(\frac { 1 }{ x+2 } -\frac { 1 }{ x+1 } -\frac { 1 }{ x+3 } +\frac { 1 }{ x+2 } \)
= \(\frac { 2 }{ x+2 } -\frac { 1 }{ x+1 } -\frac { 1 }{ 1+3 } \)
= \(\frac { 2(x+1)(x+3)-1(x+2)(x+3)-1(x+1)(x+2) }{ (x+1)(x+2)(x+3) } \)
= \(\frac { 2({ x }^{ 2 }+4x+3)-({ x }^{ 2 }+5x+6)-({ x }^{ 2 }+3x-2) }{ (x+1)(x+2)(x+3) } \)
= \(\frac { -2 }{ (x+1)(x+2)(x+3) } \)
\(\therefore\ =\triangle \left[ \frac { 1 }{ (x+1)(x+2) } \right] =\frac { -2 }{ (x+1)(x+2)(x+3) } \)
11.
We know f(x), ∇f(x + h), ∇f(x + 2h),... are the first order differences of f(x).
= f(x) - 2f(x - h) + f(x - 2h)
Consider ∇2f(x) = ∇[∇f(x))]
= ∇[f(x) - f(x - h)]
= ∇ f(X) - ∇ f(x - h)
= [f(x) - f(x - h)] - [f(x - h) - f(x - 2h)]
= f(x) - f(x - h) - f(x - h) - f(x - 2h)
∴ ∇2 f(x), ∇2 f(x + h), ∇2 f(x + 2h) ... are the second order differences of f(x).
12.
We know Δ (f(x)) = f(x + h) -f(x)
Since h = 1, ∆ (f)) = f(x + 1) - f(x)
[∵ (x + 1)3 = x3 + 3x2 + 3x + 1]
⇒ Δ (x3) = (x + 1)3 - x3
⇒ Δ (x3) = 3x2 + 3x + 1
13.
By data we have,
x0 = 0, x1 = 1, x2 = 3
y0 = 5, y1 = 6, y2 = 50 and x = 2
Using Lagrange's formula, we get
\(y=\frac { (x-{ x }_{ 1 })(x-{ x }_{ 2 }) }{ ({ x }_{ 0 }-{ x }_{ 1 })({ x }_{ 0 }-{ x }_{ 2 }) } { y }_{ 0 }+\frac { (x-{ x }_{ 1 })(x-{ x }_{ 2 }) }{ ({ x }_{ 0 }-{ x }_{ 1 })({ x }_{ 0 }-{ x }_{ 2 }) } { y }_{ 1 }+\frac { (x-{ x }_{ 0 })(x-{ x }_{ 1 }) }{ ({ x }_{ 2 }-{ x }_{ 0 })({ x }_{ 0 }-{ x }_{ 1 }) } { y }_{ 2 }\)
= \(5\times \frac { (2-0)(2-3) }{ (0-1)(0-3) } +6\times \frac { (2-0)(2-3) }{ (1-0)(1-3) } +50\times \frac { (2-0)(2-1) }{ (3-0)(3-1) } \)
= \(\frac { 10 }{ 3 } -6+\frac { 50 }{ 3 } =\frac { 60 }{ 3 } -6=20-6=14\)
∴ f(2) = 14
14.
LHS = Δ∇ = (E-1) \(\left( \frac { E-1 }{ E } \right) \)
= Δ - ∇ [∵ Δ = E -1 & ∇ = \(\frac { E-1 }{ E } \) ]
= RHS
Hence Proved.
15.
LHS = (1 + Δ) (1 - ∇)
| [∵ Δ = E - 1 & ∇ = \(\frac { E-1 }{ E } \)] |
= (1 + Δ) (1 - ∇)
= (1 + E - 1) \((1-\frac { E-1 }{ E } )\)
= E\((1-\frac { E-1 }{ E } )\)
= E - E\((\frac { E-1 }{ E } )\)
= E - (E - 1)
= E - E + 1 = 1
= RHS.
12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications களப்பெயர் முறைமை (DNS) Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு எடுத்துக்காட்டுகள் மற்றும் நெறிமுறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications கணினி வலையமைப்பு ஓர் அறிமுகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications PHP-உடன் MySQL-ஐ இணைத்தல் Sample Question Papers Study Material - QB365 Set A
Tamilnadu Stateboard 12th Standard Subjects

Maths

Chemistry

Physics

Biology

Computer Science

Business Maths and Statistics

Economics

Commerce

Accountancy

History

Computer Applications

Biology

Computer Technology

Computer Applications

Computer Science

Business Maths and Statistics

Commerce

Economics

Maths

Chemistry

Physics

Computer Technology

History

Accountancy

Tamil

English

French
Tamilnadu Stateboard Standards