In this section, we delve into essential formulas and concepts of coordinate geometry. We learned that the distance between two points P(x1, y1) and Q(x2, y2) in a Cartesian plane is given by the formula
Distance Formula:
\[ PQ = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]
Additionally, we studied that the distance of a point P(x, y) from the origin (0, 0) can be expressed as
From the Origin:
\[ OP = \sqrt{x^2 + y^2} \]
We also explored the section formula, which finds the coordinates of point P dividing the segment joining A and B in the ratio m: n, given by
Section Formula:
\[ P = \left(\frac{mx_2 + nx_1}{m+n}, \frac{my_2 + ny_1}{m+n}\right) \]
Lastly, the midpoint of a line segment connecting points P and Q is calculated as
Midpoint Formula:
\[ M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right) \]
Understanding these formulas lays the foundation for more complex applications and problem-solving in coordinate geometry.