vector calculus integration identity problem The Next CEO of Stack Overflow$LaTeX$ format copy problemIs it possible to do vector calculus in Mathematica?Dipolar magnetic field lines inside a cylinderComparing unit normal definition in calculus with FrenetSerretSystemManipulating curl and div of a vector in spherical coordinatesIntegration with a matrix as the the integrandGet the vector Norm without absolute values?matrix calculus with types (similar to matrixcalculus.org)How do I verify a vector identity using Mathematica?Einstein summation convention for symbolic vector calculusVector calculus with index notation

Does higher Oxidation/ reduction potential translate to higher energy storage in battery?

What is the process for cleansing a very negative action

Is it OK to decorate a log book cover?

What is the difference between "hamstring tendon" and "common hamstring tendon"?

Is there a difference between "Fahrstuhl" and "Aufzug"?

Is it convenient to ask the journal's editor for two additional days to complete a review?

IC has pull-down resistors on SMBus lines?

Cannot shrink btrfs filesystem although there is still data and metadata space left : ERROR: unable to resize '/home': No space left on device

Computationally populating tables with probability data

Is it professional to write unrelated content in an almost-empty email?

It is correct to match light sources with the same color temperature?

Do I need to write [sic] when including a quotation with a number less than 10 that isn't written out?

Is fine stranded wire ok for main supply line?

Traveling with my 5 year old daughter (as the father) without the mother from Germany to Mexico

Man transported from Alternate World into ours by a Neutrino Detector

How to find image of a complex function with given constraints?

How to get the last not-null value in an ordered column of a huge table?

Is it okay to majorly distort historical facts while writing a fiction story?

(How) Could a medieval fantasy world survive a magic-induced "nuclear winter"?

Help/tips for a first time writer?

Does the Idaho Potato Commission associate potato skins with healthy eating?

How to avoid supervisors with prejudiced views?

Are the names of these months realistic?

Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?



vector calculus integration identity problem



The Next CEO of Stack Overflow$LaTeX$ format copy problemIs it possible to do vector calculus in Mathematica?Dipolar magnetic field lines inside a cylinderComparing unit normal definition in calculus with FrenetSerretSystemManipulating curl and div of a vector in spherical coordinatesIntegration with a matrix as the the integrandGet the vector Norm without absolute values?matrix calculus with types (similar to matrixcalculus.org)How do I verify a vector identity using Mathematica?Einstein summation convention for symbolic vector calculusVector calculus with index notation










2












$begingroup$


This is a follow up from another post . I was using the integration symbol available in the Basic Math Assistance available in Wolfram Mathematica.



I am new to vector calculus operations. There is a known identity found in the textbooks



$$int _4 pi hats (hatscdot A) d omega=frac4 pi3A$$



I have no idea how to do this type of integration. This is what I tried but return a dissaster



Integrate[s*(Dot[s, A]), s, 0, 4 [Pi]]


Also , without success



Integrate[Sin[[Theta]], 
Cos[[Theta]]*(Dot[Sin[[Theta]], Cos[[Theta]], a1,
a2]), [Theta], 0, 4 [Pi]]


It is obviosu that I am doing something fundamentally not correct. I go to WM documentation on Vector Calculus but does not offer much substance or examples. How will you enter the equation above in order to return the identity in the right?



UPDATE 1



In respond to comment, here is a copy of the text. This is from page 10 Optical-Thermal Response of Laser-Irradiated Tissue ISBN 9789048188307



$$w$$ is the surface area of a sphere in solid angle steradian. s is the directional vector of a pencil of radiation located inside the sphere



enter image description here










share|improve this question











$endgroup$











  • $begingroup$
    What are $s$ and $omega$ supposed to be? It might be helpful if you can give an example of the textbook with the formula.
    $endgroup$
    – J. M. is slightly pensive
    2 hours ago






  • 2




    $begingroup$
    Here's my guess: With[s = x, y, z, A = A1, A2, A3, Integrate[s (s.A), s [Element] Sphere[]] ] --- or this: With[s = x, y, z, A = A1, A2, A3, Integrate[s (s.A), s [Element] Sphere[]] == 4 Pi/3 A ]
    $endgroup$
    – Michael E2
    2 hours ago











  • $begingroup$
    @Michael, yes, that does seem to be it. This is why people should always define what their variables mean in their formulae.
    $endgroup$
    – J. M. is slightly pensive
    2 hours ago










  • $begingroup$
    @Michael E2 please post it as an answear for upvote
    $endgroup$
    – Jose Enrique Calderon
    1 hour ago







  • 1




    $begingroup$
    I've never seen this author's notation. My guess is that $int_4picdots$ means the integral over the sphere of measure $4pi$, i.e., the unit sphere.
    $endgroup$
    – Michael E2
    1 hour ago
















