Lab 5
Lab 5
Lab 5
Bomb Calorimeter
December 1, 2022
Raul Santamaria
Rrs119@miami.edu
1
Tab le of Co nt ent
Abstract: ........................................................................................................................................ 3
Theory: ........................................................................................................................................... 4
Equipment: .................................................................................................................................... 7
Method: .......................................................................................................................................... 8
Results: ......................................................................................................................................... 10
References:................................................................................................................................... 16
Calculations: ................................................................................................................................ 17
Appendix:..................................................................................................................................... 19
2
Abstract:
The experiment's goal was to use a bomb calorimeter to measure the increased heating value of an
unidentified fuel. The fuel's average heating value is 12703.22 2428.41Cal/g, according to our
calculations. We also utilized a t-test to assess if the fuel used during the experiment was gasoline,
as we failed to reject the null hypothesis that the experimental heating value is equal to the
theoretical value of 11089.87 Cal/g. Figure 2 shows how the initial temperature stays constant up
to combustion, which causes a rise in temperature within the bomb calorimeter, and that the system
3
Theory:
The objective of the experiment is to be able to determine the higher heating value from an
unknown fuel. In order to calculate the higher heating, we carried a control combustion inside a
bomb calorimeter, that measure the heat transfer as the temperature rise occurred during the
combustion. The bomb calorimeter allows us to have control variables such as the amount of fuel,
volume of the water bath, pressure inside the calorimeter, which in turn standardizes the test
The water bath surrounding the bomb calorimeter functions as an isolator to prevent heat losses to
the surrounding, hence the following equation describe the heat transfer inside the bomb
calorimeter.
Where:
4
The higher heating value of a fluid is obtained from the following equation:
where:
The heat produce by the wire is describe using the following equation:
Where:
The following equation is used to compute the heat transfer from the water.
5
𝑊𝑊3 = 𝑐𝑐𝑤𝑤 (𝑚𝑚2 + 𝑚𝑚3 )(𝑇𝑇2 − 𝑇𝑇1 ) (4)
Where:
Based on the previous equations the higher heating value of the fuel is:
𝑐𝑐𝑤𝑤 (𝑚𝑚2 + 𝑚𝑚3 )(𝑇𝑇2 − 𝑇𝑇1 ) − (𝐿𝐿1 − 𝐿𝐿2 )ℎ𝑛𝑛 𝑄𝑄(𝑇𝑇2 − 𝑇𝑇1 ) − (𝐿𝐿1 − 𝐿𝐿2 )ℎ𝑛𝑛
ℎ𝑓𝑓 = = (6)
𝑚𝑚1 𝑚𝑚1
Where:
6
Equipment:
The specifications of the equipment used during the experiment were listed in full in the table
below.
Digital Scale Tree HRB 10001 0-3000 grams 0.01 grams 0.1 grams
Stopwatch iPhone NA NA NA
7
Method:
a. Make sure the wire can be fully submerged on the fuel without making contact
10. Place the bomb calorimeter inside the water bath and close the cover
8
Figure 1: Fuel Container, Nickel Wire and Calorimeter Lid
9
Results:
As we can see in the graph above the initial temperature remain constant, until the combustion of
the fuel occurs and generates a temperature spike around the 180 second mark. After the
combustion, the temperature inside the bomb calorimeter reaches steady state once again.
10
Table 2: Higher Heating Value for All Groups
Tue_Gr1 9569.19
Tue_Gr2 10912.94
Tue_Gr3 10582.20
Tue_Gr4 10128.21
Tue_Gr5 19886.13
Thur_Gr1 12020.48
Thur_Gr2 17288.28
Thur_Gr3 12795.50
Thur_Gr4 11146.07
Mean 12703.22
On the table above we can see the higher heating value obtain by all 9 different groups, we obtained
Null Hypothesis 0
11
We compared fuel’s higher heating value obtained from the experimentation against the expected
value for gasoline (petrol) using the t test for a single mean sample. We tested the null hypothesis
that the data obtained from the bomb calorimeter comes from a normal distribution with mean
equal to theoretical heating value of gasoline(11089.87 Cal/g ). We can see from the table, at 97%
confidence level the fuel used during the experiment was gasoline (based on the theoretical value
12
Error Analysis:
The t-distribution depicts the area between the sample and the total number of standardized data
sets. Setting three criteria allows you to perform a two-tailed t-test to statistically assess the
hypothesis. As can be seen, bounds 1 and 3 show that the sample mean is within the range of the
theoretical mean.
Figure 3: t distribution
Bias errors resulting from instrument faults and precision mistakes resulting from human
involvement are the two primary sources of inaccuracy in measurements. The following formula
can be used to compute the precision error from the t-test with 95% confidence:
13
𝜎𝜎
𝑃𝑃𝑃𝑃 = �𝑡𝑡𝛼𝛼 , 𝑣𝑣� × (8)
2 √𝑛𝑛
Where:
In the following table we can see the mean heating value of the fuel, the standard deviation, and
the precision error. Since we previously established the fuel used during the experiment was
gasoline, we can determine the data has a percentage error of 12.7% based on the theoretical value
14
Summary and Remarks:
The experiment's goal was to use a bomb calorimeter to measure the increased heating value of an
unidentified fuel. We determine the fuel has an average heating value of 12703.22 ± 2428.41Cal/g.
We also performed a t-test to determine if the fuel used during experimentation is gasoline, as we
fail to reject the null hypothesis that experimental heating value is equal to the theoretical value of
11089.87 Cal/g. We also observe from figure 2, how the initial temperature remains constant until
the combustion, which generates a temperature spike inside the bomb calorimeter, and later on the
15
References:
ASTM. "Stand ard Test Met hod for H eat of Com bustion o f Liquid H ydr o car bon Fuels by B
omb C alori met er." 1 November 20 19. PDF. 1 De cember 202 2. <https://l earn-us-
rn.xythos.prod/5a33ed4 744755/39130.
Fuels - Hig her and L ower Calo rific Va lues. 2003. On line. 30 No vember 2022. <https://w
%20Value%20-,heat%20contained%20in%20the%20wa ter%20vapor%20i
s%20recovered>.
16
Calculations:
MATLAB code:
clc
clear all
format bank
Data Import
% Set up the Import Options and import the data
opt s = spread sheetI mpor tOptio ns("N um Vari ables", 10);
Graph
figure(1)
hold all
plot(BucketTemperature,"Times","Tue_Gr1",'LineWidth',2)
plot(BucketTemperature,"Times","Tue_Gr2",'LineWidth',2)
plot(BucketTemperature,"Times","Tue_Gr3",'LineWidth',2)
plot(BucketTemperature,"Times","Tue_Gr4",'LineWidth',2)
plot(BucketTemperature,"Times","Tue_Gr5",'LineWidth',2)
plot(BucketTemperature,"Times","Thur_Gr1",'LineWidth',2)
plot(BucketTemperature,"Times","Thur_Gr2",'LineWidth',2)
plot(BucketTemperature,"Times","Thur_Gr3",'LineWidth',2)
plot(BucketTemperature,"Times","Thur_Gr4",'LineWidth',2)
ylim([0 inf])
title("Bucket Temperature","FontSize",25)
ylabel("Temperature [C]","FontSize",20)
xlabel("Time [s]","FontSize",20)
set(groot,'defaultLineLineWidth',2.0)
legend(["TueGr1", "TueGr2", "TueGr3", "TueGr4", "TueGr5", "ThurGr1", "ThurGr2", "ThurGr3",
"ThurGr4"],'Location','best','Orientation','horizontal','FontSize',20)
17
Error Analysis
hfs = [95 69.19,10912 .94,1 0582.2 0,10128 .21,19 886.13,1202 0.48,1728 8 .28,127 95.50,11 1
46.07];
hfTheo = hfTheo* R;
[ho,p,ci] = ttest(hfs,hfTheo,'Alpha',alpha);
fprintf('H0 = %1.0f, P(hf>|hf theo|) = %1.2f \n',ho,p)
fprintf('Confidence Interval = %8.2f < hf < %8.2f \n', ci(1),ci(2))
fprintf('hf = %8.2f +/- %4.2f [Cal/g] \n',mean,PE)
18
Appendix:
19
Figure 5: Bo mb Calori meter Data P ost E xper iment
20
Table 5: Raw Temperature Data
21