Solution :
cs=zeros(9001);
ca=zeros(9001);
cp=zeros(9001);
psi=zeros(9001);
t=[0:0.1:900];
cs(1)=0.5;
ce(1)=0.001;
cp(1)=0;
ca(1)=0;
psi(1)=0;
for i=1:1:9000
cs(i+1)=cs(i)-0.1*((0.015*cs(i))/(5.53+cs(i)));
cp(i+1)=cp(i)+0.1*((0.015*cs(i))/(5.53+cs(i))-0.0026*cp(i));
ca(i+1)=ca(i)+0.1*0.0026*cp(i);
psi(i+1)=((cp(i+1)-cp(i)))/((cs(i)-cs(i+1)));
end
plot(t,cs,t,cp,t,ca);
plot(t,psi);
Answer:
The three-point turn (sometimes called a Y-turn, K-turn, or broken U-turn) is the standard method of turning a vehicle around to face the opposite direction in a limited space, using forward and reverse gears. This is typically done when the road is too narrow for a U-turn.
Answer:
Vf = specific volume of saturated liquid = 0.0217158 ft^3/lb
Vg = specific volume of saturated steam = 0.430129 ft^3/lb
Explanation:
Given data:
water temperature is given as 287-degree Celcius
we have to find Vf and Vg
Vf = specific volume of saturated liquid
Vg = specific volume of saturated steam
we know that from the saturated steam table we can find these value
therefore for temperature 287-degree Celcius
Vf = specific volume of saturated liquid = 0.0217158 ft^3/lb
Vg = specific volume of saturated steam = 0.430129 ft^3/lb