Tuesday, January 23, 2018

Gauss: Sum of first 100 natural numbers

Famous mathematician, Gauss. In elementary school in the late 1700’s, a class was asked to find the sum of the numbers from 1 to 100. The question was assigned as “busy work” by the
teacher, but Gauss found the answer rather quickly by discovering a pattern.  His observation was as follows:
1 + 2 + 3 + 4 + … + 98 + 99 + 100
Gauss noticed that if he was to split the numbers into two groups (1 to 50 and 51 to 100), he could add them together
vertically to get a sum of 101.

1      + 2     + 3 + 4 +   5   + … + 48 + 49 + 50
100 + 99 + 98 + 97 + 96 + … + 53 + 52 + 51

1 + 100 = 101
2 + 99 = 101
3 + 98 = 101
.
.
.
48 + 53 = 101
49 + 52 = 101
50 + 51 = 101

Gauss realized then that his final total would be 50(101) = 5050.
The sequence of numbers (1, 2, 3, … , 100) is arithmetic and when we are looking for the sum of a sequence, we call it a series.

There is a special formula we can use to find the sum of a series:
Σn = ⁿ⁽ⁿ⁺¹⁾/₂
Where Σn is the sum of the series and n is the number of terms in the series, in this case, 100.

Saturday, January 20, 2018

Class 9: coordinate geometry

For notes related to the chapter, kindly click here
AwasthiNabraj.wordpress.com
For online solution, express your problem at here.

1. Find the distance between the following pairs of points:
(i) (2, 3), (4, 1)
(ii) (−5, 7), (−1, 3)
(iii) (a, b), (− a, − b)
Solution:
(i) Distance between the two points is given by
√[(x₂ – x₁ )² + (y₂ – y₁ )² ]
Therefore, distance between (2, 3) an (4, 1) is given by,
d = √[(2–4)²+(3–1)²] =  √[(2)²+(2)²] = √(4 + 4) =
√8 = 2√2 unit,
(ii) Distance between (-5, 7) an (-1, 3) is given by,
d = √[(-5 – (-1))² + (7 – 3)² ]
= √[(-4)² + (4)² ]
= √(16 + 16) = √32 = 4√2 unit,
(iii) Distance between (a, b) an (-a, -b) is given by,
d = √[(a – (-a))² + (b – (-b))² ]
= √[(2a)² + (2b)² ]
= √(4a + 4b ) = 2√(a +b )

2. Find the distance between the points (0, 0) and (36,15).
Solution:
Distance between points (0, 0) and (36, 15).
√[(36 – (0))² + (15 – 0)² ]
= √[(36)² + (15)² ]
= √(1296 + 225) = √1521 = 39unit.

3. Determine if the points (1, 5), (2, 3) and (−2,−11) are collinear.
Solution:
Let the points (1, 5), (2, 3), and (−2, −11) be
representing the vertices A, B, and C of the given
triangle respectively.
Let A = (1, 5), B = (2, 3), and C = (−2, −11)
AB = √[(1 – 2)² + (5 – 3)² ] = √[(-1)² + (2)² ]
= √(1 + 4) = √5 unit.
BC = √[(2 – (-2))² + (3 – (-11))² ] = √[(4)² + (14)² ]
= √(16 + 196) = √212 unit
CA = √[((-2) – 1)² + ((-11) – 5)² ] = √[(3)² + (16)² ] = √(9 + 256) = √265 unit.
Since AB + BC ≠ CA
Therefore, the points (1, 5), (2, 3), and (−2, −11) are not collinear.

4. Check whether (5, − 2), (6, 4) and (7, − 2) are the vertices of an isosceles triangle.
Solution:
Let the points (5, −2), (6, 4), and (7, −2) are representing the vertices A, B, and C of the given triangle respectively.
Let A = (5, -2), B = (6, 4), and C = (7, −2)
AB = √[(5 – 6)² + ((-2) – 4)²] = √[(-1)² + (-6)²]
= √(1 + 36) = √37 unit
BC = √[(6 – (7))² + (4 – (-2))² ]
= √[(-1) + (6) ] = √(1 + 36) = √37 unit
CA = √[(7 – 5) + ((-2) – (-2)) ] = √[(2) + (0) ]
= √(4 + 0) = 2unit.
Therefore, AB = BC
Thus ABC is an isosceles triangle.

5. In a classroom, 4 friends are seated at the points A, B, C and D. Champa and Chameli walk into the class and after observing for a few minutes Champa asks Chameli, “Don’t you think ABCD is a square?” Chameli disagrees. Using distance formula, find which of them is correct.
Solution:
It can be observed that A (3, 4), B (6, 7), C (9, 4), and D (6, 1) are the positions of these 4 friends.
AB = √[(3 – 6)² + (4 – 7)² ] = √[(-3)² + (-3)² ]
= √(9 + 9)
= √18 unit,
BC = √[(6 – (9))² + (7 – 4)² ]
=  √[(-3)² + (3)² ] = √(9 + 9)
= √18 unit
CD = √[(9 – 6)² + (4 – 1)² ] = √[(3)² + (3)² ]
= √(9 + 9)
= √18 unit
DA = √[(6 – (3))² + (1 – 4)² ] =  √[(3)² + (-3)² ]
= √(9 + 9)
= √18 unit
Diagonal AC = √[(3 – 9) + (4 – 4) ] =  √[(-6) + (0) ] = √(36 + 0) = 6 unit.
Diagonal BD = √[(6 – 6) + (7 – 1) ] =  √[(0) + (6) ] = √(0 + 36) = 6 unit
It can be observed that all sides of this quadrilateral ABCD are of the same length and also the diagonals are of the same length. Therefore, ABCD is a square and
hence, Champa was correct

6. Name the type of quadrilateral formed, if any, by the following points, and give reasons for your answer:
(i) (− 1, − 2), (1, 0), (− 1, 2), (− 3, 0)
(ii) (− 3, 5), (3, 1), (0, 3), (− 1, − 4)
(iii)(4, 5), (7, 6), (4, 3), (1, 2)
Solution:
(i) Let the points (−1, −2), (1, 0), (−1, 2), and
(−3, 0) be representing the vertices A, B, C, and D of the given quadrilateral respectively.
AB = √[((-1) – (1))² + ((-2) – 0)² ]
= √[(-2)² + (-2)² ]
= √(4 + 4) = √8 = 2√2 unit
BC = √[((1) – (-1))² + ((0) – 2)² ] = √[(2)² + (-2)² ]
= √(4 + 4) = √8 = 2√2 unit
CD = √[((-1) – (-3))² + ((2) – (0))² ]
= √[(-2)² + (2)² ]
= √(4 + 4) = 2√2 unit
DA = √[((-3) – (-1))² + ((0) – (-2))² ]
= √[(-2)² + (-2)² ]
=√(4 + 4) = √8 = 2√2
Diagonal AC = √[((-1) – (-1))² + ((-2) – 2)² ]
= √[(0)² + (-4)² ] = √(0 + 16) = √16 = 4 unit
Diagonal BD = √[((1) – (-3))² + ((0) – 0)² ]
= √[(4)² + (0) ] = √16 = 4.
It can be observed that all sides of this quadrilateral are of the same length and also, the diagonals are of the same length. Therefore, the given points are the vertices are of a square.

(ii) Let the points (− 3, 5), (3, 1), (0, 3), and (−1, −4) be representing the vertices A, B, C, and D of the given quadrilateral respectively.
AB = √[((-3) – (3))² + ((5) – 1)² ]
=  √[(-6)² + (4)² ]
= √(36 + 16) = √52 = 2√13 unit
BC = √[((3) – (0))² + ((1) – 3)² ] = √[(3)² + (-2)² ]
= √(9 + 4) = √13 unit
CD = √[(0 – (-1)) + (3 – (-4)) ]
= √[(1) + (7) ]
= √(1 + 49)
= √50 = √(25×2) = 5√2 unit
DA = √[((-1) – (-3))² + ((-4) – 5)² ]
=  √[(2)² + (-9)² ]
= √(4 + 81)
= √85 unit.
It can be observed that all sides of this quadrilateral arebof different lengths. Therefore, it can be said that it is only a general quadrilateral, and not specific such as
square, rectangle, etc.

(iii)Let the points (4, 5), (7, 6), (4, 3), and (1, 2) be
representing the vertices A, B, C, and D of the given quadrilateral respectively.
AB = √[((4) – (7))² + ((5) – 6)² ] = √[(-3)² + (-1)² ]
= √(9 + 1) = √10
BC = √[(7 – 4)² + (6 – 3)² ]
= √[(3)² + (3)² ] = √(9 + 9) = √18 unit.
CD = √[(4 – 1)² + (3 – 2)² ] = √[(3)² + (1)² ]
= √(9 + 1) =√10 unit.
DA = √[(1 – 4)² + (2 – 5)² ] = √[(-3)² + (-3)² ]
= √(9 + 9)
= √18 unit.
Diagonal AC = √[((4) – (4))² + ((5) – 3)² ]
= √[(0) + (2) ] = √(0 + 4) = √4 = 2 unit.
Diagonal BD = √[(7 – 1)² + (6 – 2)² ]
= √[(6)² + (4)² ] = √(36 + 16) = √52 = 13√2 unit.
It can be observed that opposite sides of this
quadrilateral are of the same length. However, the diagonals are of different lengths. Therefore, the given points are the vertices of a parallelogram.

7. Find the point on the x-axis which is equidistant from (2, − 5) and (− 2, 9).
Solution:
We have to find a point on x-axis. Therefore, its y-coordinate will be 0. Let the point on x-axis be (x, 0)
By the given condition, these distances are equal in measure.
√[(x-2)²+(5)²] = √[(x+2)²+9²]
(x-2)² + 25 = (x+2)² + 81
x² + 4 – 4x + 25 = x² + 4 + 4x +81
8x = 25 – 81
8x = -56
x = -7
Therefore, the point (-7, 0)

8. Find the values of y for which the distance between the points P (2, − 3) and Q (10, y) is 10 units.
Solution:
It is given that the distance between (2, − 3) and Q (10, y) is 10.
⇒√[(2 – 10)² + (-3 – y)²] = 10²
⇒(-8)² + (y + 3)² = 10²
⇒64 + (y + 3)² = 100
⇒(y + 3)² = 100 – 64 = 36
⇒y + 3 = ±6
⇒y = +6 – 3 = +3 OR y = -6 – 3 = -9
Therefore, y = -9 or +3.

9. If Q (0, 1) is equidistant from P (5, − 3) and R (x, 6), find the values of x. Also find the distance QR and PR.
Solution:
PQ = QR
√[(5 – 0)²+(-3 -1)²] = √[(0 – x)²+(1 – 6)²]
√[5²+(-4)²] = √[ x²+(-5)²]
√[25 + 16] = √[ x² + 25]
41 = x² + 25
16 = x²
x = 4
Therefore, point R is (4, 6) or (-4, 6)
When point R is (4,6)
PR = √[((5) – (4))² + ((-3) – 6)² ]
=  √[(9)² + (-9)² ]
= √(81 + 81) = 9√2 unit
QR = √[((0) – (4))² + ((1) – 6)² ]
= √[(-4)² + (-5)² ]
= √(16 + 25) = √41 unit.

