MCP HubMCP Hub
스킬 목록으로 돌아가기

solve-electromagnetic-induction

pjt222
업데이트됨 Yesterday
2 조회
17
2
17
GitHub에서 보기
디자인design

정보

이 스킬은 패러데이 법칙, 렌츠 법칙 및 인덕턴스 원리를 적용하여 전자기 유도 문제를 해결합니다. 변화하는 자기장이나 움직이는 도체로부터 유도 기전력을 계산하고, RL 회로의 과도 현상을 분석합니다. 개발자는 자기 플럭스 변화, 전류 방향 결정 또는 자기 에너지 저장 계산과 관련된 작업에 이 스킬을 사용해야 합니다.

빠른 설치

Claude Code

추천
기본
npx skills add pjt222/agent-almanac -a claude-code
플러그인 명령대체
/plugin add https://github.com/pjt222/agent-almanac
Git 클론대체
git clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/solve-electromagnetic-induction

Claude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요

문서

Solve Electromagnetic Induction

Analyze electromagnetic induction phenomena. Identify source of changing magnetic flux. Compute flux through relevant surface. Apply Faraday's law to obtain induced EMF. Determine induced current direction via Lenz's law. Solve resulting circuit equations including RL transients and energy stored in magnetic field.

When Use

  • Compute induced EMF in loop or coil due to time-varying magnetic field
  • Analyze motional EMF from conductor moving through static B-field
  • Determine direction of induced current using Lenz's law
  • Calculate mutual inductance between coupled coils or self-inductance of single coil
  • Solve RL circuit transients (energizing, de-energizing, switching between states)
  • Compute energy stored in magnetic field or in inductor

Inputs

  • Required: Source of changing flux (time-varying B-field, moving conductor, or changing loop area)
  • Required: Geometry of circuit or loop through which flux is computed
  • Required: Relevant physical parameters (B-field magnitude, velocity, resistance, inductance, or geometry for inductance calculation)
  • Optional: Circuit elements connected to induction loop (resistors, additional inductors, sources)
  • Optional: Initial conditions for transient analysis (initial current, initial stored energy)
  • Optional: Time interval of interest for transient solutions

Steps

Step 1: Identify Source of Changing Flux

Classify physical mechanism that produces time-varying magnetic flux:

  1. Changing B-field: The magnetic field itself varies in time (e.g., AC electromagnet, approaching magnet, current ramp in a nearby coil). The loop is stationary.
  2. Changing area: The loop area changes (e.g., expanding or contracting loop, rotating coil in a static field). The B-field may be static.
  3. Moving conductor (motional EMF): A straight conductor moves through a static B-field. The flux change arises from the conductor sweeping out area.
  4. Combined: Both the field and geometry change simultaneously (e.g., a coil rotating in a time-varying field). Separate the contributions for clarity.

For each mechanism, identify the relevant surface S bounded by the circuit loop C:

## Flux Change Classification
- **Mechanism**: [changing B / changing area / motional / combined]
- **Surface S**: [description of the surface bounded by the loop]
- **Time dependence**: [which quantities vary: B(t), A(t), v(t), theta(t)]
- **Relevant parameters**: [B magnitude, loop dimensions, velocity, angular frequency]

Got: Clear identification of why flux changes, what surface to integrate over, which physical quantities carry time dependence.

If fail: Source of changing flux ambiguous (e.g., deforming loop in non-uniform field)? Decompose problem into sum of contributions: one from field change at fixed geometry, one from geometry change in instantaneous field. Decomposition always valid.

Step 2: Calculate Magnetic Flux Through Relevant Surface

