When solving this question, I wrote $r(t)$ as $\langle\cos t,0,\sin t\rangle$ then I differentiated it and got $dr=\langle-\sin t,0,\cos t\rangle\,dt$, then i substituted in the formula for line integrals. However, in the solution, $dr$ isn't like that? Also, why did we assume $y = 0$?
2026-03-25 15:58:36.1774454316
Verify Stokes' theorem on a hemisphere using a line integral
3.4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in SURFACE-INTEGRALS
- $\iint_{S} F.\eta dA$ where $F = [3x^2 , y^2 , 0]$ and $S : r(u,v) = [u,v,2u+3v]$
- Stoke's Theorem on cylinder-plane intersection.
- Willmore energy of revolution torus
- surface integral over a hyperbolic paraboloid
- Finding surface area cut from a sphere
- Application of Gauss' Divergence Theorem
- Find the volume of the following solid.
- Surface Area in $R^n$
- Conversion of Surface integral to a suitable Volume integral.
- Calculating the mass of the surface of a semisphere.
Related Questions in LINE-INTEGRALS
- Stoke's Theorem on cylinder-plane intersection.
- Surface to choose for the Stokes' theorem for intersection of sphere and plane.
- How to make the Biot-Savart law to go along a spiral shaped coil?
- Is there a name for the concept of adding "wind" to a metric space?
- Integrate a function over a domain, knowing his border...
- $\int\limits_C e^{x^2-y^2}(\cos(2xy)dx+\sin(2xy)dy)$ over unit circle
- Line integral doesn't depend on parametrization
- Find $\int_{L}\overrightarrow{F} \cdot d\overrightarrow{r}$
- What does the erroneous line integral measure?
- Tangent vector of curve $ \Psi(t)= (2t^3 - 2t, 4t^2, t^3+t )^T $ expressed in spherical coordinates
Related Questions in STOKES-THEOREM
- Stoke's Theorem on cylinder-plane intersection.
- Integration of one-form
- First part Spivak's proof of Stokes' theorem
- Stokes theorem, how to parametrize in the right direction?
- Surface to choose for the Stokes' theorem for intersection of sphere and plane.
- What is wrong with this vector integral?
- Circulation of a vector field through a cylinder inside a sphere.
- Stokes Theorem Equivalence
- Verify Stokes Theorem vector field $\vec{F} = (y, −x, xyz)$
- Evaluate $\iint \text{curl} (y\,\mathbf{i}+2\,\mathbf{j})\cdot n\; d\sigma$ using Stokes Theorem
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?

Simply put, Stokes'theorem tells us that if we are interested in calculating the flux through a certain orientable surface in Euclidean space, we can simply consider the flux on a contour around that surface to end up with the same value. The important part here is that we always keep the same orientation. We naturally assume anti-clockwise orientation belonging to the upward direction, this is often called a right-handed coordinate system.
The problem states that we need an orientation in the direction of the positive $y$-axis, this means that our curves will run in an anti-clockwise direction see: http://tutorial.math.lamar.edu/Classes/CalcIII/StokesTheorem.aspx
This is often called the natural direction. When we consider what closed curves we can form on our surface $C$, we realise these will be the great circles on the hemisphere, it is easiest to just take the one that intersects the $xz$ plane: This parametrisation is given by: $$r(t)=(\sin(t), 0, \cos(t)) $$ where $0\leq t \leq 2\pi$, so our begin point is $(0,0,1)$, we then move towards $(\frac{1}{2}\sqrt{2},0,\frac{1}{2}\sqrt{2}$) etc, before finally returning to $(0,0,1)$, your method runs in the other direction (and has a phase difference of $\frac{\pi}{2}$), let's see if this should make a difference. Call it:
$$s(t)=(\cos(t), 0, \sin(t)) $$ If we compute our line integrals with $r(t)$ and $r'(t)$: $$ \oint_{t=0} ^{2\pi} (0, \cos(t) , \sin(t) ) \cdot (\cos(t),0,-\sin(t))dt=$$ $$ \oint_{t=0} ^{2\pi} - \sin^2(t)dt=-\pi$$ And now via your method $s(t)$ and $s'(t)$: $$ \oint_{t=0} ^{2\pi} (0, \sin(t) , \cos(t) ) \cdot (-\sin(t),0,\cos(t))dt =\oint_{t=0} ^{2\pi} \cos^2(t)dt = \pi$$
So indeed the difference is just a minus sign because of reversed orientation. Your method actually calculates the flux ($\pi$) that enters the lower hemisphere and apparently (logically) this should leave ($- \pi$)the upper hemisphere.