Calculating Transverse Wave Propagation in a Semi-Infinite Beam

Trevorman
Messages
20
Reaction score
2
1. A transversely directed transient force F(t) acts at the free end of a semi-infinite beam.
a) Show how displacement, velocity, acceleration and strain at an arbitrary position along the beam can be determined.
b) Calculate (MATLAB) the transversal acceleration (or an other quantity) at an arbitrary position. Assume suitable parameters and a force history.
c) Make the calculation for several positions thus illustrating the propagation of the wave.

Homework Equations


##\hat{v} = Ae^{i\beta x} + Be^{-i\beta x} +Ce^{-\beta x} + De^{\beta x}##
##\hat{T} = -E I \hat{v}^{\prime \prime \prime} = -E I \frac{\partial^3 \hat{v}}{\partial x^3}##
##\hat{T} = -\frac{1}{2}\hat{F}##

## v = \sum_n \hat{v} e^{-i \omega t} ##

Where ##v## is the displacement
##T## transverse force in the beam (given from free body diagram)
##E## Youngs modulus
A,B,C,D is just constants

The Attempt at a Solution


What i know is that I can calculate the axial velocity and acceleration
Velocity
##\dot{v} = \sum_n - \hat{v} \omega e^{-i \omega t}##
Acceleration
##\dot{v} = \sum_n \hat{v} \omega^2 e^{-i \omega t}##

Also, since it is a semi-infinite beam, there will only be a wave going in one direction.
therefore the
##\hat{v} = A e^{-\beta x} + B e^{- i \beta x}##

I need to relate this to the force acting on the beam and do not know how to proceed...
 
Last edited by a moderator:
Physics news on Phys.org
The wave equation which is the simplest dynamic model for transverse motion of a beam is displayed below if it helps.

## v^{\prime \prime \prime \prime} + \frac{\rho A}{E I} \ddot{v} =0 ##
 
For those who have interest in this, I can give you the answer right away. Derivate the displacement with the boundary conditions, solve out all constants and you will get a very pretty expression that looks like this

##
\hat{v}(x,\omega) = \frac{\hat{F}(\omega)}{4(EI)^{\frac{1}{4}}i \omega^{\frac{3}{2}}(\rho A)^{\frac{3}{4}}}\left[ e^{-i\left[\omega^2 \frac{\rho A}{EI} \right]^{\frac{1}{4}}x} -ie^{-\left[\omega^2 \frac{\rho A}{EI} \right]^{\frac{1}{4}}x} \right]##
Which could be expressed
##\hat{v}(x,\omega) = \hat{F}(\omega) \cdot \hat{H}(x,\omega)##
 
Hej Trevor, did you ever manage with the MATLAB script?
Im doing a similar asssignment, and I am not getting the script to behave properly.
 
Thread 'Need help understanding this figure on energy levels'
This figure is from "Introduction to Quantum Mechanics" by Griffiths (3rd edition). It is available to download. It is from page 142. I am hoping the usual people on this site will give me a hand understanding what is going on in the figure. After the equation (4.50) it says "It is customary to introduce the principal quantum number, ##n##, which simply orders the allowed energies, starting with 1 for the ground state. (see the figure)" I still don't understand the figure :( Here is...
Thread 'Understanding how to "tack on" the time wiggle factor'
The last problem I posted on QM made it into advanced homework help, that is why I am putting it here. I am sorry for any hassle imposed on the moderators by myself. Part (a) is quite easy. We get $$\sigma_1 = 2\lambda, \mathbf{v}_1 = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} \sigma_2 = \lambda, \mathbf{v}_2 = \begin{pmatrix} 1/\sqrt{2} \\ 1/\sqrt{2} \\ 0 \end{pmatrix} \sigma_3 = -\lambda, \mathbf{v}_3 = \begin{pmatrix} 1/\sqrt{2} \\ -1/\sqrt{2} \\ 0 \end{pmatrix} $$ There are two ways...
Back
Top