2












$begingroup$


This is a follow up from another post . I was using the integration symbol available in the Basic Math Assistance available in Wolfram Mathematica.



I am new to vector calculus operations. There is a known identity found in the textbooks



$$int _4 pi hats (hatscdot A) d omega=frac4 pi3A$$



I have no idea how to do this type of integration. This is what I tried but return a dissaster



Integrate[s*(Dot[s, A]), s, 0, 4 [Pi]]


Also , without success



Integrate[Sin[[Theta]], 
Cos[[Theta]]*(Dot[Sin[[Theta]], Cos[[Theta]], a1,
a2]), [Theta], 0, 4 [Pi]]


It is obviosu that I am doing something fundamentally not correct. I go to WM documentation on Vector Calculus but does not offer much substance or examples. How will you enter the equation above in order to return the identity in the right?



UPDATE 1



In respond to comment, here is a copy of the text. This is from page 10 Optical-Thermal Response of Laser-Irradiated Tissue ISBN 9789048188307



$$w$$ is the surface area of a sphere in solid angle steradian. s is the directional vector of a pencil of radiation located inside the sphere



enter image description here










share|improve this question











$endgroup$











  • $begingroup$
    What are $s$ and $omega$ supposed to be? It might be helpful if you can give an example of the textbook with the formula.
    $endgroup$
    – J. M. is slightly pensive
    2 hours ago






  • 2




    $begingroup$
    Here's my guess: With[s = x, y, z, A = A1, A2, A3, Integrate[s (s.A), s [Element] Sphere[]] ] --- or this: With[s = x, y, z, A = A1, A2, A3, Integrate[s (s.A), s [Element] Sphere[]] == 4 Pi/3 A ]
    $endgroup$
    – Michael E2
    2 hours ago











  • $begingroup$
    @Michael, yes, that does seem to be it. This is why people should always define what their variables mean in their formulae.
    $endgroup$
    – J. M. is slightly pensive
    2 hours ago










  • $begingroup$
    @Michael E2 please post it as an answear for upvote
    $endgroup$
    – Jose Enrique Calderon
    1 hour ago







  • 1




    $begingroup$
    I've never seen this author's notation. My guess is that $int_4picdots$ means the integral over the sphere of measure $4pi$, i.e., the unit sphere.
    $endgroup$
    – Michael E2
    1 hour ago














2












2








2





$begingroup$


This is a follow up from another post . I was using the integration symbol available in the Basic Math Assistance available in Wolfram Mathematica.



I am new to vector calculus operations. There is a known identity found in the textbooks



$$int _4 pi hats (hatscdot A) d omega=frac4 pi3A$$



I have no idea how to do this type of integration. This is what I tried but return a dissaster



Integrate[s*(Dot[s, A]), s, 0, 4 [Pi]]


Also , without success



Integrate[Sin[[Theta]], 
Cos[[Theta]]*(Dot[Sin[[Theta]], Cos[[Theta]], a1,
a2]), [Theta], 0, 4 [Pi]]


It is obviosu that I am doing something fundamentally not correct. I go to WM documentation on Vector Calculus but does not offer much substance or examples. How will you enter the equation above in order to return the identity in the right?



UPDATE 1



In respond to comment, here is a copy of the text. This is from page 10 Optical-Thermal Response of Laser-Irradiated Tissue ISBN 9789048188307



$$w$$ is the surface area of a sphere in solid angle steradian. s is the directional vector of a pencil of radiation located inside the sphere



enter image description here










share|improve this question











$endgroup$




This is a follow up from another post . I was using the integration symbol available in the Basic Math Assistance available in Wolfram Mathematica.



I am new to vector calculus operations. There is a known identity found in the textbooks



$$int _4 pi hats (hatscdot A) d omega=frac4 pi3A$$



I have no idea how to do this type of integration. This is what I tried but return a dissaster



Integrate[s*(Dot[s, A]), s, 0, 4 [Pi]]


Also , without success



Integrate[Sin[[Theta]], 
Cos[[Theta]]*(Dot[Sin[[Theta]], Cos[[Theta]], a1,
a2]), [Theta], 0, 4 [Pi]]