Compute the magnetic flux Phi_B = integral of B . dA over the surface S:

  1. Uniform field, flat loop: Phi_B = B * A * cos(theta), where theta is the angle between B and the area normal vector n_hat. This is the most common textbook case.

  2. Non-uniform field: Parameterize the surface S and evaluate the integral:

    • Choose coordinates aligned with the surface (e.g., polar for a circular loop)
    • Express B(r) at each point on the surface
    • Compute the dot product B . dA = B . n_hat dA
    • Integrate over the surface
  3. Coupled coils (mutual inductance): For coil 2 linked to coil 1:

    • Compute B_1 (field from coil 1) at the location of coil 2
    • Integrate B_1 over the area of each turn of coil 2
    • Multiply by N_2 (number of turns in coil 2) for total flux linkage: Lambda_21 = N_2 * Phi_21
    • Mutual inductance: M = Lambda_21 / I_1
  4. Self-inductance: For a single coil carrying current I:

    • Compute B inside the coil from the coil's own current
    • Integrate B over one turn's cross-section and multiply by N
    • Self-inductance: L = N * Phi / I = Lambda / I
    • Known results: solenoid L = mu_0 * n^2 * A * l; toroid L = mu_0 * N^2 * A / (2 pi R)
  5. Time dependence: Express Phi_B(t) explicitly by substituting the time-varying quantities identified in Step 1.

## Flux Calculation
- **Flux expression**: Phi_B(t) = [formula]
- **Evaluation**: [analytic / numeric]
- **Flux linkage** (if multi-turn): Lambda = N * Phi_B = [formula]
- **Inductance** (if applicable): L = [value with units] or M = [value with units]

Got: Explicit expression for Phi_B(t) with correct units (Weber = T . m^2) and, if applicable, inductance values with units of Henry.

If fail: Flux integral cannot be evaluated analytic (e.g., non-uniform field over non-trivial surface)? Use numerical quadrature. Mutual inductance of complex geometries? Consider Neumann formula: M = (mu_0 / 4 pi) * double_contour_integral of (dl_1 . dl_2) / |r_1 - r_2|.

Step 3: Apply Faraday's Law for Induced EMF

Compute induced EMF from time derivative of flux:

  1. Faraday's law: EMF = -d(Lambda)/dt = -N * d(Phi_B)/dt. The negative sign encodes Lenz's law (opposition to the change).

  2. Differentiation: Take the total time derivative of Phi_B(t):

    • If B = B(t) and A, theta are constant: EMF = -N * A * cos(theta) * dB/dt
    • If theta = omega * t (rotating coil in static B): EMF = N * B * A * omega * sin(omega * t)
    • If the area changes (e.g., sliding rail): EMF = -B * l * v (motional EMF, where l is the rail length and v the velocity)
    • For the general case: use the Leibniz integral rule to differentiate under the integral sign
  3. Motional EMF (alternative derivation): For a conductor of length l moving with velocity v in field B:

    • The Lorentz force on charges in the conductor: F = q(v x B)
    • EMF = integral of (v x B) . dl along the conductor
    • This is equivalent to Faraday's law but can be more intuitive for moving conductors
  4. Sign and magnitude check: The magnitude of EMF should be physically reasonable. For typical laboratory setups: mV to V range. For power generation: V to kV range.

