If 80% of a piece of wood is submerged in water before oil is added, find the fraction submjerged when oil with a density of 781 kg/m^3 covers the block. (Don't neglect the buoyant force of air before the oil is added).

I thought to find the density of wood by setting the % submerged to density of wood/density of fluid (water). Then I was going to use the same equation, now using that found density of the wood and substituting the density of the oil for the fluid, but that method gives me over 100% submerged, which can't be right. Any suggestions?

Here are the facts: An object displaces fluid, a bouyant force is created that equals the weight of the displaced fluid.

Before oil:
bouyant force= .8*volume*densitywater + .2*volume*densityair
of course this is equal to the weight of the wood.
After oil:
bouyant force= x*volume*densitywater + (1-x)*volume*density oil. This again equals the weight of the block.

Set the two weights equal. Solve for x

THANK YOU SO MUCH!!!!

To solve this problem, you can apply the principles of buoyancy. The buoyant force experienced by an object submerged in a fluid is equal to the weight of the fluid displaced by the object.

Before the oil is added, 80% of the wood is submerged in water, while 20% is above the water level. We need to consider the buoyant force created by both the water and the air.

Let's assume the density of the wood is ρ_wood (unknown), the density of water is ρ_water = 1000 kg/m^3, and the density of air is ρ_air = 1.225 kg/m^3.

The buoyant force before the oil is added can be expressed as:
Buoyant force = (0.8 * volume submerged in water * ρ_water) + (0.2 * volume above water * ρ_air)
= (0.8 * V * ρ_water) + (0.2 * V * ρ_air)

In this case, the buoyant force is equal to the weight of the wood.

After the oil is added, a fraction, let's call it x, of the wood will be submerged in water, while the remaining fraction (1 - x) will be covered by the oil.

The buoyant force after the oil is added can be expressed as:
Buoyant force = (x * volume submerged in water * ρ_water) + ((1 - x) * volume covered by oil * ρ_oil)
= (x * V * ρ_water) + ((1 - x) * V * ρ_oil)

In this case, the buoyant force is still equal to the weight of the wood.

Now, by setting the two buoyant forces equal to each other and solving for x, you can determine the fraction of the wood submerged when the oil with a density of 781 kg/m^3 covers the block.

(0.8 * V * ρ_water) + (0.2 * V * ρ_air) = (x * V * ρ_water) + ((1 - x) * V * ρ_oil)

Simplifying the equation:

(0.8 * ρ_water) + (0.2 * ρ_air) = x * ρ_water + (1 - x) * ρ_oil

0.8 * 1000 + 0.2 * 1.225 = x * 1000 + (1 - x) * 781

Now, solve for x.