While all Statics problems represent the reality of the 3D world, many can be fully analyzed with the 2D approaches we have used so far.
Some Statics problems are complex enough to require a 3D vector approach. Learning the 3D approach in Statics will facilitate your future success in Dynamics, too.
If a 3D Statics problem is relatively simple, we may approach it by projecting the geometry into multiple 2D planes.
If a 3D Statics problem is of intermediate complexity, as depicted here, we will likely use 3D vector approaches.
When a 3D Statics problem is complex, such as the playground design shown here, hand methods with 3D vectors would be too time-consuming.
Instead, you would likely analyze this type of structure using software and the Finite Element Method, which is an approximate approach that falls under the umbrella of so-called numerical methods.Ā
These approaches are not in the scope of a Statics course.
To set up a so-called right-handed coordinate system, point your right thumb in the x-direction and your right index finger in the y-direction.Ā
Your right middle finger points in the z-direction.
If the coordinate system isn't set up in this way, your 3D vector operations will have a sign error.
This is called the right-hand rule for setting up Cartesian coordinate systems.
We use parentheses to designate points. For example, A: (1, 2, 3) meters means that Point A lies at coordinates x=1m, y=2m, and z=3m.
We use chevrons for vector components. If Vector B is a force, and it's designated as <4, 5, 6> kips, it means that the force components are 4k in the x-direction, 5k in the y-direction, and 6k in the z-direction.
In order to fully communicate everything there is to know about a force vector, you will need to specify both the point of application (using coordinates in parentheses) as well as the vector itself (using components in chevrons).
Consider the force vector <3,4,5> Newtons.Ā
It's depicted as head-to-tail addition in the interactive model.Ā
It shows that a vector in 3D space can always be visualized in terms of two right triangles.
The first triangle lies in the xy plane.Ā
You see Fx=3N and Fy=4N, but not Fz (as it's coming directly towards you. You can calculate the hypotenuse of this triangle using the Pythagorean Theorem. We can call the hypotenuse Fxy. It's equal to 5N.
The second right triangle has a base of Fxy=5N and a height of Fz=5N.
Its hypotenuse is equal in length to the magnitude of the original vector. That's sqrt(5^2 + 5^2) = 7.071 N. Again, this is a magnitude.
We would need to multiply that magnitude by the proper unit vector to express it as the original <3,4,5> Newton force vector.
There is a 3D version of the Pythagorean Theorem shown here. The sum of the squares of the three components is equal to the square of the resultant vector.
The equations of equilibrium (E.o.E.) continue to be a key concept in Statics.Ā
A body is in a state of static equilibrium when all E.o.E. are satisfied.
In 3D, a body is only in static equilibrium when all six E.o.E. are satisfied.Ā
With six equations in play, we can solve up to six unknowns.
If you're familiar with using linear algebra (matrix methods) to solve a system of linear equations, you're welcome to do that. The problems introduced in this text may all be solved using simple algebraic methods (substitution and elimination). If you'd like to learn how to solve a system of linear equations using a matrix approach, you are welcome to do so: check out this link.
In a 2D, planar problem, there are three main types of connections: the pin, the pin-roller, and the fixed connection.
If a connection can prohibit translation, it has the ability to develop a force reaction.
If a connection can prohibit rotation, it has the ability to develop a moment connection.
As learned in Lesson 04:
The 2D pin-roller connection prevents translation in one direction. It develops one force reaction, perpendicular to the surface. There's 1 unknown.
The 2D pinned connection prevents translation in that plane. It develops a force at an unknown angle of inclination (or, as more commonly expressed, x- and y- component forces). There are 2 unknowns.
The 2D fixed connection prevents translation in the plane and prevents rotation about the axis that is perpendicular to the plane. It therefore can develop two force reactions (x- and y- components) and a moment about z. There are 3 unknowns. Don't forget to compute the reaction moment!
In 3D, we look at a connection assembly and go through some logic tests:
(1) Does the connection assembly prevent translation in a given direction? If so, it has the potential to develop a reaction force in that direction.
a constraint with respect to x-direction translation means there's an x-direction force reaction
a constraint with respect to y-direction translation means there's an y-direction force reaction
a constraint with respect to z-direction translation means there's an z-direction force reaction
(2) Does the connection assembly prevent rotation about a given axis? If so, it has the potential to develop a reaction moment about that axis.
a constraint with respect to rotation about x means there's a reacting moment about x
a constraint with respect to rotation about y means there's a reacting moment about y
a constraint with respect to rotation about z means there's a reacting moment about z
This image depicts the three most common types of 3D connection assemblies.
The first row of the table depicts a wheel (or roller) in 3D. It only develops an Fy reaction (normal to the rolling surface). We omit a z-direction reaction (if you want to transfer a z-direction force, don't rely on friction).
The second row of the table shows a 3D pin connection or a ball-and-socket joint. Translation is constrained with respect to x, y, and z, rotation remains unconstrained. Therefore three force reactions can develop: Fx, Fy, and Fz.
The third is a 3D fixed connection. It's shown here as an all-around fillet weld. In 3D, fixed connections can develop 6 potential reaction forces and reaction moments: Fx, Fy, Fz, Mx, My, Mz.
There are infinite combinations of 3D connection assemblies. A few are shown below. The engineer chooses how to properly model each connection assembly in the 3D loading diagram.
In 2D, we learned that the geometry of a two-force member (2FM) can help us solve for unknown forces or force components. The force components are congruent to the length components.
The same logic holds true for 3D.Ā
An axial member in 3D has the same ratios between the length components and the force components.
These pin-pin (pins at both ends) members are usually called two-force members in lower level courses and axial members in upper level courses and in engineering practice. I have never heard a practicing engineer use the term two-force member, but I do hear many academics use the term. Regardless of what you call them, they either carry pure tension or pure compression.
Cable AB carries a tension force of 100 kN. Solve Tx, Ty, and Tz. You know the geometry: Lx = 2m; Ly = 3m; and Lz = 6m.
Solution:
LAB = sqrt(2^2 + 3^2 + 6^2) = 7m
Fx = (2/7)*100 kN
Fy = (3/7)*100 kN
Fz = (6/7)*100 kN
You deduce that the z-direction force in cable AB is 100 pounds. You also know the geometry: Lx = 2 feet; Ly = 3 feet; and Lz = 6 feet. What is the tension in cable AB?
Solution:
LAB = sqrt(2^2 + 3^2 + 6^2) = 7 feet
T = 100# * (7 feet / 6 feet) = 117#
In 2D, in a concurrent force problem, you could solve 2 unknown forces with 2 E.o.E.:
sum of the forces in x-dir = 0
sum of the forces in y-dir = 0
This flipbook solves a 3D truss. All forces are concurrent at D.
First, flip through the book to get a sense for the solution procedure.
Then, open up a blank piece of paper and solve it independently.
Repeat these two steps until the process makes sense to you.
When assessing nodal equilibrium in a 3D concurrent force problem, it's helpful to draw the point as a cube instead of a sphere, as illustrated below.
While studying abroad in Rome, Italy, you look out the window one day and notice a steel beam cantilevering out from the exterior wall. The beam is "built-in" to the brick.
The beam supports a pulley, and someone seems to be hoisting a mysterious purple prism from the ground below.
You estimate that the purple prism weighs about 80 Newtons.
That means that tension in the cable is also 80 Newtons.
The two downward forces (the prism and the pull force from the person on the ground) sum to 160 N (neglecting friction in the pulley itself).
You remember how cantilever beams work from Lesson 8 (Beams). The support (in this case, the brick wall) provides a vertical reaction and a reaction moment.
You draw a side view of the structure in the xy plane.Ā
Technically speaking, we could say that you drew an xy elevation or that you projected the geometry with respect to z.
You compute the moment at the support as ā160 Nām (or 160 Nām ā»).
Before, we simply called this MB. Now, we'll need a second subscript. We can write MB,z (the moment at B with respect to rotation about z).
Let's also draw a projection of the yz plane. This elevation helps us visualize the moment about x.
That works out to:
MB,x = 160N*90mm = ā14.4 Nām
In 3D space, a moment vector has three components. For this problem, the tendency to rotate about x is ā14.4 Nām; the tendency to rotate about y is zero; and the tendency to rotate about z is ā160 Nām.
We could therefore express the moment reaction vector as <ā14.4, 0, ā160> Nām.
A three-dimensional structure that is symmetric (with respect to its geometry and loading) can be condensed to a 2D problem.
For instance, let's say that you are trying to tip a sibling's chair by exerting force at B and C on the chair with your two hands.Ā
This is depicted as System I.Ā
But does the chair tip or remain in static equilibrium?
You recall principles of static equivalency and put the forces at D instead (System II). This is not fully equivalent, but it is statically equivalent.
Now that the loads lie in a single xy plane, we can project the geometry with respect to x. This creates equivalent system III. It's a 2D planar statics problem; you can use scalar approaches to solve it (sum moments about E to determine whether or not the chair tips).
The key takeaway is that you don't need to use the power of vector notation on every 3D statics problem. Use 2D scalar notation whenever you can.
Problem _.
**rewrite for two triangle approach**
A force vector (F) has components of 1 kN, 3 kN, and 2 kN, as shown.
Project F into the xy plane.
Fxy = ?
Verify that Fxy + Fz = F
Then, project F into the zy plane.
Fzy = ?
Verify that Fzy + Fx = F
Finally, project F into the xz plane.
Fxz = ?
Verify that Fxz + Fy = F
Problem _.
This is a 3D FBD of Node E (or particle E or point E).
Given (in kips):
The force in the two forces labeled B is 16/(sqrt 3)
The force in C is 16
Solve: force A in vector notation, and as a magnitude
Problem _:
A 3D truss is subjected to a horizontal point load, as shown in the interactive.
Use Node D as your FBD, and compute the internal force in members 1, 2, and 3.
Report your answers with a (T) to indicate tension and (C) to indicate compression.
Problem _.
Each vector is located at the corner of the body, and represents a tension force transferred to the body from a cable of some sort.
The body itself is hung from a single cable, F4, that is oriented in the z-direction.
The entire structure is symmetric.
Use the E.o.E. to determine the force in F4. Express your answer as a vector.Ā