#calculus

5 messages · Page 1 of 1 (latest)

proud palm
#

What conditions should I keep in mind to know if I can go from a graph written in parametric form to a Cartesian one?

atomic roverBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
timid gale
#

do you mean :
we have some function f(t)=(x(t), y(t)) or say the graph G(f, a, b, c, d) = {(x(i),y(j)) : i in [a, b], j in [c, d]} etc. you ye the point.
Now we convert this to some function of the form :
y=f(x) like we usually have. If yes, you just have to check if there's multiple values of y for some x which contradicts f (a relation) being functional. To do this look back to the original parametric : f(t) = (x(t),y(t)) and just check that is there some m, n such that x(m)=x(n) but y(m)≠y(n), geometrically it'd just mean that at some x-coordinate it has two y values, which we can't make into a function.