It is obviosu that I am doing something fundamentally not correct. I go to WM documentation on Vector Calculus but does not offer much substance or examples. How will you enter the equation above in order to return the identity in the right?



UPDATE 1



In respond to comment, here is a copy of the text. This is from page 10 Optical-Thermal Response of Laser-Irradiated Tissue ISBN 9789048188307



$$w$$ is the surface area of a sphere in solid angle steradian. s is the directional vector of a pencil of radiation located inside the sphere



enter image description here







vector-calculus






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 1 hour ago









J. M. is slightly pensive

98.8k10311467




98.8k10311467










asked 2 hours ago









Jose Enrique CalderonJose Enrique Calderon

1,058718




1,058718











  • $begingroup$
    What are $s$ and $omega$ supposed to be? It might be helpful if you can give an example of the textbook with the formula.
    $endgroup$
    – J. M. is slightly pensive
    2 hours ago






  • 2




    $begingroup$
    Here's my guess: With[s = x, y, z, A = A1, A2, A3, Integrate[s (s.A), s [Element] Sphere[]] ] --- or this: With[s = x, y, z, A = A1, A2, A3, Integrate[s (s.A), s [Element] Sphere[]] == 4 Pi/3 A ]
    $endgroup$
    – Michael E2
    2 hours ago











  • $begingroup$
    @Michael, yes, that does seem to be it. This is why people should always define what their variables mean in their formulae.
    $endgroup$
    – J. M. is slightly pensive
    2 hours ago










  • $begingroup$
    @Michael E2 please post it as an answear for upvote
    $endgroup$
    – Jose Enrique Calderon
    1 hour ago







  • 1




    $begingroup$
    I've never seen this author's notation. My guess is that $int_4picdots$ means the integral over the sphere of measure $4pi$, i.e., the unit sphere.
    $endgroup$
    – Michael E2
    1 hour ago

















  • $begingroup$
    What are $s$ and $omega$ supposed to be? It might be helpful if you can give an example of the textbook with the formula.
    $endgroup$
    – J. M. is slightly pensive
    2 hours ago






  • 2




    $begingroup$
    Here's my guess: With[s = x, y, z, A = A1, A2, A3, Integrate[s (s.A), s [Element] Sphere[]] ] --- or this: With[s = x, y, z, A = A1, A2, A3, Integrate[s (s.A), s [Element] Sphere[]] == 4 Pi/3 A ]
    $endgroup$
    – Michael E2
    2 hours ago











  • $begingroup$
    @Michael, yes, that does seem to be it. This is why people should always define what their variables mean in their formulae.
    $endgroup$
    – J. M. is slightly pensive
    2 hours ago










  • $begingroup$
    @Michael E2 please post it as an answear for upvote
    $endgroup$
    – Jose Enrique Calderon
    1 hour ago







  • 1




    $begingroup$
    I've never seen this author's notation. My guess is that $int_4picdots$ means the integral over the sphere of measure $4pi$, i.e., the unit sphere.
    $endgroup$
    – Michael E2
    1 hour ago
















$begingroup$
What are $s$ and $omega$ supposed to be? It might be helpful if you can give an example of the textbook with the formula.
$endgroup$
– J. M. is slightly pensive
2 hours ago




$begingroup$
What are $s$ and $omega$ supposed to be? It might be helpful if you can give an example of the textbook with the formula.
$endgroup$
– J. M. is slightly pensive
2 hours ago




2




2




$begingroup$
Here's my guess: With[s = x, y, z, A = A1, A2, A3, Integrate[s (s.A), s [Element] Sphere[]] ] --- or this: With[s = x, y, z, A = A1, A2, A3, Integrate[s (s.A), s [Element] Sphere[]] == 4 Pi/3 A ]
$endgroup$
– Michael E2
2 hours ago





$begingroup$
Here's my guess: With[s = x, y, z, A = A1, A2, A3, Integrate[s (s.A), s [Element] Sphere[]] ] --- or this: With[s = x, y, z, A = A1, A2, A3, Integrate[s (s.A), s [Element] Sphere[]] == 4 Pi/3 A ]
$endgroup$
– Michael E2
2 hours ago













$begingroup$
@Michael, yes, that does seem to be it. This is why people should always define what their variables mean in their formulae.
$endgroup$
– J. M. is slightly pensive
2 hours ago




