28384 *x soít cos estematema
Answer with Explanation:
The general equation of simple harmonic motion is

where,
A is the amplitude of motion
is the angular frequency of the motion
is known as initial phase
part 1)
Now by definition of velocity we have

part 2)
Now by definition of acceleration we have

part 3)
The angular frequency is related to Time period 'T' as
where
is the angular frequency of the motion of the particle.
Part 4) The acceleration and velocities are plotted below
since the maximum value that the sin(x) and cos(x) can achieve in their respective domains equals 1 thus the maximum value of acceleration and velocity is
and
respectively.
Answer:
1. cout << "Num: " << songNum << endl;
2. cout << songNum << endl;
3. cout << songNum <<" songs" << endl;
Explanation:
//Full Code
#include <iostream>
using namespace std;
int main ()
{
int songNum;
songNum = 5;
cout << "Num: " << songNum << endl;
cout << songNum << endl;
cout << songNum <<" songs" << endl;
return 0;
}
1. The error in the first cout statement is that variable songnum is not declared.
C++ is a case sensitive programme language; it treats upper case and lower case characters differently.
Variable songNum was declared; not songnum.
2. Cout us used to print a Variable that has already been declared.
The error arises in int songNum in the second cout statement.
3. When printing more than one variables or values, they must be separated with <<
Answer:

Explanation:
From the question we are told that:
Thickness 
Internal Pressure
Shear stress 
Elastic modulus 
Generally the equation for shear stress is mathematically given by

Where
r_i=internal Radius
Therefore


Generally



Generally the equation for outer diameter is mathematically given by


Therefore
Assuming that the thin cylinder is subjected to integral Pressure
Outer Diameter is

100: D, third law of motion
101: D, second law of motion