svishal03 said:
I'm currently doing a self study course on Linear Algebra.
Can anyone give me an example of vector space and basis with reference to Structural Engineering?
For example I have a displacement vector for a simply supported beam as:
[thata_a theta_b]^T
where; theta_a and theta_b represent rotations at two ends of the beam.
What we call a vector space here and what is the basis here?
Trying to figure how to invoke vector spaces in your example. Here's what I can come up with. The beam angle along the length of of the beam will be an angle valued function of the lateral coordinate.
Imagine then \theta_x = \theta(x) for a\le x \le b being the angle at each point on the beam.
The set of continuous functions on an interval is a vector space, you can add functions and multiply by scalars so you can call them vectors.
Now the mechanics of the beam deflection will probably manifest as a complicated 2nd order differential equation on these functions and the solutions will be uniquely defined by two boundary conditions, for example the angle at the end points. The problem is that the manifold of solutions will probably not be a linear space of functions however for small deflections near the 0,0 case you can linearize, i.e. pick a flat plane tangent to this manifold of solutions. You'll then get a 2 dimensional vector space of linearized solutions.
Think of it this way. For very small deformations of the beam, assume that increasing the deflection will occur proportionately i.e. the functions \theta(x) will be linear:
\theta(x) = \theta_a + (x-a)(\theta_b - \theta_a)/(b-a)=\frac{b-x}{b-a}\theta_a + \frac{x-a}{b-a}\theta_b
Note I've written the function as a linear combination of two functions with multipliers equal to your two end angles.
So within our big space of functions we are considering functions of this linear form and the basis is the pair of functions:
[\mathbf{e}_1, \mathbf{e}_2] =\left[ \frac{b-x}{b-a} , \frac{x-b}{b-a}\right]
and then the coordinates are:
\left[\begin{array}{c}\theta_a \\ \theta_b \end{array}\right]
The vector is then:
\theta(x) = \left[\begin{array}{cc} \mathbf{e}_1 & \mathbf{e}_2 \end{array}\right]\left[\begin{array}{c} \theta_a \\ \theta_b\end{array}\right]