Skip to main content

7

Q1. Show that the point P(-4,2) lies on the line segment joining the points A(-4,6) and B (-4,-6).
Solution
We know, if points are collinear the area of the triangle formed by three points as vertices is zero. Area = [-4 (6 + 6) - 4 (-6 - 2) - 4(2 - 6)] = 0 So, the points are collinear.
Q2. Find a relation between x and y such that the point P(x,y) is equidistant from the points A(7,1) and B(3,5).
Solution
Let P(x, y) be equidistant from the points A(7, 1) and B(3, 5). Given, AP = BP AP2 = BP2 By distance formula, (x - 7)2 + (y - 1)2 = (x - 3)2 + (y - 5)2 x2 + 49 - 14x + y2 + 1 - 2y = x2 + 9 - 6x + y2+ 25 - 10y -7x + 25 - y = -3x + 17 - 5y -4x + 8 + 4y = 0 x - y = 2
Q3. In which quadrant do the following points lie? A (-3, 5)          B (-2, -7)
Solution
In the point A (-3, 5) the abscissa is negative and ordinate is positive. So, it lies in the second quadrant. The point B (-2, -7) lies in the third quadrant because both the abscissa and the ordinate are negative.
Q4. If (-2, 2), (x, 8) and (6, y) are three con-cyclic points whose centre is (2, 5), then, find the values of x and y.
Solution
Let the given points be A(-2,2), B(x,8), C(6,y) and O(2,5). Then, OA=OB=OC (Radii of same circle) OA2=OB2=OC2 (2+2)2+ (5-2)= (2-x) 2+ (5-8)2­ = (2-6)2+ (5-y) 2 16+9=x2-4x+4+9 = 16+y2-10y+25   x2-4x-12=0 and y2-10y+16=0 (x-6)(x+2)=0 and (y-8) (y-2) =0 x=6,-2 and y=2, 8
Q5. Find the value of 's' if the point P(0,2) is equidistant from Q(3,s) and R(s,5).
Solution

PQ = PR PQ2 = PR2 (0 - 3)2 + (2 - s)2 =(0 - s)2 + (2 - 5)2 9 + 4 - 4s + s2 = s2 + 9 4 = 4s s = 1

Comments

Popular posts from this blog

2

Q 1. Verify whether 2 is a zero of the polynomial x 3  + 4x 2  - 3x - 18 or not? Solution p(x) = x 3  + 4x 2  - 3x - 18 Now, 2 will be a zero of the polynomial if p(2) = 0. We have: p(2) = (2) 3  + 4(2) 2  - 3(2) - 18        = 8 + 16 - 6 - 18        = 24 - 24        = 0 Thus, 2 is a zero of the polynomial x 3  + 4x 2  - 3x - 18. Q 2. Complete the following. (i) A polynomial of degree three is called a …….polynomial. (ii) A polynomial of degree zero is called a …….polynomial. (iii) A polynomial of degree two is called a …….polynomial. (iv) A polynomial of degree one is called a …….polynomial. Solution (i) A polynomial of degree three is called a cubic polynomial.   (ii) A polynomial of degree zero is called a constant polynomial.   (iii) A polynomial of degree two is called a quadratic polynomial.   (iv) A polynomial of degree one is called a linear polynomial. ...