10. Find a relation between x and y such that the point (x, y) is equidistant from the point (3, 6) and (− 3, 4).
Solution:
Point (x, y) is equidistant from (3, 6) and (−3, 4).
√[(x – 3)²+(y – 6)²] = √[(x – (-3))²+(y – 4)²]
⇒[(x – 3)² + (y – 6)²] = [(x + 3))² + (y – 4)²]
⇒x²–6x+9+y² -12y+36 = x²+6x+9 + y² – 8x+16
⇒-6x -12y + 45 = 6x – 8x + 25
⇒20 = 12x + 4y
⇒3x + y = 5
⇒3x + y – 5 = 0

1. Find the slope of the curve whose inclination is
(i) 90˚
Solution:
θ = 90˚
Slope = m = tan θ
m = tan 90˚
m = undefined

(ii) 45˚
Solution:
θ = 45˚
Slope = m = tan θ
m = tan 45˚
m = 1

(iii) 30˚
Solution:
θ = 30˚
Slope = m = tan θ
m = tan 30˚
m = 1/√3

(iv) 0˚
Solution:
θ = 0˚
Slope = m = tan θ
m = tan 0˚
m = 0

2. Find the angles of inclination of straight lines whose slopes are
(i)√3
Solution:
Slope = tan θ
√3 = tanθ
We know that, tan 60˚ = √3
θ = 60˚

(ii) 1
Solution:
Slope = tan θ
1 = tan θ
We know that, tan 45˚ = 1
θ = 45˚

(iii) 1/√3
Solution:
Slope = tan θ
1/√3 = tanθ
We know that, tan 30˚ = 1/√3
θ = 30˚

3. Find the slope of the line joining the points
(i) (-4, 1) and (-5, 2)
Solution:
Let (x₁ ,y₁ ) = (-4, 1) and (x₂ ,y₂ ) (-5, 2)
Slope = (x₂-x₁)/(y₂-y₁) = (-5+4)/(2-1) = -1/1 = -1

(ii) 4, -8) and (5, -2)
Solution:
Let (x ,y ) = (4, -8) and (x ,y ) = (5, -2)
Slope =   (x₂-x₁)/(y₂-y₁) = 6
(iii) (0, 0) and (√3, 3)
Solution:
Let (x ,y ) = (0, 0) and (x ,y ) = (√3, 3)
Slope =  (x₂-x₁)/(y₂-y₁) = √3
(iv) (-5, 0) and (0, -7)
Solution:
Let (x ,y ) = (-5, 0) and (x ,y ) = (0, -7)
Slope = (x₂-x₁)/(y₂-y₁) = 5/-7
(v) (2a, 3b) and (a, -b)
Solution:
Let (x ,y ) = (2a, 3b) and (x ,y ) = (a, -b)
Slope = (x₂-x₁)/(y₂-y₁)= (a-2a)/(-b-3b)= -a/-4b=   a/4b

4. Find whether the lines drawn through the two pairs of points are parallel or perpendicular
(i)(5, 2), (0, 5) and (0, 0), (-5, 3)
Solution:
For line 1:
Let (x ,y ) = (5, 2) and (x ,y )= (0, 5)
Slope = m₁ =  (x₂-x₁)/(y₂-y₁) =
For line 2:
Let (x ,y ) = (0, 0) and (x ,y )= (-5, 3)
Slope = m₂ = / = / = /
We have m₁ = m₂
Therefore, (5, 2), (0, 5) and (0, 0), (-5, 3) lines are
parallel.
(ii) (3, 3), (4, 6) and (4, 1), (6, 7)
Solution:
For line 1:
Let (x ,y ) = (3, 3) and (x ,y )= (4, 6)
Slope = m₁ = / = / = / = 3
For line 2:
Let (x ,y ) = (4, 1) and (x ,y )= (6, 7)
Slope = m₂ = / = / = / = 3
We have m₁ = m₂
Therefore, (3, 3), (4, 6) and (4, 1), (6, 7) parallel.
(iii) (4, 7), (3, 5) and (-1, 7), (1, 6)
Solution:
For line 1:
Let (x ,y ) = (4, 7) and (x ,y )= (3, 5)
Slope = m₁ = / = / = / = 2
For line 2:
Let (x ,y ) = (-1, 7) and (x ,y )= (1, 6)
Slope = m₂ = / = / = /
We have m₁ ≠ m₂
m₁ .m₂ = 2 x ( / ) = – 1
Therefore, (4, 7), (3, 5) and (-1, 7), (1, 6) are
perpendicular.
(iv) (-1, -2), (1, 6) and (-1, 1), (-2, -3)
Solution:
For line 1:
Let (x ,y ) = (-1, -2) and (x ,y )= (1, 6)
Slope = m₁ = / = / = / = 4
For line 2:
Let (x ,y ) = (-1, 1) and (x ,y )= (-2, -3)
Slope = m₂ = / = / = / = 4
We have m₁ = m₂
Therefore, (3, 3), (4, 6) and (4, 1), (6, 7) are parallel.
5. Find the slope of the line perpendicular to the line
joining the points
(i)(1, 7) and (-4, 3)
Solution:
Let (x ,y ) = (1, 7) and (x ,y )= (-4, 3)
Slope = m = / = / = / = /
The slope of the line perpendicular to the line joining
points (1, 7) and (-4, 3) is ¹/ₘ .[since m₁ .m₂ = -1]
(ii) (2, -3) and (1, 4)
Solution:
Let (x ,y ) = (2, 3) and (x ,y )= (1, 4)
Slope = m = / = / = / = -1
The slope of the line perpendicular to the line joining
points (2, -3) and (1, 4) is 1. [Since m .m = -1]
6. Find the slope of the line parallel to the line joining
the points
(i) (-4, 3) and (2, 5)
Solution:
Let (x ,y ) = (-4, 3) and (x ,y )= (2, 5)
Slope = m = / = / = / = /
The slope of the line parallel to the line joining points
(-4, 3) and (2, 5) is / .
(ii) (1, -5) and (7, 1)
Solution:
Let (x ,y ) = (1, -5) and (x ,y )= (7, 1)
Slope = m = / = / = / = 1
The slope of the line parallel to the line joining points (1,
-5) and (7, 1) is 1.
7. A line passing through the points (2, 7) and (3, 6) is
parallel to a line joining (9, a) and (11, 3). Find a.
Solution:
Line 1:
Let (x ,y ) = (2, 7) and (x ,y )= (3, 6)
Slope = m = / = / = / = -1
Line 2:
Let (x ,y ) = (9, a) and (x ,y )= (11, 3)
Slope = m = / = / = /
Since m = m as line (2, 7) and (3, 6) is parallel to (9,
a) and (11, 3).
We have, -1 = /
-2 = 3 – a
-2 – 3 = – a
– 5 = -a
a = 5
8. A line joining through the points (1, 0) and (4, 3) is
perpendicular to the line joining (-2, -1) and (m, 0).
Find the value of m.
Solution:
Line 1:
Let (x ,y ) = (1, 0) and (x ,y )= (4, 3)
Slope = m = / = / = / = 1
Line 2:
Let (x ,y ) = (-2, -1) and (x ,y )= (m, 0)
Slope = m = / = / = /
Since m m = -1 as A line joining through the points (1,
0) and (4, 3) is perpendicular to the line joining (-2, -1)
and (m, 0).
We have, m .m = -1
1.( / ) = -1
/ = -1
1 = -(m+2)
1 = -m – 2
-m = 1 + 2
m = -3

2. The base of an equilateral triangle with side 2a lies along the y-axis such that the mid-point of the base is at the origin. Find vertices of the triangle.
Solution:
Let ABC be the given equilateral triangle with side 2a.
Accordingly, AB = BC = CA = 2a
Let us assume base BC lies along the y-axis such that the mid-point of BC is at the origin.
i.e., BO = OC = a, where O is the origin.
Now, it is clear that the coordinates of point C are (0, a),
while the coordinates of point B are (0, –a).
It is known that the line joining a vertex of an equilateral
triangle with the mid-point of its opposite side is
perpendicular.
Hence, vertex A lies on the y-axis.

On applying Pythagoras theorem to ∆AOC, we obtain
(AC)² = (OA)² + (OC)²
⇒ (2a)² = (OA)² + a²
⇒ 4a² – a² = (OA)²
⇒ (OA)² = 3a²
⇒ OA =√3a
∴Coordinates of point A = (±√3a, 0)
Therefore, the vertices of the given equilateral triangle
are
(0, a), (0, –a), and (√3a, 0)
or
(0, a), (0, –a), and (-√3a, 0).

3. Find the distance between P(x , y ) and Q(x , y )
when:
(i) PQ is parallel to the y-axis,
(ii) PQ is parallel to the x-axis.
Solution:
The given points are P(x₁ , y₁ ) and Q(x₂ , y₂ )
(i) When PQ is parallel to the y-axis, x₁ = x₂ .
In this case, distance between P and Q
= √[(x₂ – x₁ )² +(y₂ – y₁ )² ]
= √(y₂ – y₁ )²
=|y₂ – y₁ |
(ii)When PQ is parallel to the x-axis, y = y .
In this case, distance between P and Q
= √[(x₂ – x₁ )² +(y₂ – y₁ )² ]
= √(x₂ – x₁ )²
=|x₂ – x₁ |.

4. Find a point on the x-axis, which is equidistant from the points (7, 6) and (3, 4).
Solution:
Let (a, 0) be the point on the x-axis that is equidistant from the points (7, 6) and (3, 4).
√[(7-a)² +(6-0)² ] = √[(3-a)² +(4 – 0)² ]
⇒ √[49+a² -14a +36] = √[9+a² – 6a + 16]
⇒ √[a – 14a + 85] = √[a – 6a + 25]
On squaring both sides, we obtain
a – 14a + 85 = a – 6a + 25
⇒ –14a + 6a = 25 – 85
⇒ –8a = –60
a = ⁶⁰/₈ = ¹⁵/₂
Thus, the required point on the x-axis is ( ¹⁵/⁴ , 0).

5. Find the slope of a line, which passes through the origin, and the mid-point of the line segment joining the points P (0, –4) and B (8, 0).
Solution:
The coordinates of the mid-point of the line segment joining the points P (0, –4) and B (8, 0) are
( ⁰⁺⁸/₂ , ⁻⁴⁺⁰/₂ ) = (4, -2).
It is known that the slope (m) of a non-vertical line passing through the points (x₁ , y₁ ) and (x₂ , y₂ ) is given by
m = (y₂ – y₁ )/(x₂ – x₁ ) ,
Therefore, the slope of the line passing through (0, 0) and (4, –2) is
(-2-0)/(4-0) = ⁻²/₄ = ⁻¹/₂
Hence, the required slope of the line is  ⁻¹/₂ .

