Wolfram Computation Meets Knowledge

Lorentz Force Using Current

The Lorentz force is the combination of electric and magnetic force on a point charge due to electromagnetic fields.

The Lorentz force equals the product of the magnetic flux density, current and the sine of the angle the current makes with the magnetic field.

Formula

QuantityVariable[Subscript["F", "L"], "Force"] == QuantityVariable["B", "MagneticFluxDensity"]*QuantityVariable["I", "ElectricCurrent"]*QuantityVariable["l", "Length"]*Sin[QuantityVariable["θ", "Angle"]]

symbol description physical quantity
FL Lorentz force "Force"
B magnetic flux density "MagneticFluxDensity"
I electric current "ElectricCurrent"
l length of the wire "Length"
θ angle "Angle"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Lorentz Force Using Current"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Lorentz Force Using Current"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Lorentz Force Using Current"], {QuantityVariable[
   "B","MagneticFluxDensity"] -> Quantity[1, "Teslas"], 
  QuantityVariable["\[Theta]","Angle"] -> 
   Quantity[90, "AngularDegrees"], 
  QuantityVariable["I","ElectricCurrent"] -> Quantity[1, "Amperes"]}]
Out[3]=

Source Metadata

Publisher Information