Log in Sign up
Back to Discover
🔢

Parametric equation

math Maturity 7-9

We can use math to show how things move.

Animated Parametric Function.webm
Animated Parametric Function.webm
It can show a path through the air. It can even show a shape. This helps us draw lines on a screen. It helps us see where things go. Can you see the shapes move?
Butterfly transcendental curve.svg
Butterfly transcendental curve.svg

48 words

Imagine a tiny dot moving on a page.

Animated Parametric Function.webm
Animated Parametric Function.webm
We can use math to track its path. This path is called a curve. Often, we use time to show this movement. The math tells us where the dot is at each moment.

Sometimes, math can show more than just a line. It can show a flat surface.

Butterfly transcendental curve.svg
Butterfly transcendental curve.svg
It can even show shapes in space. This helps us draw things on a computer. It can also show how a shape like a circle works. These math rules help us see the world.
Lissajous curve 3by2.svg
Lissajous curve 3by2.svg

97 words

Imagine a tiny dot moving across a page.

Animated Parametric Function.webm
Animated Parametric Function.webm
We can use math to track its path. This path is called a curve. A parametric equation is a way to do this. It uses a special variable called a parameter. Often, this parameter is time. The equations tell us where the dot is at any moment.

Math can show more than just lines. If we use two parameters, we can describe a surface. A surface is a flat or curved shape, like a sheet of paper.

Butterfly transcendental curve.svg
Butterfly transcendental curve.svg
We can even use math to describe shapes in space. For example, a helix is a shape that looks like a coil.

These equations are very useful. Scientists use them in kinematics, which is the study of how things move. Engineers also use them in computer design. This helps them draw shapes on a computer screen. These math rules help us map out the world around us.

157 words

Imagine a tiny dot moving across a piece of paper.

Animated Parametric Function.webm
Animated Parametric Function.webm
To know exactly where that dot is, we need more than just one number. We use a special tool called a parametric equation. This tool uses a helper variable called a parameter to track several quantities at once. Usually, this parameter represents time. By knowing the time, we can find the exact coordinates of a point. When a single parameter moves a point, it creates a path called a parametric curve.
Butterfly transcendental curve.svg
Butterfly transcendental curve.svg

Parametric equations can describe many different shapes. If we use one parameter, we can draw a line or a circle. For a circle, we use math to find every point on its edge. If we use two parameters, we can describe a surface. A surface is a shape like a sheet of paper or a ball. For example, a torus is a surface that looks like a donut. We can even use these equations to describe a helix. A helix is a three-dimensional curve that looks like a coil or a spring.

Mathematicians have used these ideas to solve many different puzzles. One famous example involves right triangles. Euclid found a way to use parameters to find triangles with whole number sides. These are called coprime integers when they have no common factors. We can also use parameters to describe Lissajous curves. These curves look similar to ellipses but have different patterns. These shapes are formed when different waves are not in phase with each other.

There are many specific types of curves we can name. A parabola is a simple curve that can be described with a free parameter. An ellipse is a stretched-out circle with a major and minor axis. We can also find hyperbolas, which can open east-to-west or north-to-south. Some shapes are even more complex, like a hypotrochoid. This is a curve made by a small circle rolling inside a larger fixed circle. Each of these shapes has its own special set of equations.

These math tools are very useful in the real world. Scientists use them in kinematics to study how objects move through space. They can use the equations to find an object's velocity and acceleration. Engineers also use them in computer-aided design, or CAD. This helps them draw and rotate shapes on a computer screen. Parametric equations make it easy to generate points for a plot. They help us turn math into the digital shapes we see every day.

413 words

