• Mathematics
    VectorsMatricesVector SpaceAlgebraCalculusLogicAnalytic GeometryStatistics & ProbabilityGeometrySpecial Functions
    Physics
    MechanicsUnits & Constants
    Electronics
    Circuits
    Computer Science
    EncodingComputerLanguagesComputer Networks
    Machine Learning
    ClusteringOptimizationRegressionKernels
    AI
    Neural Network
    Finance
    OptionsFixed IncomeMarket Analysis
    Help
    Contact usIndexSearchVersion historyFormula Syntax
    Practice Quiz
    LoginUser
  • Mathematics
    Calculus: Curl ∇⨯ & Div ∇⋅
    • Vectors
      • Matrices
        • Vector Space
          • Algebra
            • Calculus
              • Function Analysis
              • Derivatives
              • Jacobian
              • Directional Derivative
              • Curl ∇⨯ & Div ∇⋅
              • Indefinite Integral
              • Definite Integral
              • Differential Equations
              • Slope Field
              • Numerical Solution of
                Differential Equations
              • Error Function
            • Logic
              • Analytic Geometry
                • Statistics & Probability
                  • Geometry
                    • Special Functions
                      Curl ∇⨯ and Div ∇⋅ in three-dimensional Cartesian coordinates

                      For a given vector function F : ℝ3 → ℝ3 , F = (Fx , Fy , Fz ) (x,y,z), describing the vector field in 3-dimensional Cartesian space, curl (rotor) is a
                      differentiation vector operator, determining the circulation density at each point of the field. It is defined as
                      curl (F) = rot (F) = ∇⨯F =
                      îĵk̂
                      ∂/∂x∂/∂y∂/∂z
                      FxFyFz
                      = (
                      ∂Fz
                      ∂y
                      -
                      ∂Fy
                      ∂z
                      ,
                      ∂Fx
                      ∂z
                      -
                      ∂Fz
                      ∂x
                      ,
                      ∂Fy
                      ∂x
                      -
                      ∂Fx
                      ∂y
                      )

                      Divergence is a differentiation vector operator that produces a scalar field describing the rate that the vector field F changes the volume in an
                      infinitesimal neighborhood of each point. It is defined as
                      div (F) = ∇⋅F = (
                      ∂
                      ∂x
                      ,
                      ∂
                      ∂y
                      ,
                      ∂
                      ∂z
                      ) ( Fx , Fy , Fz ) =
                      ∂Fx
                      ∂x
                      +
                      ∂Fy
                      ∂y
                      +
                      ∂Fz
                      ∂z

                      Important Note:
                      Please be very careful to write a multiplication symbol '*' when writing a term consisting of multiplication of two (or more) variables x*y or parameters a*b.
                      Terms xy or ab are instances of a single variable 'xy' or 'ab' whose label consists of two characters. See Syntax Help for a proper syntax for writing a formula.
                      Please enter the vector function F (   ,  ,   )  you want to differentiate:
                      Fx = 
                      Fy = 
                      Fz = 
                      ∇⨯F = curl(F) = ( curl x (F) , curl y (F) , curl z (F) ) :
                         curl x (F) (x,y,z)  =  
                      curl y (F) (x,y,z)  =  
                      curl z (F) (x,y,z)  =  
                      ∇⋅F = div (F) (x,y,z)  =  
                      Specify the point ( x , y , z ) for which you want to calculate curl (F) (x,y,z) and div (F) (x,y,z)( x , y , z ) = (    ,   ,     )
                      curl (F) (x,y,z)  =  (   ,  ,   )
                      div (F) (x,y,z)  =  
                      Curl ∇⨯ and Div ∇⋅ in two-dimensional Cartesian coordinates

                      For a given vector function F : ℝ2 → ℝ2 , F = (Fx , Fy) (x,y), describing the vector field in 2-dimensional Cartesian space, curl (rotor) is a
                      differentiation vector operator, determining the circulation density at each point of the field. It is defined as
                      curl (F) = rot (F) = ∇⨯F    =   
                      ∂/∂x∂/∂y
                      FxFy
                         =   
                      ∂Fy
                      ∂x
                      -
                      ∂Fx
                      ∂y


                      Divergence is a differentiation vector operator that produces a scalar field describing the rate that the vector field F changes the volume in an
                      infinitesimal neighborhood of each point. It is defined as
                      div (F) = ∇⋅F = (
                      ∂
                      ∂x
                      ,
                      ∂
                      ∂y
                      ) ( Fx , Fy ) =
                      ∂Fx
                      ∂x
                      +
                      ∂Fy
                      ∂y

                      Important Note:
                      Please be very careful to write a multiplication symbol '*' when writing a term consisting of multiplication of two (or more) variables x*y or parameters a*b.
                      Terms xy or ab are instances of a single variable 'xy' or 'ab' whose label consists of two characters. See Syntax Help for a proper syntax for writing a formula.
                      Please enter the vector function F (   ,   )  you want to differentiate:
                      Fx = 
                      Fy = 
                      curl x (F) (x,y)  =  
                      ∇⋅F = div (F) (x,y)  =  
                      Specify the point ( x , y ) for which you want to calculate curl (F) (x,y) and div (F) (x,y)( x , y ) = (    ,     )
                      curl (F) (x,y)  =  
                      div (F) (x,y)  =  
                      Formula Syntax:
                      < formula >:=<number> |<variable> |<operation> |<function>; |(<formula>) |
                      <differential formula>
                      < equation >:=<formula>=<formula>
                      < differential equation >:=<equation>
                      < operation >:=<unary operation> |<binary operation> |
                      < unary operation >:=-<formula>
                      < binary operation >:=<formula><binary operator><formula>
                      < binary operator >:=+ |- |* |/ |^
                      < differential formula >:=<formula>' |d(<formula>) |∂(<formula>) |
                      < function >:=<functor>(<arguments>)
                      < arguments >:=<formula> |<formula>,<arguments>
                      < functor >:=See list of available functions bellow
                      < number >:=<unsigned number> |-<unsigned number>
                      < unsigned number >:=<digits> | <digits>.<digits> | <special number>
                      < digits >:=<digit> | <digit><digits>
                      < digit >:=0 | 1 |2 |3 |4 |5 |6 |7 |8 |9
                      < special number >:=pi | e
                      < variable >:=<letter> | <letter><alphanumerics>
                      < alphanumerics >:=<alphanumeric> | <alphanumeric><alphanumerics>
                      < alphanumeric >:=<letter> | <digit>
                      < letter >:=a | ... | z | A | ... | Z
                      Available Functions:
                      NameDescription# of
                      arguments
                      Trigonometric
                      sinsine function of an angle1
                      coscosine function of an angle1
                      tantangent function of an angle1
                      cotcotangent function of an angle1
                      secsecant function of an angle1
                      csccosecant function of an angle1
                      Inverse Trigonometric
                      arcsininverse of sine function1
                      arccosinverse of cosine function1
                      arctaninverse of tangent function1
                      arccotinverse of cotangent function1
                      arcsecinverse of secant function1
                      arccscinverse of cosecant function1
                      Logaritmic
                      lnnatural logarithm to the base e1
                      log10logarithm to the base 102
                      loglogarithm, with 1st argument as a base, of the 2nd argument2
                      Power and Root
                      sqrtsquare root1
                      rootfirst argument root of the second argument2
                      Miscellaneous
                      absabsolute value1
                      maxmaximum2
                      minminimum2
                      sgnsign or signum function1
                      Please Note:
                      • Multiplication must be explicitely specified with the "*" operator as "a*x" and not as "a x".
                      • Function arguments must be enclosed within parenthesis "( ... )", like "sin( x )" and not like "sin x".
                        There can't be a space between the functor and the open parenthesis for the arguments.
                      • Character sequences pi and e are treated as special numbers and not as variables.
                      • Equations, including differential must be specified as proper equations with "=" character.
                      • If you need to use an indexed variable, like xi (for example x1, x2,...) , please use the the index numbers as suffixes to the variable names, like x1, x2, ...
                      • Variable names are case sensitive! x and X are interpreted as two different variables.
                      Examples:
                      You must write:Interpreted as:
                      tan(x)tan(x) = sin(x)cos(x)
                      log(a,b)loga(b)
                      ln(e^x)ln ( e x ) = x
                      abs(-2)| -2 | = 2
                      cos(pi/3)cos(π3) = 12
                      root(x, y)
                      x
                      √
                      y
                      y'=2*x*yy' = 2xy


                      See Also:     1st and 2nd order derivatives ,
                      Jacobian Matrix and Determinant

                      External links:
                      • Wikipedia: Curl (mathematics)
                      • Wikipedia: Divergence