Title: Introduction, Approximation and Errors
1Introduction, Approximation and Errors
2To find the velocity from acceleration vs time
data, the mathematical procedure used is
- Differentiation
- Integration
3To find velocity from the location vs time data
of the body, the mathematical procedure used is
- Differentiation
- Integration
4Given y sin(2x), dy/dx at x3 is
- 0.9600
- 0.9945
- 1.920
- 1.989
5The form of the exact solution to
is
6Given the f (x) vs x curve, and the magnitude of
the areas as shown, the value of
- -7
- -2
- 12
- Cannot be determined
7A steel cylindrical shaft at room temperature is
immersed in a dry-ice/alcohol bath. A layman
estimates the reduction in diameter by using
and uses the value of the thermal expansion
coefficient at room temperature. Seeing the
graph below, the magnitude of contraction you as
an engineer would calculate would be
8The number of significant digits in 0.0023406 is
9The number of significant digits in 2350 is
10The number of significant digits in 2.30500 is
11The number 6.749832 with 3 significant digits
with rounding is
12The number 6.749832 with 3 significant digits
with chopping is
13The absolute relative approximate error in an
iterative process at the end of the tenth
iteration is 0.007. The least number of
significant digits correct in the answer is
14Three significant digits are expected to be
correct after an iterative process. The
pre-specified tolerance in this case needs to be
less than or equal to
15The error caused by using only a few terms of the
Maclaurin series to calculate ex results mainly
in
- Truncation Error
- Round off Error
16The error caused by representing numbers such as
1/3 approximately is called
- Round-off error
- Truncation error
17(01011)2 (?)10
18(8)10(?)2
19The binary representation of (0.3)10 is
- (0.01001...)2
- (0.10100...)2
- (0.01010...)2
- (0.01100...)2
20In a five bit fixed representation, (0.1)10 is
represented as (0.00011)2. The true error in
this representation most nearly is
- 0.00625
- 0.053125
- 0.09375
- 9.5x10-8
21Smallest positive number in a 7 bit number where
1st bit is used for sign of number, 2nd bit for
sign of exponent, 3 bits for mantissa and 2 bits
for exponent
22Largest positive number in a 7 bit number where
1st bit is used for sign of number, 2nd bit for
sign of exponent, 3 bits for mantissa and 2 bits
for exponent
23The machine epsilon in a 7 bit number where 1st
bit is used for sign of number, 2nd bit for sign
of exponent, 3 bits for mantissa and 2 bits for
exponent
24Taylor series is only valid for
- small values of h
- function and all its derivatives being defined
and continuous at x - function and all its derivatives being defined
and continuous in x,xh
25Five bits are used for the biased exponent. To
convert a biased exponent to an unbiased
exponent, you would
- add 7
- subtract 7
- add 15
- subtract 15