find coord's of square's 4th corner given coord's of other 3

JayJay06

New member
Joined
Dec 15, 2006
Messages
33
May someone help me please?

The question is: ABCD is a square. If the coordinates of three of its vertices are A(-1, 2a), B(a, 2a), C(-a, 0), find the coordinates of D.
 
Re: find coord's of square's 4th corner given coord's of oth

Hello, JayJay06!

Is there a typo? .Could point A\displaystyle A be (a,2a)\displaystyle (-a,2a) ?


ABCD\displaystyle ABCD is a square.
If the coordinates of three of its vertices are: A(a,2a),B(a,2a),C(a,0),\displaystyle A(-a, 2a),\:B(a, 2a),\:C(-a, 0),
find the coordinates of D\displaystyle D.

As tkhunny suggested, plot the points.
Code:
                |
       (-a,2a)  |   (a,2a)
        A *-----+-----* B
          |     |     |
          |     |     |
          |     |     |
          |     |     |
          |     |     |
    - - C *-----+-----* D - -
       (-a,0)   |   (?,?)

Got any good guesses?

 
Hello, JayJay06!

No, there is no typo. A (-1, 2a) , B (a, 2a) , C (-a 0).

It can still be solved.
Code:
           (-1,2a)  |   (a,2a)
            A *-----+-----* B
              |     |     |
              |     |     |
              |     |     |
              |     |     |
              |     |     |
        - - C *-----+-----* D - -
           (-a,0)   |   (?,?)

Since A(1,2a)\displaystyle A(-1,2a) and B(a,2a)\displaystyle B(a,2a) are horizontally oriented,
then C(a,0)\displaystyle C(-a,0) and D\displaystyle D must be horizontal . . . and D\displaystyle D is on the x-axis.

Then C\displaystyle C must be directly below A\displaystyle A . . . This makes: a=1\displaystyle a = 1

So we have:
Code:
           (-1,2)   |   (1,2)
            A *-----+-----* B
              |     |     |
              |     |     |
              |     |     |
              |     |     |
              |     |     |
        - - C *-----+-----* D - -
           (-1,0)   |   (?,?)

So can you guess where D\displaystyle D is?

 
Top