Area of the surface
$begingroup$
Compute the area between the surfaces $(x^2+y^2)^2=a^2(x^2-y^2)$ and $x^2+y^2+z^2=a^2.$
My attempt:
I take the first case $zgeq 0$:
$$x=x$$
$$y=y$$
$$z=sqrt{a^2-(x^2+y^2)}$$
then
$$T_x=(1,0,frac {-x}{sqrt{a^2-(x^2+y^2)}})$$
$$T_x=(0,1,frac {-y}{sqrt{a^2-(x^2+y^2)}})$$
Then the area of the surface is:
$$A(S)=int_S dsigma=intint_D frac {a}{sqrt{a^2-(x^2+y^2)}}dxdy$$
By parameterization:
$$x=rcost$$
$$y=rsint$$
then $r=asqrt{cos(2t)}implies tin [0, frac {pi}4]$ and $rin[0,asqrt{cos(2t)}]$
$A(S)=(a^2-sqrt{2})$. But that's a wrong answer, so what am I doing wrong?
calculus integration area
$endgroup$
add a comment |
$begingroup$
Compute the area between the surfaces $(x^2+y^2)^2=a^2(x^2-y^2)$ and $x^2+y^2+z^2=a^2.$
My attempt:
I take the first case $zgeq 0$:
$$x=x$$
$$y=y$$
$$z=sqrt{a^2-(x^2+y^2)}$$
then
$$T_x=(1,0,frac {-x}{sqrt{a^2-(x^2+y^2)}})$$
$$T_x=(0,1,frac {-y}{sqrt{a^2-(x^2+y^2)}})$$
Then the area of the surface is:
$$A(S)=int_S dsigma=intint_D frac {a}{sqrt{a^2-(x^2+y^2)}}dxdy$$
By parameterization:
$$x=rcost$$
$$y=rsint$$
then $r=asqrt{cos(2t)}implies tin [0, frac {pi}4]$ and $rin[0,asqrt{cos(2t)}]$
$A(S)=(a^2-sqrt{2})$. But that's a wrong answer, so what am I doing wrong?
calculus integration area
$endgroup$
1
$begingroup$
It is unclear what you mean by the "area between the surfaces".
$endgroup$
– Christian Blatter
Jan 28 at 9:17
add a comment |
$begingroup$
Compute the area between the surfaces $(x^2+y^2)^2=a^2(x^2-y^2)$ and $x^2+y^2+z^2=a^2.$
My attempt:
I take the first case $zgeq 0$:
$$x=x$$
$$y=y$$
$$z=sqrt{a^2-(x^2+y^2)}$$
then
$$T_x=(1,0,frac {-x}{sqrt{a^2-(x^2+y^2)}})$$
$$T_x=(0,1,frac {-y}{sqrt{a^2-(x^2+y^2)}})$$
Then the area of the surface is:
$$A(S)=int_S dsigma=intint_D frac {a}{sqrt{a^2-(x^2+y^2)}}dxdy$$
By parameterization:
$$x=rcost$$
$$y=rsint$$
then $r=asqrt{cos(2t)}implies tin [0, frac {pi}4]$ and $rin[0,asqrt{cos(2t)}]$
$A(S)=(a^2-sqrt{2})$. But that's a wrong answer, so what am I doing wrong?
calculus integration area
$endgroup$
Compute the area between the surfaces $(x^2+y^2)^2=a^2(x^2-y^2)$ and $x^2+y^2+z^2=a^2.$
My attempt:
I take the first case $zgeq 0$:
$$x=x$$
$$y=y$$
$$z=sqrt{a^2-(x^2+y^2)}$$
then
$$T_x=(1,0,frac {-x}{sqrt{a^2-(x^2+y^2)}})$$
$$T_x=(0,1,frac {-y}{sqrt{a^2-(x^2+y^2)}})$$
Then the area of the surface is:
$$A(S)=int_S dsigma=intint_D frac {a}{sqrt{a^2-(x^2+y^2)}}dxdy$$
By parameterization:
$$x=rcost$$
$$y=rsint$$
then $r=asqrt{cos(2t)}implies tin [0, frac {pi}4]$ and $rin[0,asqrt{cos(2t)}]$
$A(S)=(a^2-sqrt{2})$. But that's a wrong answer, so what am I doing wrong?
calculus integration area
calculus integration area
edited Jan 28 at 7:14
BadAtGeometry
298215
298215
asked Jan 28 at 7:08
C. CristiC. Cristi
1,639218
1,639218
1
$begingroup$
It is unclear what you mean by the "area between the surfaces".
$endgroup$
– Christian Blatter
Jan 28 at 9:17
add a comment |
1
$begingroup$
It is unclear what you mean by the "area between the surfaces".
$endgroup$
– Christian Blatter
Jan 28 at 9:17
1
1
$begingroup$
It is unclear what you mean by the "area between the surfaces".
$endgroup$
– Christian Blatter
Jan 28 at 9:17
$begingroup$
It is unclear what you mean by the "area between the surfaces".
$endgroup$
– Christian Blatter
Jan 28 at 9:17
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Using parametric form $x = rcost$ and $y = rsint$ the equation of the curve is $r^2 = a^2cos2t$ and the equation of the sphere is $x = rcost$, $y = rsint$, $z = sqrt{a^2 - r^2}$
The integral of surface area is given by
$$intint_Rsqrt{EG - F^2}drdt$$
$$E = (frac{partial x}{partial r})^2 +(frac{partial y}{partial r})^2 + (frac{partial z}{partial r})^2 = frac{a^2}{a^2 - r^2}$$
$$G = (frac{partial x}{partial t})^2 + (frac{partial y}{partial t})^2 + (frac{partial z}{partial t})^2 = r^2$$
$$F = (frac{partial x}{partial r})(frac{partial x}{partial t}) + (frac{partial y}{partial r})(frac{partial y}{partial t}) + (frac{partial z}{partial r})(frac{partial z}{partial t}) = 0$$
Therefore the integral for the surface area for $y > 0$ at the upper sphere is
$$int_0^{frac{pi}{4}}int_0^{asqrt{cos2t}}sqrt{frac{a^2r^2}{a^2 - r^2}}drdt$$
$$= a^2(frac{pi}{4} + 1 - sqrt{2})$$
Since we have $y < 0$ and the lower sphere plus there are two branches, the total surface area should be 8 times the above. Hence the total surface area is
$$a^2(2pi + 8 - 8sqrt{2})$$
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3090572%2farea-of-the-surface%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Using parametric form $x = rcost$ and $y = rsint$ the equation of the curve is $r^2 = a^2cos2t$ and the equation of the sphere is $x = rcost$, $y = rsint$, $z = sqrt{a^2 - r^2}$
The integral of surface area is given by
$$intint_Rsqrt{EG - F^2}drdt$$
$$E = (frac{partial x}{partial r})^2 +(frac{partial y}{partial r})^2 + (frac{partial z}{partial r})^2 = frac{a^2}{a^2 - r^2}$$
$$G = (frac{partial x}{partial t})^2 + (frac{partial y}{partial t})^2 + (frac{partial z}{partial t})^2 = r^2$$
$$F = (frac{partial x}{partial r})(frac{partial x}{partial t}) + (frac{partial y}{partial r})(frac{partial y}{partial t}) + (frac{partial z}{partial r})(frac{partial z}{partial t}) = 0$$
Therefore the integral for the surface area for $y > 0$ at the upper sphere is
$$int_0^{frac{pi}{4}}int_0^{asqrt{cos2t}}sqrt{frac{a^2r^2}{a^2 - r^2}}drdt$$
$$= a^2(frac{pi}{4} + 1 - sqrt{2})$$
Since we have $y < 0$ and the lower sphere plus there are two branches, the total surface area should be 8 times the above. Hence the total surface area is
$$a^2(2pi + 8 - 8sqrt{2})$$
$endgroup$
add a comment |
$begingroup$
Using parametric form $x = rcost$ and $y = rsint$ the equation of the curve is $r^2 = a^2cos2t$ and the equation of the sphere is $x = rcost$, $y = rsint$, $z = sqrt{a^2 - r^2}$
The integral of surface area is given by
$$intint_Rsqrt{EG - F^2}drdt$$
$$E = (frac{partial x}{partial r})^2 +(frac{partial y}{partial r})^2 + (frac{partial z}{partial r})^2 = frac{a^2}{a^2 - r^2}$$
$$G = (frac{partial x}{partial t})^2 + (frac{partial y}{partial t})^2 + (frac{partial z}{partial t})^2 = r^2$$
$$F = (frac{partial x}{partial r})(frac{partial x}{partial t}) + (frac{partial y}{partial r})(frac{partial y}{partial t}) + (frac{partial z}{partial r})(frac{partial z}{partial t}) = 0$$
Therefore the integral for the surface area for $y > 0$ at the upper sphere is
$$int_0^{frac{pi}{4}}int_0^{asqrt{cos2t}}sqrt{frac{a^2r^2}{a^2 - r^2}}drdt$$
$$= a^2(frac{pi}{4} + 1 - sqrt{2})$$
Since we have $y < 0$ and the lower sphere plus there are two branches, the total surface area should be 8 times the above. Hence the total surface area is
$$a^2(2pi + 8 - 8sqrt{2})$$
$endgroup$
add a comment |
$begingroup$
Using parametric form $x = rcost$ and $y = rsint$ the equation of the curve is $r^2 = a^2cos2t$ and the equation of the sphere is $x = rcost$, $y = rsint$, $z = sqrt{a^2 - r^2}$
The integral of surface area is given by
$$intint_Rsqrt{EG - F^2}drdt$$
$$E = (frac{partial x}{partial r})^2 +(frac{partial y}{partial r})^2 + (frac{partial z}{partial r})^2 = frac{a^2}{a^2 - r^2}$$
$$G = (frac{partial x}{partial t})^2 + (frac{partial y}{partial t})^2 + (frac{partial z}{partial t})^2 = r^2$$
$$F = (frac{partial x}{partial r})(frac{partial x}{partial t}) + (frac{partial y}{partial r})(frac{partial y}{partial t}) + (frac{partial z}{partial r})(frac{partial z}{partial t}) = 0$$
Therefore the integral for the surface area for $y > 0$ at the upper sphere is
$$int_0^{frac{pi}{4}}int_0^{asqrt{cos2t}}sqrt{frac{a^2r^2}{a^2 - r^2}}drdt$$
$$= a^2(frac{pi}{4} + 1 - sqrt{2})$$
Since we have $y < 0$ and the lower sphere plus there are two branches, the total surface area should be 8 times the above. Hence the total surface area is
$$a^2(2pi + 8 - 8sqrt{2})$$
$endgroup$
Using parametric form $x = rcost$ and $y = rsint$ the equation of the curve is $r^2 = a^2cos2t$ and the equation of the sphere is $x = rcost$, $y = rsint$, $z = sqrt{a^2 - r^2}$
The integral of surface area is given by
$$intint_Rsqrt{EG - F^2}drdt$$
$$E = (frac{partial x}{partial r})^2 +(frac{partial y}{partial r})^2 + (frac{partial z}{partial r})^2 = frac{a^2}{a^2 - r^2}$$
$$G = (frac{partial x}{partial t})^2 + (frac{partial y}{partial t})^2 + (frac{partial z}{partial t})^2 = r^2$$
$$F = (frac{partial x}{partial r})(frac{partial x}{partial t}) + (frac{partial y}{partial r})(frac{partial y}{partial t}) + (frac{partial z}{partial r})(frac{partial z}{partial t}) = 0$$
Therefore the integral for the surface area for $y > 0$ at the upper sphere is
$$int_0^{frac{pi}{4}}int_0^{asqrt{cos2t}}sqrt{frac{a^2r^2}{a^2 - r^2}}drdt$$
$$= a^2(frac{pi}{4} + 1 - sqrt{2})$$
Since we have $y < 0$ and the lower sphere plus there are two branches, the total surface area should be 8 times the above. Hence the total surface area is
$$a^2(2pi + 8 - 8sqrt{2})$$
answered Feb 2 at 21:45
KY TangKY Tang
47936
47936
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3090572%2farea-of-the-surface%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
$begingroup$
It is unclear what you mean by the "area between the surfaces".
$endgroup$
– Christian Blatter
Jan 28 at 9:17