6. Without using the Pythagoras theorem, show that the points (4, 4), (3, 5) and (–1, –1) are the vertices of a right angled triangle.
Solution:
Given: The vertices of the triangle are A (4, 4), B (3, 5), and C (–1, –1).
We know that the slope (m) of a non-vertical line
passing through the points (x₁ , y₁) and (x₂ , y₂) is m = (y₂ – y₁ )/(x₂ – x₁ ) ,
Slope of AB (m₁ ) = ¹/-1 = -1
Slope of BC (m₂ ) = ⁻⁶/-4 = ³/₂
Slope of CA (m₃ ) = ⁵/₅ = 1
It is observed that m₁.m₃ = –1
This shows that line segments AB and CA are
perpendicular to each other i.e., the given triangle is
right-angled at A (4, 4).
Thus, the points (4, 4), (3, 5), and (–1, –1) are the
vertices of a right-angled triangle.

7. Find the slope of the line, which makes an angle of 30° with the positive direction of y-axis measured anticlockwise.
Solution:
If a line makes an angle of 30° with the positive
direction of the y-axis measured anticlockwise, then the angle made by the line with the positive direction of the x-axis measured anticlockwise is 90° + 30° = 120°.
Thus, the slope of the given line is tan 120°
= tan(180°– 60°) = –tan 60° = – √3

8. Find the value of x for which the points (x, –1), (2, 1) and (4, 5) are collinear.
Solution:
If points A (x, –1), B (2, 1), and C (4, 5) are collinear,then
Slope of AB = Slope of BC
⇒(1+1)/(2-x) = (5-1)/(4-2)
⇒ 2/(2-x) = 4/2
⇒ 2/(2-x) = 2
⇒ 2 = 4 – 2x
⇒ 2x = 2
⇒ x = 1
Thus, the required value of x is 1.

9. Without using distance formula, show that points (–2, –1), (4, 0), (3, 3) and (–3, 2) are vertices of a parallelogram.
Solution:
Let points (–2, –1), (4, 0), (3, 3), and (–3, 2) be
respectively denoted by A, B, C, and D.
Slope of AB = ¹/₆
Slope of CD = ¹/₆
Slope of AB = Slope of CD
Thus AB and CD are parallel to each other
Now slope of BC = -3
Slope of AD = –3
⇒ Slope of BC = Slope of AD
⇒ BC and AD are parallel to each other.
Therefore, both pairs of opposite sides of quadrilateral ABCD are parallel. Hence, ABCD is a parallelogram.
Thus, points (–2, –1), (4, 0), (3, 3), and (–3, 2) are the vertices of a parallelogram.

10. Find the angle between the x-axis and the line joining the points (3, –1) and (4, –2).
Solution:
The slope of the line joining the points (3, –1) and (4, –2) is m = -1
Now, the inclination (θ) of the line joining the points (3, –1) and (4, – 2) is given by tan θ = –1
⇒ θ = tan⁻¹(-1) = (90° + 45°) = 135°
Thus, the angle between the x-axis and the line joining the points (3, –1) and (4, –2) is 135°.

11. The slope of a line is double of the slope of another line. If tangent of the angle between them is 1/3, find the slopes of the lines.
Solution:
Let m₁ and m₂ be the slopes of the two given lines such
that m₁ = 2m₂.
We know that if θ is the angle between the lines l₁ and l₂ with slopes m₁ and m₂ , then
1+ 2m₂² = ±3m₂
taking ⁺sign,
2m₂² – 3m₂ + 1 = 0
2m₂² – 2m₂ – m₂ + 1 = 0
2m₂(m₂ – 1) – 1(m₂ – 1) = 0
(m₂ – 1)(2m₂ – 1) = 0
m₂ = 1 or m₂ = ¹/₂
If m = 1, then slopes of the lines are 1 and 2.
If m=¹/₂, then slopes of the lines are ¹/₂ and  1.
Hence the slopes of the lines are -1 and -2 or ⁻¹/₂ and -1(by taking negative sign)
or 1 and 2 or ¹/₂ and 1

12. A line passes through (x , y ). IF slope of the line is m , show that k – y = m(h – x )
Solution:
The slope of the line passing through (x , y ) and (h, k) is (k – y )/ (h – x ).
It is given that the slope of the line is m
[(k – y )/ (h – x )] = m
k – y = m(h – x )

13. If three point (h, 0) , (a, b) and (0, k) lie on a line, show that a/h + b/h = 1
Solution:
IF the points A(h, 0) , B(a, b) and C(0, k) lie on a line, then
Slope of AB = slope of BC
⇒(b-0)/(a-h) = (k-b)/(0-a)
⇒  b/(a-h) = (b-k)/a
⇒ ab = (b - k)(a – h)
⇒ ka + bh = kh
On dividing both sides by kh, we obtain
⇒   ka/kh + bh/kh = kh/kh
⇒a/h + b/h = 1.

EXERCISE
Calculate the Following
a. Distance between the point (1,3) and ( 2,4)
b. Mid-point of line segment  AB where A(2,5) and B( -5,5)
c. Area of the triangle  formed by joining the line
segments (0,0) ,( 2,0) and (3,0)
d. Distance of point (5,0) from Origin
e. Distance of point (5,-5) from Origin
f. Coordinate of the point M which divided the line
segment A(2,3) and B( 5,6) in the ratio 2:3
g. Quadrant of the Mid-point of the line segment A(2,3) and B( 5,6)
h. the coordinates of a point A, where AB is the diameter of circle whose center is (2,−3) and B is (1, 4)
________________________________________________

1. Find a point on the y – axis which is equidistant from the point A (6, 5) and B (-4, 3).

2. Show that the points (p,p), (-p,-p) and (-p√3, p√3) are the vertices of an equilateral triangle. Also find its area.

3. Check whether the points (4,5), (7,6) and (6,3) are collinear.

4. Find the value of q for which the points (7, -2), (5, 1), and (3, q) are collinear.

5. Show that four points (0, -1), (6, 7), (-2, 3) and (8, 3) are the vertices of a rectangle. Also find its area.

6. If two vertices of an equilateral triangle be (0,0), (3,√3), find the third vertex.

7. If P (2, -1), Q (3, 4), R (-2, 3) and S (-3, -2) be four points is a plane, show that PQRS is a rhombus but not a square. Find the area of the rhombus.

8. Show that the points (-4, -1), (-2, -4), (4, 0) and (2, 3) are the vertices points of a rectangle.

9. Show that the points A(1, -2), B(3, 6), C(5, 10) and D(3, 2) are the vertices of a parallelogram.

10. Prove that the points A (1,7), B (4,2), C (-1,-1) and D(-4, 4) are the vertices of a square.

11. Prove that the points (3, 0), (6, 4) and (-1, 3) are vertices of a right angled isosceles triangle.

12. Find the circumcenter of the triangle whose vertices are (-2, -3), (-1, 0), (12, -6).

13. If two opposite vertices of a square are (5, 4) and (1, -6), find the co- ordinates of its remaining two vertices.

14. Show that the points A (5, 6), B (1, 5), C (2, 1) and D (6, 2) are the vertices of a square.

15. Find the value of x such that PQ = QR where the co-ordinates of P, Q and R are (6, -1), (1, 3) and (x, 8) respectively.

Answers
7) 54
12) (3,-3)
13) (8, -3) and (-2, 1)

_______________________________________________
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If the slope = m and the line passes through the point (x₁,y₁), the equation of the line is
y - y₁ = m(x - x₁ ), which is known
as point-slope form of a straight line.

1. Determine the equation of the straight line whose inclination is 60° and which passes through the point (3, 4).

2. Find the equation of the straight line whose slope is 3 and passes through the point (-1, 2)

3. Find the equation of the straight line whose slope is -2 and passes through the point (3, 0)

4. Find the equation of the straight line whose inclination is 45° and passes through the point (4, -1)

5. A straight line passes through the point (- 1, 4) and makes an angle 60° with the positive direction of the x-axis. Find the equation of the straight line.

6. Find the equation of the straight line whose inclination is 60° and passes through the origin.

7. Find the equation of the line which is inclined at 135° with the negative direction of the x-axis and passes through the point (1, 2)

8. Find the equation of the line which is inclined at 45° with the positive direction of the y-axis and passes through the point (3, 2)

9. Find the equation of the straight line parallel to the y-axis and passes through the point (1, 3).

10. Find the equation of the straight line parallel to the y-axis and passes through the point (-2, 3).

11. Find the equation, of the straight line whose inclination is 600 and which passes through the mid-point of the line-segment joining the points (3, - 4) and (7, 8).

Answers:
1. y - 4 = √3(x- 3)
2. 3x - y + 5 = 0
3. 2x + y - 6 = 0
4. x - y - 5 = 0
5. y - 4 = √3(x + 1)
6. √3x - y = 0
7. x - y + 1 = 0
8. x - y - 1 = 0
9. x - 1 = 0
10. x + 2 = 0
11. y - 2 = √3(x - 5)

_______________________________________________
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If a straight line passes through the points (x₁,y₁) & (x₂,y₂) then its equation is
y - y₁ = [(y₂-y₁)/(x₂-x₁)] (x-x₁),
and the slope of the straight line is :
m= [(y₂-y₁)/(x₂-x₁)]

1. Find the equations of the straight lines joining each of the following pair of points:
(i) (- 3, - 4) and (2, 5)
(ii) (0, b) and (- a, 0)
(iii) (at₁² , 2at₂ ) and (at₂² , 2at₁ )
(iv) (a cos α, a sin α) and (a cos β, a sin β).

2. Find the equation and the slope of the line joining the points
(i) (1, 6), (6, 1)
(ii) (-2, 1), (3, -2)
(iii) Origin and (-3, 1)
(iv) (3, 4), (-2, 4)
(v) (7, 0), (0, 3)
3. Find the equation and the slope of the line joining the points A on the x-axis and B on the y-axis if
(i) OA = 4, OB = 5
(ii) OA = -2, OB= 3
(iii) OA = -1, OB = -2, where O is the origin.

Answers:
1. (i) 9x  - 5y + 7 = 0
(ii) bx - ay + ab = 0
(iii) y(t₁ +  t₂) - 2x = 2at₁t₂
(iv) xcos[¹/₂(α+β)]+ysin[¹/₂(α+β)]=acos[¹/₂(α+β)]
2. (i) x + y - 7 = 0
(ii) 3x + 5y + 1 = 0
(iii) x + 3y = 0
(iv) y = 4
(v) 3x + 7y - 21 = 0
3. (i) 5x + 4y - 20 = 0
(ii) 3x - 2y + 6 = 0
(iii) 2x + y + 2 = 0
_______________________________________________
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1. Find the equation of the line
(i) whose slope is 2 and which cuts off an intercept 2 on the y-axis
(ii) whose inclination is 45° and which cuts off an intercept -1 on the y-axis.

