How I can find a parametrization of this curve $\begin {cases}x^2+y^2+z^2=1 \\ x+y+z=1\end {cases}$ ?
2026-04-03 20:51:00.1775249460
Parametrization of a circle
316 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in CURVES
- Studying regular space curves when restricted to two differentiable functions
- The problem in my proof that if $\beta(s)=\alpha(-s)$ then the torsions of the curves satisfies $\tau_{\beta}(s)=-\tau_{\alpha}(-s)$
- Given a circle, can i assume that the point where all the normals went thought and the point where all the tangents are equidistants are the same?
- Function determining temperature of points along a curve (find local maxima temp & local minima temp)
- Reference for $L$-functions of curves
- About the Green's Theorem
- inhomogeneous coordinates to homogeneous coordinates
- Can the relocation of one control point of a NURBS curve be compensated by an adjustment of some weights?
- $\| \gamma'(t) \|$ = constant for all $t$, if and only if $\gamma''(t)$ is normal to the tangent vector space for all $t$.
- proving that a curve with constant curvature contained in a sphere its a circle
Related Questions in PARAMETRIZATION
- How might I find, in parametric form, the solution to this (first order, quasilinear) PDE?
- parameterization of the graph $y=x^2$ from (-2,4) to (1,1)
- How can I prove that the restricted parametrization of a surface in $\mathbb{R}^{3}$ ia a diffeomorphism?
- Is it possible to construct the equation of a surface from its line element?
- Arc length of curve of intersection between cylinder and sphere
- Variational Autoencoder - Reparameterization of the normal sampling
- Sweet spots for cubic Bezier curve.
- Sketch the parametrised curve $C = \{(1-e^{-t},e^{-2t}):t\in [0,\infty]\}$
- Finding a parametrization of the curve of intersection between two surfaces
- Finding Parametric Equations for the right side of Hyperbola
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
One way to get a parameterization for your two equations in three variables is to let one of the variables be the parameter and solve for the other two. Let's choose $x$ as the parameter. Solving for $y$ in your second equation we get
$$z=1-x-y$$
Substituting that into your first equation we get a quadratic equation in $z$:
$$y^2+(x-1)y+(x^2-x)=0$$
Using the quadratic formula,
$$y=\frac 12\left(1-x\pm\sqrt{1+2x-3x^2}\right)$$
Setting $x=t$ and filling in the other expressions, we get
Another way is to look at the geometry. Use this way if you want a "smooth" and single-valued parameterization.
Your first equation is a sphere of radius $1$ centered at the origin, and the second is a plane. (Both equations are in standard form for their respective types.) We easily find multiple points that are in the intersection, namely $(1,0,0)$, $(0,1,0)$, and $(0,0,1)$, so the intersection is a circle.
The center of the circle is the centroid of those three points, namely $(\frac 13,\frac 13,\frac 13)$. The radius is the distance from that center to any of the points on the circle, namely $\sqrt{\frac 23}$.
So one way to get a parameterization of your curve is to find a parameterization of the circle centered at the origin with radius $\sqrt{\frac 23}$: that is easy. Then find the three points on that circle at $120°$ angles, corresponding to the three points we know on the desired circle. Then find one of the two affine transformations that take the one circle to the target circle. Apply that transformation to the parameterization of the circle, and you are done.
You could also find a circle on the sphere of radius $\sqrt{\frac 23}$ then find a rotation transformation around the origin that takes that circle to your desired circle. Finding that transformation would be somewhat easier than the other way.
(I leave only hints for the last part since people are voting to close this question for lack of work on your part. If you add more of your work, I may finish my answer.)