Question: Write the formula for distance between two points (x1, y1) and (x2, y2).
Distance d = √[(x2 - x1)² + (y2 - y1)²]
Question: Find the middle point of the line joining the points (1, 2) and (-1, -2).
Solution:
Final Answer: (0, 0)
Question: The line joining the points (-6, 8) and (8, 6) is trisected; find the coordinates of the points of trisection.
Solution:
Trisection points divide the line in ratios 1:2 and 2:1.
Point 1 (1:2):
Point 2 (2:1):
Question: Write the equation of a straight line parallel to x-axis.
Equation: y = k (where k is a constant)
Question: Find the equation to the straight line, which passes through (4, -5) and which is parallel to 3x + 4y + 5 = 0.
Solution:
Final Answer: 3x + 4y + 8 = 0
Question: If p is the length of perpendicular from the origin to the line whose intercepts on the axes are a and b, then show that 1/p² = 1/a² + 1/b².
Solution:
The intercept form of the line is: x/a + y/b = 1 or x/a + y/b - 1 = 0.
Perpendicular distance 'p' from (0,0) is:
p = |(0/a + 0/b - 1)| / √[(1/a)² + (1/b)²]
p = 1 / √[1/a² + 1/b²]
Squaring both sides: p² = 1 / [1/a² + 1/b²]
Taking reciprocal: 1/p² = 1/a² + 1/b². Hence Proved.
Question: Show that the pair of lines 6x² - 5xy - 6y² + 14x + 5y + 4 = 0 are perpendicular.
Solution:
For a pair of lines ax² + 2hxy + by² + 2gx + 2fy + c = 0 to be perpendicular:
a + b = 0
From the equation: a = 6 and b = -6.
a + b = 6 + (-6) = 0. Since the sum is zero, the lines are perpendicular.
Question: Write the condition that an equation of second degree may represent a circle.
Solution:
The equation ax² + 2hxy + by² + 2gx + 2fy + c = 0 represents a circle if:
Question: Find the equation of the circle which has its centre at (1, -3) and touches the straight line 2x - y - 4 = 0.
Solution:
Final Answer: 5x² + 5y² - 10x + 30y + 49 = 0
Question: Find the focus of the parabola y² = 16x.
Solution:
Final Answer: (4, 0)
Question: Find the length of major axis and minor axis of the ellipse x²/25 + y²/16 = 1.
Solution:
Would you like me to generate specific diagrams for any of the numerical solutions above?