2. Find the equation of the line
(i) passing through (1, 3) and making an intercept 5 on the y- axis
(ii) passing through (4, -2) and making an intercept -3 on the y-axis

3. Find the equation of the line
(i) passing through (-2, 5) and cutting the y-axis at A on the positive side of the y-axis such that OA = 4, O being the origin.
(ii) passing through (1, -2) and cutting the y-axis at B on the negative side of the y-axis such that OB = 4, O being the origin.

4. Find the equation of the line parallel to the x-axis at a distance
(i) 8 on the positive side of the y-axis
(ii) 5 on the negative side of the y-axis

5. A and B are two points on the x-axis. A is on the positive side of the x-axis at a distance 5 and B is on the negative side at a distance 3 from the origin O. P is the midpoint of AB. Find the equation of the line PC which cuts an intercept 2 on the y- axis. Also, find the slope of PC.

6. Find the slope and the y-intercept of the line whose equation is:
(i) y = x + 3
(ii) 3y = √3x – 1
(iii) 11x – 5y + 2 = 0
(iv) 2y = 3(x + 1)

7. If the inclination of the line y – 1 = ax + a² is 45°, find its y-intercept.

Answer:
1. (i) y = 2x + 2
(ii) y = x - 1
2. (i) y + 2x = 5
(ii) x – 4y = 12
3. (i) x + 2y = 8
(ii) y = x - 3
4. (i) y = 8
(ii) y + 5 = 0
5. 2x + y = 2; slope = -2
6. (i) slope = 1, y-intercept = 3
(ii) slope = 1/√3, y-intercept = -1/3
(iii) slope = 11/5, y-intercept = 2/5
(iv) slope = 3/2, y-intercept = 3/2
7. 2 unit

_______________________________________________
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1. Determine the equation of the straight line whose gradient is ⁻³/₂ and which intersects the y-axis at a distance of 4 units from the origin.

2. Find the value of k, given that the line
y=2(x–k) passes through the point (-4, 4).

3. Find the equation of the straight line which makes an angle 450° with the positive direction of x-axis and intersects the x- axis at a distance of (-3) units from the origin.

4. If the line y/2= 3x - 6 passes through the point (p, 2p), find the value of p.

5. Determine the equation of the straight line whose inclination is 60° and which passes through the point (3, 4).

6. Find the point midway between the point
(-1, 3) and the point intersection of the lines
4x + y - 10= 0 and 2x + 3y - 8 = 0.

7. Find the equation of the straight line which cuts off an intercept (- 4) from the x-axis and passes through the point (2, - 1).

8. If the slope of the line joining the points
(2k, - 2) and (1, - k) be (- 2), find k.

9. Find the co-ordinates of the point on the line 7x - 6y = 20 for which the ordinate is double the abscissa.

10 . A straight line passes through the point
(2, 3) and is such that the sum of its intercepts on the coordinate axes is 10.
Find the equation of the straight line.

11. Prove that the line lines x - 2 = 0, x + 1 = 0,
y = 0 and y - 3 = 0 form a square. Find the equations of its diagonals.

Answers:
1. 3x + 2y = 8
2. k = -6
3. x - y + 3 = 0
4. p = 3
5. y - 4 = √3(x - 3)
6. (³/₅ ,∞ )
7. x + 6y + 4 = 0
8. k = ⁴/₅
9. (- 4, - 8)
10 . 3x + 2y = 12 or x + y = 5
11. x + y - 2 = 0 and x - y + 1 = 0

_______________________________________________
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1. Find the equation of the straight line passing through the points (3, - 4) and (1, 2) and hence show that the three points (3 ,-4), (1, 2 ) and
(2, - 1) are collinear.

2. Show that the points (1, - 1), (5, 5) and (- 3, - 7) are collinear. Also find the equation of the line on which they lie.

3. Prove that the points (2, -3), (1, 2) and (0, 7) are collinear. Also, find the equation of the line on which the points lie.

4. Prove that the points (3, 1), (5, -5) and (- 1, 13) are collinear. Find the equation of the straight line on which the points lie.

5. If the point (h, -2) is collinear with the points (2, 2) and (-3, 1) then find the value of h.
Also, find the slope of the line containing the three points.

6. Show that the points (-1, 3), (0, 2) and (1, 1) are collinear. Also find the equation of the line on which they lie.

Answers:
1. 3x + y = 5
2. 3x - 2y = 5
3. 5x + y - 7 =0
4. 3x + y = 10.
5. h = - 18 and slope = ¹/₅
6. x + y - 2 = 0

_______________________________________________
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~












1) Determine the ratio in which the point P (m, 6) divides the join of A (-4, 3) and B (2, 8). Also find the value of m.

2) The line segment joining the points (3, -4) and (1, 2) is trisected at the points P and Q. If the co-ordinates of P and Q are (p, -2) and (5/3, q) respectively. Find the values of p and q.

3) The line joining the points (2, 1) and (5, -8) is trisected at the points P and Q. If point P lies on the line 2x – y + K = 0. Find the value of K.

4) A (4, 2), B (6, 5) and C (1, 4) are the vertices of Δ ABC.
i)The median from A meets BC in D. Find the co- ordinates
of the point D.
ii)Find the co- ordinates of point P on AD such that AD : PD
= 2 : 1
iii)Find the co- ordinates of the points Q and R on medians
BE and CF respectively such that BQ : QE = 2 : 1 and CR : RF
= 2 : 1
iv) What do you observe?

5) If the points A (6, 1), B (8, 2), C (9, 4) and d (k, p) are the vertices of a parallelogram taken in order, then find the value of k and p.

6) Two vertices of a triangle are (1, 2), (3, 5) and its centroid is at the origin. Find the co-ordinates of the third vertex.

7) If C be the centroid of a triangle PQR and X be any other point in the plane, prove that
XP²+ XQ²+ XR² = CP²+CQ²+CR²+3CX²

8) If P(x, y) is any point on the line joining the points A (a, 0), B (0, b), then show that x/a + y/b = -1 9) If (-2, 3) (4, -3) and (4, 5) are the mid points of the sides of a triangle, find
the co-ordinates of its centroid.

10) Find the third vertex of a triangle, if two of its vertices are at (-3, 1) and (0, -2) and the centroid is at the origin.

11) A (3, 2) and B (-2, 1) are two vertices of a triangle ABC whose centroid G has the co- ordinates [ 5/3,-1/3 ]. Find the co- ordinates of the third vertex C of the triangle.

12) If D, E and F are the mid points of sides BC, CA and AB respectively of Δ ABC, then testing co- ordinate geometry prove that
Area of Δ DEF = (1/4) (Area of Δ ABC)

13) If A (4, 6), B (3, -2) and C (5, 2) are the vertices of Δ ABC, then verify the fact that a median of a triangle ABC divides it into two triangles of equal areas.

14) Prove that the points (a, b + c), (b, c + a) and (c, a + b) are collinear.

15) For what value of x will the points (x, -1), (2,1) and (4,5) lie on a line?

16) If the points (p, q) (M, n) and (p – m, q –n) are collinear, show that pn = qm.

17) Find k so tht the point P (-4, 6) lies on the line segment joining A (k, 10) and B (3, -8). Also, find the ratio in which P divides AB.

18) Find the area of the quadrilaterals, the co- ordinates of whose vertices are
i)(-3, 2), (5, 4), (7, -6) and (-5, -4)
ii)(1, 2), (6, 2), (5, 3) and (3, 4)
iii) (-4, -2), (-3, -5), (3, -2), (2, 3)

19) Show that the following sets of points are collinear
i) (2, 5), (4, 6) and (8, 8)
ii) (1, -1), (2, 1) and (4, 5)

20) The area of a triangle is 5. Two of its vertices are (2, 1) and (3, 2). The third vertex lies on y = x + 3. Find the third vertex.

21) Four points A (6, 3), B (-3, 5), C (4, -2) and D (x, 3x) are given in such a way that find x.

22) If three points (x₁ , y₁), (x₂ , y₂ ), (x₃ , y₃ ) lie on the same line, prove that
(x₂-x₁)(y₃-y₁)=(x₃-x₁)(y₂-y₁)

23) If  the point P (m, 3) lies on the line segment joining the points A [-2/5, 6] and B (2, 8), find the value of m.

24) If R (x, y) is a point on the line segment joining the points P (a, b) and Q (b, a) then prove that x + y = a + b

25) Find the value of a for which the area of the triangle formed by the points A (a, 2a), B (-2, 6) and C (3, 1) is 10 square units.

26) If G be the centroid of a triangle ABC, prove that AB² + BC² + CA² = 3(GA² + GB² + GC² )

27.  Find the co-ordinates of circumcenter of a ? ABC where
A( 1, 2) , B( 3, –4) and C( 5, –6 )

28.  The coordinates of the mid-point of the line joining the points (2p + 2, 3) and (4, 2q + 1) are (2p, 2q). Find the value of p and q.

Answer
1. 3 : 2, m = (-2)/5
2. p = 7/3, q = 0
3. K = -8
4. (i)   [  7/2,9/2 ]
(ii)   [11/3,11/3  ]
(iii)  [ 11/3,11/3 ]
5. k = 7, p = 3
6. (-4, -7)
9. [ 2, 5/3 ]
10. (3, 1)
11. (4, -4)
15. x = 1

_______________________________________________
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1. Find the centre of the circle passing through (6, -6), (3, -7) and (3, 3)

2. Two opposite vertices of a square are (-1, 2) and (3, 2). Find thee co-ordinates of other two vertices.

3. Prove that the points (3, 0), (4, 5), (-1, 4) and (-2, -1), taken in order, form a rhombus. Also, find its area.

4. Find a point on y – axis which is equidistant from the points (5, -2) and (-3, 2).

5. Find a relation between a and b such that the point (a,b) is equidistant from the points (3, 6) and (-3, 4).

6. If the coordinates of the mid points of the sides of a triangle are (1, 2), (0, -1) and (2, -1). Find the coordinates of its vertices.

7. The coordinates of one end point of a diameter of a circle are (4, -1) and the co-ordinates of the centre of the circle are (1, -3). Find the co- ordinates of the other end of the diameter.

8. If A (5, -1), B (-3, -2) and C (-1, 8) are the vertices of triangle ABC, find the length of median through A and the co- ordinates of the centroid.

9. If the mid- point of the line joining (3, 4) and  (z,7) is (x,y) & 2x + 2y + 1 = 0 find the value of z.

10. Find the ratio in which the line segment joining (-2, -3) and (5, 6) is divided by (i) x – axis (ii) y –axis. Also, find the co- ordinates of the point of division in each case.

11. Prove that (4, 3), (6, 4), (5, 6) and (3, 5) are the angular points of a square.

