CE 3305 Engineering Fluid Mechanics
Spring 2024 Exercise Set 5

LAST NAME, FIRST NAME

R00000000


Purpose :

Application of bouyancy and stability.

Assessment Criteria :

Completion, plausible solutions, use of Jupyter Notebook as a calculator/documentation method


Problem 1.

A block of material of unknown volume is submerged in water and found to weigh 300 N (in water). The same block weighs 700 N in air.

Determine:

  • the volume of the material.
  • the specific weight of the material.
In [22]:
# sketch here
In [23]:
# list known quantities
In [24]:
# list unknown quantities
In [25]:
# governing principles
In [26]:
# solution (step-by-step)
In [27]:
# discussion

Problem 2.

Figure 1 is a schematic of a balance to weigh an object submerged in a liquid. The cube ($L= 60~mm$) is suspended in carbon tetrachloride and is exactly balanced by an object of mass $m_1 = 700~g$

Figure 1: Balance Beam Schematic

Find the mass $m_2$ of the cube

In [43]:
# sketch here
In [44]:
# list known quantities
In [45]:
# list unknown quantities
In [5]:
# governing principles
In [6]:
# solution (step-by-step)
In [7]:
# discussion
In [ ]: