Well…more absurd.
Maybe I can simplify the question a little bit. Let’s suppose a relative to me and known universe was the size of a pea. Would it appear to me as a solid Mass or would it be an invisible gas
It would look like a solid mass. Jupiter is just a gigantic ball of gas and it looks solid.
We already have that, roughly speaking: it’s called dark matter. It already comes in chunks more than 1000 light-years across.
The only physical effect it has is gravitational. It can change the speed that galaxies rotate at, cause light to bend around it, possibly perturb some orbits, etc. But it is a very subtle influence and barely detectable. Certainly not detectable at any normal human scale.
It doesn’t travel at the speed of light (let alone greater), but it wouldn’t matter much if it did. Neutrinos also barely interact with normal matter and travel at >99% the speed of light, but they’re unnoticeable except via sensitive instruments (despite them being blasted out by the sun in vast quantities).
Back of the envelope calculations suggest that if such an object had the 1% of the density of water, it would collapse into a black hole.
I think it would colapse at a much lower density than that.
According the the wikipedia page, the Schwarzschild density is (3c^2)/(8piGr^2)
In standard m, kg, sec units
c=310^8 G=610^-11 and r=100,000 ly = approx 10^21 m
So the density is less than 10^-16 kg/m^3, which to put things in perspective would be the equivalent of one mushroom spore every 10 cubic meters.
To try to rephrase the question that I think the OP is trying to ask, suppose I shrunk the galaxy to human size and walked into it, what would it be like. The answer is that it would be like rarefied gas. (note its 3am as I’m writing this so math mistakes are possible)
If we shrink 100 thousand light years to a disk 2 meters in diameter, that would shrinking by a factor of 5x10^15, it would be also only be about 2 cm thick.
XKCD has a nice essay which points out that although 99% of the stars are small, the largest 1% make up 99% of the volume. So to make matters easy lets assume that of the 100 billion stars in the galaxy 1 billion of them are the size of Anteres and these are the only ones that count.
So anteres at 410^8 meters would shrink down to 410^-7 meters, or about the size of a virus. Now with 1 billion stars, they would be separated by the distance of a human hair. So you would probably not even notice them.
There would be a few other small galaxy’s scattered around, the closest one being 8 inches way. The next big one (andromeda) would be about 140 feet away.
I blame my envelope (thanks for checking my work)
Perhaps I have misunderstood your calculation, but I don’t think that’s correct. A 2 m x 2 cm disk has a volume of 63e6 mm^3. That’s 0.063 mm^3 per star (dividing by 1e9), which arranged in a cubic lattice would be 0.4 mm separation. That’s quite a bit more than a human hair.
See the posting at 3AM disclaimer above. I think at that point I was just happy to get the right order of magnitude and arrived at 10^-4 meters (1/4 the size you came up with) which is mid ranged human hair width (17-181 μm).
That’s fair. It’s not unheard of for me to compute things with zero significant digits; just the value of the exponent.
i.e. Fermi Estimation (yes I’m working my way through Randall Munroe’s newest book.)
I love you guys!
If there is a lack of significant digits, is that different from zero?
Yes. We are talking here about 0.1, 1, 10, 100, etc. There is a leading 1, of course, but it is not significant, because it is always there–it carries no additional information. It could be some other number, as long as we were consistent, but staying with exact powers of 10 makes the mental math easy.
Computers make use of this trick in floating-point math, where because they are in binary, the leading digit of the fraction part (called the mantissa) can only ever be 1, and therefore isn’t stored.
Right. A 32-bit FP has a 24-bit mantissa stored in 23 bits with an implied high-order 1 – unless the value is denormalized (exponent is 0 and mantissa is non-zero). But in standard written scientific notation, a tiny number still has at least one significant digit (e.g., 1.0 x 10-50), otherwise it is indistinguishable from zero.
Well, zero is a special case (for floating-point math as well). For most Fermi problems, you can ignore it completely. If some part of the calculation did get multiplied by zero, or there was some kind of exact cancellation of terms, then you’d simply ignore that part.