12. Three vertices of a parallelogram are (a +b, a – b), (2a + b, 2a – b), (a – b, a + b).Find the fourth vertex.

13. If two vertices of a parallelogram are (3, 2), (-1, 0) and the diagonals cut at (2, -5), find the other vertices of the parallelogram.

14. Find the lengths of the medians of a Δ ABC having vertices at A (0, -1), B (2, 1) and C (0, 3).

15. Find the lengths of the medians of a Δ A (5, 1), B (1, 5) and C (-3, -1).

16. Find the co- ordinates of the points which divide the line segment joining the points (-4, 0) and (0, 6) in four equal parts.

17. Show that following points are vertices of a rectangle:
(a) (2 , –2) , ( 8, 4) , ( 5, 7 ) , (– 1, 1)
(b)(–4 , –1) , (–2 , 4) , ( 4, 0 ) , ( 2, 3 )

18.     If centre of circle passing through (a,–8), (b,–9) and (2,1) is (2,–4), find the value of a and b.

Answer
1. (3, -2)
2. (1, 0) and (1, 4)
3. Area = 24 sq. units
4. (0, -2)
5. 3a + b = 5
6. (1, -4), (3, 2), (-1, 2)
7. Co- ordinates are (-2, -5)
8. Median = √65 units, co- ordinate = [ 1/3,5/3 ]
9. z =-15
10 (i) 1 : 2; [1/3,0]
(ii) 2 : 5; [ 0, -3/7 ]
12. (-b, b)
13. (1, -12), (5, -10)
14. AD = √ 10 units, BE = 2units, CF = √ 10 units
15. AD = √ 37 units, BE = 5 units, CF = 2 √13 units
16. (-3, 1.5), (-2, 3), (-1, 4.5)

Friday, January 19, 2018

किताब पढ्ने तरीका

१. किताब बोकेर हिँड्नुहोस् : जता गए पनि साथमा किताब बोकेर हिँड्नुहोस् । फुर्सदको समयमा किताबका पान्ना पल्टाउन सजिलो हुन्छ । बस, ट्रेन वा दाँतको उपचार गर्न डाक्टरको पर्खाइमा रहेको बेला पनि किताबका पानामा रमाउन सक्नुहुन्छ । तपाईं जतिसुकै व्यस्त हुनुहोस्, दैनिक केही समय पढाइका लागि छुट्याउनुहोस् । तपाईं जतासुकै पुग्नुस् मतलब भएन तर किताब बोक्नुस् । बोक्नुभएको छैन भने तपाईंसँग भएको ग्याजेटमा ‘सफ्टकपी’ किताब त खोज्न सक्नुहुन्छ नि ! सामाजिक सञ्जालमा रमाउनुभन्दा किताब पढ्नु निकै फाइदाजनक छ ।

२. किताबलाईह्याबिट’ बनाउनुहोस् : किताब पढ्नुलाई आफ्नो नियमित कामजस्तै ठान्नुस् । पढाइबाट भाग्ने होइन बरु दिउँसो, बेलुका अथवा जति बेला समय मिल्छ त्यति बेला किताब पल्टाइहाल्नुस् । हरेक दिन ‘रुटिन’ बनाएर पढ्न
थाल्नुभयो भने केही समयपछि बानी लागिहाल्छ ।

३. पढ्ने पुस्तकको ‘लिस्ट’ बनाउनुहोस् : आफूले पढ्न चाहेका किताबको सूची बनाउनुहोस् । तपाईंले रोजेका किताब ‘क्लासिक’ पनि होलान् अथवा भर्खरै प्रकाशित भएका पनि हुन सक्छन् । एउटा किताब पढेर सकिनै लाग्दा यसपछि के पढ्ने भनेर तपाईंले सोचिसक्नुपर्छ । नत्र, किताब पढ्ने बानी हट्न सक्छ । कस्ता किताब पढ्ने भन्नका लागि केही स्रोत लिनुस् र नियमित पढ्नुस् । यसले गर्दा एकपछि अर्को किताब पढ्न झनै जागरुक भइन्छ ।

४. अडियो किताब सुन्नुस् : अन्य काम गरिहँदा पनि तपाईंले किताबको विषय जान्न पाउनुहुन्छ । किताबको बारेमा पनि जानिने र अरू काम पनि हुने, एकै समयमा । अडियो बुक जहाँसुकै, जति बेला पनि सुन्न सक्नुहुन्छ । यस्ता अडियो किताब ‘बीबीसी रेडियो ४’को ‘बीबीसी एट बेडटाम’, ‘बुक्स अन द विक’मा पाउन सकिन्छ । ‘बीबीसी रेडियो प्लेयर’ साइट
(ऐप) वा ‘आर फोर वेबसाइट’मा पनि किताब पाउन सकिन्छ । अडियो बुक सुन्नु भनेको किताब पढ्नु अवश्य होइन तर पढाइबाट तपाईंलाई टाढा नराख्न यसले सहयोग गर्छ ।

५. ‘बुक क्लब’मा जोडिनुहोस् : समूहमा पढ्दा नयाँनयाँ मान्छेसँग सम्पर्क हुन्छ । किताबका सम्बन्धमा धेरै कुरा सुन्न पाउनुहुन्छ । त्यस्तै नयाँ किताबबारे जानकारी हुन्छ । आफ्नो मन पर्ने ‘टीभी सो’बारे गफ गर्न कसलाई मन नलाग्ला ! बुक
क्लब पनि त्यस्तै त हो नि ! किताबको के कुरा मन पर्यो, ‘सेस्पेन्स’ के थिए भन्नेजस्ता विषयमा छलफल गर्नुस् । यसले तपाईंलाई अझै धेरै पढ्ने बनाउँछ । यस्ता क्लबबाट तपाईंले किताबमाथि अरूको धारणा बुझ्न पनि सक्नुहुन्छ जसले फाइदै गर्छ ।

६. मन नपरेको किताब नपढ्नुस् : किताब सुरु गरेपछि पूरै पढ्नुपर्छ भन्ने छैन। किताबको बीचतिर हुनुहुन्छ र खासै मन परिरहेको छैन भने त्यहीँ छाडिदिनुस् । मन नपरेपछि किन पढ्ने ? तपाईंको लिस्टमा भएको अर्काे किताब पढ्नुस् । मन परेको किताब पढ्दा मात्रै पढ्ने बानी लाग्छ ।

७. वातावरण अध्ययनमैत्री बनाउनुहोस् : छेउमा
टीभी बजिरहेको छ भने पढ्न गाह्रो हुन्छ ।
टीभी हेर्ने कि पढ्ने ! पढिरहेको समयमा तपाईंलाई
अल्मल्याउने कुनै पनि चिज छेउमा हुनु हुँदैन । बरु, गर्मी समयमा कहिलेकाहीँ किताब बोकेर बाहिर निस्कनुहोस् र हावा खाँदै पढ्नुस् । कहिलेकाहीँ पारिवारिक समस्या अथवा तनाव भएर ध्यान एकत्रित गर्न सकिँदैन । यस्तो बेलामा पढ्न सकिँदैन । मन नपरेको म्युजिक सुनेर समय बर्बाद नगर्नुस् । बरु खुरुखुरु पढ्नुस् ।

८. आफैंलाई चुनौती दिनुहोस् : सधैंभरि चुनौतीले राम्रो गर्छ
भन्ने होइन । तर, जब तपाईं आफैंले आफैंलाई दिएको चुनौती पूरा गर्नुहुन्छ भने त्यसले सन्तुष्टि दिन्छ । तपाईं व्यस्त हुनुहुन्छ भने किताब सक्नुपर्ने ‘डेडलाइन’ तोकेर पढ्नुहोस् । दिनमा कति पढ्ने वा कति पेज पढ्ने भनेर सीमा तोक्नुहोस् । चुनौतीले तपाईंलाई उचितसँग र सहीसँग काम गर्ने वातावरण मिलाइदिन्छ

९. मन परेको विषयमा सोच्नुस् : तपार्इंलाई ‘क्लिफ ह्यांगर’ (कार्यक्रमहरूमा राखिने सस्पेन्स) मन पर्दैन ? यसको वास्तविकता अर्काे कार्यक्रममा थाहा भई नै हाल्छ । किताबमा पनि कुनै मन परेको लाइन आयो भने अर्काे दिन पढौंला भनेर
थन्क्याइदिनुस् । यसले गर्दा तपाईंलाई अर्काे दिन फेरि पढ्न मन लाग्नेछ । कथा कसरी अघि बढ्ला भन्ने खुल्दुलीले किताबप्रति
आकर्षित बन्नुहुनेछ।

१०. मन परेको विषय छान्नुहोस् : तपाईं नियमित पाठक होइन भने सुरुमै लियो टोल्सटोयको ‘वार एन्ड पिस’ मन नपर्न सक्छ । पहिल्यैदेखि मन परेको कुनै विषय छान्नुहोस् । तपाईं जासुसी थ्रिलर सिनेमा मन पराउनुहुन्छ भने जेम्स प्याटरर्सन रोज्नुस् । इतिहास तपाईंको रुचिको विषय हो भने हिलारी मेन्टल पढ्नुस् । तपाईंलाई जुन लेखकको किताब मन पर्छ
ती लेखकका सबै किताब पढ्ने प्रयास गर्नुहोस् । चाल्र्स डिकेन्स
हुन् या डेभिड विलियम, उनीहरूका सबै सिरिज पढ्नुहोस्।

Thursday, January 18, 2018

SEE OPT MATHS: PRACTICE

Questions For Practise(Sequence, Series)
# Short Answer Questions
1)Find the 5th term of the sequence 3,-6, 12,-24,…
2) Find the 7th term of the series 3,6,12,24,…….
3) Find the arithmetic mean and geometric mean
between the two numbers 6 and 54.
4) If the first term of a geometric series is 4 and the sum of first two term is 36, find the common
ratio.
5) How many terms are there in the series ?
In a GP, the first term is 7 and the last term is
448 and sum 889, find the common ratio.
6) Find the 8th term of the series 5,-10,-15, 20 …
7) If the 2nd and 4th term of a GP are -10 and 20
respectively then find first term, common ratio
and 12th term.
8) If 2nd term and 5th term of a GP are 4 and 32
respectively. Find 8th term.
9) 0In a GP if the common ratio is 2 and the 8th
term is 384, find the first term
Which term of the series is 192 ?
10) Find the sum of the following series:
a. 7 terms
b. 8 terms
c. 10terms
8-12+18-……..
11) How many terms of the series 32+48+72+….. will add up to 665 ?
12) Evaluate the following
In a GP if S₆ = 28 and S₃ = 1, find a and r.
13) The first three terms of a G.P. are 2x, 2x+3 & 2x+9. Find x & the value of 5th term.
14) If 4th term of a G.P. is 54 and 6th term is 24,
which term is 7 ?

