Why do hypersonic vehicles lose radio contact during reentry?
The air around the vehicle ionizes into a plasma sheath that absorbs and reflects radio waves, causing the 'communications blackout' until it slows and the plasma thins out.
Clear, concise answers to commonly-asked questions across aerospace, machine learning, quantum mechanics, classical physics, and mathematics — the same topics discussed in the community forum.
The air around the vehicle ionizes into a plasma sheath that absorbs and reflects radio waves, causing the 'communications blackout' until it slows and the plasma thins out.
A ballistic missile follows a predictable arcing path set at launch, while a hypersonic glide vehicle stays in the atmosphere and maneuvers, making its trajectory far harder to predict.
It pushes against its own exhaust: by Newton's third law, throwing mass backward at high speed produces an equal forward thrust, no external medium needed.
Think of a skateboarder throwing heavy bricks — each brick hurled one way shoves them the other. A rocket just throws very hot, very fast 'bricks' of exhaust.
Orbit means falling around the Earth fast enough to keep missing it, so you need roughly 7.8 km/s sideways velocity; most of a rocket's energy goes into speed, not height.
Mostly compression of the air piling up in front of the vehicle, not friction; it heats to thousands of degrees and heat shields ablate or radiate that energy away.
Surfaces can reach up to around 1,650°C (3,000°F) for capsules, and far hotter for high-speed lunar returns, as the compressed air dumps its energy into the vehicle.
A blunt shape pushes a detached shock wave ahead of the vehicle, keeping most of the searing heat in the air rather than in the structure.
Specific impulse measures how much thrust you get per unit of propellant burned; higher values mean more delta-v from the same mass of fuel.
Dropping empty tanks mid-flight sheds dead weight, so the remaining engines accelerate a lighter vehicle and beat the exponential fuel cost of the rocket equation.
They use aerodynamic control surfaces and body lift, sometimes with reaction-control thrusters, shifting the lift vector to pull turns the atmosphere alone could not.
Tsiolkovsky's equation links delta-v to exhaust velocity and mass ratio; because it's exponential, small velocity gains demand disproportionately huge increases in fuel.
A scramjet burns fuel in supersonic airflow, like keeping a flame lit in a hurricane, with only milliseconds for the air to mix and combust.
They fuse radar and satellite tracks with a physics model of the vehicle's dynamics and estimate its likely intent, producing a probability corridor rather than a single point.
Even the thin upper atmosphere creates drag that slowly saps their speed, lowering the orbit until it decays and the satellite reenters.
Above about Mach 5 the shock waves hug the body, the air chemically dissociates, and heating dominates the design, so supersonic models stop being accurate.
Delta-v is the total change in velocity a spacecraft can achieve; every maneuver spends some, so it's the fundamental budget for any mission.
The roughly 100 km altitude often used as the edge of space, where the air is too thin for wings to generate lift and you'd need orbital speed instead.
To borrow the Earth's rotational speed (about 1,670 km/h at the equator), giving a free head start toward orbital velocity.
Liquid engines can be throttled and shut down but are complex, while solid motors are simple and powerful but burn until exhausted once lit.
Ablative shields char and slough away, carrying heat off with the lost material, while reusable tiles insulate and radiate the heat back out.
A spacecraft borrows a tiny bit of a planet's orbital momentum during a close flyby to gain speed without burning fuel.
Space is nearly empty, so there's almost nothing to carry heat away; a craft can only shed heat by radiating it, so its sunlit side can bake.
In an elliptical orbit, apogee is the farthest point from Earth and perigee the closest; a craft moves slowest at apogee and fastest at perigee.
They carry atomic clocks and even correct for relativity — time runs slightly faster for them in weaker gravity — keeping positioning within meters.
Roughly 6,100 km/h at sea level; past Mach 5 the heating and air chemistry shift enough that engineers treat it as a separate flight regime.
AI is the broad goal of machines doing smart tasks, machine learning is AI that learns from data, and deep learning is ML using many-layered neural networks.
A quick mental model: AI is the field, ML is one approach to it, and deep learning is one powerful family of ML.
Overfitting is when a model memorizes the training data instead of the general pattern; you fight it with more data, regularization, dropout, and validation-based early stopping.
A simple tell: if training accuracy keeps climbing while validation accuracy stalls or drops, you're overfitting.
Cross-validation plus a held-out test set is your best early-warning system.
Attention lets each token weigh how much every other token matters to it, so transformers capture long-range relationships in parallel instead of step by step like RNNs.
Deep models have millions of parameters, so without enough varied examples they latch onto noise instead of the real signal and fail to generalize.
It's how a model learns: it nudges its parameters in the direction that most reduces error, taking small steps downhill on the loss surface.
Supervised learning trains on labeled examples to predict an answer, while unsupervised learning finds hidden structure like clusters in unlabeled data.
They predict plausible next tokens from patterns rather than looking up facts, so when a confident pattern is wrong they produce fluent but false statements.
Honestly? Same reason I confidently give directions to places I've never been. 😄
It scores how wrong a prediction is; use cross-entropy for classification, mean-squared-error for regression, and task-specific losses when those don't fit.
It adds the governing equations into the training loss, so the model's predictions must respect known physical laws instead of fitting data blindly.
CNNs excel at spatial data like images using local filters, while RNNs and their gated variants handle sequences by carrying state across time steps.
You learn on the training set, tune your choices on validation, and measure honest performance on the untouched test set so you don't fool yourself.
An embedding maps things like words or images into a vector space where similar items sit close together, letting models reason about meaning numerically.
Evaluate on held-out data, use cross-validation, pick the right metric for the task, and always compare against a sensible baseline.
It trains an agent to maximize reward through trial and error, useful in game-playing, robotics, and control problems where good labels aren't available.
A stack of simple math units loosely inspired by neurons; by adjusting their connection strengths during training, the network learns to map inputs to outputs.
A chatbot is one application of AI; underneath it's a large language model — a neural network trained to predict text — wrapped in a conversational interface.
A setting you choose before training, such as learning rate or number of layers, as opposed to the weights the model learns on its own.
Putting features on similar scales helps training converge faster and stops large-valued features from dominating the model.
Too simple a model underfits (high bias); too complex a model overfits noise (high variance); the goal is to balance the two for the best generalization.
The algorithm that computes how each weight contributed to the error and sends that signal backward through the network so the weights can be adjusted.
Classification predicts a category like spam-or-not, while regression predicts a continuous number like tomorrow's temperature.
Mostly linear algebra, calculus, and probability/statistics — enough to grasp vectors, gradients, and distributions; you can begin applied work with the basics.
Reusing a model trained on a large dataset as a starting point for a related task, so you need far less data and compute.
A GPU does thousands of simple calculations in parallel, which matches the massive matrix math neural networks rely on.
Parameters are the adjustable numbers a model learns; more of them can capture more patterns but demand much more data and compute.
A quantum system can exist in a combination of states at once; until measured, its properties are described by probability amplitudes rather than a single definite value.
The key subtlety: it's not that we just don't know the value — the value genuinely isn't decided until measurement.
You can't know certain paired properties like position and momentum with arbitrary precision at once; sharpening one fundamentally blurs the other.
Entangled particles share correlated outcomes, but because each local result looks random on its own, no usable information actually travels faster than light.
Einstein hated this and called it 'spooky action at a distance' — yet experiments keep confirming it.
Quantum objects show wave-like behavior such as interference and particle-like behavior such as discrete hits, depending on how you observe them.
No; measurement disturbs a quantum system because it physically interacts with it, and 'observer' just means a measuring interaction, not a mind.
Qubits use superposition and entanglement to explore many possibilities at once, giving large speedups for specific problems like factoring and simulation.
A particle can pass through an energy barrier it classically shouldn't, because its wavefunction has nonzero probability on the far side — enabling fusion and transistors.
Copenhagen says measurement collapses the wavefunction to one outcome, while many-worlds says every outcome happens in branching parallel realities.
The no-cloning theorem forbids making an identical copy of an unknown quantum state, which is exactly what makes quantum cryptography secure.
It's the mathematical object encoding everything knowable about a quantum system, and its squared magnitude gives the probability of each measurement outcome.
By encoding data into quantum states it could explore certain high-dimensional patterns more efficiently, though a practical advantage is still being researched.
Interaction with the environment leaks a system's quantum information, collapsing superpositions into ordinary behavior — the main obstacle to stable qubits.
Bell-test experiments rule out local hidden variables, strongly suggesting quantum randomness is fundamental rather than just our ignorance.
Certain quantities, like an electron's energy in an atom, can only take discrete values instead of a continuous range.
No — measuring one particle gives a random local result, so you can't send a chosen message; you still need a normal channel to compare notes.
It's a thought experiment showing how strange it is to scale superposition up to everyday objects — the cat is 'both alive and dead' only until observed.
The quantum version of a bit; instead of only 0 or 1 it can be a superposition of both, which is what gives quantum computers their power.
Yes — lasers, transistors, MRI machines, and LEDs all rely on quantum behavior, even though large objects act classically.
Sending particles one at a time through two slits still builds an interference pattern, showing each particle behaves like a wave until measured.
It treats particles as ripples in underlying fields that fill all of space, unifying quantum mechanics with special relativity.
Its rules — superposition, randomness, entanglement — contradict intuition built from large classical objects, even though the math itself is precise.
An intrinsic, quantized form of angular momentum particles carry; it isn't literal spinning but behaves like a tiny built-in magnet.
When measured, a system's spread of possibilities resolves into one definite outcome, with probabilities set by the wavefunction.
Both descriptions are limits of the same underlying quantum object; which one you see depends on the experiment you run.
The point where a quantum computer solves a specific problem faster than any classical computer could in a reasonable time.
Gravity's pull grows with mass, but so does inertia, the resistance to acceleration; the two cancel, so everything accelerates equally in a vacuum.
Galileo is said to have tested this at Pisa, and Apollo 15 later dropped a hammer and a feather on the airless Moon — they hit the ground together.
Mass is the amount of matter and is constant everywhere, while weight is the gravitational force on that mass and changes with local gravity.
Ignoring air, range is greatest at 45 degrees; horizontal and vertical motions are independent, with gravity affecting only the vertical part.
Momentum is mass times velocity, a vector conserved in all collisions, while kinetic energy is a scalar that's only conserved in elastic ones.
There's no real outward force; your body's inertia wants to go straight while the ride pulls you inward, and that mismatch feels like a push outward.
Forces come in pairs, so if A pushes B then B pushes A equally and oppositely, but the two act on different objects so they don't cancel.
Conservation of angular momentum: reducing their moment of inertia must increase spin rate to keep total angular momentum constant.
Friction resists sliding surfaces, and the microscopic bonds that repeatedly form and break convert kinetic energy into thermal energy.
It trades distance for force: moving a long arm a large distance produces a large force over a short distance at the load, conserving total work.
It changes form rather than vanishing, from chemical to kinetic to heat; 'using' energy really means degrading it into less useful forms.
Gravity constantly pulls it toward Earth while its sideways speed carries it forward, so it's perpetually falling but always missing the ground.
The steady speed a falling object reaches when air resistance exactly balances gravity, so net force and acceleration drop to zero.
The weight of the water above you grows with depth, pressing harder, so pressure rises about one atmosphere every ten meters.
Its spinning angular momentum resists changes in orientation, so an external torque causes slow precession instead of toppling it over.
An object's resistance to changes in its motion; more mass means more inertia, which is exactly what Newton's first law describes.
Speed is just how fast you're going, while velocity is speed with a direction, so it changes when you turn even at constant speed.
Ignoring air, gravity removes speed on the way up and adds the same amount on the way down, so it comes back at equal speed.
Kinetic energy is the energy of motion (½mv²), while potential energy is stored energy of position, like a raised weight ready to fall.
They're in free fall around the Earth along with their ship, so nothing presses up on them — that's the weightless feeling.
The inward force that keeps something moving in a circle; for a turning car it's friction, and for the Moon it's gravity.
The net work done on an object equals its change in kinetic energy, linking force-over-distance directly to speed.
A thin, low-friction layer at the surface means your foot's sideways push isn't resisted, so it slides out from under you.
They convert the car's kinetic energy into heat through friction between the pads and discs until the car stops.
Pushing a system at its natural frequency makes energy build up dramatically — how a swing goes higher, or a bridge can sway dangerously.
More mass means more kinetic energy and momentum, so the brakes must do more work over a longer distance to bring it to rest.
The instantaneous rate of change of a function — the slope of its tangent line at a point, just like speed is the derivative of position.
It accumulates infinitely many tiny pieces, most concretely the area under a curve, and it's the reverse operation of differentiation.
e is the base at which a quantity's growth rate equals its current value, which makes it the natural choice for growth, decay, and calculus.
It means the matrix squashes space into a lower dimension, so it isn't invertible and its columns are linearly dependent.
Permutations count ordered arrangements, while combinations count selections where the order doesn't matter.
They are two names for the same number; their difference is smaller than any positive value, hence zero.
Try it: 1/3 = 0.333..., so 3 × 0.333... = 0.999... = 1. No trick — just two names for one number.
A direction a transformation only stretches or shrinks without rotating, and the eigenvalue is how much it scales along that direction.
Averages of many independent samples tend toward a normal bell curve regardless of the original distribution, which is why bell curves appear everywhere.
Division asks what times the divisor gives the numerator, but with zero there's either no answer or infinitely many, so it's left undefined.
Also because calculators rage-quit and the universe filed a formal complaint. 🙅
Correlation means two things move together, while causation means one drives the other; correlation can come from coincidence or a hidden common cause.
The unit i, the square root of minus one, extends numbers to the complex plane and is essential in signal processing, quantum mechanics, and solving equations with no real roots.
Its partial sums approach a finite limit as you keep adding terms, instead of growing without bound.
It follows from how areas rearrange around a right triangle; many proofs show that a² + b² fills the same area as c².
The value a function approaches as its input approaches some point, and it's the rigorous foundation underneath derivatives and integrals.
Anywhere things change — physics, engineering, economics, machine learning, medicine — to model rates of change and accumulate quantities.
Algebra solves for unknowns in static relationships, while calculus studies how quantities change and accumulate.
A logarithm answers 'what power gives this number?'; it turns multiplication into addition and tames huge ranges like sound (decibels) and earthquakes.
Probability predicts outcomes from a known model, while statistics infers the model from observed data — opposite directions of the same coin.
It's the ratio of any circle's circumference to its diameter and shows up everywhere circles, waves, and oscillations appear.
How spread out data is around the average; small means tightly clustered, large means widely scattered.
A rule that assigns exactly one output to each input — like a machine that takes a number and reliably returns another.
Mean is the average, median is the middle value, and mode is the most frequent; they summarize data differently and handle outliers differently.
It composes transformations and underlies computer graphics, machine learning, and solving systems of equations efficiently.
One happening doesn't change the probability of the other, so their combined probability is just the product of each.
A whole number above 1 divisible only by 1 and itself; primes are the building blocks of integers and secure modern encryption.
Have a question that isn't here? Ask it on the forum →