I have to parametrize the curve of intersection of 2 surfaces. The surfaces are:
$$y = x,$$
$$z^2 + y^2 = 25.$$
- Set the second equation to
$$y^2 = 25 - z^2.$$
I have to parametrize the curve of intersection of 2 surfaces. The surfaces are:
$$y = x,$$
$$z^2 + y^2 = 25.$$
$$y^2 = 25 - z^2.$$
Copyright © 2021 JogjaFile Inc.
According to the second equation,
$$ z^2 + y^2 = 25, $$
one may use a parametrization: for $t \in [0, 2\pi]$,
$$ \begin{aligned} y &= 5\cos{t} \\ z &= 5\sin{t} \\ \end{aligned} $$
Since $y = x$,
$$ \gamma(t) = \left\{ \begin{aligned} x &= 5\cos{t} \\ y &= 5\cos{t} \\ z &= 5\sin{t} \\ \end{aligned} \right.\quad t \in [0, 2\pi]. $$