Answer:
See attached image for diagrams and solution
Answer: Pi= 4 - 4/3 + 4/5 - 4/7 + 4/9 ...
Explanation:
Is the same as the example,
If Π/4 = 1 - 1/3 + 1/5 - 1/7 + 1/9 ...
Then
(Π/4 )*4= 4*(1 - 1/3 + 1/5 - 1/7 + 1/9 ...)
Π =4 - 4/3 + 4/5 - 4/7 + 4/9 ...
The way to write this is
Sum(from n=0 to n=inf) of (-1)^n 4/(2n+1)
(photo)
Answer:
#Initialise a tuple
team_names = ('Rockets','Raptors','Warriors','Celtics')
print(team_names[0])
print(team_names[1])
print(team_names[2])
print(team_names[3])
Explanation:
The Python code illustrates or printed out the tuple team names at the end of a season.
The code displayed is a function that will display these teams as an output from the program.
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