Loading…
None
String added in the repository |
Glossary
| English | Russian | ||
|---|---|---|---|
| No related strings found in the glossary. | |||
Loading…
None
String added in the repository |
| English | Russian | ||
|---|---|---|---|
| No related strings found in the glossary. | |||
<math>a^2+b^2=c^2</math><br>
<img src="/images/distance-between-two-points-graph1.png" alt="Distance between two points graph"><br><br>
The hypotenuse (<math>c</math>) is the longest side of a right triangle and is always opposite the right angle. The length of the hypotenuse also represents the distance between points <b>A</b> and <b>B</b>, which can each be represented by two coordinates: an <math>x</math> coordinate and a <math>y</math> coordinate.<br>
Point <b>A</b> = <math>(x_1,y_1)</math><br>
Point <b>B</b> = <math>(x_2,y_2)</math><br><br>
To get the distance formula, we can rewrite the Pythagorean theorem as:<br>
<math>d=\sqrt{(x_2−x_1)^2+(y_2−y_1)^2}</math><br>
in which <math>d</math> represents the distance between points <b>A</b> and <b>B</b>, and the Xs and Ys represent the <math>x</math> and <math>y</math> coordinates of points <b>A</b> and <b>B</b>.<br><br>
In order to find the distance between two points, enter their coordinates (for example (1,2) and (3,4)) and click the solve button.
<math>a^2+b^2=c^2</math><br>
<img src="/images/distance-between-two-points-graph1.png" alt="Distance between two points graph"><br><br>
Гипотенуза (<math>c</math>) — самая длинная сторона прямоугольного треугольника, всегда противоположная прямому углу. Длина гипотенузы также является расстоянием между точками <b>A</b> и <b>B</b>, каждая из которых может быть представлена двумя координатами: координатой <math>x</math> и координатой <math>y</math>.<br>
Точка <b>A</b> = <math>(x_1,y_1)</math><br>
Точка <b>B</b> = <math>(x_2,y_2)</math><br><br>
Чтобы получить формулу расстояния, мы можем переписать теорему Пифагора следующим образом:<br>
<math>d=sqrt((x_2−x_1)^2+(y_2−y_1)^2)</math><br>
где <math>d</math> — расстояние между точками <b>A</b> и <b>B</b>, а X и Y — координаты <math>x</math> и <math>y</math> точек <b>A</b> и <b>B</b>.<br><br>
Чтобы найти расстояние между двумя точками, введи их координаты (например, (1,2) и (3,4)) и нажми кнопку «Решить».