Answer:
The tension in the rope at the lowest point is 270 N
Explanation:
Given;
weight of the ball, W = 150 N
length of the rope, r = 4 m
velocity of the ball, v = 5.6 m/s
When the ball passes through the lowest point, the tension on the rope is the sum of weight of the ball and centripetal force.
T = W + F
Centripetal force, F = mv²/r
where;
m is the mass of the ball
m = W/g
m = 150 / 9.8 = 15.306 kg
Centripetal force, F = mv²/r
F = (15.306 x 5.6²)/4
F = 120 N
T = W + F
T = 150 + 120
T = 270 N
Therefore, the tension in the rope at the lowest point is 270 N
The type of boot authentication that is more secure is Unified Extensible Firmware Interface
Unified Extensible Firmware Interface help to provide a computer booting that is more secured.
Unified Extensible Firmware Interface is a computer software program that work hand in hand with an operating system, it main function is to stop a computer system from boot with an operating system that is not secured.
For a computer system to boot successfully it means that the Operating system support the Unified Extensible Firmware Interface because it secured.
Inconclusion The type of boot authentication that is more secure is Unified Extensible Firmware Interface
Learn more here :
brainly.com/question/24750986
Answer:
See explaination
Explanation:
#include <iostream>
#include<string.h>
using namespace std;
bool isPalindrome(string str, int lower, int upper){
if(str.length() == 0 || lower>=upper){
return true;
}
else{
if(str.at(lower) == str.at(upper)){
return isPalindrome(str,lower+1,upper-1);
}
else{
return false;
}
}
}
int main(){
string input;
cout<<"Enter string: ";
cin>>input;
if(isPalindrome(input,0,input.length()-1)){
cout<<input<<" is a palindrome"<<endl;
}
else{
cout<<input<<" is NOT a palindrome"<<endl;
}
return 0;
}
Answer:
Tso = 28.15°C
Explanation:
given data
t2 = 21 mm
ki = 0.026 W/m K
t1 = 9 mm
kp = 180 W/m K
length of the roof is L = 13 m
net solar radiation into the roof = 107 W/m²
temperature of the inner surface Ts,i = -4°C
air temperature is T[infinity] = 29°C
convective heat transfer coefficient h = 47 W/m² K
solution
As when energy on the outer surface at roof of a refrigerated truck that is balance as
Q =
.....................1
Q =
.....................2
now we compare both equation 1 and 2 and put here value
solve it and we get
Tso = 28.153113
so Tso = 28.15°C
Answer:
endurance length is 236.64 MPa
Explanation:
data given:
d = 37.5 mm
Sut = 760MPa
endurance limit is
Se = 0.5 Sut
= 0.5*760 = 380 MPa
surface factor is
Ka = a*Sut^b
where
Sut is ultimate strength
for AISI 1040 STEEL
a = 4.51, b = -0.265
Ka = 4.51*380^{-0.265}
Ka = 0.93
size factor is given as
Kb =1.29 d^{-0.17}
Kb = 0.669
Se = Sut *Ka*Kb
= 380*0.669*0.93
Se = 236.64 MPa
therefore endurance length is 236.64 MPa