# Long Answer Questions
1) If the second and fifth term of a GS is 4 and 32, find the series.
2) Given series is 9+3+1+………..+ ¹/₂₄₃.
How many terms are there in the series ?
Calculate the sum.
3) For two unequal numbers show that AM> GM
4)If the AM and GM between two positive and
unequal numbers are 5 and 4 respectively, what
are the numbers ?
or, Find two numbers whose arithmetic mean is 5 and geometric mean is 4.
5) If the AM and GM between two positive and
unequal numbers are 13 and 5 respectively,
what are the numbers ?
6) If the AM and GM between two positive and
unequal numbers are and 6 respectively, what
are the numbers ?
7) The sum of first four terms is 40 and the sum of first two terms is 4 of a geometric series whose common ratio is positive, find the sum of first eight terms.
8) If the AM of two unequal positive real numbers a and b (a>b) be twice as great as their GM, show that:

9) Anisha borrows Rs 4368 which she promises to pay in 6 annual instilments, each installment
being treble of the preceding one. Find the first
and the last installment.
10) The product of three numbers in a GP is 216 and the sum of products of the numbers taken in
pairs is 156. Find the numbers.
11) x + 6, x and x - 3 are the first three terms of a
geometric series. Find the value of x and its fifth
term.
12) If x, 6, y, 24, p are in GS, find the values of x, y,
p given that common ratio is +ve.
13) If 4th term of a G.P. is 54 and 6th term is 24,
which term is 7 ?
14) Insert 3 geometric means between ¹/₃ and 9.
15) Insert 4 GM between ¹/₁₆ and 16; also find the sum of the series.
16) Insert 2 GM between 6 and 48.
17) Insert 3 GM between 5 and 3125.
18) The 2nd term of a GP is 6 and its 5th term is
162. Find the sum of first 5 terms.
19) If 5, a, b, 135 are in GP, find a and b.
20) If 2, m, n, s, are in GP, find m, n and s.
21) The sum of 3 consecutive terms of G.P. is 28 and their product is 512. Find the terms
22) The sum of three terms in AP is 30. If 5 is added to the third term it becomes a GP. Find the
terms.
23) Find two numbers whose AM is 34 & GM is 16. If a, b, c are in AP and x, y, z are in G.P. prove
that. :

24) In a G.P. tp = a, tq = b & tr = c. Then show that a^(q-r) b^(r-p) c^(p-q) = 1.

# Formulas
1. Sum of 1st n natural numbers Sn = 1+2+3+
……. to n terms = ⁿ⁽ⁿ⁺¹⁾/₂
2. Sum of 1st n even numbers Sn = 1 + 2 + 4 +
to n terms = n(n+1)
3. Sum of 1st n odd numbers Sn = 1 + 3 + 5 +
…… to n terms = n²
4. Sum of square 1st n natural numbers Sn=
1² + 2² + 3² +…………to n terms = ⁿ⁽ⁿ⁺¹⁾⁽²ⁿ⁺¹⁾/₆
5. Sum of cubes of 1st n natural numbers Sn =
1³ + 2³ + 3³ +………to n terms= [ⁿ⁽ⁿ⁺¹⁾/₂]²
6. Σn= ⁿ⁽ⁿ⁺¹⁾/₂
7. Σn² = ⁿ⁽ⁿ⁺¹⁾⁽²ⁿ⁺¹⁾/₆
8. Σn³ = [ⁿ⁽ⁿ⁺¹⁾/₂]²

# Rules to find General term
To find general terms we use following rules:
1) If the series/sequence is AS then tₙ=a+(n-1)d
2) If the series/sequence is GS then tₙ = arⁿ-1
3) If the series/sequence is not both AS and GS
we find a pattern.
4) If we cannot use all these methods
mentioned above then tₙ = an² + bn + c.

#Exercise
1) Find the sum of first 5 natural numbers.
2) Find the sum of first 10 even numbers.
3) What is the sum of first 7 odd numbers?
4) Calculate the sum of square of first three natural numbers?
5) Find the sum of cubes of first 5 natural numbers.

# Important Questions for SLC Examination
1) Find the sum of the following series
a. 1 + 3 + 5 + ………….. 25 terms
b. 2 + 4 + 6 + ……….. 21 terms
c. 1 + 2 + 3 + …………. 25 terms
d. 2 + 4 + 6 + ……… 30 terms
e. 1 + 3 + 5 + ………… 50 terms

2) Find the sum of the following series
a. 13 + 23 + 33 …………… +103
b. 13 + 23 + 33 + …………… 8 terms
c. 12 + 22 + 32 + …………….. + 102
d. 12 + 22 + 32 + ……….. 12 terms

3) Find the nth term and sum of n terms of
following series.
a. 2² + 4² + 6² + ……………… n terms
b. (1×2) + (2×3) + (3×4) + ……….. n terms
c. (2×4) + (3×5) + (4×6) + ………….. n terms

SEE SCIENCE: PRACTICE1

Science Model Questions For practise
Attempt all the questions.

Physics
1. (a) The body weighs more at pole than equator. Why? The mass of the planet is 6 x 10 24 kg and its radius is 6400 km. What is the weight of 50kg mass standing on that planet?  (G = 6.67x10 –11 Nm²/kg² )
[1+2+1=4]
(b) Nuclear Energy is also considered an alternative source of energy. Why? Show the complete thermonuclear reaction taking place on the surface of sun and write its two conditions. [1+2.5=3.5]

2. (a) Define Pascal’s law. If weight of a body in air is 20 N and in a liquid is 10N, find the weight of displaced liquid and mass of that liquid.  [1+2.5=3.5]
(b) A Ship made of iron can easily float in water. Why? An ice block of dimension 60cm x 30cm x 20cm is placed in water. What is the height of ice above the surface of water if the density of ice and water is 0.9gm/cm³
and 1gm/cm³ respectively? [1+3=4]

3. (a) Define Specific Heat capacity. Write the SI unit of temperature. How much heat is required to raise the temperature of 10kg mass of a substance by 10°C when its specific heat capacity is 2100 J/kg°C?
[1.5+2=3.5]
(b) If an object is kept between F and 2F of a convex lens, where is the image formed? Draw a ray diagram to show the formation of image. Write its characteristics also. [2+2=4]

4. (a) Which type of transformer is given in the picture? Write any one application. Calculate the voltage produced in secondary coil. [1+2 +3]



(b) State the Faraday’s law of electromagnetic induction. Why are inert gases filled in filament lamp? Write two differences between filament lamp and fluorescent lamp. [1.5+1+2 = 4.5]

Chemistry
5. (a) The electronic configuration of two elements is given below. Answer the following questions with the help of given electronic configuration.  [1+1+1=3]
X: 2. 8. 1
Y: 2. 8. 7
(i)   Name the elements ‘X’ and ‘Y’
(ii) Write down the electronic configuration of these
elements (s,p,d,f subshell).
(iii) In which block of the periodic table do these
elements belong to?
(b) Draw a labeled diagram to show the laboratory preparation of Carbondioxide. Write the name with structural formula of the compound formed due to the displacement of two hydrogen atoms of ethane with two (OH) radicals. Give an example of decomposition reaction. [2+1.5+1 = 4.5]

6. (a) Which metal is obtained from haematite? Write the balanced chemical equation for the reaction between conc. hydrochloric acid and that metal. Specify whether the compound of the metal formed by this reaction is acid, base, or salt. [0.5+2+ 0.5= 3]
(b) How is ordinary glass prepared? Which metallic oxide is used to prepare black glass? Name any Phosphorous containing chemical fertilizer. Differentiate between PVC and bakelite in two points. [1.5+1+2 = 4.5]

Astronomy and Geology
10. (a) In which period did the dinosaurs evolve and in which period did they become extinct? How does an acid rain occur due to industrial gases? [1+2 = 3]
(b) A comet is not actually a star. Give two evidences in favour of this statement. Classify the following heavenly bodies as satellite, comet, asteroid, galaxy and constellation.[2+ 2.5]

i. Enke ii. Andromeda iii. Orion
iv. Europa iv. Ceres


Wednesday, January 17, 2018

SEE SOCIAL: Report Writting

Tour Report for SLC (social)

Place/Title of Visit
We the students of Xenium Academy studing in the standard 10 were in the tour
to the Lumbini where the Buddha was born in
around 563 BC. This is the place situated in the
Terai plains of the Southern Nepal. It is famous
as the birthplace of Gautama Buddha and also
was the place where King Suddhodan had ruled.
The title of our tour study was "A Historical
Tour to Lumbini". We made the visit on 25th Magh 2074.

Objective of the study:
Everything that is done has some specific
purpose and this trip like others also has some
of the objectives related to this place. Some of
these are as follows:
1. To explore the precise birth place of Gautama
Buddha.
2. To know about the present condition of
Lumbini
3. To identify the role of foreign countries to
endorse Lumbini as a historical place.
Methods of the Study:
We followed the following methods to collect the details about Lumbini:
Primary methods: direct field observation, direct questionnaire, collection of related expert’s opinions. This method used the most used method of data collecting which is
Questionnaire. The people to fill the
questionnaire were chosen randomly and they
asked to fill some of the aspect of this. It helped
us to uncover the work being done here.
⊕ Secondary methods: study of related books,
journals, news papers. Different books and the
different media were properly searched so that
we the student could get a proper information
about the place. The inscriptions were also
studied with the help of the translated writings
which became an important part to discover the
ancient site of the kings.

Findings :
Lumbini has been listed as a World Heritage site
by UNESCO; it is being developed with
international support as the place of pilgrimage
for the Buddhists. The sacred Garden were
Buddha was born has been covered by the Asoka
pillar which carries an inspiration identifying
'the spot', the birth place. The ancient stupas and
monasteries have been shown in the shape of
the screen tree. To one side of the pillar is the
Mayadevi temple which reflects the originality of
the ancient pilgrimage. Recent excavations have
turned up a stone bearing foot imprint indicating
the exact place of birth. The Puskarni pond
where Queen Mayadevi had taken bath before
giving birth to Buddha lies nearby.
Apart from the global initiative to endorse
Lumbini, many countries have built and some
are building temples monasteries or stupas near
the sacred garden in the international monastery
Zone. The shrines, reflecting the architectural
traditions of the respective countries give
Lumbini an "international feel" and enhance its
massage to universal friendship and
brotherhood. The magnificent Chain temple is a
complex of pagodas, prayer rooms and
meditation cells. It is built by China, The
Buddhist Association of China. Across the road,
the Dae sung suk Ga SA Korean temple is also an eye catching figure in this beautiful place.
Similarly, a number of other countries like
Japan, Sri Lanka, India, Vietnam and Thailand are also erecting temples and monasteries.

Conclusion and Recommendation:-
In conclusion, Lumbini is one of the most
significant places of our country. It is a symbol
of 'international feel' and enhancing the message
of universal friendship and brotherhood. It
might be the right destination to those who want
to explore more facts about the 'Light of Asia'
and peace. From this research as it was also
found that all the contribution that was made for
the development of this region was done from
the side of foreigners, it would be a nice treat if
the Nepalese would also be involved to improve
the condition of the Lumbini area.

