How to parameterize an equation with 3 variables
Hello everyone, I'm currently working on a project explorting how to find the distance between two points along a curve. My first method is try create a plane cutting through the surface and both points thus allowing me to create a new equation with only two variables and solving for the arclength. However does anyone know if its possible to create parametric equations of a surface: x^2=1/(y^2+z^2)?
Thank you
Answer
- The questioner was satisfied with and accepted the answer, or
- The answer was evaluated as being 100% correct by the judge.

-
Leave a comment if you need any clarifications.
-
thank you for such a quick answer, if I may ask, if I want to use the arclength formula wouldn't I need a vector function for example r(t)=(f(t),g(t),h(t)? Is that possible
-
This is a surface. Arc length formula is for paths. So it does not make sense to use arc length formula for a surface.
-
So if I take two points on this surface, it isn't possible to trace the path and then arclength between those two points along the surface? I'm still satisfied with the answer thank you
-
There would be infinite such paths. If you want the shortest path, yes, there will be shortest paths, but that is a very complicated question that need high level geometry.
-
Ok, thank you anyway, if its that hard I think its better I stay away from finding the shortest path, does it involve geodesics or is that only for spheres?
-
They are called geodesics, but get very complicated on surfaces other than spheres.
- answered
- 1229 views
- $2.00
Related Questions
- How to properly write rational exponents when expressed as roots?
- Let $ X = x i+ y j+z k$, and $r=||X||$. Prove that $\nabla (\frac{1}{r})=-\frac{X}{r^3}.$
- Compute $\lim_{n \rightarrow \infty} \ln \frac{n!}{n^n}$
- Compute $\lim _{n \rightarrow \infty} \frac{1}{n}\ln \frac{(2n)!}{n^n n!}$
- How do you prove that when you expand a binomial like $(a+b)^n$ the coefficients can be calculated by going to the n row in Pascal's triangle?
- Calculus Integral Questins
- Differentiate $f(x)=\int_{\sqrt{x}}^{\arcsin x} \ln\theta d \theta$
- Multivariable Calc: Vector equations, parametric equations, points of intersection