## Induced EMF
- **EMF expression**: EMF(t) = [formula]
- **Peak EMF** (if AC): EMF_0 = [value with units]
- **RMS EMF** (if AC): EMF_rms = EMF_0 / sqrt(2) = [value]
- **Derivation method**: [Faraday's law / motional EMF / Leibniz rule]

Got: Explicit expression for EMF(t) with correct units (Volts) and physically reasonable magnitude.

If fail: EMF has wrong units? Trace back to flux calculation -- missing factor of area or inconsistent unit system (e.g., mixing CGS and SI) most likely cause. EMF sign seems wrong? Re-examine surface normal orientation relative to circuit loop direction (right-hand rule).

Step 4: Determine Current Direction via Lenz's Law

Establish direction of induced current and physical consequences:

  1. Lenz's law statement: The induced current flows in the direction that opposes the change in magnetic flux that produced it. This is a consequence of energy conservation.

  2. Application procedure:

    • Determine whether the flux through the loop is increasing or decreasing
    • If flux is increasing: induced current creates a B-field that opposes the increase (opposing the external field direction through the loop)
    • If flux is decreasing: induced current creates a B-field that supports the decreasing flux (same direction as the external field through the loop)
    • Use the right-hand rule to convert the required B-field direction into a current direction
  3. Force consequences: The induced current in the presence of the external B-field experiences a force:

    • Eddy current braking: the force opposes the relative motion (always decelerating)
    • Magnetic levitation: the repulsive force supports weight when the geometry is appropriate
    • These forces are a direct manifestation of Lenz's law at the mechanical level
  4. Qualitative verification: The induced effects should always resist the change. A falling magnet through a conducting tube falls slower than in free fall. A generator requires mechanical work input to produce electrical energy.

## Current Direction
- **Flux change**: [increasing / decreasing]
- **Induced B direction**: [opposing increase / supporting decrease]
- **Current direction**: [CW / CCW as viewed from specified direction]
- **Mechanical consequence**: [braking force / levitation / energy transfer]

Got: Clear stated current direction consistent with Lenz's law, with physical consequence (force, braking, energy transfer) identified.

If fail: Current direction seems to amplify flux change rather than oppose? Surface normal orientation or right-hand rule application reversed. Re-examine loop orientation convention. Current that reinforces flux change would violate energy conservation.

Step 5: Solve Resulting Circuit Equation

Formulate and solve circuit equation including inductance:

  1. RL circuit formation: When the induced EMF drives current through a circuit with resistance R and inductance L, Kirchhoff's voltage law gives:

    • Energizing (switch closes onto DC source V_0): V_0 = L dI/dt + R I
    • De-energizing (source removed, loop closed): 0 = L dI/dt + R I
    • General (time-varying EMF): EMF(t) = L dI/dt + R I
  2. Solution of the first-order ODE:

    • Energizing: I(t) = (V_0 / R) * [1 - exp(-t / tau)], where tau = L / R is the time constant
    • De-energizing: I(t) = I_0 * exp(-t / tau)
    • AC drive EMF = EMF_0 sin(omega t): solve using phasor methods or particular + homogeneous solution
    • Transient duration: current reaches ~63% of final value after 1 tau, ~95% after 3 tau, ~99.3% after 5 tau
  3. Energy analysis:

    • Energy stored in the inductor: U_L = (1/2) L I^2
    • Energy stored in the magnetic field per unit volume: u_B = B^2 / (2 mu_0) in vacuum, or u_B = (1/2) B . H in magnetic materials
    • Power dissipated in resistance: P_R = I^2 R
    • Energy conservation: rate of energy input = rate of energy storage + rate of dissipation
  4. Mutual inductance coupling: For two coupled coils with mutual inductance M:

    • V_1 = L_1 dI_1/dt + M dI_2/dt + R_1 I_1
    • V_2 = M dI_1/dt + L_2 dI_2/dt + R_2 I_2
    • Coupling coefficient: k = M / sqrt(L_1 L_2), where 0 <= k <= 1
    • Solve the coupled ODEs simultaneously (matrix exponential or Laplace transform)
  5. Steady-state and transient separation: For AC-driven circuits, decompose the solution into a transient (decaying exponential) and steady-state (sinusoidal at the drive frequency). Report impedance Z_L = j omega L and phase angle.

## Circuit Solution
- **Circuit type**: [RL energizing / de-energizing / AC driven / coupled coils]
- **Time constant**: tau = L/R = [value with units]
- **Current solution**: I(t) = [expression]
- **Energy stored**: U_L = [value at specified time]
- **Energy dissipated**: [total or rate]
- **Steady-state impedance** (if AC): Z_L = [value]

Got: Complete time-domain solution for current with correct exponential time constants, energy balance verified, physically reasonable magnitudes.

If fail: Current grows without bound? Sign error in ODE setup likely (inductance term should oppose changes in current). Time constant unreasonably large or small? Double-check inductance calculation from Step 2 and resistance value. Time constants for typical laboratory RL circuits range from microseconds to seconds.

Checks

  • Source of changing flux clear identified (changing B, changing area, motional, combined)
  • Magnetic flux integral set up over correct surface with proper orientation
  • Flux has correct units (Weber = T . m^2)
  • Inductance values (self or mutual) have correct units (Henry) and reasonable magnitude
  • EMF has correct units (Volts) and physically reasonable magnitude
  • EMF sign consistent with Lenz's law (opposes flux change)
  • Current direction determined by Lenz's law and verified with right-hand rule
  • RL circuit ODE correctly set up with proper signs
  • Time constant tau = L/R has correct units (seconds) and reasonable magnitude
  • Energy balance verified: input energy = stored energy + dissipated energy
  • Limiting cases checked (t -> 0 for initial conditions, t -> infinity for steady state)

Pitfalls

  • Wrong sign in Faraday's law: EMF is EMF = -d(Lambda)/dt, not +d(Lambda)/dt. Negative sign essential -- encodes Lenz's law and energy conservation. Omitting produces current that amplifies flux change, violating thermodynamics.
  • Confuse flux and flux linkage: Single-turn loop? Phi_B and Lambda same. N-turn coil? Lambda = N * Phi_B. Inductance defined as L = Lambda / I, not L = Phi_B / I. Missing factor of N produces inductance values N times too small.
  • Surface normal inconsistency: Surface normal n_hat must be related to loop circulation direction by right-hand rule. Choosing independent leads to sign errors in both flux and EMF.
  • Ignore back-EMF in RL circuits: Current changes in inductor? Inductor generates back-EMF opposing change. Omit this term from Kirchhoff's voltage law makes circuit equation algebraic instead of differential, missing transient entirely.
  • Assume instantaneous current change: Current through ideal inductor cannot change instantaneous (would need infinite voltage). Initial conditions for RL transients must satisfy continuity of inductor current across switching events.
  • Neglect eddy currents in bulk conductors: Faraday's law applies to any closed path in conductor, not just discrete wire loops. Time-varying fields in bulk conductors induce distributed eddy currents that produce heating (loss) and opposing fields (shielding). Critical in transformer cores; must be minimized with lamination.

See Also

  • analyze-magnetic-field -- compute B-field from current distributions that serve as flux source
  • formulate-maxwell-equations -- generalize induction to full Maxwell framework including displacement current
  • design-electromagnetic-device -- apply induction principles to motors, generators, transformers
  • derive-theoretical-result -- derive analytic results for inductance, EMF, or transient solutions from first principles

GitHub 저장소

pjt222/agent-almanac
경로: i18n/caveman/skills/solve-electromagnetic-induction
0
agentsagentskillsai-assisted-developmentclaude-codeskillsteams

연관 스킬

executing-plans

디자인

executing-plans 스킬은 검토 체크포인트가 포함된 통제된 배치로 실행할 완전한 구현 계획이 있을 때 사용합니다. 이 스킬은 계획을 불러와 비판적으로 검토한 후, 소규모 배치(기본값 3개 작업)로 작업을 실행하면서 각 배치 사이에 진행 상황을 아키텍트 검토를 위해 보고합니다. 이를 통해 내재된 품질 관리 체크포인트를 갖춘 체계적인 구현이 보장됩니다.

스킬 보기

requesting-code-review

디자인

이 스킬은 코드 변경 사항을 요구 사항에 따라 분석하기 위해 코드 리뷰어 하위 에이전트를 호출합니다. 작업 완료 후, 주요 기능 구현 후, 또는 메인 브랜치에 병합하기 전에 사용해야 합니다. 이 리뷰는 현재 구현체와 원래 계획을 비교하여 문제를 조기에 발견하는 데 도움이 됩니다.

스킬 보기

connect-mcp-server

디자인

이 스킬은 개발자들이 HTTP, stdio 또는 SSE 전송 방식을 통해 MCP 서버를 Claude Code에 연결하는 포괄적인 가이드를 제공합니다. GitHub, Notion 및 사용자 정의 API와 같은 외부 서비스를 통합하기 위한 설치, 구성, 인증 및 보안을 다룹니다. MCP 통합 설정, 외부 도구 구성 또는 Claude의 모델 컨텍스트 프로토콜 작업 시 활용하세요.

스킬 보기

web-cli-teleport

디자인

이 스킬은 작업 분석을 기반으로 개발자가 Claude Code 웹 인터페이스와 CLI 인터페이스 중 선택할 수 있도록 돕고, 두 환경 간 원활한 세션 텔레포트를 가능하게 합니다. 웹, CLI 또는 모바일 환경 전환 시 세션 상태와 컨텍스트를 관리하여 워크플로를 최적화합니다. 다양한 단계에서 서로 다른 도구가 필요한 복잡한 프로젝트에 사용하세요.

스킬 보기