$begingroup$
@Michael, yes, that does seem to be it. This is why people should always define what their variables mean in their formulae.
$endgroup$
– J. M. is slightly pensive
2 hours ago












$begingroup$
@Michael E2 please post it as an answear for upvote
$endgroup$
– Jose Enrique Calderon
1 hour ago





$begingroup$
@Michael E2 please post it as an answear for upvote
$endgroup$
– Jose Enrique Calderon
1 hour ago





1




1




$begingroup$
I've never seen this author's notation. My guess is that $int_4picdots$ means the integral over the sphere of measure $4pi$, i.e., the unit sphere.
$endgroup$
– Michael E2
1 hour ago





$begingroup$
I've never seen this author's notation. My guess is that $int_4picdots$ means the integral over the sphere of measure $4pi$, i.e., the unit sphere.
$endgroup$
– Michael E2
1 hour ago











1 Answer
1






active

oldest

votes


















2












$begingroup$

Here's my guess:



With[s = x, y, z,
A = A1, A2, A3, Integrate[s (s.A), s ∈ Sphere[]] ]
(* (4 A1 π)/3, (4 A2 π)/3, (4 A3 π)/3 *)


--- or this:



With[s = x, y, z, A = A1, A2, A3,
Integrate[s (s.A), s ∈ Sphere[]] == 4 Pi/3 A ]
(* True *)





share|improve this answer









$endgroup$












  • $begingroup$
    Why it simply does not work with limits of integration s,0,4Pi
    $endgroup$
    – Jose Enrique Calderon
    1 hour ago






  • 1




    $begingroup$
    @Jose, the author was being lazy with the limits (basically, shorter than saying "integrate over the whole area of the unit sphere"). It is fine to be lazy in mathematics, but not so much when programming.
    $endgroup$
    – J. M. is slightly pensive
    1 hour ago











  • $begingroup$
    @J.M. is slightly pensive Ok.. but why Mathematica function proposed in the answear does not work with With[s = x, y, z, A = A1, A2, A3, Integrate[s (s.A), s,0,4Pi] ]
    $endgroup$
    – Jose Enrique Calderon
    1 hour ago







  • 1




    $begingroup$
    @Jose The syntax s, 0, 4 Pi already implies one-dimensional s from Mathematica's view, while in the "abuse of notation" used in your reference, $hats$ is implied to be a vector.
    $endgroup$
    – J. M. is slightly pensive
    1 hour ago







  • 1




    $begingroup$
    @Jose: the easiest way is that you have to switch to spherical coordinates if you need to integrate across arbitrary angles. If you insist on keeping yourself to regions, you can use RegionIntersection[] with Sphere[] and either ConicHullRegion[] or HalfSpace[].
    $endgroup$
    – J. M. is slightly pensive
    1 hour ago











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: "387"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f194347%2fvector-calculus-integration-identity-problem%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









2












$begingroup$

Here's my guess:



With[s = x, y, z,
A = A1, A2, A3, Integrate[s (s.A), s ∈ Sphere[]] ]
(* (4 A1 π)/3, (4 A2 π)/3, (4 A3 π)/3 *)


--- or this:



With[s = x, y, z, A = A1, A2, A3,
Integrate[s (s.A), s ∈ Sphere[]] == 4 Pi/3 A ]
(* True *)





share|improve this answer









$endgroup$












  • $begingroup$
    Why it simply does not work with limits of integration s,0,4Pi
    $endgroup$
    – Jose Enrique Calderon
    1 hour ago






  • 1




    $begingroup$
    @Jose, the author was being lazy with the limits (basically, shorter than saying "integrate over the whole area of the unit sphere"). It is fine to be lazy in mathematics, but not so much when programming.
    $endgroup$
    – J. M. is slightly pensive
    1 hour ago











  • $begingroup$
    @J.M. is slightly pensive Ok.. but why Mathematica function proposed in the answear does not work with With[s = x, y, z, A = A1, A2, A3, Integrate[s (s.A), s,0,4Pi] ]
    $endgroup$
    – Jose Enrique Calderon
    1 hour ago







  • 1




    $begingroup$
    @Jose The syntax s, 0, 4 Pi already implies one-dimensional s from Mathematica's view, while in the "abuse of notation" used in your reference, $hats$ is implied to be a vector.
    $endgroup$
    – J. M. is slightly pensive
    1 hour ago







  • 1




    $begingroup$
    @Jose: the easiest way is that you have to switch to spherical coordinates if you need to integrate across arbitrary angles. If you insist on keeping yourself to regions, you can use RegionIntersection[] with Sphere[] and either ConicHullRegion[] or HalfSpace[].
    $endgroup$
    – J. M. is slightly pensive
    1 hour ago















