Answer:I have no clue if you find out let me know
Explanation:
Answer:
Hook's law holds good up to. A elastic limit. B. plastic limit. C.yield point. D.Breaking point
Answer:
#include <iostream>
#include <iomanip>
#include <string>
using namespace std;
int main() {
string name[5];
int age[5];
int i,j;
for ( i = 0; i<=4; i++ ) {
cout << "Please enter student's name:";
cin >> name[i];
cout << "Please enter student's age:";
cin >> age[i];
}
for (i=0;i<=4;i++){
cout<<"Age of "<< name[i]<<" is "<<age[i]<<endl;
}
}
Output of above program is displayed in figure attached.
Answer:
(a) T = W/2(1-tanθ) (b) 39.81°
Explanation:
(a) The equation for tension (T) can be derived by considering the summation of moment in the clockwise direction. Thus:
Summation of moment in clockwise direction is equivalent to zero. Therefore,
T*l*(sinθ) + W*(l/2)*cosθ - T*l*cosθ = 0
T*l*(cosθ - sinθ) = W*(l/2)*cosθ
T = W*cosθ/2(cosθ - sinθ)
Dividing both the numerator and denominator by cosθ, we have:
T = [W*cosθ/cosθ]/2[(cosθ - sinθ)/cosθ] = W/2(1-tanθ)
(b) If T = 3W, then:
3W = W/2(1-tanθ),
Further simplification and rearrangement lead to:
1 - tanθ = 1/6
tanθ = 1 - (1/6) = 5/6
θ = tan^(-1) 5/6 = 39.81°