Recommendation:
• A separate governmental department should be
established to preserve and endorse Lumbini
area.
• Over-crowd of population should be controlled
around Lumbini area.
• Security should be secured to the monk, nun
and all the visitors.
• Research center should be established to help
all concerned to explore more facts about
Gautama Buddha.
• Some information flow programs should be
introduced throughout the nation and abroad as
well.

SEE SCIENCE: LIGHT

Light

Lens: A lens is a transparent medium bounded by two spherical surfaces.

Centre of curvature:
The centre of the curved surface of a lens is
called centre of curvature. A lens has two
centers of curvatures, which are denoted by C₁
and C₂ as shown in figure (i).

Principles axis:
The line passing through the two centers of
curvature of a lens is known as Principle axis as
shown in figure (i).

Optical centre:
The geometrical centre of a lens is called its
optical centre. A ray of light passing through it
does not bend. It is denoted by ‘O’.

Principle Focus:
When narrow parallel rays of light converge to a
point or appear to come from a point after
refraction. The point is known as Principle focus
or focus. It is denoted by F.

Focal length:
The distance between principle focus (F) and
optical centre (O) is known as focal length. It is
denoted by f . It is taken as +ve for convex lens
and -ve for concave lens.

In concave lens the image formed is
virtual, erect ad diminished. When the object is
at infinity the image will be formed at focus.
When the object is in between optical centre and
infinity, the image will be formed in between
focus and optical centre on the same side of the
lens as shown in the figure.

Magnification:
The process of variation of the size of image
produced by a lens, of position of object is called
magnification. Mathematically, it is equal to the
ratio of height of the image to the height of the
object. It is denoted by ‘m’

The power of lens:
The power of lens is the ability to converge or to
diverge a beam of light. Mathematically, it is
equal to the reciprocal of focal length (in meter)
of the lens. It is denoted by P. It is unit is Dioptre.

Optical Instrument:
Optical instrument is that instrument in which
mirrors, prisms, lens etc. are used. It is of two
types.
i. Real image forming: Camera,
film projector, slide projector, eye, etc.
ii.      Virtual image forming: Binoculars,
microscope, telescope, etc.

Camera:
It is an optical instrument used for taking
photographs.
The inner surface of the camera is made black in
order to absorb maximum light which passes
through the lens.

Eye:
The main parts of the human eyes are
(i)cornea
(ii) iris
(iii) lens
(iv) ciliary muscle
(v)optic nerve
(vi) retina, etc.
Light coming from an object enters in the lens
through the cornea. After refraction through the
lens, it is focused on the retina, where inverted
image of the object is formed. The optic nerves
transmit the image impulse (making it erect) to
the brain.

The nearest point
The nearest point, up to which an object can be
seen clearly, by an eye, is known as near point.
(25cm) of that eye.

The farthest point
The farthest point, up to which objects can be
seen clearly, by an eye, is known as far point.
(Infinity) of that eye.

Accommodation:
The ability of the eye lens to focus objects at
various positions on the retina is known as
accommodation of the eye. Ciliary muscles
conduct it by its contraction and relaxation.
The size of the pupil becomes small in bright
light.
The size of the pupil becomes big in dim light.
The ordinary sun glass should not be used for a long time even in sunny days. The sunglass makes shade to the eyes due to which the size of the pupil increases even in bright light. The ultra- violet rays passing through the glass falls on the retina. It may damage the retina.

Defect of vision:
It is a defect due to which the image of distance
or nearer object is not formed at retina. Hence
the object appears unclear.

Short sightedness (myopia):
The defect of vision, in which a person cannot
see the distant objects, clearly, is known as short
sightedness. The image of distant objects is
formed in front of retina as shown in figure(i).
It is caused by elongation of the eye ball or
shortening of focal length of eye lens. The removal of the defect is to use concave lens as shown in figure (ii). A person suffering from this defect holds the newspaper at proper distance from his/her eyes, while reading without using lens.

Long Sightedness (hypermetropia):
The defect of vision which a person cannot see the near object clearly, is known as long sightedness. The image of near objects is formed behind the retina as shown in figure (i). It is caused by shortening of the eye ball or increasing focal length of the eye lens. The
removal of the defect is to use concave lens as shown in figure (ii). A person suffering from this defect holds the newspaper a little bit away from his/ her eyes, while reading without using lens.

Differences between a compound microscope and a
telescope:
Compound Microscope
It is used for viewing microscopic objects
clearly.

It is used by pathologists or scientists.
The focal length of objective lens is
shorter than that of eye lens.

The image formed by the objective lens
lies within the focus of the eyepiece lens.

The final image is formed beyond the
objective lens.

Telescope
It is used for viewing heavenly bodies
clearly.
It is used by astronomers.
The focal length of objective lens is longer
than that of eye lens.
The image formed by the objective lens lies
exactly at focus of the eyepiece lens.
The final image is formed at infinity.

GCD & LCM

Highest common Factor and lowest common
multiple
The highest common factor is calculated by
multiplying all the factors which appear in both
lists: So the HCF of 60 and 72 is 2 × 2 × 3 which
is 12. The lowest common multiple is calculated
by multiplying all the factors which appear in
either list: So the LCM of 60 and 72 is 2 × 2 × 2
× 3 × 3 × 5 which is 360.
Some important formulas
Difference of squares
a²-b² = (a-b)(a+b)
Difference of Cubes
a³-b³ = (a - b)(a² + ab + b² )
Sum of Cubes
a³ + b³ = (a + b)(a² - ab + b² )
Formula for (a+b) and (a-b)
(a + b)² = a² + 2ab + b²
(a - b)² = a² - 2ab +b²
(a + b)³ = a³ + 3a²b + 3ab² + b³
              = a³+b³+3ab(a+b)
(a - b)³ = a³ - 3a²b + 3ab² - b³
              = a³-b³-3ab(a-b)

Find the H.C.F and L.C.M of x⁴+x² y² +y⁴ ,
x³–y³ , x³ +x²y +xy²
first expression = x⁴+x² y² +y⁴
= (x² + y² )² – 2x²y² + x²y²
= (x² + y² )² - x²y²
=( x +xy +y ) ( x -xy  +y )
second expression = x³–y³ = (x-y) ( x²+xy +y²)
3 expression = x³+x²y+xy² = x( x²+xy+y²)
H.C.F = ( x²+xy+y² )
L.C.M = x ( x²+xy +y²) ( x²-xy +y²) (x-y)

Find the H.C.F and L.C.M of a⁴+a²b²,
a³+b³ , ab²+a²b+a³
first expression = a⁴+a²b²
=a²(a²+b²)
second expression = a³+b³
= (a+b)(a²–ab+b²)
third expression = ab²+a²b+a³
=a(b²+ab+a²)
H.C.F. = 1
L.C.M = a(a+b)(a+b)(a²–ab+b²)(b²+ab+a²)

Find the H.C.F and L.C.M of the following
expressions
first expression = a²+2ab+b²
= (a+b)(a+b)
second expression = b² - a² +2bc +c²
= b² +2bc +c² - a²
= (b+c)² - a²
= (b + c + a ) (b + c - a )
3 expression = - b² + a² +2ca +c²
= (a+c)² - b²
= (a+c-b)  (a+c+ b)
H.C.F = (a+b+c)
L.C.M = (a+b)(a+b)(b + c + a )(b + c - a )(a
+c-b)

Saturday, January 13, 2018

गणित


गणित विषय एउटा त्यस्तो विषय हो जसमा अङ्कहरुलाई मिलाएर गणितीय खेल बनाई निर्माण गरिएको हुन्छ । हरेक
क्षेत्रमा प्रयोग हुने विषय गणित हो । धेरै जनालाई गणित विषय सामान्य लाग्न सक्छ तर विज्ञान, लेखा,व्यापार,
मेडिकल, इन्जिनियरिङ्ग, कृषि तथा दैनिक क्षेत्रमा गणित विषय कुनै न कुनै रुपमा प्रयोग भइरहेको हुन्छ । विश्वमा भइरहेका अनुसन्धान गणित विषयमा नै आधारित छन् । वैज्ञानिकहरुले आफ्नो सिद्धान्त गणित विषयलाई आधार बनाएर प्रतिपादन गरेका हुन्छन् । न्युटनको गुरुत्वाकर्षणको सिद्धान्तदेखि म्याडम क्युरीको रेडियम सिद्धान्तसम्ममा गणितको प्रयोग भएको पाइन्छ । हालमा भएको सञ्चारमाध्यमको प्रगति पनि गणितमै आधारित छ । तसर्थ गणित विषय सबै क्षेत्रका लागि अति आवश्यक छ ।

विद्यालयमा पढ्ने धेरै विद्यार्थीलाई गणित विषय अप्ठ्यारो
विषय लाग्छ । गणित विषयका कक्षा विद्यार्थीका लागि
झ्याउ लाग्दा हुन्छन् । थोरै विद्यार्थीमात्र गणित विषय
पढ्न रुचि राख्छन् । गणितमा कमजोर विद्यार्थी गणित
शिक्षकबाट टाढिन खोज्छन् । एक जना अङ्ग्रेजी शिक्षकलाई
तपाईलाई गणित कस्तो लाग्छ भनेर सोध्दा मलाई गणित विषय
भन्यो कि भाग्न मन लाग्छ भन्ने उत्तर दिन्छन् । 
उनको विचारमा गणित अत्यन्तै जटिल विषय हो ।
 कक्षामा पनि अरु विषयका तुलनामा गणित विषयप्रति विद्यार्थीमा उपेक्षाको भाव पाइन्छ ।

गणित विषय अप्ठ्यारो हुनुका कारणहरु धेरै छन् । गणितको
व्यावहारिक प्रयोग के हो भन्ने विषयमा कम चर्चा हुन्छ ।
पाठ्यक्रमले पनि यसको महत्वका विषयमा खासै बोलेको
पाइन्न । विद्यार्थीहरु मात्र परीक्षामा पास हुनका लागि
यो विषय पढ्छन् । शिक्षक शिक्षिकाले पनि किताबका
उदाहरण हेरी कक्षाकार्य र गृहकार्य दिन्छन् र विद्यार्थीलाई एउटै कुरा
१०/१० चोटि अभ्यास गराएर  तिनिहरुको श्रमशोषण गर्ने गरेका छन ।
टिचरलाइ तरिका नपुगेर विद्यार्थीले त्यति मिहिनेत गर्नु परेको हो।
 यो विषय कहाँ र कसरी प्रयोग हुन्छ भन्ने विषयमा खासै चर्चा गर्दैनन् । यो
विषय अप्ठ्यारो हुनुमा दक्ष र योग्य शिक्षकको अभाव पनि हो ।