2












$begingroup$

Here's my guess:



With[s = x, y, z,
A = A1, A2, A3, Integrate[s (s.A), s ∈ Sphere[]] ]
(* (4 A1 π)/3, (4 A2 π)/3, (4 A3 π)/3 *)


--- or this:



With[s = x, y, z, A = A1, A2, A3,
Integrate[s (s.A), s ∈ Sphere[]] == 4 Pi/3 A ]
(* True *)





share|improve this answer









$endgroup$












  • $begingroup$
    Why it simply does not work with limits of integration s,0,4Pi
    $endgroup$
    – Jose Enrique Calderon
    1 hour ago






  • 1




    $begingroup$
    @Jose, the author was being lazy with the limits (basically, shorter than saying "integrate over the whole area of the unit sphere"). It is fine to be lazy in mathematics, but not so much when programming.
    $endgroup$
    – J. M. is slightly pensive
    1 hour ago











  • $begingroup$
    @J.M. is slightly pensive Ok.. but why Mathematica function proposed in the answear does not work with With[s = x, y, z, A = A1, A2, A3, Integrate[s (s.A), s,0,4Pi] ]
    $endgroup$
    – Jose Enrique Calderon
    1 hour ago







  • 1




    $begingroup$
    @Jose The syntax s, 0, 4 Pi already implies one-dimensional s from Mathematica's view, while in the "abuse of notation" used in your reference, $hats$ is implied to be a vector.
    $endgroup$
    – J. M. is slightly pensive
    1 hour ago







  • 1




    $begingroup$
    @Jose: the easiest way is that you have to switch to spherical coordinates if you need to integrate across arbitrary angles. If you insist on keeping yourself to regions, you can use RegionIntersection[] with Sphere[] and either ConicHullRegion[] or HalfSpace[].
    $endgroup$
    – J. M. is slightly pensive
    1 hour ago













2












2








2





$begingroup$

Here's my guess:



With[s = x, y, z,
A = A1, A2, A3, Integrate[s (s.A), s ∈ Sphere[]] ]
(* (4 A1 π)/3, (4 A2 π)/3, (4 A3 π)/3 *)


--- or this:



With[s = x, y, z, A = A1, A2, A3,
Integrate[s (s.A), s ∈ Sphere[]] == 4 Pi/3 A ]
(* True *)





share|improve this answer









$endgroup$



Here's my guess:



With[s = x, y, z,
A = A1, A2, A3, Integrate[s (s.A), s ∈ Sphere[]] ]
(* (4 A1 π)/3, (4 A2 π)/3, (4 A3 π)/3 *)


--- or this:



With[s = x, y, z, A = A1, A2, A3,
Integrate[s (s.A), s ∈ Sphere[]] == 4 Pi/3 A ]
(* True *)






share|improve this answer












share|improve this answer



share|improve this answer










answered 1 hour ago









Michael E2Michael E2

150k12203482




