Questions Related to maths

Multiple choice maths constructions mid-point formula midpoints division of a line segment

I every points on the line $(a _{1}-a _{2})x+(b _{1}-b _{2}),y=c$ is equidistance from the points $(a _{1},b _{1})$  and $(a _{2},b _{2})$ then $2c=$  

  1. $a _{1}^{2}-b _{1}^{2}+a _{2}^{2}-b _{2}^{2}$
  2. $a _{1}^{2}+b _{1}^{2}+a _{2}^{2}+b _{2}^{2}$
  3. $a _{1}^{2}+b _{1}^{2}-a _{2}^{2}-b _{2}^{2}$
  4. $None\ of\ these$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Any point on the given line is equidistant from (a1, b1) and (a2, b2), meaning it lies on the perpendicular bisector of the segment joining those two points. The equation of the perpendicular bisector can be found by equating the squared distances from a point (x, y) to both fixed points, which yields 2(a2 - a1)x + 2(b2 - b1)y = a2^2 + b2^2 - a1^2 - b1^2. Comparing this with the given line equation (a1 - a2)x + (b1 - b2)y = c, we can equate coefficients to find that 2c equals a1^2 + b1^2 - a2^2 - b2^2.

Multiple choice maths constructions mid-point formula midpoints division of a line segment

The line equally inclined to the coordinates axes and equidistant from points A(1, -2) and B(3, 4) is

  1. x+y=2, x+y=3

  2. x-y=3, x-y=1

  3. x-y=1, x+y=3

  4. x+y=2, x-y=3

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A line equally inclined to the axes has a slope of either 1 or -1, meaning its equation is of the form x - y = c or x + y = c. Since it is equidistant from points A(1, -2) and B(3, 4), it must pass through the midpoint of AB or be parallel to the line segment AB. Testing the options reveals that the pair x - y = 1 and x + y = 3 satisfies the distance conditions from the midpoint and the slope requirements.

Multiple choice maths constructions mid-point formula midpoints division of a line segment

The midpoint of the interval in which $x^{2}-2(\sqrt{-x})^{2}-3<0$ is satisfied, is

  1. $\dfrac{-3}{2}$
  2. $-2$
  3. $\dfrac{1}{2}$
  4. $\dfrac{-3}{4}$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The expression sqrt(-x)^2 is defined for x <= 0 and equals -x. The inequality is x^2 - 2(-x) - 3 < 0 => x^2 + 2x - 3 < 0 => (x+3)(x-1) < 0. Since x <= 0, the interval is [-3, 0]. The midpoint is (-3+0)/2 = -3/2.

Multiple choice maths constructions mid-point formula midpoints division of a line segment

A tangent to the circle $x^{2}+y^{2}=a^{2}$ meets the axes at points A and B. The locus of the mid point of AB is 

  1. $\frac{1}{x^{2}}+\frac{1}{y^{2}}=\frac{1}{a^{2}}$
  2. $\frac{1}{x^{2}}+\frac{1}{y^{2}}=\frac{4}{a^{2}}$
  3. $\frac{1}{x^{2}}+\frac{1}{y^{2}}=4a^{2}$
  4. $\frac{1}{x^{2}}+\frac{1}{y^{2}}=\frac{a^{2}}{4}$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Let the tangent to the circle x^2 + y^2 = a^2 be written in intercept form as x/p + y/q = 1. Since it is tangent to the circle centered at the origin with radius a, the perpendicular distance from the origin to the line equals a, which gives 1/p^2 + 1/q^2 = 1/a^2. The intercepts on the axes are A(p, 0) and B(0, q), so the midpoint (h, k) of AB is (p/2, q/2), meaning p = 2h and q = 2k. Substituting these into the tangent condition yields 1/(4h^2) + 1/(4k^2) = 1/a^2, which simplifies to 1/x^2 + 1/y^2 = 4/a^2.

Multiple choice maths constructions mid-point formula midpoints division of a line segment

The locus of the mid-point of that chord of parabola which subtends right angle on the vertex will be

  1. $y ^ { 2 } - 2 a x + 8 a ^ { 2 } = 0$
  2. $y ^ { 2 } = a ( x - 4 a )$
  3. $y ^ { 2 } = 4 a ( x - 4 a )$
  4. $y ^ { 2 } + 3 a x + 4 a ^ { 2 } = 0$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

For a parabola y^2 = 4ax, the chord subtending a right angle at the vertex has the equation y = mx + 2am. The midpoint (h, k) of this chord satisfies k = mh + 2am and the property that the chord is y = (2a/k)x - 4a^2/k. Substituting and simplifying leads to the locus y^2 = 2a(x - 4a), which is y^2 - 2ax + 8a^2 = 0.