Answer:
0.25 J/K
Explanation:
Given data in given question
heat (Q) = 100 J
temperature (T) = 400 K
to find out
the change in entropy of the given system
Solution
we use the entropy change equation here i.e
ΔS = ΔQ / T ...................a
Now we put the value of heat (Q) and Temperature (T) in equation a
ΔS is the entropy change, Q is heat and T is the temperature,
so that
ΔS = 100/400 J/K
ΔS = 0.25 J/K
150
A
Explanation:
V
s
V
p
=
N
s
N
p
(
1
)
N
refers to the number of turns
V
is voltage
s
and
p
refer to the secondary and primary coil.
From the conservation of energy we get:
V
p
I
p
=
V
s
I
s
(
2
)
From
(
1
)
:
V
s
V
p
=
900
00
3
00
=
300
∴
V
s
=
300
V
p
Substituting for
V
s
into
(
2
)
⇒
V
p
I
p
=
300
V
p
×
0.5
∴
I
p
=
150
A
Seems a big current.
Answer:
The correct answer is "1341.288 W/m".
Explanation:
Given that:
T₁ = 300 K
T₂ = 500 K
Diameter,
d = 0.2 m
Length,
l = 1 m
As we know,
The shape factor will be:
⇒ ![SF=\frac{2 \pi l}{ln[\frac{1.08 b }{d} ]}](https://tex.z-dn.net/?f=SF%3D%5Cfrac%7B2%20%5Cpi%20l%7D%7Bln%5B%5Cfrac%7B1.08%20b%20%7D%7Bd%7D%20%5D%7D)
By putting the value, we get
⇒ ![=\frac{2 \pi l}{ln[\frac{1.08\times 1}{0.2} ]}](https://tex.z-dn.net/?f=%3D%5Cfrac%7B2%20%5Cpi%20l%7D%7Bln%5B%5Cfrac%7B1.08%5Ctimes%201%7D%7B0.2%7D%20%5D%7D)
⇒ 
hence,
The heat loss will be:
⇒ 



Answer and Explanation:
clear all; close all;
N=512;
t=(1:N)/N;
fs=1000;
f=(1:N)*fs/N;
x= sin(2*pi*200*t) + sin(2*pi*400*t);
y= sin(2*pi*200*t) + sin(2*pi*900*t);
for n = 1:20
a(n) = (2/N)*sum(x.*(cos(2*pi*n*t)))
b(n) = (2/N)*sum(x.*(sin(2*pi*n*t)))
c(n) = sqrt(a(n).^2+b(n).^2)
theta(n) =-(360/(2*pi))*atan(b(n)./a(n));
end
plot(f(1:20),c(1:20),'rd');
disp([a(1:4),b(1:4),c(1:4),theta(1:4)])