150k12203482











  • $begingroup$
    Why it simply does not work with limits of integration s,0,4Pi
    $endgroup$
    – Jose Enrique Calderon
    1 hour ago






  • 1




    $begingroup$
    @Jose, the author was being lazy with the limits (basically, shorter than saying "integrate over the whole area of the unit sphere"). It is fine to be lazy in mathematics, but not so much when programming.
    $endgroup$
    – J. M. is slightly pensive
    1 hour ago











  • $begingroup$
    @J.M. is slightly pensive Ok.. but why Mathematica function proposed in the answear does not work with With[s = x, y, z, A = A1, A2, A3, Integrate[s (s.A), s,0,4Pi] ]
    $endgroup$
    – Jose Enrique Calderon
    1 hour ago







  • 1




    $begingroup$
    @Jose The syntax s, 0, 4 Pi already implies one-dimensional s from Mathematica's view, while in the "abuse of notation" used in your reference, $hats$ is implied to be a vector.
    $endgroup$
    – J. M. is slightly pensive
    1 hour ago







  • 1




    $begingroup$
    @Jose: the easiest way is that you have to switch to spherical coordinates if you need to integrate across arbitrary angles. If you insist on keeping yourself to regions, you can use RegionIntersection[] with Sphere[] and either ConicHullRegion[] or HalfSpace[].
    $endgroup$
    – J. M. is slightly pensive
    1 hour ago
















  • $begingroup$
    Why it simply does not work with limits of integration s,0,4Pi
    $endgroup$
    – Jose Enrique Calderon
    1 hour ago






  • 1




    $begingroup$
    @Jose, the author was being lazy with the limits (basically, shorter than saying "integrate over the whole area of the unit sphere"). It is fine to be lazy in mathematics, but not so much when programming.
    $endgroup$
    – J. M. is slightly pensive
    1 hour ago











  • $begingroup$
    @J.M. is slightly pensive Ok.. but why Mathematica function proposed in the answear does not work with With[s = x, y, z, A = A1, A2, A3, Integrate[s (s.A), s,0,4Pi] ]
    $endgroup$
    – Jose Enrique Calderon
    1 hour ago







  • 1




    $begingroup$
    @Jose The syntax s, 0, 4 Pi already implies one-dimensional s from Mathematica's view, while in the "abuse of notation" used in your reference, $hats$ is implied to be a vector.
    $endgroup$
    – J. M. is slightly pensive
    1 hour ago







  • 1




    $begingroup$
    @Jose: the easiest way is that you have to switch to spherical coordinates if you need to integrate across arbitrary angles. If you insist on keeping yourself to regions, you can use RegionIntersection[] with Sphere[] and either ConicHullRegion[] or HalfSpace[].
    $endgroup$
    – J. M. is slightly pensive
    1 hour ago















$begingroup$
Why it simply does not work with limits of integration s,0,4Pi
$endgroup$
– Jose Enrique Calderon
1 hour ago




$begingroup$
Why it simply does not work with limits of integration s,0,4Pi
$endgroup$
– Jose Enrique Calderon
1 hour ago




1




1




$begingroup$
@Jose, the author was being lazy with the limits (basically, shorter than saying "integrate over the whole area of the unit sphere"). It is fine to be lazy in mathematics, but not so much when programming.
$endgroup$
– J. M. is slightly pensive
1 hour ago





$begingroup$
@Jose, the author was being lazy with the limits (basically, shorter than saying "integrate over the whole area of the unit sphere"). It is fine to be lazy in mathematics, but not so much when programming.
$endgroup$
– J. M. is slightly pensive
1 hour ago













$begingroup$
@J.M. is slightly pensive Ok.. but why Mathematica function proposed in the answear does not work with With[s = x, y, z, A = A1, A2, A3, Integrate[s (s.A), s,0,4Pi] ]
$endgroup$
– Jose Enrique Calderon
1 hour ago





$begingroup$
@J.M. is slightly pensive Ok.. but why Mathematica function proposed in the answear does not work with With[s = x, y, z, A = A1, A2, A3, Integrate[s (s.A), s,0,4Pi] ]
$endgroup$
– Jose Enrique Calderon
1 hour ago





1




1




$begingroup$
@Jose The syntax s, 0, 4 Pi already implies one-dimensional s from Mathematica's view, while in the "abuse of notation" used in your reference, $hats$ is implied to be a vector.
$endgroup$
– J. M. is slightly pensive
1 hour ago





$begingroup$
@Jose The syntax s, 0, 4 Pi already implies one-dimensional s from Mathematica's view, while in the "abuse of notation" used in your reference, $hats$ is implied to be a vector.
$endgroup$
– J. M. is slightly pensive
1 hour ago





1




1




$begingroup$
@Jose: the easiest way is that you have to switch to spherical coordinates if you need to integrate across arbitrary angles. If you insist on keeping yourself to regions, you can use RegionIntersection[] with Sphere[] and either ConicHullRegion[] or HalfSpace[].
$endgroup$
– J. M. is slightly pensive
1 hour ago




$begingroup$
@Jose: the easiest way is that you have to switch to spherical coordinates if you need to integrate across arbitrary angles. If you insist on keeping yourself to regions, you can use RegionIntersection[] with Sphere[] and either ConicHullRegion[] or HalfSpace[].
$endgroup$
– J. M. is slightly pensive
1 hour ago

















draft saved

draft discarded
















































Thanks for contributing an answer to Mathematica 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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f194347%2fvector-calculus-integration-identity-problem%23new-answer', 'question_page');

);

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







Popular posts from this blog

Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

Fil:Tokke komm.svg

Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?