analytic inverse kinematics
Analytic inverse kinematics means solving the backward problem — what joint angles put the hand at the target? — with an exact formula, worked out once with pen-and-paper geometry and algebra. Instead of letting the computer grope toward the answer, you derive a tidy equation (a closed form) into which you plug the desired position and orientation, and out come the joint angles directly. It is the difference between using the quadratic formula to solve an equation in one clean step versus trying numbers over and over until one fits.
Its great virtues are speed and certainty: the answer appears almost instantly, the same target always gives the same result, and the method lists every possible solution at once — for a typical robot arm, a handful of distinct "elbow up / elbow down" type configurations. That makes it the preferred choice for robots that must react in real time, like fast pick-and-place machines on a production line. The catch is that a closed-form solution only exists for arms with cooperative, special geometry. Most classic six-joint industrial arms qualify thanks to a clever design where the last three joint axes meet at a single point (a so-called spherical wrist), which neatly splits the hard problem into an easier position part and an orientation part. Arms without such friendly structure cannot be solved this way and must fall back on the numerical approach.
A six-joint welding robot with a spherical wrist can compute, in microseconds and with a fixed formula, the up to eight distinct arm postures that all reach a given weld point.
Special wrist geometry makes an exact, all-at-once IK formula possible.
"Closed form" means a direct formula you can evaluate in one shot, as opposed to a loop that improves a guess step by step.