{ "text": "A parametric equation is a mathematical way to express multiple quantities, such as coordinates, as functions of one or more variables. These variables are called parameters. In many cases, a single parameter is used to describe the trajectory of a moving point. This parameter often represents time, denoted as $t$. When a single parameter moves a point, the resulting path is called a parametric curve.

Animated Parametric Function.webm
Animated Parametric Function.webm
If two parameters are used, the point describes a surface, which is known as a parametric surface. The collective set of equations is called a parameterization or a parametric representation of the object.\n\nParametric equations work by linking each coordinate to the parameter. For a curve in a two-dimensional plane, you might have one equation for $x$ and another for $y$. Both equations depend on the same parameter $t$. To find a specific point on the curve, you simply plug a value for $t$ into both equations. This method is highly effective for generating points to create a plot. In higher dimensions, parametric equations can describe complex objects called manifolds or algebraic varieties. The number of parameters used matches the dimension of the manifold. For example, a one-dimensional curve uses one parameter, while a two-dimensional surface uses two.\n\nThere are many different types of parametric curves. A circle can be defined using trigonometric functions like sine and cosine. For a unit circle, the equations are $x = \cos(t)$ and $y = \sin(t)$. An ellipse is similar but uses different values for its major and minor axes. A parabola can also be parameterized simply by using a free parameter. More complex shapes include the Lissajous curve, which is similar to an ellipse but uses sinusoids that are not in phase. Another interesting shape is the hypotrochoid. This curve is traced by a point on a small circle as it rolls inside a larger, fixed circle.\n\nParametric equations can also move into three-dimensional space. A common example is the helix, which looks like a coil or a spring. A helix can be described by equations for $x$, $y$, and $z$. In this case, the $x$ and $y$ equations are the same as those for a circle, but the $z$ equation allows the point to rise as the parameter increases. For surfaces, a torus is a famous example. A torus is a surface that looks like a donut. It is defined using two parameters that allow the point to move around the small circle of the tube and the large circle of the hole.\n\nSometimes, mathematicians want to turn these equations into a single equation without parameters. This process is called implicitization. If you can solve one equation for the parameter, you can substitute that expression into the other equation. This results in an implicit equation involving only the coordinates. For a circle, the Pythagorean trigonometric identity can be used to implicitize the parametric equations. In more difficult cases involving rational functions, mathematicians use a method called resultant computation. For very high-dimensional problems, they may use a technique called Gröbner basis computation to find the implicit form.\n\nThese mathematical tools have significant real-world applications. In kinematics, which is the study of motion, parametric equations describe the paths of objects. By using time as the parameter, scientists can represent an object's position as a vector-valued function. They can then use calculus to find the object's velocity and acceleration.
Butterfly transcendental curve.svg
Butterfly transcendental curve.svg
Engineers also rely on these equations in Computer-Aided Design, or CAD. In CAD, different representations like explicit, implicit, and parametric are used. Parametric representations are particularly useful because they are excellent for generating points and plotting curves on a computer screen.\n\nFinally, parametric equations solve problems in other mathematical fields. In integer geometry, Euclid used parameterization to find right triangles with sides that are coprime integers. This means the lengths are whole numbers that share no common factors. Parametric equations are also used to solve underdetermined linear systems. These are systems of equations that have more than one solution. By selecting certain unknowns as parameters, all possible solutions can be expressed as a parametric equation. This is often done using a method called Gaussian elimination to find a reduced row echelon form.", "media": [ "File:Animated_Parametric_Function.webm", "File:Lissajous_curve_3by2.svg", "File:Parametric_helix.svg", "File:Butterfly transcendental curve.svg" ] }

703 words
🖼️ Images & Media (4)
File:Butterfly transcendental curve.svg
Butterfly transcendental curve.svg
File:Lissajous curve 3by2.svg
Lissajous curve 3by2.svg
Animated_Parametric_Function.webm
File:Parametric Helix.svg
Parametric Helix.svg
Up Next
🔢
Curve
Math
More to explore

What is Nepedia?

A free, ad-free encyclopedia for children. Every article is written at five reading levels, so the same page works for a five-year-old and a fifteen-year-old — use the level switcher above to see this one change. No account needed to read.