भर्खर १२ कक्षा पास गरेका विद्यार्थी तल्ला कक्षाका
गणित वियषका शिक्षक बन्छन् । कुन कक्षामा गणित विषयका
कुन कुन कुरा कतिसम्म पढाउने र केके पढाउने भन्ने कुराको
ज्ञान र योजना नहुनु पनि अर्को कारण हो । साना कक्षामा
ज्यामितीय चित्रहरुलाई नचिनाउँदा माथिल्ला कक्षामा
समस्या आउँछ । भाषागत रुपमा जोड र घटाउको गुणनफल
नसिकाउनाले पनि विद्यार्थीहरु अलमलमा परेका हुन्छन् ।
ज्यामितीय शब्दहरुको प्रयोग कम भई लेखाइ पढाइ गर्दा
ज्यामिती सबैभन्दा कमजोर पाठ बन्न पुगेको छ । ज्यामितीय
कोण, भुजा, समानान्तर रेखा, बिन्दु, ठोस आकृतिको
नाम,त्रिभुजहरु,परिमिति,क्षेत्रफल,आयतन आदिको परिभाषा
नदिई कक्षाकोठामा पढाउँदा विद्यार्थीहरुले सो कुरा
नबुझेको पाइएको छ । १८.२ प्रतिशत विद्यार्थीले मात्र गणित
विषय पास गर्न सकेको आँकडा विश्वभरिमा पाइएको छ ।
गणित विषयमा आउने Like term (सजातीय पद) र Unlike term (बिजातीय पद) हरुको योगफल र अन्तरको बारेमा राम्ररी नबुझाउनाले 2x+3y लाई 5x लेखेको पाइएको छ । एउटै आधार भएका पदलाई सजातीय पद भनिन्छ र त्यस्ता पदहरुलाई मात्र जोड्न र घटाउन मिल्छ भनेर बच्चालाई उदाहरणिय ब्याख्या नगर्नु अर्को कमजोर पक्ष हो । अङ्क गणितमा शाब्दिक र लामो प्रश्न हुने भएकोले विद्यार्थीहरुले नबुझ्ने अनि अल्छी गर्ने गरेको देखिन्छ । बीज गणितका सूत्रहरु नजान्नाले विद्यार्थीहरुलाई कहाँ कुन सूत्र प्रयोग गर्ने भन्ने कुरा थाहा नहुनाले अलमल्ल परेका देखिन्छन् । त्यसैले पनि ज्यामिती अप्ठ्यारो बन्न गएको हो । ज्यामिती हेर्दा चित्रै चित्रको प्रश्नहरुको मेल हो । त्यसैले
विद्यार्थीलाई यो दिक्क लाग्ने विषय बनेको हो । कक्षा १०
को विद्यार्थीलाई कोण बनाउन नआउनु तल्लो कक्षा
राम्रोसंग नपढाउनु हो । भिन्नहरुको ल.स. निकाल्न कक्षा १०
को विद्यार्थीले आनाकानी गर्न खोज्छ जबकि त्यही कुरा
कक्षा ४,५ देखि कक्षा ९ सम्मपढाइ हुन्छ । यो सानो
कक्षामा मिहिनेत नगर्नुको परिणाम हो । मनबाटै गणित
अप्ठ्यारो विषय हो भन्ने सोच अर्को कारण हो । जग बलियो
नभइ कक्षा चढाउँदा गणित हाउगुजी बन्न पुगेको छ । गणित
अप्ठ्यारो विषय हो भनेर अग्रजहरूले हल्ला गर्दा अप्ठ्यारो
विषय बन्न पुगेको छ । कक्षा ५ देखि कक्षा १० सम्म
विद्यार्थीले गर्ने सामान्य गल्ति यस प्रकारका भेटिएका छन्
Simlify: x-3x=2x
Simplify: -3m-6m=-3m
Solve: 3x=-5 or, x=-5-3 or, x=-8
Add: 6ab+2ab=8a
Simplify: 10x-12x=22x
Add: 3y+2y-6y=1y
Simplify: -1+3=-2
Subtract: 3-7=4
Factorize: x.x -x = x(x-x)
Solve: 3x-1= -4 or, 3x= 1+4 or, 3x= 5 or, x= 3/5
Solve: 2x-1=1 or, 2x=1-1 or 2x= 0 or, x=0/2
Factorize: a³-8= (a-2)(a²-2a+4)
Multiply: (ax-by)(ax+by-1)= ax(ax+by-1) by(ax+by-1)
Add: 64a+1 = 65a
Subtract: (x+y-1)- (x- y+1)= x+y-1- x- y+1=0
Simplify: a-3/3 = a-1 ( 3 and 3 cut remaining is a-1)
Simplify: a+2 /a= 2 ( a and a cut remaining is 2)
simplify: a-4/a= -4 ( a and a cut and students write just -4)
Add: 64+80=140
Find the value of p if 20= 2p-10
or, 20-10=2p
Area of triangle= 21.21cm ( is the unit correct?)
Volume of cylinder = 2rh (is there formula like this)
T.S.A of Pyramid= πr(r+l) (is there radius r in pyramid?)
Solve: 6=2 sq. root x or, sq. root x = 1/3 or x= 1/9
Simplify: -1/(a-b) = 1/(b+a)
(Senior class students answer)
Multiply: (2x-3y )(2x+3y)= 5xy
Solve: x/2= 4 then x = 4
(Students are confused in cross multiplication)
Solve: a.a-4=0 or, a.a=4 or, a=2
(Quadratic equation has two roots)
Add: 3x+2y=5xy
Subtract: 3x- 2y=xy
Ratio of 40 and 120 = 120/40
Factorize: x.x- 9x+20= x.x -(9+11)x+20
Add: xy+2x=2xy, [ is there same base] Solve: 3y.y +y=0 or,
3= y.y – y
Multiply: -2( x-y+z)= -2x-2y+2z
Factorize: a.a-2a-15= a.a-(1+1)a -15
Multiply: -( 5-4)x= -5x-4x
Simplify: 2+3⨯1= 5⨯1
Subtract: 2x-1= 1x
Solve: 1- 1/2x =7 or, 1-1 =2x ⨯7
Add: 2+x=2x
Factorize: 49m.m-81y.y = -32m.m.y.y
Expand: (3p-4q ) (3p-4q ) = 9p.p -16q.q
Mathematical misconception : 20/30=2/3
But students write 56/76= 5/7 (6 and 6 cut remaining is
ans)
Factorize: 4m.m-9n.n = (4m+3n)(4m-3n)
Simplify: ½ -1/2=1/2
Simplify: (x+5)(x-2)-(x+2)(x-1)= x.x+5x-2x-10-x.x+2x-x-2
Solve: 3x+4=12x-5 or, 3x-12x= 4-5
Solve: 2x+3=8x-3 or,5x= 5x or, 2x= 5+5 or, 2x=10, x=5
Divide: 180/5 = 30
Is this true? 30% of 120= ( 120/30) x 100
If A= { 1,2,3} and B= {2,3,4} then A-B= {1,2,3}
0.4×10=40 ( Decimal multiplication is confusion for
students)
Area of square having a side equal to 7 cm is 49cm.
(students forgot to write proper unit)
Divide: 206/2 , students answer is 13
32/56= 5.71 is the answer of grade 8,9,10.
[its error of observing calculator, in calculator it
Writes 5.714285714^(-01), i.e 0.57 is required answer.] (-b-
a)(-b-a)= (a+b)(a+b) students are in dilemma to say that
they are same.
Coefficient of range, quartile deviation, Mean Deviation,
Standard Deviation must be in between 0 and 1, but
Students do not think it just they write like (345.32/414.02)
= 8.34.

यी माथि उल्लिखित सामान्य गल्तिहरुलाई ध्यानमा राखी
गणित विषय पढ्ने र पढाउने र अभ्यास गरेमा यो विषय गाह्रो
हुँदैन । सबै भन्दा सजिलो विषय गणित हो भन्ने कुरा आफैले
बुझिन्छ । अतः अङ्कहरुको खेलमात्र रहेको गणित विषय अप्ठ्यारो होइन। सानो कक्षाबाटै  बुझेर पढ्दा लेख्दा सामानहरुको प्रयोग गरेर गणित पढ्दा यो विषय अझ सजिलो बन्न सक्छ । कापी देखाएर यो यस्तो आयत हो यसका चार भुजा, चार कोण हुन्छन् भनेर सुरुमै भनि दिए , पछि गएर त्यही कुरा बच्चाहरुको दिमागमा बस्छ । विकर्ण भनेको के हो भनेर कक्षा ९ र १० का विद्यार्थीलाई नआउनु कक्षा ४,५ देखि नै
प्रयोगात्मक नभई रटन्ते शिक्षा दिएको भन्ने अर्थ लाग्छ ।
सानो कक्षामा ज्यामितीका सूत्रहरुलाई कविता जस्तो बनाएर प्रयोगमा
ल्याइयो भने ज्यामितीकै कविता खेल्दा र डुल्दा वाचन गर्दै
हिड्ने वानि बसाइयो भने कोही पनि बच्चाले ज्यामिती
भन्नासाथ मुन्टो बटार्न पर्दैन । ज्यामितीय कविता आफ्नै
ढंगले सिकाएको खण्डमा विद्यार्थीहरु रमाउने र सूत्रहरु घोक्न
र कविता बनाउन लाग्ने छन् ।

ज्यामिति पढाउँदा सामान देखाएर चित्रहरु काठबाट वा
कागजबाट वा कार्टुनबाट बनाउन लगाएर कक्षा कोठामा
प्रस्तुत गर्दा क्षेत्रमिति र ज्यामिति अझ बढी बुझ्ने
देखिएको छ । 

टिचरहरुले गणितिय समस्याहरु हल गर्ने बेला उदाहरण हेरेर बनाउने अथवा घर बाट गाइड हेरेर आउने अनि कक्षामा त्यही त्यही कुरा पढाउने अनि १०/१० चोटि ती प्रश्नहरू गराउने शिक्षकहरुलाइ गणितको मर्म थाहा छैन भन्ने कुरा बुझ्न सकिन्छ।
गणित के हो ? यो किन चाहिन्छ ? किताब मा दिइएका गणितीय matter को फिजिकल सिग्निफिकेन्स के हो ? गणितको सुत्र कसरी बनेको हो र त्यसको एप्लिकेसन एरिया कता छ ? जस्ता प्रश्नहरूको उत्तर कुनै नया टपिक पढाउनु अघि शिक्षकलाई थाहा हुनु पर्दछ।
विद्यार्थीलाई कम मिहिनेत गराएर बढी कुरा सिकाउन सक्ने शिक्षक सर्वश्रेष्ठ मानिन्छ। एक गणित पढाउने शिक्षकले छोटो समयमा सुक्ष्म, सरल र विशिष्ट तरिका बाट गणितलाइ व्याख्या गर्न सक्नु पर्छ।