Assignment 2 Solutions
Column | Length | Beam | Length |
AF | 4.00 | AB | 13.38 (root of 11^2+7^2+3^2) |
BG | 7.00 | BC | 3.32 (root of 3^2+1^2+1^2) |
CH | 8.00 | CD | 11.58 (root of 10^2+5^2+3^2) |
DE | 5.00 | AD | 3.74 (root of 2^2+3^2+1^2) |
The areas are easiest solved using vector cross-products.
Divide the top into two triangles.
The problem becomes basic vector manipulation. An area of a
triangle is one half the area of the parallelogram represented by
two vectors.
( i.e. 1/2 (vector1 x vector2) )
Given the three points D(0,3,5) A(2,0,4) C(10,8,8)
Vector DA = (2-0,0-3,4-5) = (2,-3,-1)
Vector DC = (10-0,8-3,8-5) = (10,5,3)
The area is equal to the numerical value of 1/2 (DA x DC)
1/2 | | i | 2 | 10 |
-3 5 |
k |
-1 | 3 | |
= 1/2 |-4i -16j + 40k| = 21.6333 |
A line projects true length into any view when it appears in an adjacent view parallel to the image
plane of the first view. An oblique line can be revolved about an axis through a point of the line
until the line is parallel to an image plane only when the axis appears as a point. Figure A shows
the top and front views of the given line AB, whose true length is to be found. A vertical axis
through point A in the front view will project as a point in the top view, as shown in Figure B.
Revolve point B in the top view about the axis through point A until line AB is parallel to the
image plane H-F. Project the revolved position of point B, labeled B', to the front view to where
it intersects a horizontal projection from point B in the front view. Connect A to B' to measure
the true length of line AB.
FIGURE 2
Figure A shows the front and top views of the given line AB, whose true slope is to be found. The true slope of a line can be measured in a view in which the line appears true length. As shown in Figure B, the axis about which line Ab is to be revolved can be through either point A or point B. If the axis is chosen through point A, revolve point B to B' where line AB' is parallel to the reference plane H-F. Project B' to the front view, where line AB' appears true length. The required slope is the angle between line AB' and a horizontal line. If the axis is chosen through point B, revolve point A to A', where line A'B is parallel also to plane H-F. Project A' to the front view, where line A'B is true length. The required slope is then measured as the angle between line A'B and the horizontal line. Note than A'B and AB' are parallel to each other, verifying the fact that their slopes must be equal since they represent the same line.