2.2 HW1
2.2.1 problem description
PDF
-
- PDF (letter size)
-
- PDF (legal size)
2.2.2 Problem 1 (1.1 book)
and are in parallel, hence the effective stiffness is and are now in series, hence the
effective stiffness is Therefore and are now in parallel, hence the effective stiffness is
Hence the final effective stiffness is
2.2.3 Problem 2
We start by drawing a free body diagram and taking displacement of mass from the
static equilibrium position. Let the displacement of the mass be and positive pointing
upwards.
Let be the downward deflection at right end of the bottom beam. Let be the downward
deflection at right end of top beam. The free body diagram is
Applying equilibrium of vertical forces for mass and noting that inertial forces opposes motion,
results in the equation of motion
To find an expression for in terms of we apply equilibrium of vertical forces at the right end of the
lower beam
Similarly, applying equilibrium of vertical forces at the right end of the top beam
Solving for from Eqs ??,?? (2 equations, 2 unknowns) gives Substituting the above value into
Eq ?? results in the equation of motion
2.2.4 Problem 3
Assuming periodic motion, the period is ms, or sec. Hence rad/ms Representing this as a cosine
signal with phase gives Then
Where now .Using phasor diagram
Hence from the diagram we see that for to be zero when ms, we need to have But rad/ms,
hence To find we see that the maximum absolute value of is 20 mm hence mm or meter. The
equation of when substituting all numerical values becomes
Where units used are radians, milliseconds and mm. This is a plot of the above function
parms = f -> 1/(6 10^-3);
Plot[0.02 Cos[2 Pi f t + (Pi/6)] /. parms, {t,0,0.005},
AxesLabel -> {t,x[t]}, ImageSize -> 300]
2.2.4.1 part(a)
At , from ?? hence From ?? hence giving
2.2.4.2 part(b)
This can be solved using calculus
We solve for and find =2.5 ms. But this can be solved more easily by looking at the phasor
diagram
The minimum (in negative sense and not in absolute value sense) occurs when , hence , therefore
2.2.4.3 part(c)
This is solved in a similar way by treating the speed as the rotating vector in complex plan.
Since then in complex plan as follows
The difference is that the velocity vector has phase of instead of as was the case with the
position vector, and the amplitude is instead of . Hence the first time the speed vector will have
the maximum value is when Hence
Hence ms and the amplitude is given by hence meter/sec
2.2.4.4 part(d)
Now treating the acceleration as the rotating vector in complex plan
But This adds a to the phase resulting in Representing in complex plan gives
The first time the vector will have the maximum value is when Hence
Hence and the amplitude is
2.2.5 Problem 4 (2.5 book)
2.2.5.1 part(a)
The function of the signal is converted to complex exponential. A or can be used to represent
the signal as long as we are consistent. Assuming the signal is , plotting the general
representation of the position vector in complex plan gives
The complex representation of the position vector is We are given that , and since has first zero
at ms this means from looking at the above diagram that Hence which gives Hence the signal
is
Where is the complex amplitude in polar coordinates. In rectangular coordinates it becomes
Hence
Here is a plot of the signal for 20 ms
w = Pi/8;
f = 1.2 Cos[w t - 3 Pi/16];
Plot[f, {t, 0, 20}, AxesLabel -> {t, x[t]},
ImageSize -> 300,
GridLines -> Automatic,
GridLinesStyle->{{Dashed,Gray},{Dashed,Gray}},
PlotStyle -> Red]
2.2.5.2 part(b)
From above it was found that Hence
Where Replacing numerical values gives and
In rectangular coordinates, the above becomes
2.2.5.3 part(c)
To find the maximum rate of the signal
Then the maximum is which is
Hence maximum is v/ms or volt/sec.
Maximum velocity in simple harmonic motion occurs when . This occurs at ms and at ms
henceforth. Hence maximum speed occurs at for this results in Here is a plot of in units of
volt/ms
f = 0.261 Cos[0.392 t] - 0.392 Sin[0.392 t];
Plot[f, {t, 0, 30},
AxesLabel -> {Row[{t, "(ms)"}], x'[t]},
ImageSize -> 300, GridLines -> Automatic,
GridLinesStyle -> {{Dashed, Gray}, {Dashed, Gray}},
PlotStyle -> Red]
2.2.6 Problem 5 (2.8 book)
2.2.6.1 part(a)
This is a plot of the signal
f = 0.01 Sin[50 t] - 0.02 Cos[50 t - 0.3 Pi];
Plot[f, {t, 0, 0.2},
AxesLabel -> {Row[{t , " (sec)"}], x[t]},
ImageSize -> 300,
GridLines -> Automatic,
GridLinesStyle->{{Dashed,Gray},{Dashed,Gray}},
PlotStyle -> Red]
Hence the complex amplitude is
2.2.6.2 part(b)
From above, we see that Hence Hz, or the period , therefore the time period separating the zeros
is or ms
2.2.6.3 part(c)
The complex phase can be found by adding the vector and by completing the parallelogram as
shown in this diagram. , hence the angle that makes with the horizontal is
and the amplitude is To find the earliest time will be zero, we need to find the time the complex
position vector will take to rotate and reach the imaginary axis.
Hence we need to solve
Therefore
2.2.6.4 part(d)
The largest value of is the absolute value of its complex amplitude. We found this above as To
find when this occur first time, the time the position vector will align with the real axis in the
positive direction is found. Hence solving for from
Gives . Another way would be to take derivative of and set that to zero and solve for first which
satisfy the equation.
2.2.7 Problem 6 (2.10 book)
Let , hence
Where
Hence Eq ?? becomes To convert to we multiply and divide by hence
The complex number can be written in polar form as where and , hence Eq ?? becomes
or in full form
For pure sine function we need or or , hence
The amplitude can also be found from the complex amplitude above when as follows
2.2.8 Key solution for HW 1
PDF