Question

In: Physics

Stop me if i'm wrong but displacement is, for example, when you enter a bathtub the...

Stop me if i'm wrong but displacement is, for example, when you enter a bathtub the water level rises around you.

What happens when displacement isnt possible?

I'll give an example. I have two blocks off steel, one at the top of a chamber and one at the bottom. there is a gap between the two blocks that is filled with water. There is NO gap between the two blocks and the side of the chamber (the water cannot escape)

What happens when the two block come together, in effect squashing the water? where does the water go?

Solutions

Expert Solution

The blocks of steel and layer of water will just sit there like a sandwich.

If there is nowhere for the water to go, the blocks of steel will not come together. Instead, the water will compress slightly, increasing its pressure. This induced pressure will support the top block of steel.

If you make the top block of steel heavier and heavier, the pressure in the water will continually increase. Eventually you'll see the layer of water shrinking. The water isn't going anywhere; its density is increasing. You'll see a significant effect when the pressure on the water (the weight of the steel block divided by its area) becomes on the order of the bulk modulus of water, about 2*10^9 Pascal or 20,000 atmospheres.

The pressure at the bottom of a deep ocean trench is about 5% of this, so your slab of steel will need to be on the order of thousands of meters tall just to see a few percent change in the size of the water layer.

Eventually, you'll burst the sides of the container you're using, or a tiny gap will form. Then water will come shooting out in a jet.


Related Solutions

So, if Henry's constant is greater then the solubility increases (correct me if I'm wrong), then...
So, if Henry's constant is greater then the solubility increases (correct me if I'm wrong), then why is it that oxygen gas is less soluble in water than carbon dioxide even though the concentration of oxygen is less than carbon dioxide? Given that pressure is the same and using the formula Kh = P/C.
C++ program please, can you show me where I did wrong. I'm trying to print the...
C++ program please, can you show me where I did wrong. I'm trying to print the counter-clockwise spiral form using int *p, but my output turned out weird, thank you void makeSpiral(int *p, int rows, int cols) { int left = 0, value = 1, top = 0; while(left < cols && top < rows) { for(int i = top;i < rows;++i) { *(p+i*cols+left) = value++; } left++; for(int i = left;i < cols;++i) { *(p+(rows-1)*cols+i) = value++; } rows--;...
I'm looking to calculate grades that allows me to enter a number of grades and allows...
I'm looking to calculate grades that allows me to enter a number of grades and allows me to also calculate the average using java script collections/array list. If possible, can someone lead me in the direction on how to go about doing this with some explanation. Thank you !!! My code so far; package com.company; import java.util.*; import java.util.ArrayList; class Main { public static void main(String args[]) { Set names = new HashSet(); names.add("Christopher"); names.add("Pedro"); names.add("James"); names.add("Jess"); } }
correct me if I'm select account names wrong thanks Sales-Related and Purchase-Related Transactions for Seller and...
correct me if I'm select account names wrong thanks Sales-Related and Purchase-Related Transactions for Seller and Buyer Using Perpetual Inventory System The following selected transactions were completed during April between Swan Company and Bird Company: Apr.2. Swan Company sold merchandise on account to Bird Company, $15,100, terms FOB shipping point, 2/10, n/30. Swan Company paid freight of $485, which was added to the invoice. The cost of the merchandise sold was $9,500. 8. Swan Company sold merchandise on account to...
I'm not clear with decompose to 3NF for database. Can someone explain to me with example...
I'm not clear with decompose to 3NF for database. Can someone explain to me with example please?
User is asked to enter a series of numbers. That input will stop when user enters...
User is asked to enter a series of numbers. That input will stop when user enters -9999. Find a maximum number from that series and a minimum number from that series. Output the location of Maximum number and minimum number.  Write a C++ program that asks the user to repeatedly input positive numbers until   -1 is pressed. Your program should print the second largest number and the count of even and odd numbers.  Write a C++ program that asks...
I'm a 80% free throw shooter. You obviously don't believe me and say that I'm not...
I'm a 80% free throw shooter. You obviously don't believe me and say that I'm not that good, and you ask me to prove it. So I shoot 100 free throws and make 50 of them. Can you say with some level of certainty that I'm not a 80% free throw shooter? Why or why not? What if I only shot 10 free throws and made 5. How is that different that above?
Do you have an example when policy implementation went wrong and what would you have done...
Do you have an example when policy implementation went wrong and what would you have done differently if you were the leader of the development and implementation?
Can't figure out what I am doing wrong. Please let me know. Sample output: Please enter...
Can't figure out what I am doing wrong. Please let me know. Sample output: Please enter the name of the weather data file: temperatures.txt Tell me about your crew’s preferred temperature for sailing: What is the coldest temperature they can sail in? 60 What is the hottest temperature they can sail in? 80 Month 1: 93.3 percent of days in range. Month 2: 20.0 percent of days in range. Month 3: 58.1 percent of days in range. Month 4: 100.0...
Can someone tell me what is wrong with this code? Python pong game using graphics.py When...
Can someone tell me what is wrong with this code? Python pong game using graphics.py When the ball moves the paddles don't move and when the paddles move the ball doesn't move. from graphics import * import time, random def racket1_up(racket1):    racket1.move(0,20)        def racket1_down(racket1):    racket1.move(0,-20)   def racket2_up(racket2):    racket2.move(0,20)   def racket2_down(racket2):    racket2.move(0,-20)   def bounceInBox(shape, dx, dy, xLow, xHigh, yLow, yHigh):     delay = .005     for i in range(600):         shape.move(dx, dy)         center = shape.getCenter()         x = center.getX()         y = center.getY()         if x...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT