Hi guys i'm stuck on this problem, Find the parametric equation of the curve generated by the intersection of: \(x^{2} + y^{2} + z^{2} = a^{2}\)
and
is constant
I know that is a circunference on the plane but i can't find the equation, since i don't know how to make a 3D rotation. I'm thinking on how to use the simmetry of the problem.
About parametric equation:
https://en.wikipedia.org/wiki/Differentialgeometryof_curves
http://en.wikipedia.org/wiki/Parametric_equation
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
First, what is a parametrization of the intersection of the sphere x2+y2+z2=a2 and the plane z=1/3? This is easy: (x(θ),y(θ),z(θ))=(a2−1/3cosθ,a2−1/3sinθ,1/3), which, as we expect, is defined if and only if a≥1/3. Now all we need to do is rotate this parametrization in the plane x=y by a suitable angle α=tan−12. But it's not quite that simple; we multiply by an initial rotation matrix Rxz(α)=⎣⎡cosα0−sinα010sinα0cosα⎦⎤, followed by a (counterclockwise) rotation of β=π/4 in the xy-plane: Rxy(β)=⎣⎡cosβsinβ0−sinβcosβ0001⎦⎤. Therefore the transformed parametrization is (x′(θ),y′(θ),z′(θ))=Rxy(π/4)Rxy(tan−12)⋅(x(θ),y(θ),z(θ)), which gives x′(θ)y′(θ)z′(θ)=31(1+6a2−2cos(θ+3π)),=31(1+6a2−2cos(θ−3π)),=31(1−6a2−2cosθ), for θ∈[0,2π). It is then easy to verify that x′+y′+z′=1 and x′2+y′2+z′2=a2. Note that any such parametrization is not unique: we can find any number of equivalent parametrizations for this curve.