Did you know that we can have coordinate systems where the coordinate axes are not perpendicular to each other? Such coordinate systems are known as oblique coordinate systems .
The above figure shows an oblique coordinate system. In such systems, the x -coordinate of a point is found by measuring the distance from the point to the y -axis parallel to the x -axis. Similarly, the y -coordinate of a point is found by measuring the distance from the point to the x -axis parallel to the y -axis. The red point in the above figure has the coordinates ( a , b ) .
Question: We are given two points: A ( 1 , 6 ) and B ( 5 , 2 ) in an oblique coordinate system where the angle between the positive axes is 6 0 ∘ . What is the distance between the two points, A B ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
( x 1 c o s ω − x 2 c o s ω ) 2 + ( y 1 s i n ω − y 2 s i n ω ) 2
B
−
A
=
(
4
,
−
4
)
Draw on the paper and you will see that
(
0
,
0
)
,
(
4
,
−
4
)
,
(
4
,
0
)
forms a equilateral triangle (because of the
6
0
∘
).
∴
∣
(
4
,
−
4
)
∣
=
4
Answer
=
4
For people who do not know vector algebra, there is a solution with coordinate geometry,(I am using the logic of a 13-year-old (me))
We can observe that if we have perpendicular lines instead of 6 0 ∘ we can easily solve the problem. So let us try to find the perpendicular distance of only one point. Let the point be P ( x , y ) in the oblique system. Draw the lines perpendicular to P and oblique to P . Let the Point where the oblique line meets x-axis be A and the point of intersection of the perpendicular line and x-axis be B .
Since P A ∣ ∣ y-axis, ∠ P A B = 6 0 ∘ Now, we can find P B , O B (Perpendicular y, x) by trigonometry. s i n 6 0 ∘ = P B / y ⇒ P B = 2 3 × y ) and c o s 6 0 ∘ = A B / y ⇒ A B = 2 y ) ⇒ O B = 2 y + x
Now we have found the formulas for the perpendiculars. Let us now come back to the question: Distance between ( 1 , 6 ) a n d ( 5 , 2 )
Putting into the formulas perpendicular y-distance for ( 1 , 6 ) = 3 3 and x- distance = 4
Similarly for ( 5 , 2 ) → y-distance = 3 and x - distance = 6
Since all of these are only perpendicular distances, we can use the normal distance formula:
d = ( x 2 − x 1 ) 2 + ( y 2 − y 1 ) 2
Putting the values, we get 4 as the answer
If you have any suggestion or a better solution, please comment. If any part is confusing, comment and I will try to explain it further.
Problem Loading...
Note Loading...
Set Loading...
There are many ways to solve this problem. In this solution, I will be using using vectors.
Let the unit vectors along + x and + y directions be i ^ and j ^ respectively. Note that the angle between the two vectors is 6 0 ∘ . We will calculate the value of the dot product i ^ ⋅ j ^ since it will be useful in the working ahead.
i ^ ⋅ j ^ = ∣ i ^ ∣ × ∣ j ^ ∣ × cos 6 0 ∘ = 1 × 1 × 2 1 = 2 1
The position vector of point A is O A = i ^ + 6 j ^ , and the position vector of point B is O B = 5 i ^ + 2 j ^ . Using this, we can find the vector A B .
A B = O B − O A = 4 i ^ − 4 j ^
We want to find ∣ A B ∣ , the length of vector A B . We can do this by taking the dot product of A B with itself. We get A B ⋅ A B = ∣ A B ∣ 2 . Using the value of A B we found earlier, we can also write
A B ⋅ A B = ( 4 i ^ − 4 j ^ ) ⋅ ( 4 i ^ − 4 j ^ ) = 1 6 i ^ ⋅ i ^ − 1 6 i ^ ⋅ j ^ − 1 6 j ^ ⋅ i ^ + 1 6 j ^ ⋅ j ^
We saw that i ^ ⋅ i ^ = j ^ ⋅ j ^ = 1 and i ^ ⋅ j ^ = j ^ ⋅ i ^ = 2 1 . Therefore
∣ A B ∣ 2 = 1 6 − 8 − 8 + 1 6 = 1 6
Therefore ∣ A B ∣ = 1 6 = 4 □
Bonus If the angle between the positive axes is ω , then find the distance between the points ( x 1 , y 1 ) and ( x 2 , y 2 )