Find the parametric equation

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

x+y+z=1x + y + z = 1

aa is constant

I know that is a circunference on the plane x+y+z=1x+y+z=1 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

Note by Felipe Sousa
7 years, 11 months ago

No vote yet
5 votes

  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:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

First, what is a parametrization of the intersection of the sphere x2+y2+z2=a2 x^2 + y^2 + z^2 = a^2 and the plane z=1/3 z = 1/\sqrt{3} ? This is easy: (x(θ),y(θ),z(θ))=(a21/3cosθ,a21/3sinθ,1/3), (x(\theta), y(\theta), z(\theta)) = \left( \sqrt{a^2 - 1/3} \cos \theta, \sqrt{a^2 - 1/3} \sin \theta, 1/\sqrt{3} \right), which, as we expect, is defined if and only if a1/3 a \ge 1/\sqrt{3} . Now all we need to do is rotate this parametrization in the plane x=y x = y by a suitable angle α=tan12 \alpha = \tan^{-1} \sqrt{2} . But it's not quite that simple; we multiply by an initial rotation matrix Rxz(α)=[cosα0sinα010sinα0cosα], R_{xz}(\alpha) = \begin{bmatrix} \cos\alpha & 0 & \sin\alpha \\ 0 & 1 & 0 \\ -\sin\alpha & 0 & \cos \alpha \end{bmatrix}, followed by a (counterclockwise) rotation of β=π/4 \beta = \pi/4 in the xyxy-plane: Rxy(β)=[cosβsinβ0sinβcosβ0001]. R_{xy}(\beta) = \begin{bmatrix} \cos \beta & -\sin\beta & 0 \\ \sin\beta & \cos\beta & 0 \\ 0 & 0 & 1 \end{bmatrix}. Therefore the transformed parametrization is (x(θ),y(θ),z(θ))=Rxy(π/4)Rxy(tan12)(x(θ),y(θ),z(θ)), (x'(\theta), y'(\theta), z'(\theta)) = R_{xy}(\pi/4) R_{xy}(\tan^{-1}\sqrt{2}) \cdot (x(\theta), y(\theta), z(\theta)), which gives x(θ)=13(1+6a22cos(θ+π3)),y(θ)=13(1+6a22cos(θπ3)),z(θ)=13(16a22cosθ), \begin{aligned} x'(\theta) &= \frac{1}{3}\left( 1 + \sqrt{6a^2-2} \cos(\theta+\frac{\pi}{3}) \right), \\ y'(\theta) &= \frac{1}{3} \left(1 + \sqrt{6a^2-2} \cos(\theta-\frac{\pi}{3}) \right), \\ z'(\theta) &= \frac{1}{3} \left( 1 - \sqrt{6a^2-2} \cos\theta \right), \end{aligned} for θ[0,2π) \theta \in [0, 2\pi) . It is then easy to verify that x+y+z=1 x' + y' + z' = 1 and x2+y2+z2=a2 x'^2 + y'^2 + z'^2 = a^2 . Note that any such parametrization is not unique: we can find any number of equivalent parametrizations for this curve.

hero p. - 7 years, 11 months ago
×

Problem Loading...

Note Loading...

Set Loading...