Hello I have a question: Is the formula for the cross product the same in spherical coordinates as in cartesian coordinates? I have found conflicting answers on the internet.
2026-03-28 08:45:50.1774687550
Cross product in spherical coordinate
2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in VECTORS
- Proof that $\left(\vec a \times \vec b \right) \times \vec a = 0$ using index notation.
- Constrain coordinates of a point into a circle
- Why is the derivative of a vector in polar form the cross product?
- Why does AB+BC=AC when adding vectors?
- Prove if the following vectors are orthonormal set
- Stokes theorem integral, normal vector confusion
- Finding a unit vector that gives the maximum directional derivative of a vector field
- Given two non-diagonal points of a square, find the other 2 in closed form
- $dr$ in polar co-ordinates
- How to find reflection of $(a,b)$ along $y=x, y = -x$
Related Questions in COORDINATE-SYSTEMS
- How to change a rectangle's area based on it's 4 coordinates?
- How to find 2 points in line?
- Am I right or wrong in this absolute value?
- Properties of a eclipse on a rotated plane to see a perfect circle from the original plane view?
- inhomogeneous coordinates to homogeneous coordinates
- Find the distance of the point $(7,1)$ from the line $3x+4y=4$ measured parallel to the line $3x-5y+2=0.$
- A Problem Based on Ellipse
- Convert a vector in Lambert Conformal Conical Projection to Cartesian
- Archimedean spiral in cartesian coordinates
- How to find the area of the square $|ABCD|$?
Related Questions in SPHERICAL-COORDINATES
- Volume between a sphere and a cone
- Trilaterating 2D cartesian coordinates, without Z
- Divergence in Spherical & Cylindrical Polar co-ordinates derivation
- Spherical coordinates to Cartesian coordinates with arbitrary origin for spherical coordinate system
- Triple integral. Spherical coordinates. Too much calculations
- Finding the kernel of a linear map gotten from a linear map with one kind of bessel function $j_i$ and replacing them with the $y_j$
- Distribution of correlation of fixed vector on vectors of n-sphere
- Calculate $\int_{\mathbb R^3} x_3^2 e^{-\lVert x \rVert _2} \lambda_3(dx)$
- Magnitude of a Vector in Spherical Coordinates with No Radial Component
- Rotate the surface of a sphere using altitude
Related Questions in CROSS-PRODUCT
- Proof that $\left(\vec a \times \vec b \right) \times \vec a = 0$ using index notation.
- Why is the derivative of a vector in polar form the cross product?
- Calculus III Vector distance problem.
- linear algebra - Parallel vectors
- Geometry of the plane in 3D and cross product
- derivative of cross product of vectors with respect to vector
- Finding perpendicular and parallel vectors
- Why is the unit vector negative when solving $\sin(a-b) = \sin(a)\cos(b) - \cos(a)\sin(b)$?
- A question about cross product
- Linear Algebra: Cross Product w/ Matrices
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?
They are the same for vector fields but tend to be different for individual position vectors, so it can get complicated to think about their interrelationship.
Okay, so here's the deal. You're used to vectors not usually having a well-defined "place" where they live. We say that you get $\vec a + \vec b$ by "picking $\vec b$ up and placing its tail on the tip of $\vec a$. And that works in Cartesian coordinates really well, and it's a great visualization. Vectors don't have a position in space, we can move them around. That's only sort-of true.
Whenever you're dealing with curvilinear coordinates -- spherical is just an example! -- then in general, every point of space has its own coordinates, and we have to say where vectors are located in the space, if we want to specify their coordinates. The vector itself might still be easy to pick up and drop somewhere else, but its coordinates will not be.
If two vectors have certain coordinates at a certain point in space, then yes, we can add those coordinates directly. So the usual vocabulary/jargon here is that, attached to every point of space, there is a "tangent space" which is a normal 3D Cartesian-coordinate vector space, with basis vectors (for spherical coordinates) $\hat r, \hat \theta, \hat \phi$. If you live in a point's tangent space, not moving coordinates from that point, then vector addition is Cartesian.
Now, ou can express any vector you want at any point using its basis vectors. The cross product will work normally for any two vectors which are defined at the same point, because the basis vectors are orthonormal, as long as you figure out the proper orientation: in this case $\hat r \times \hat \theta = -\hat\phi$ usually, as when you're at $(x,y,z) = (1,0,0)$ you have $\hat r = \hat x$ and $\hat \theta = \hat y$ but $\hat \phi = -\hat z$. So to keep a right-handed "orientation" for your system, you want to list the components as "radial, then polar, then azimuthal", so the change-in-position vector $d\vec r = [dr, r~d\phi, r~\sin\phi~d\theta]$ in the coordinate system of the actual position $(r, \phi, \theta)$.
It turns out that this is enough to take derivatives of a scalar field which turn out to be vector fields: but things in turn get a hairier when you want to take the derivative of a vector field. It's not just that you need a tensor to do it, since you're relating some input displacement field $d\vec r$ to some field-change $d\vec a$, but the coordinates you're using are also shifting with $d\vec r$: $$d\vec a = \vec a(\vec r + d\vec r) - \vec a(\vec r) = da_r ~ \hat r + da_\phi ~ \hat\phi + da_\theta ~\hat\theta + a_r~d\hat r + a_\phi d\hat\phi + a_\theta ~ d\hat \theta.$$So that's messy.
Notice also that $(r, \phi, \theta)$ is not an ordinary sort of vector in a physics sense: it doesn't have the meaning that you'd expect if you naively convert it into a vector field. So you can't cross-product two of these together. Instead you have to specify a place in whose tangent space the "position vector" lives.
One "unbiased" choice would be $r = 0$, but this choice makes the coordinates a bit singular and you might have to simply revert to the Cartesian $[x,y,z] = [r \sin \phi \cos\theta, r\sin\phi\sin\theta, r\cos\phi]$ to make real headway. That is, you might use the $(r,\phi,\theta)$ system $(0,\pi/2,0)$ so that $\hat r = \hat x,~~\hat \phi = -\hat z,~~\hat\theta = \hat y$, which is right-handed when you preserve that ordering.
Another convenient choice for the position vector is to choose the point $(r, \theta, \phi)$, where the vector is simply $\vec r = r ~\hat r$. That's simple, and as before, we can express $d\vec r$ easily at this point, too. But when you try to cross two different positions and you get $(r_1 r_2)~ \hat r_1 \times \hat r_2$, don't you dare say that $\hat r_1 = \hat r_2$ therefore this whole thing is $0$, unless you know that for a fact! Two different position vectors are going to live in two different tangent spaces by this convention, and your cross product formula will not work across tangent spaces, but only within a tangent space.
Does that clear up why you see expressions where classical formulas work (e.g. vector fields, which are always defined over all points) and expressions where they don't (e.g. position coordinates)?