(Vector Calculus) Help regarding area element notation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
alqubaisi
Messages
5
Reaction score
0

Homework Statement


The area element of a sphere in spherical coordinates is given as following
[itex]dA = r^2 \sin(\phi)\; d \theta \; d \phi[/itex]​

using the notation in the following figure:
SphericalCoordinates_1201.gif


However, while going through some E&M books I ran into the following notation

[itex]Surface \; Area = r^2 \; \int_{-1} ^1 d \cos(\phi) \; \int_0^{2 \pi}d \theta \; = 4 \pi r^2[/itex]​

My question is how can we replace [itex]\int_{0} ^\pi \sin(\phi) \; d \phi[/itex] with [itex]\int_{-1} ^1 d \cos(\phi)[/itex]
 
Last edited:
Physics news on Phys.org
That's basically a substitution. If you let [itex]u= cos(\phi)[/itex] then [itex]du= d(cos(\phi)= -sin(\phi)d\phi[/itex]. Also, when [itex]\phi= 0[/itex], [itex]cos(\phi= 1[/itex] and when [itex]\phi= \pi[/itex], [itex]cos(\phi)= -1[/itex].

With that substitution, [itex]\int_0^\pi sin(\phi)d\phi= \int_1^{-1} -du[/itex] and, of course, swapping the limits of integration multiplies the integral by -1:
[itex]\int_0^\pi sin(\phi)d\phi= \int_1^{-1} -du= \int_{-1}^1 du= \int_{-1}^1 d(cos(\phi))[/itex]