{"id":2275,"date":"2026-07-21T09:36:38","date_gmt":"2026-07-21T09:36:38","guid":{"rendered":"https:\/\/www.think10x.ai\/blog\/?p=2275"},"modified":"2026-07-21T09:36:41","modified_gmt":"2026-07-21T09:36:41","slug":"distance-formula-midpoint-and-slope","status":"publish","type":"post","link":"https:\/\/www.think10x.ai\/blog\/distance-formula-midpoint-and-slope\/","title":{"rendered":"Distance, Midpoint and Slope &#8211; Coordinate Geometry Complete Guide"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2275\" class=\"elementor elementor-2275\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-63b5667 e-flex e-con-boxed e-con e-parent\" data-id=\"63b5667\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37d32a4 elementor-alert-info elementor-widget elementor-widget-alert\" data-id=\"37d32a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"alert.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-alert\" role=\"alert\">\n\n\t\t\t\t\t\t<span class=\"elementor-alert-title\">Quick Answer<\/span>\n\t\t\t\n\t\t\t\t\t\t<span class=\"elementor-alert-description\">The distance formula, midpoint formula, and slope formula are essential tools in coordinate geometry for solving problems involving points, lines, and shapes.\nThe distance formula finds the length between two points using the Pythagorean theorem, the midpoint formula identifies the exact center of a segment by averaging coordinates, and the slope formula measures a line\u2019s steepness and direction using rise over run.\nThese formulas are used to calculate distances, locate midpoints, determine slopes, write equations of lines, and identify parallel and perpendicular relationships on the coordinate plane.\n<\/span>\n\t\t\t\n\t\t\t\t\t\t<button type=\"button\" class=\"elementor-alert-dismiss\" aria-label=\"Dismiss this alert.\">\n\t\t\t\t\t\t\t\t\t<span aria-hidden=\"true\">&times;<\/span>\n\t\t\t\t\t\t\t<\/button>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38ddec3 elementor-widget elementor-widget-text-editor\" data-id=\"38ddec3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2>What Are the Distance, Midpoint, and Slope Formulas?<\/h2><p><span style=\"font-weight: 400;\">These three formulas form the foundation of coordinate geometry. Before solving problems, understand what each one represents and how they connect.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2525d65 elementor-widget elementor-widget-video\" data-id=\"2525d65\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/XuY_1oVQeLs?si=EKvqegbv46XfphfL&quot;,&quot;start&quot;:28,&quot;end&quot;:182,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-aef32ea e-flex e-con-boxed e-con e-parent\" data-id=\"aef32ea\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5353182 elementor-widget elementor-widget-text-editor\" data-id=\"5353182\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ol><li><b>Distance Formula<\/b><span style=\"font-weight: 400;\"> &#8211; d = \u221a[(x\u2082 &#8211; x\u2081)\u00b2 + (y\u2082 &#8211; y\u2081)\u00b2]<\/span><\/li><li><b>Midpoint Formula<\/b><span style=\"font-weight: 400;\"> &#8211; M = ((x\u2081 + x\u2082)\/2, (y\u2081 + y\u2082)\/2)<\/span><\/li><li><b>Slope Formula<\/b><span style=\"font-weight: 400;\"> &#8211; m = (y\u2082 &#8211; y\u2081)\/(x\u2082 &#8211; x\u2081)<\/span><\/li><\/ol><h2>How the Distance Formula Comes from the Pythagorean Theorem<\/h2><p><span style=\"font-weight: 400;\">The distance formula is not a separate rule you need to memorise in isolation. It comes directly from the Pythagorean theorem, and understanding that connection makes it much easier to recall under pressure.<\/span><\/p><p><span style=\"font-weight: 400;\">Picture any two points on a coordinate plane, say <\/span><b>A(x\u2081, y\u2081)<\/b><span style=\"font-weight: 400;\"> and <\/span><b>B(x\u2082, y\u2082)<\/b><span style=\"font-weight: 400;\">. Draw a horizontal line from A and a vertical line from B. They meet at a right angle, forming a right triangle where AB is the hypotenuse, the horizontal leg has length<\/span><b> |x\u2082 &#8211; x\u2081|<\/b><span style=\"font-weight: 400;\">, and the vertical leg has length <\/span><b>|y\u2082 &#8211; y\u2081|<\/b><span style=\"font-weight: 400;\">. <\/span><\/p><p><span style=\"font-weight: 400;\">Applying the Pythagorean theorem gives <\/span><b>AB\u00b2 = (x\u2082 &#8211; x\u2081)\u00b2 + (y\u2082 &#8211; y\u2081)\u00b2.<\/b><\/p><p><span style=\"font-weight: 400;\">If you know the Pythagorean theorem, you already know where this formula comes from.<\/span><\/p><h3>Key tip<\/h3><p><span style=\"font-weight: 400;\">You do not need to decide which point is first and which is second. Because both differences are squared, the sign disappears either way. Subtract consistently across both coordinates.<\/span><\/p><h2>Midpoint Formula Explained with Examples<\/h2><p><span style=\"font-weight: 400;\">The midpoint of a segment is the average of the x-coordinates and the average of the y-coordinates of the two endpoints. Adding each pair and dividing by two gives the value that sits exactly halfway between them in each direction.<\/span><\/p><p><span style=\"font-weight: 400;\">M = ((x\u2081 + x\u2082)\/2, (y\u2081 + y\u2082)\/2)<\/span><\/p><h3>Example 1. Proving a quadrilateral is a parallelogram<\/h3><p><span style=\"font-weight: 400;\">The vertices of quadrilateral ABCD are A(1, 2), B(7, 4), C(9, 8), and D(3, 6). Show that ABCD is a parallelogram by proving the diagonals bisect each other.<\/span><\/p><p><span style=\"font-weight: 400;\">A quadrilateral is a parallelogram if and only if its diagonals share the same midpoint. Find the midpoint of each diagonal.<\/span><\/p><ul><li><span style=\"font-weight: 400;\">Midpoint of diagonal AC = ((1 + 9) \/ 2,\u00a0 (2 + 8) \/ 2) = (5, 5)<\/span><\/li><li><span style=\"font-weight: 400;\">Midpoint of diagonal BD = ((7 + 3) \/ 2,\u00a0 (4 + 6) \/ 2) = (5, 5)<\/span><\/li><li><b>Both midpoints are (5, 5), so the diagonals bisect each other and ABCD is a parallelogram.<\/b><\/li><\/ul><h3>Key tip<\/h3><p dir=\"auto\">A quadrilateral is a parallelogram if and only if its diagonals bisect each other (i.e., share the same midpoint). This property is very useful when proving a figure is a parallelogram or finding unknown coordinates.<\/p><h2>The Slope Formula<\/h2><p><span style=\"font-weight: 400;\">Slope tells you how steep a line is and which direction it goes. The slope formula divides the vertical change by the horizontal change between any two points on the line.<\/span><\/p><p><span style=\"font-weight: 400;\">m = (y\u2082 &#8211; y\u2081)\/(x\u2082 &#8211; x\u2081)<\/span><\/p><p><span style=\"font-weight: 400;\">The numerator is the rise and the denominator is the run. The ratio tells you how many units the line rises for every one unit it moves right.<\/span><\/p><h3>Types of slope<\/h3><ol><li><b>Positive slope\u00a0 <\/b>&#8211; <span style=\"font-weight: 400;\">The line rises from left to right.<\/span><\/li><li><b>Negative slope <\/b>&#8211; <span style=\"font-weight: 400;\">The line falls from left to right.<\/span><\/li><li><b>Zero slope <\/b>&#8211; <span style=\"font-weight: 400;\">The line is perfectly horizontal. Rise = 0, so m = 0.<\/span><\/li><li><b>Undefined slope <\/b>&#8211; <span style=\"font-weight: 400;\">The line is perfectly vertical. Run = 0, so slope is undefined.<\/span><\/li><\/ol><h3>Key tip<\/h3><p dir=\"auto\">Horizontal lines are written as <strong>y = k<\/strong> and have a slope of 0. Vertical lines are written as <strong>x = k<\/strong> and have an undefined slope. Recognizing these special cases quickly saves time when working with slopes and equations of lines.<\/p><h2>Slope-Intercept Form and Point-Slope Form<\/h2><p><span style=\"font-weight: 400;\">Two main forms are commonly used for writing the equation of a line.<\/span><\/p><h3>1. Slope-intercept form<\/h3><p><span style=\"font-weight: 400;\">y = mx + b<\/span><\/p><p><span style=\"font-weight: 400;\">Here <\/span><b>m<\/b><span style=\"font-weight: 400;\"> is the slope and <\/span><b>b<\/b><span style=\"font-weight: 400;\"> is the y-intercept. This form is useful when you need to read the slope or y-intercept directly from an equation.<\/span><\/p><h3>2. Point-slope form<\/h3><p><span style=\"font-weight: 400;\">y &#8211; y\u2081 = m(x &#8211; x\u2081)<\/span><\/p><p><span style=\"font-weight: 400;\">Here <\/span><b>(x<\/b><span style=\"font-weight: 400;\">\u2081<\/span><b>, y<\/b><span style=\"font-weight: 400;\">\u2081<\/span><b>)<\/b><span style=\"font-weight: 400;\"> is any known point on the line and <\/span><b>m<\/b><span style=\"font-weight: 400;\"> is the slope. Expand and solve for y to convert to slope-intercept form.<\/span><\/p><h3>Key tip<\/h3><p><span style=\"font-weight: 400;\">Point-slope form is usually faster because you plug in the given point directly without solving for b. Use slope-intercept only when the y-intercept is specifically asked for.<\/span><\/p><h2>Parallel and Perpendicular Lines<\/h2><h3>Parallel lines<\/h3><p><span style=\"font-weight: 400;\">Parallel lines have equal slopes.<\/span><\/p><p><span style=\"font-weight: 400;\">m\u2081 = m\u2082<\/span><\/p><p><span style=\"font-weight: 400;\">Two lines that never intersect run in exactly the same direction, so their slopes are identical. Their y-intercepts are different, otherwise they would be the same line.<\/span><\/p><h3>Perpendicular lines<\/h3><p><span style=\"font-weight: 400;\">Perpendicular slopes are negative reciprocals.<\/span><\/p><p><span style=\"font-weight: 400;\">m\u2081 \u00d7 m\u2082 = -1<\/span><\/p><p><span style=\"font-weight: 400;\">Two lines that meet at a right angle have slopes whose product equals -1. Flip the fraction and change the sign to find the negative reciprocal.<\/span><\/p><h3>Key tip<\/h3><p><span style=\"font-weight: 400;\">Slope 4 becomes -1\/4. Slope -2\/5 becomes 5\/2. The product of any slope and its negative reciprocal is always -1.<\/span><\/p><h3>Example 1. Perpendicular line and its x-intercept<\/h3><p><span style=\"font-weight: 400;\">Line p has equation 3x + 4y = 12. Line q passes through (1, -2) and is perpendicular to p. Find the equation of q and the x-intercept of q.<\/span><\/p><p><span style=\"font-weight: 400;\"><strong>Step 1. <\/strong>Find the slope of p by rewriting in slope-intercept form.<\/span><\/p><ul><li><span style=\"font-weight: 400;\">4y = -3x + 12 \u00a0 so \u00a0 y = (-3\/4)x + 3<\/span><\/li><li><span style=\"font-weight: 400;\">Slope of p = -3\/4<\/span><\/li><\/ul><p><span style=\"font-weight: 400;\"><strong>Step 2.<\/strong>\u00a0Find the slope of q using the negative reciprocal.<\/span><\/p><ul><li><span style=\"font-weight: 400;\">Slope of q = 4\/3<\/span><\/li><\/ul><p><span style=\"font-weight: 400;\"><strong>Step 3.<\/strong>\u00a0Write the equation of q through (1, -2).<\/span><\/p><ul><li><span style=\"font-weight: 400;\">y &#8211; (-2) = (4\/3)(x &#8211; 1)<\/span><\/li><li><span style=\"font-weight: 400;\">y + 2 = (4\/3)x &#8211; 4\/3<\/span><\/li><li><b>y = (4\/3)x &#8211; 10\/3<\/b><\/li><\/ul><p><span style=\"font-weight: 400;\"><strong>Step 4.<\/strong>\u00a0Find the x-intercept by setting y = 0.<\/span><\/p><ul><li><span style=\"font-weight: 400;\">0 = (4\/3)x &#8211; 10\/3<\/span><\/li><li><span style=\"font-weight: 400;\">(4\/3)x = 10\/3 \u00a0 so \u00a0 4x = 10 \u00a0 so \u00a0 x = 5\/2<\/span><\/li><li><b>x-intercept of q = (5\/2, 0)<\/b><\/li><\/ul><h2>Finding the Equation of a Line Given Two Points<\/h2><p><span style=\"font-weight: 400;\">This three-step process combines the slope formula, point-slope form, and algebra.<\/span><\/p><p><b>Step 1. <\/b><span style=\"font-weight: 400;\">Calculate the slope using m = (y2 &#8211; y1) \/ (x2 &#8211; x1).<\/span><\/p><p><b>Step 2. <\/b><span style=\"font-weight: 400;\">Substitute the slope and one point into point-slope form.<\/span><\/p><p><b>Step 3. <\/b><span style=\"font-weight: 400;\">Expand and simplify into slope-intercept form if needed.<\/span><\/p><h3>Example 2. Line through two points and its intersection with another line<\/h3><p><span style=\"font-weight: 400;\">Find the equation of the line through (-4, 5) and (2, -1). Then find where this line intersects y = 2x &#8211; 3.<\/span><\/p><p><span style=\"font-weight: 400;\"><strong>Step 1.<\/strong>\u00a0Find the slope.<\/span><\/p><ul><li><span style=\"font-weight: 400;\">m = (-1 &#8211; 5) \/ (2 &#8211; (-4)) = -6 \/ 6 = -1<\/span><\/li><\/ul><p><span style=\"font-weight: 400;\"><strong>Step 2.<\/strong>\u00a0Write the equation using point (-4, 5).<\/span><\/p><ul><li><span style=\"font-weight: 400;\">y &#8211; 5 = -1(x &#8211; (-4)) = -1(x + 4)<\/span><\/li><li><span style=\"font-weight: 400;\">y &#8211; 5 = -x &#8211; 4<\/span><\/li><li><b>y = -x + 1<\/b><\/li><\/ul><p><span style=\"font-weight: 400;\"><strong>Step 3.<\/strong>\u00a0Find the intersection with y = 2x &#8211; 3 by substituting.<\/span><\/p><ul><li><span style=\"font-weight: 400;\">-x + 1 = 2x &#8211; 3<\/span><\/li><li><span style=\"font-weight: 400;\">1 + 3 = 3x \u00a0 so \u00a0 x = 4\/3<\/span><\/li><li><span style=\"font-weight: 400;\">y = 2(4\/3) &#8211; 3 = 8\/3 &#8211; 9\/3 = -1\/3<\/span><\/li><li><b>Intersection point = (4\/3, -1\/3)<\/b><\/li><\/ul><h3>Key tip<\/h3><p><span style=\"font-weight: 400;\">When two lines intersect, set the equations equal to each other and solve for x, then substitute back to get y. This two-step substitution is often faster than elimination.<\/span><\/p><h2>Challenging Coordinate Geometry Questions with Step-by-Step Solutions<\/h2><h3>Question 1.<\/h3><p><span style=\"font-weight: 400;\">In the xy-plane, point A is at (2, 8) and point B is at (6, 2). The perpendicular bisector of segment AB intersects the y-axis at point C. What is the y-coordinate of point C?<\/span><\/p><p><strong>A.<\/strong> 7\/3 <strong>B.<\/strong> 5\/3 <strong>C.<\/strong> 7 <strong>D.<\/strong> 3<\/p><h3>Solution<\/h3><p><span style=\"font-weight: 400;\"><strong>Step 1.<\/strong>\u00a0Find the midpoint of AB.<\/span><\/p><p><span style=\"font-weight: 400;\">M = ((2 + 6) \/ 2,\u00a0 (8 + 2) \/ 2) = (4, 5)<\/span><\/p><p><span style=\"font-weight: 400;\"><strong>Step 2.<\/strong>\u00a0Find the slope of AB.<\/span><\/p><p><span style=\"font-weight: 400;\">m_AB = (2 &#8211; 8) \/ (6 &#8211; 2) = -6 \/ 4 = -3\/2<\/span><\/p><p><span style=\"font-weight: 400;\"><strong>Step 3.<\/strong>\u00a0Find the slope of the perpendicular bisector.<\/span><\/p><p><span style=\"font-weight: 400;\">m_perp = -1 \/ (-3\/2) = 2\/3<\/span><\/p><p><span style=\"font-weight: 400;\"><strong>Step 4.<\/strong>\u00a0Write the equation of the perpendicular bisector through M(4, 5).<\/span><\/p><p><span style=\"font-weight: 400;\">y &#8211; 5 = (2\/3)(x &#8211; 4)<\/span><\/p><p><span style=\"font-weight: 400;\"><strong>Step 5.<\/strong>\u00a0Set x = 0 to find where the line crosses the y-axis.<\/span><\/p><p><span style=\"font-weight: 400;\">y &#8211; 5 = (2\/3)(0 &#8211; 4) = -8\/3<\/span><\/p><p><span style=\"font-weight: 400;\">y = 5 &#8211; 8\/3 = 15\/3 &#8211; 8\/3 = 7\/3<\/span><\/p><p>Answer is<strong> A<\/strong><\/p><h3>Key rule<\/h3><p><span style=\"font-weight: 400;\">For any perpendicular bisector question, find the midpoint first, then flip and negate the original slope to get the perpendicular slope. Substitute the midpoint into point-slope form and set x = 0 to find the y-axis crossing.<\/span><\/p><h3>Why the other choices are wrong<\/h3><p><b>B<\/b><span style=\"font-weight: 400;\"> (5\/3) comes from subtracting 4\/3 instead of 8\/3 in the final step. <\/span><b>C<\/b><span style=\"font-weight: 400;\"> (7) comes from using slope 3\/2 instead of 2\/3 when finding the negative reciprocal. <\/span><b>D<\/b><span style=\"font-weight: 400;\"> (3) comes from using the midpoint y-value without completing the algebra.<\/span><\/p><h3>Think10x.ai video explaining how to find the perpendicular bisector and its y-intercept<\/h3>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-623ea34 e-flex e-con-boxed e-con e-parent\" data-id=\"623ea34\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7fa138 elementor-widget elementor-widget-video\" data-id=\"d7fa138\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/XuY_1oVQeLs?si=2vs2m-DL1WeWeJ1t&quot;,&quot;start&quot;:183,&quot;end&quot;:312,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a0bc1f2 e-flex e-con-boxed e-con e-parent\" data-id=\"a0bc1f2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cbf80aa elementor-widget elementor-widget-text-editor\" data-id=\"cbf80aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h3>Question 2.<\/h3><p><span style=\"font-weight: 400;\">In the xy-plane, the vertices of triangle ABC are A(0, 0), B(8, 0), and C(4, 6). Point D is the midpoint of BC and point E is the midpoint of AC. What is the length of segment DE?<\/span><\/p><p><strong>A.<\/strong> 2 <strong>B.<\/strong> 4 <strong>C.<\/strong> 5 <strong>D.<\/strong> 8<\/p><h3>Solution<\/h3><p><b>Step 1. Find D, the midpoint of BC.<\/b><\/p><p><span style=\"font-weight: 400;\">B = (8, 0),\u00a0 C = (4, 6)<\/span><\/p><p><span style=\"font-weight: 400;\">D = ((8 + 4) \/ 2,\u00a0 (0 + 6) \/ 2) = (6, 3)<\/span><\/p><p><b>Step 2. Find E, the midpoint of AC.<\/b><\/p><p><span style=\"font-weight: 400;\">A = (0, 0),\u00a0 C = (4, 6)<\/span><\/p><p><span style=\"font-weight: 400;\">E = ((0 + 4) \/ 2,\u00a0 (0 + 6) \/ 2) = (2, 3)<\/span><\/p><p><b>Step 3. Apply the distance formula to find DE.<\/b><\/p><p><span style=\"font-weight: 400;\">DE = sqrt((6 &#8211; 2)^2 + (3 &#8211; 3)^2) = sqrt(16 + 0) = 4<\/span><\/p><p>Answer is<strong> B<\/strong><\/p><h3>Key rule<\/h3><p><span style=\"font-weight: 400;\">This question tests the Triangle Midsegment Theorem. The segment joining the midpoints of two sides of a triangle is parallel to the third side and exactly half its length. DE is parallel to AB and DE = AB \/ 2 = 8 \/ 2 = 4. Recognising this pattern lets you skip the distance formula entirely, but the midpoint-then-distance approach always works as a backup.<\/span><\/p><h3>Why the other choices are wrong<\/h3><p><b>A<\/b><span style=\"font-weight: 400;\"> (2) comes from halving DE again, confusing the midsegment length with half of a half. <\/span><b>C<\/b><span style=\"font-weight: 400;\"> (5) comes from incorrectly treating the coordinates as two legs of a 3-4-5 triangle.<\/span><b> D<\/b><span style=\"font-weight: 400;\"> (8) is the full length of AB, not the midsegment connecting the two midpoints.<\/span><\/p><h3>Think10x.ai video explaining how to find distance between midpoints of a triangle<\/h3>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5f13d2e e-flex e-con-boxed e-con e-parent\" data-id=\"5f13d2e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c5d879 elementor-widget elementor-widget-video\" data-id=\"0c5d879\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/XuY_1oVQeLs?si=2vs2m-DL1WeWeJ1t&quot;,&quot;start&quot;:313,&quot;end&quot;:429,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b216e42 e-flex e-con-boxed e-con e-parent\" data-id=\"b216e42\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-92595b1 elementor-widget elementor-widget-text-editor\" data-id=\"92595b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2>Frequently Asked Questions<\/h2>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-06e23d7 e-flex e-con-boxed e-con e-parent\" data-id=\"06e23d7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f3b401 elementor-widget elementor-widget-eael-adv-accordion\" data-id=\"6f3b401\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"eael-adv-accordion.default\">\n\t\t\t\t\t            <div class=\"eael-adv-accordion\" id=\"eael-adv-accordion-6f3b401\" data-scroll-on-click=\"no\" data-scroll-speed=\"300\" data-accordion-id=\"6f3b401\" data-accordion-type=\"accordion\" data-toogle-speed=\"300\">\n            <div class=\"eael-accordion-list\">\n\t\t\t\t\t<div id=\"what-is-the-difference-between-the-distance-formula-and-the-midpoint-formula\" class=\"elementor-tab-title eael-accordion-header\" tabindex=\"0\" data-tab=\"1\" aria-controls=\"elementor-tab-content-1161\"><span class=\"eael-advanced-accordion-icon-closed\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span><span class=\"eael-advanced-accordion-icon-opened\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span><span class=\"eael-accordion-tab-title\">What is the difference between the distance formula and the midpoint formula?<\/span><svg aria-hidden=\"true\" class=\"fa-toggle e-font-icon-svg e-fas-angle-right\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg><\/div><div id=\"elementor-tab-content-1161\" class=\"eael-accordion-content clearfix\" data-tab=\"1\" aria-labelledby=\"what-is-the-difference-between-the-distance-formula-and-the-midpoint-formula\"><p><span style=\"font-weight: 400\">The distance formula produces a single number representing the length of a segment between two points. The midpoint formula produces an ordered pair representing the point exactly halfway between two endpoints. Use the distance formula when a question asks how far apart two points are. Use the midpoint formula when a question asks for the center of a segment or a halfway location.<\/span><\/p><\/div>\n\t\t\t\t\t<\/div><div class=\"eael-accordion-list\">\n\t\t\t\t\t<div id=\"how-do-i-find-a-missing-endpoint-when-the-midpoint-is-given\" class=\"elementor-tab-title eael-accordion-header\" tabindex=\"0\" data-tab=\"2\" aria-controls=\"elementor-tab-content-1162\"><span class=\"eael-advanced-accordion-icon-closed\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span><span class=\"eael-advanced-accordion-icon-opened\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span><span class=\"eael-accordion-tab-title\">How do I find a missing endpoint when the midpoint is given?<\/span><svg aria-hidden=\"true\" class=\"fa-toggle e-font-icon-svg e-fas-angle-right\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg><\/div><div id=\"elementor-tab-content-1162\" class=\"eael-accordion-content clearfix\" data-tab=\"2\" aria-labelledby=\"how-do-i-find-a-missing-endpoint-when-the-midpoint-is-given\"><p><span style=\"font-weight: 400\">Set up the midpoint formula as an equation for each coordinate separately. Multiply both sides by 2 to remove the fraction, then solve for the unknown. For example, if the midpoint x-coordinate is 4 and one endpoint x-coordinate is 1, write (1 + x) \/ 2 = 4, multiply to get 1 + x = 8, then x = 7. Repeat for y.<\/span><\/p><\/div>\n\t\t\t\t\t<\/div><div class=\"eael-accordion-list\">\n\t\t\t\t\t<div id=\"how-do-i-remember-when-slope-is-zero-versus-undefined\" class=\"elementor-tab-title eael-accordion-header\" tabindex=\"0\" data-tab=\"3\" aria-controls=\"elementor-tab-content-1163\"><span class=\"eael-advanced-accordion-icon-closed\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span><span class=\"eael-advanced-accordion-icon-opened\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span><span class=\"eael-accordion-tab-title\">How do I remember when slope is zero versus undefined?<\/span><svg aria-hidden=\"true\" class=\"fa-toggle e-font-icon-svg e-fas-angle-right\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg><\/div><div id=\"elementor-tab-content-1163\" class=\"eael-accordion-content clearfix\" data-tab=\"3\" aria-labelledby=\"how-do-i-remember-when-slope-is-zero-versus-undefined\"><p><span style=\"font-weight: 400\">Horizontal lines have zero slope because the rise is zero and zero divided by any non-zero number is zero. Vertical lines have undefined slope because the run is zero and division by zero is undefined. A horizontal line is flat with no height change. A vertical line goes straight up with no horizontal movement at all.<\/span><\/p><\/div>\n\t\t\t\t\t<\/div><div class=\"eael-accordion-list\">\n\t\t\t\t\t<div id=\"what-is-the-quickest-way-to-check-if-two-lines-are-perpendicular\" class=\"elementor-tab-title eael-accordion-header\" tabindex=\"0\" data-tab=\"4\" aria-controls=\"elementor-tab-content-1164\"><span class=\"eael-advanced-accordion-icon-closed\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span><span class=\"eael-advanced-accordion-icon-opened\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span><span class=\"eael-accordion-tab-title\">What is the quickest way to check if two lines are perpendicular?<\/span><svg aria-hidden=\"true\" class=\"fa-toggle e-font-icon-svg e-fas-angle-right\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg><\/div><div id=\"elementor-tab-content-1164\" class=\"eael-accordion-content clearfix\" data-tab=\"4\" aria-labelledby=\"what-is-the-quickest-way-to-check-if-two-lines-are-perpendicular\"><p><span style=\"font-weight: 400\">Multiply their slopes together. If the product equals a negative one, the lines are perpendicular. For example, slopes of 3 and negative one-third multiply to give negative one, confirming perpendicularity. This check takes about five seconds and works for any pair of non-vertical, non-horizontal lines.<\/span><\/p><\/div>\n\t\t\t\t\t<\/div><div class=\"eael-accordion-list\">\n\t\t\t\t\t<div id=\"when-should-i-use-point-slope-form-instead-of-slope-intercept-form\" class=\"elementor-tab-title eael-accordion-header\" tabindex=\"0\" data-tab=\"5\" aria-controls=\"elementor-tab-content-1165\"><span class=\"eael-advanced-accordion-icon-closed\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span><span class=\"eael-advanced-accordion-icon-opened\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span><span class=\"eael-accordion-tab-title\">When should I use point-slope form instead of slope-intercept form?<\/span><svg aria-hidden=\"true\" class=\"fa-toggle e-font-icon-svg e-fas-angle-right\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg><\/div><div id=\"elementor-tab-content-1165\" class=\"eael-accordion-content clearfix\" data-tab=\"5\" aria-labelledby=\"when-should-i-use-point-slope-form-instead-of-slope-intercept-form\"><p><span style=\"font-weight: 400\">Use point-slope form whenever you know the slope and any point on the line that is not the y-intercept. It lets you write the equation in one step without solving for b. Switch to slope-intercept form when the question asks specifically for the y-intercept, or when you want to compare two lines written in the same format.<\/span><\/p><\/div>\n\t\t\t\t\t<\/div><div class=\"eael-accordion-list\">\n\t\t\t\t\t<div id=\"can-the-distance-formula-ever-give-a-negative-answer\" class=\"elementor-tab-title eael-accordion-header\" tabindex=\"0\" data-tab=\"6\" aria-controls=\"elementor-tab-content-1166\"><span class=\"eael-advanced-accordion-icon-closed\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-plus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span><span class=\"eael-advanced-accordion-icon-opened\"><svg aria-hidden=\"true\" class=\"fa-accordion-icon e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span><span class=\"eael-accordion-tab-title\">Can the distance formula ever give a negative answer?<\/span><svg aria-hidden=\"true\" class=\"fa-toggle e-font-icon-svg e-fas-angle-right\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg><\/div><div id=\"elementor-tab-content-1166\" class=\"eael-accordion-content clearfix\" data-tab=\"6\" aria-labelledby=\"can-the-distance-formula-ever-give-a-negative-answer\"><p><span style=\"font-weight: 400\">No. Because both differences are squared before adding, the expression inside the square root is always non-negative. The distance formula always returns a positive value or zero when both points are identical. If you get a negative number, check that you squared each difference individually rather than just finding the absolute value of the differences before squaring.<\/span><\/p><\/div>\n\t\t\t\t\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-68ed1af e-flex e-con-boxed e-con e-parent\" data-id=\"68ed1af\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c3946da elementor-widget elementor-widget-text-editor\" data-id=\"c3946da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2>Need Help with Your Own Question?<\/h2><p>Upload a<a href=\"https:\/\/www.think10x.ai\/blog\/take-a-clear-photo-of-a-question\/\">\u00a0clear photo<\/a>\u00a0to Think10x.ai and get an instant video explanation. Built for\u00a0<a href=\"https:\/\/mentomind.ai\/\" rel=\"noopener\">tutors<\/a>\u00a0and\u00a0<a href=\"https:\/\/mentomind.ai\/for-students\/\" rel=\"noopener\">students<\/a>. Private by default.<\/p><p>Try\u00a0<a href=\"https:\/\/www.think10x.ai\/studio\"><b>Think10x.ai\u00a0<\/b><\/a>for free<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Quick Answer The distance formula, midpoint formula, and slope formula are essential tools in coordinate geometry for solving problems involving points, lines, and shapes. The distance formula finds the length between two points using the Pythagorean theorem, the midpoint formula identifies the exact center of a segment by averaging coordinates, and the slope formula measures [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":2345,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"https:\/\/media.mentomind.ai\/img\/t10x\/bp\/coordinate-geometry.webp","fifu_image_alt":"Distance formula, midpoint formula, and slope explained with a coordinate geometry example graph.","footnotes":""},"categories":[8,1],"tags":[],"class_list":["post-2275","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blogs","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/www.think10x.ai\/blog\/wp-json\/wp\/v2\/posts\/2275","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.think10x.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.think10x.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.think10x.ai\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.think10x.ai\/blog\/wp-json\/wp\/v2\/comments?post=2275"}],"version-history":[{"count":5,"href":"https:\/\/www.think10x.ai\/blog\/wp-json\/wp\/v2\/posts\/2275\/revisions"}],"predecessor-version":[{"id":2344,"href":"https:\/\/www.think10x.ai\/blog\/wp-json\/wp\/v2\/posts\/2275\/revisions\/2344"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.think10x.ai\/blog\/wp-json\/wp\/v2\/media\/2345"}],"wp:attachment":[{"href":"https:\/\/www.think10x.ai\/blog\/wp-json\/wp\/v2\/media?parent=2275"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.think10x.ai\/blog\/wp-json\/wp\/v2\/categories?post=2275"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.think10x.ai\/blog\/wp-json\/wp\/v2\/tags?post=2275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}