A parametrische Gleichung is a way of expressing a mathematical curve by using parameters to define the coordinates of the points on that curve. Instead of a standard equation of the form y = f(x), parametric equations use one or more variables, often denoted as t, to describe the x and y coordinates. For example, a circle can be represented parametrically by the equations x = r * cos(t) and y = r * sin(t), where r is the radius and t varies from 0 to 2π.
This method allows for a more flexible representation of curves, particularly when dealing with more complex shapes or when the relationship between x and y is not easily expressed as a single function. In three dimensions, parametric equations can also define surfaces or paths by introducing a third parameter for the z coordinate.
Parametrische Gleichungen werden in verschiedenen Bereichen wie physics, engineering, and Computergrafik, allowing for the modeling of motion, representation of curves and surfaces, and the generation of complex shapes in 3D-Grafik. They facilitate easier calculations for arc length, surface area, and other geometric properties as well.