Answer:
a.) -147V
b.) -120V
c.) 51V
Explanation:
a.) Equation for potential difference is the integral of the electrical field from a to b for the voltage V_ba = V(b)-V(a).
b.) The problem becomes easier to solve if you draw out the circuit. Since potential at Q is 0, then Q is at ground. So voltage across V_MQ is the same as potential at V_M.
c.) Same process as part b. Draw out the circuit and you'll see that the potential a point V_N is the same as the voltage across V_NP added with the 2V from the other box.
Honestly, these things take practice to get used to. It's really hard to explain this.
Answer:
The shear strain is 0.05797 rad.
Explanation:
Shear strain is the ratio of change in dimension along the shearing load direction to the height of the plate under application of shear load. Width of the plate remains same. Length of the plate slides under shear load.
Step1
Given:
Height of the pad is 1.38 in.
Deformation at the top of the pad is 0.08 in.
Calculation:
Step2
Shear strain is calculated as follows:



For small angle of
,
can take as
.

Thus, the shear strain is 0.05797 rad.
Explanation:
A.
H = Aeσ^4
Using the stefan Boltzmann law
When we differentiate
dH/dT = 4AeσT³
dH/dT = 4(0.15)(0.9)(5.67)(10^-8)(650)³
= 8.4085
Exact error = 8.4085x20
= 168.17
H(650) = 0.15(0.9)(5.67)(10^-8)(650)⁴
= 1366.376watts
B.
Verifying values
H(T+ΔT) = 0.15(0.9)(5.67)(10)^-8(670)⁴
= 1542.468
H(T+ΔT) = 0.15(0.9)(5.67)(10^-8)(630)⁴
= 1205.8104
Error = 1542.468-1205.8104/2
= 168.329
ΔT = 40
H(T+ΔT) = 0.15(0.9)(5.67)(10)^-8(690)⁴
= 1735.05
H(T-ΔT) = 0.15(0.9)(5.67)(10^-8)(610)⁴
= 1735.05-1059.83/2
= 675.22/2
= 337.61
Answer:
int()
Explanation:
float() is using decimals, so that can't be it, like float(input( "how much does this cost?"))
print() is used to print something, not a user asking, like print("hello")
string() means like a whole, like string( I am good)
By elimination, int() is correct.
Hope this helps!