Convert parametric equation into f(x,y,z)

  • Context: Undergrad 
  • Thread starter Thread starter meiskam
  • Start date Start date
  • Tags Tags
    Convert Parametric
Click For Summary

Discussion Overview

The discussion revolves around the challenge of converting a set of parametric equations into a single function f(x, y, z). Participants explore the feasibility of this conversion and the underlying mathematical principles involved.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant expresses difficulty in converting the parametric equations x=(2+cos(3t))*cos(2t), y=(2+cos(3t))*sin(2t), z=sin(3t) into a function f(x, y, z) and questions if it is even possible.
  • Another participant suggests using the relationship x^2 + y^2 = (2 + cos(3t))^2 and proposes a method involving algebraic manipulation to express z in terms of x and y, while noting the potential need for a specific branch of the function.
  • Some participants question the intent behind the conversion, discussing whether the goal is to create a function that returns t from x, y, z or to establish a direct relationship among them.
  • A participant raises the question of general conditions or theorems that determine when a set of parametric equations can be combined into a single equation, mentioning prerequisites like local solvability and the relationship between the number of parameters and equations.
  • Another participant discusses the concept of parameterization in geometry and questions whether every parameterization leads to an implicit function, citing the example of a line in three-dimensional space.
  • Further contributions suggest using inverse function theory and branch cuts to manage complex relationships among parameters, emphasizing the importance of understanding the domain and potential inverses in the process.

Areas of Agreement / Disagreement

Participants express varying viewpoints on the feasibility of converting the parametric equations into a single function, with no consensus reached on the methods or conditions necessary for such a conversion. The discussion remains unresolved regarding the best approach and the underlying principles involved.

Contextual Notes

Participants highlight the complexity of the problem, including the need for specific branches in functions and the implications of parameterization in geometry. There are unresolved questions about the general conditions for combining parametric equations.

meiskam
Messages
1
Reaction score
0
I'm attempting to convert the following parametric equation into into one f(x, y, z), and am running into difficulty. (Is it even possible?) Can I get some help?

x=(2+cos(3t))*cos(2t)
y=(2+cos(3t))*sin(2t)
z=sin(3t)
 
Last edited:
Physics news on Phys.org
meiskam said:
I'm attempting to convert the following parametric equation into into one f(x, y, z), and am running into difficulty. (Is it even possible?) Can I get some help?

x=(2+cos(3t))*cos(2t)
y=(2+cos(3t))*sin(2t)
z=sin(3t)

Hey meiskam and welcome to the forums.

For this problem, what sticks out to me is to use x^2 + y^2 = (2+cos(3t))^2 and then use the fact that z = SQRT(1 - cos^2(3t)) => SQRT(1 - z^2) = cos(3t) which you can plug into the RHS which gives you:

x^2 + y^2 = (2 + SQRT(1 - z^2))^2 which you can expand out using algebra.

One cautious note though is that you might need to use a particular branch, but apart from that I think this should be ok.
 
meiskam:

I don't understand what you are trying to do.

Right now, you seem to have a function f(t) that returns a tuple (x,y,z)

are you trying to put together a function f() to which you are going to pass (x,y,z)? and possibly return t? or what? 'cause I don't think any random choice of x,y,z is going to work.

or I may be misunderstanding the entire thing.
 
gsal said:
meiskam:

I don't understand what you are trying to do.

Right now, you seem to have a function f(t) that returns a tuple (x,y,z)

are you trying to put together a function f() to which you are going to pass (x,y,z)? and possibly return t? or what? 'cause I don't think any random choice of x,y,z is going to work.

or I may be misunderstanding the entire thing.

He is trying to describe an equation that relates x, y, and z in one equation.

As an example consider x = sin(t), y = cos(t). The equation for this is x^2 + y^2 = 1 from the common trigonometric identity.
 
Does anybody know if there is a general condition or a theorem which determines when it is possible to combine a set of parametric equations into a single one? To begin with, local solvability should be a prerequisite, right? Then if n the number of the parameters and m the number of the parametric equations must at least be n=m-1.
What else?
 
Trifis said:
Does anybody know if there is a general condition or a theorem which determines when it is possible to combine a set of parametric equations into a single one? To begin with, local solvability should be a prerequisite, right? Then if n the number of the parameters and m the number of the parametric equations must at least be n=m-1.
What else?

Try finding where an inverse mapping exists through the inverse function theorem and along the same lines, consider tensor theory to find the minimum number of parameters for the given the system.

Once you have an orthogonal basis, then that becomes your parameterization.

For example in a surface you will have two vectors u and v (let's say its in three dimensional space).

So you will have u = i*f(x,y) + j*g(x,y) + k*h(x,y) and similarly for v where u . v = 0 and i,j,k are the standard basis vectors for R^3.

Once you have these two-vectors, that becomes your parameterization, and your surface in this case will be u(x,y) + v(x,y) where u and v are vectors as a function of x and y (and u.v = 0 for all possible u and v given an x and a y).
 
I think what you describe is how to parametrize a geometrical object.

Does every parametrization leads to an implicit function? For instance a line in three dimensions cannot be described implicitly.


Moreover I'm not sure what do you mean by that:
chiro said:
consider tensor theory to find the minimum number of parameters for the given the system.
 
Trifis said:
I think what you describe is how to parametrize a geometrical object.

Does every parametrization leads to an implicit function? For instance a line in three dimensions cannot be described implicitly.

Moreover I'm not sure what do you mean by that:

Actually I misread your OP: you want to go the other way instead of what I am saying.

If you want to find an f(x,y,z) just do a substitution.

Knowing where the inverse function branch cuts are tells you how to divide up the domain.

Since you are guaranteed to have an inverse function in a particular interval, it means you can invert things like sin(2x) where sin^-1(sin(2x)) = 2x and as a result you can pair up term, collect them together and then get a relationship between all of them.

The point is to do this kind of thing and get an equation involving all them to equal 0 and that's your equation.

You don't have to make branch cuts depending on your function, but when you get something really complex where connecting the different parameters is non-trivial, then using branch cuts will guarantee inverses in that region and that makes it a lot easier when you want to consider how to connect things together that don't have an obvious link other than when you take an inverse.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 33 ·
2
Replies
33
Views
5K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
2
Views
1K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 12 ·
Replies
12
Views
5K