{
  "$schema": "https://siliconverify.com/schemas/tool-v1.json",
  "slug": "emft",
  "title": "EM Fields &amp; Plane Wave — EMFT",
  "category": "electromagnetics",
  "category_label": "Electromagnetics",
  "urls": {
    "interactive": "https://siliconverify.com/emft.html",
    "static_sheet": "https://siliconverify.com/ref-emft.html",
    "api_doc": "https://siliconverify.com/api/emft.json",
    "blog_index": "https://siliconverify.com/llms-electromagnetics.txt"
  },
  "description": "The EM Fields & Plane Wave workbench is the foundation tool for electromagnetics. It animates Maxwells equations in free space: the time-varying E and B fields, the Poynting vector for power flow, the boundary conditions at dielectric interfaces, and the wave polarization. Use it to see why a plane wave has E, B, and S mutually perpendicular, and how the wave reflects and refracts at a material boundary.",
  "keywords": [
    "emft",
    "electromagnetics",
    "maxwell equations",
    "plane wave",
    "electric field",
    "magnetic field",
    "point charge",
    "dipole",
    "infinite wire",
    "smith chart",
    "poynting vector",
    "GATE ECE"
  ],
  "pricing": {
    "class": "workbench-tool",
    "protocol": "x402",
    "network": "base",
    "currency": "USDC",
    "price_atomic": 1000,
    "price_usd": 0.001,
    "payTo": "0x97DAA5649Fd7Dfe3e46fCd9f75516e36E750eed7",
    "static_sheet_price_atomic": 1000,
    "export_price_atomic": 5000
  },
  "content": {
    "formulas": [
      "Maxwells equations (free space, no sources): ∇·E = 0, ∇·B = 0, ∇×E = −∂B/∂t, ∇×B = μ₀ε₀ ∂E/∂t",
      "Wave equation: ∇²E = μ₀ε₀ ∂²E/∂t² (c = 1/√(μ₀ε₀))",
      "Plane wave: E = E₀·cos(k·r − ωt), B = B₀·cos(k·r − ωt), |E|/|B| = c",
      "Poynting vector: S = E × H (W/m²), time-averaged: ⟨S⟩ = |E|²/(2·Z₀) where Z₀ = √(μ₀/ε₀) = 377 Ω",
      "Boundary conditions (dielectric-dielectric): tangential E continuous, normal D jumps by σ_s, tangential H jumps by J_s, normal B continuous"
    ],
    "citations": [
      "Sadiku, M. N. O., \"Elements of Electromagnetics,\" 7th ed., Oxford, 2018.",
      "Jackson, J. D., \"Classical Electrodynamics,\" 3rd ed., Wiley, 1998."
    ],
    "faq": [
      {
        "q": "Why are E and B perpendicular in a plane wave?",
        "a": "Maxwells equations: ∇×E = −∂B/∂t means ∂E/∂x = −∂B/∂t, so a wave travelling in +z with E in +x has B in +y (90° rotation in space + 90° in time)."
      },
      {
        "q": "What is the difference between polarization and phase?",
        "a": "Polarization is the spatial orientation of E (linear, circular, elliptical). Phase is the relative timing of the wave at two points. They are independent: a wave can be circularly polarized and have any phase."
      }
    ]
  },
  "accessibility": {
    "crawlable": true,
    "javascript_required": true,
    "static_alternative": "/ref-emft.html",
    "structured_data": [
      "TechArticle",
      "SoftwareApplication",
      "FAQPage",
      "BreadcrumbList"
    ]
  },
  "x402_challenge_example": {
    "request": "curl -A 'GPTBot/1.0' -i https://siliconverify.com/emft.html",
    "response_headers": [
      "HTTP/1.1 402 Payment Required",
      "X-Siliconverify-Resource-Class: workbench-tool",
      "X-Siliconverify-Price-Atomic: 1000",
      "X-Siliconverify-Price-USD: 0.001"
    ],
    "response_body": "{\n  \"x402Version\": 1,\n  \"accepts\": [\n    {\n      \"scheme\": \"exact\",\n      \"network\": \"base\",\n      \"maxAmountRequired\": \"1000\",\n      \"resource\": \"https://siliconverify.com/emft.html\",\n      \"description\": \"SiliconVerify workbench tool — interactive browser-based engineering calculator. Client-side computation, no server cost.\",\n      \"mimeType\": \"text/html\",\n      \"payTo\": \"0x97DAA5649Fd7Dfe3e46fCd9f75516e36E750eed7\",\n      \"validAfter\": 1783274656,\n      \"validBefore\": 1783274956\n    }\n  ]\n}",
    "paid_request": "curl -A 'GPTBot/1.0' -H 'X-PAYMENT: 0x<txhash>' -i https://siliconverify.com/emft.html"
  },
  "last_updated": "2026-07-05"
}