If two vertices of a square on the same side AB are A(1,2) and B(2,4)....

AI Thread Summary
To find the other two vertices C and D of the square given vertices A(1,2) and B(2,4), first compute the equation of line AB and its slope. The slope of the perpendicular lines AD and BC can be determined, allowing for the equations of these lines to be established. The distance between line AB and line CD is the square's side length, which is √5. Using vector calculations can simplify the process by finding a perpendicular vector to AB of the same length to locate points C and D.
Julian102
Messages
17
Reaction score
1

Homework Statement


If two vertex of a square of the side AB is A(1,2) and B(2,4) find other two vertex C and D?

Homework Equations


1. y-y1 = m ( x-x1)
2. m=y1-y2 / x1-x2
3. m1*m2= -1
4. (x-x1) / (x1-x2) =(y-y1)/(y1-y2)
5. m=tanA
6. If ax+by+c=0 then its parallel line is ax+by+k=0

The Attempt at a Solution


Equation of AB is can be found using formula 4 , then slope is found using formula 2 . Then slope of perpendicular is -1/m (formula 3) . Now perpendicular AD and BC can be found using formula 1 . Now CD is parallel to AB . I need to find CD ...The distance between AB and CD is root 5 (of course since distance between AB is root 5 and it is a square) ...Please tell me how to find the side CD ...and diagonals AC and BD ...
 
Physics news on Phys.org
Julian102 said:

Homework Statement


If two vertex of a square of the side AB is A(1,2) and B(2,4) find other two vertex C and D?

Homework Equations


1. y-y1 = m ( x-x1)
2. m=y1-y2 / x1-x2
3. m1*m2= -1
4. (x-x1) / (x1-x2) =(y-y1)/(y1-y2)
5. m=tanA
6. If ax+by+c=0 then its parallel line is ax+by+k=0

The Attempt at a Solution


Equation of AB is can be found using formula 4 , then slope is found using formula 2 . Then slope of perpendicular is -1/m (formula 3) . Now perpendicular AD and BC can be found using formula 1 . Now CD is parallel to AB . I need to find CD ...The distance between AB and CD is root 5 (of course since distance between AB is root 5 and it is a square) ...Please tell me how to find the side CD ...and diagonals AC and BD ...
Compute the equation of the line AB.
You can then easily write down the equations of the lines AD and BC (you gave the correct rules).
Then you can locate C and D (two possible solutions) on these lines using the distance.

Said differently: don't use words to describe a possible solution, just compute what you said.
 
Last edited:
  • Like
Likes Julian102
Alternatively, if you have studied vectors you don't need to deal with equations of straight lines and their slopes. Start with ##\vec{AB} = \langle 1,2\rangle##. Can you write down a perpendicular vector of the same length? That would get you started.
 
Back
Top