Parametric Equations The Point?

DecayProduct
Messages
67
Reaction score
0
I have found a lot of information about how to solve and graph parametric equations, but what I want to know is, what is the point, or why do they exist at all? The way I have seen it explained is that both x and y are stated in terms of another "term", usually t. But if I can state x and y in terms of t, shouldn't I be able to state t in terms of x, and therefore y in terms of x, like we are used to with Cartesian coordinates?

I read something on Wikipedia that described the parameter, t, something like this:

"the speed of a car is akin to the dependent variable, and the gas pedal is the independent variable. Press the pedal, the car goes a certain speed. Change the mechanical linkages, and you have changed a parameter by which the dependent relates to the independent"

Ok, so that sounds like, y = x in one setting, and changing the "parameters" would be like changing how y relates to x: like y = 2x. I'm having trouble actually articulating the question! So, what's the point? Why do they exist? What makes it any different than just using x to define the function(s)?
 
Mathematics news on Phys.org
They are used when you have multiple depedent variables.

A simple example would be two dimensional projectile motion. Both the horizontal and verticle displacement depend on the parameter time. A text on multivariable calculus should provide a sufficient explanation.
 
Good example: x=cos(t), y=sin(t). There is no 'nice' way to write y in terms of x such that you still get a full circle. When you do stuff like differentiation on a curve like a circle, you don't want to have to deal with the case of whether y is positive or negative, and a third case in case y=0
 
Parametric curves can fold, wrap, or cross. Try plotting

x = 26t^3 – 40t^2 + 15t - 1
y = -4t^2 +3t

where t is between 0 and 1. It would be a chore to solve the 2nd equation for t and substitute into the 1st. Much easier to leave it in parametric form. Also, parametric equations can have vertical slope. They are used for many purposes, such as CAD programs and for representing fonts.

http://en.wikipedia.org/wiki/Bézier_curve
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

Similar threads

Back
Top