Contact me on matrix chat: @nikaaa:tchncs.de

  • 5 Posts
  • 56 Comments
Joined 2 years ago
cake
Cake day: January 12th, 2024

help-circle








  • I have written a post about exactly this phenomenon, arguing that that’s how most animals/insects see the world (assuming their sense of vision isn’t good enough or they just don’t care to look up). Apparently i was wrong, even insects can see the stars and navigate due to their light (milky way navigation).


  • To put something in orbit, it has to go sideways very quickly. It has to rotate around earth, such that the free-fall causes the curvature of the circle. For Low Earth Orbit, that’s 7 km/s. You have to get it to that speed, just “jumping” isn’t enough. You’d need some kind of railgun or catapult.


  • yeah this idea actually exists, i think it’s called a mass driver, which is essentially a very high-speed rail gun, that shoots objects directly into orbit without the object having to have much of a propulsion system itself.

    This obviously only works if the object isn’t slowed down by atmosphere, which means you’ll have to launch it from high enough up.

    This is where the pyramid comes in. You can, of course, also utilize naturally occurring mountains, if your planet has any. These mountains would have to be rather high, though. Like on earth, maybe 100 km. The highest we have are 8 km.


  • If the planet is massive enough, getting to orbit becomes a real challenge because fuel consumption scales roughly exponentially with the mass of a planet (delta-v formula, rocket equation).

    This leads to an almost sharp cut-off for the maximum mass that a planet can have so that a rocket which utilizes chemical fuel (e.g. methane+oxygen) can still reach orbit successfully. This maximum mass is roughly 10^26 kg.

    For reference: Earth’s mass is around 6*10^24 kg.

    While other propulsion types exist, such as nuclear + ion drive, these propulsion types are significantly more complicated.


    Interestingly, if a planet is too small, it cannot hold an atmosphere. There is a surprisingly sharp cut-off minimum mass for this as well, at roughly 10^21 kg.


  • You know what, i keep thinking that maybe, our universe is the only universe that actually functions. Like, if the universe was in some different way, it either wouldn’t work and we would therefore not exist to observe it, or it would be equivalent to this universe, i.e. maybe not exactly equal, but similar in some way, sothat we could form abstractions and arrive at the same universal laws that we have today. Including quantum mechanics.






  • To be honest, i’m not sure what you want.

    Like, if i was the student, i think i would be extremely confused from this lesson. I would not know what you want from me. I have had my fair share of teachers trying to get me to “just think about something and figure stuff out myself” which mostly amounted to me sitting there in classroom, staring into the air, confused about what the task is, and mostly waiting till the hour is over.

    My brain works differently. When i learn something, before i even start caring about what the topic is, i ask why I’m learning this; and i need to have a proper reason to learn something. The reason needs to be strong enough, and is only strong enough if it is derived from some other, stronger reason. For example, i learned maths because i understood how important it is to grasp the universal, those things that cannot be taken away from us. I grew up in a kinda abusive household, and my mother had a habit of taking away the things that were most precious to me, so i clinged on to maths because i knew that maths was eternal and not dependent on the whims of my mother. That is a clear, practical reason. Maths gives me mental stability, like a skeleton gives stability to the body. It does not shake nor break; for it’s eternal.

    Now, if you want me to play around with polynomials, idk what i would do.

    Typically, when i learn something, i want to know why but also how to learn something. Especially, to express it in an analogy, my brain is like the C programming language. I need to reserve memory manually, it does not happen automatically, and i need to know how much space will be needed beforehand, in other words i need to have a clear understanding of how big a topic will be before i actually start learning it. When i have no idea what i’m getting myself into, then i don’t get into it, because my brain is very very very (i hope i have made this clear enough) bad at learning many small incremental pieces of knowledge. In fact, it’s similar to if you had to put on your jacket, leave the building, go through the cold icy air into the neighboring building each time you want to get yourself a glass of water. Needless to say, you will not drink a lot of water. You will dehydrate. Obviously you would put yourself a large bottle of water into your room, for which you only have to leave the building once. The same applies to me and learning. I have to take very few, appropriately sized portions of knowledge into me at once. Not many many small ones.


  • gandalf_der_12te@discuss.tchncs.detoScience Memes@mander.xyzWhat would you do?
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    13 days ago

    Polynomials:

    They exist because they are efficient to compute. Computers do well with basic arithmetic operations like addition (+) and multiplication (*). The polynomial functions are simply those that you can construct from those two operations, and constant numbers.

    Like consider a polynomial like f(x) = 5x^3 + 3x^2 + 2x + 7

    What it really says is f(x) = 5*x*x*x + 3*x*x + 2*x + 7 and here you can see how it’s all built from + and *.

    This is why polynomials are useful. Because computers have an easy time calculating them. And all modern mathematics is done on computers. All the engineering uses computer simulations, and we want these simulations to run fast on computer hardware, so we make it easy for computer hardware to do. That is why we’re using polynomials wherever we can.


    That is how you explain polynomials to 8th graders. No taylor series / calculus needed.

    If you want to be really fancy you can show the taylor series of the sine and cosine function as a polynomial and how to compute it on a computer. Gives some pretty graphs, is simple and fun.

    Just tell them that polynomials can be used to computer sin and cos functions without going into the details of why that works first.


    Edit: Just to clarify this: Yes i think that explaining why students should learn stuff is extremely important. In fact i tend to say that the only thing that you really have to do is to motivate the students to learn; then the learning happens by itself.

    However note that giving esoteric abstract playful descriptions of things in my opinion does not motivate people to learn stuff. That just makes them go “huh, neat but useless”. Giving real world practical examples fulfills exactly the purpose of giving students a reason to learn stuff. Because seeing how one can solve real problems with the tools, one learns to value the tools.