Answer:
The speed of shaft is 1891.62 RPM.
Explanation:
given that
Amplitude A= 0.15 mm
Acceleration = 0.6 g
So
we can say that acceleration= 0.6 x 9.81

We know that

So now by putting the values



We know that
ω= 2πN/60
198.0=2πN/60
N=1891.62 RPM
So the speed of shaft is 1891.62 RPM.
Answer:
A vision statement describes what a company desires to achieve in the long-run, generally in a time frame of five to ten years, or sometimes even longer. It depicts a vision of what the company will look like in the future and sets a defined direction for the planning and execution of corporate-level strategies.
Explanation:
While companies should not be too ambitious in defining their long-term goals, it is critical to set a bigger and further target in a vision statement that communicates a company’s aspirations and motivates the audience. Below are the main elements of an effective vision statement:
-Forward-looking
-Motivating and inspirational
-Reflective of a company’s culture and core values
-Aimed at bringing benefits and improvements to the organization in the future
-Defines a company’s reason for existence and where it is heading
Explanation:
Dempwolf created by John Augustus, Among the most prominent innovative solutions in Southern California Pennsylvania was established by Dempwolf with brother Reinhardt or uncle's son Frederick entered the company of J.A. Dozens of structures in 10 states were engineered by Dempwolf.
The C++ code that would draw all the iterations in the selection sort process on the array is given below:
<h3>C++ Code</h3>
#include <stdio.h>
#include <stdlib.h>
int main() {
int i, temp1, temp2;
int string2[16] = { 0, 4, 2, 5, 1, 5, 6, 2, 6, 89, 21, 32, 31, 5, 32, 12 };
_Bool check = 1;
while (check) {
temp1 = string2[i];
temp2 = string2[i + 1];
if (temp1 < temp2) {
string2[i + 1] = temp1;
string2[i] = temp2;
i = 0;
} else {
i++;
if (i = 15) {
check = !check;
}
}
}
return 0;
}
Read more about C++ programming here:
brainly.com/question/20339175
#SPJ1
The work done during the process is 359 btu
<u></u>
<u>Explanation:</u>
Given-
P1 = 15psia
P2 = 140 psia
V1 = 7ft³
a = 5 psia/ft³
b = C
P = aV +b
Work done, W = ?
P1 = aV1 + b
15 = 5 (7) + b
b = -20 psia
P2 = aV2 + b
140 = 5 ( V2) - 20
V2 = 32 ft³
The work done by the process is the area under the curve which is trapezoidal.
Therefore,
Work done, W = area of trapezoid
= (P2 + P1 / 2) (V2 - V1)
= ( 140 + 15 / 2 ) ( 32 - 7)
= 1937.5 psia ft³
= 1937.5/ 5.4039 = 359 btu
Therefore, the work done during the process is 359 btu