Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Physics
  • CBSE Physics Class 8 Notes
  • CBSE Class 9 Physics Notes
  • CBSE Notes for Class 10 Physics
  • CBSE Class 11 Physics Notes
  • CBSE Class 12 Physics Notes
  • CBSE Class 8 Science Notes
  • CBSE Class 9 Science Notes
  • Class 10 Science Notes
Open In App
Next Article:
Inductance Formula
Next article icon

Inductance Formula

Last Updated : 04 Feb, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Inductance is a term that every physics student should be familiar with. It has its own formula and is frequently combined with resistance and capacitance. Oliver Heaviside first coined the phrase in 1886. In addition, we use the L to represent inductors on circuit diagrams and inductance in equations, in honor of the eminent physicist Heinrich Let's learn about the Inductance formula and how to use it to determine the inductance of any item.

Inductance

Inductance is a property of an electrical conductor that causes it to resist changes in the electric current passing through it. The flow of electric current generates a magnetic field around a conductor. The field strength is proportional to the current magnitude and is unaffected by current fluctuations. According to Faraday's law of induction, any change in the magnetic field via a circuit generates an electromotive force (EMF) (voltage) in the conductors, a process is known as electromagnetic induction.

Inductance can be found in many electrical and electronic systems, as well as circuits. The gears are available in a range of shapes and sizes, as well as a variety of names. Examples include coils, chokes, transformers, inductors, and other parts. The SI unit of inductance is the Henry (H), which can be represented in the current and voltage rate of change.

Formula for Inductance

  • Following is the inductance formula,

L = μN2A/l

Where,

  • L = Inductance (H),
  • μ = Permeability (H/m or N/(Amp^2)),
  • N = The coil's number of turns,
  • A = The coil's cross sectional area,
  • l = Length of coil (m).

Derivation 

Given: 

E = N(dϕ/dt)

The number of turns in the coil is N, and the induced EMF across the coil is E.

Using Lenz's law, rewrite the above equation,

E = -N(dϕ/dt)

The previous equation is modified to compute the value of inductance.

E = -N(dϕ/dt)

∴ E = -L(di/dt)

N = dΦ = L di

NΦ = Li

Hence,

The flux density is denoted by B, and the coil area is denoted by A.

Li = NΦ = NBA

Hl = Ni

The magnetizing force of the magnetic flux is denoted by H.

B = μH

Li = NBA

L = NBA/i = N2BA/Ni

N2BA/Hl = N2μHA/Hl

∴ L = μN2A/l 

  • With an inductance of L, the voltage induced in a coil (V) is equal to,

V = L × (di/dt)

Where,

  • V = Voltage (volts),
  • L = Value of Inductance (H),
  • i = Current (A),
  • t = Time taken (s).
  • The inductance reactance is calculated as follows,

X = 2πfL

Where,

  • X = Reactance (ohm),
  • f = frequency (Hz),
  • L = Inductance (H).
  • If Inductance is in series 

L = L1 + L2 + L3 . . . . + Ln

  • If Inductance is in parallel

1/L = 1/L1 + 1/L2 + 1/L3 . . . . + 1/Ln

Sample Questions on Inductance Formula

Question 1: Define Inductance.

Answer:

Inductance is a property of an electrical conductor that causes it to resist changes in the electric current passing through it. Since inductance has N2 in the formula, it means that the square of the number of turns in the conductor are directly proportional to the inductance present. However, an interesting fact is that even straight conductors carry inductance just very little in amount to be considerable.

Question 2: What is the SI unit of Inductance?

Answer:

SI unit of Inductance is the henry (H). The discovery of inductance is credited to Faraday, however, the introduction of self inductance for a single circuit was first introduced by Henry. Therefore, the unit of inductance is dedicated to the scientist's name.

Question 3: Determine the self-inductance of a 210-turn solenoid with a cross-sectional area of 17 cm2 and a length of 66.2 cm.

Solution:

Given: μ = 4π × 10-7N/A2, N = 210 turns, A = 17 × 10-4 m2, l = 66.2 × 10-2 m

Since,

L = μN2A/l

∴ L = ((4π × 10-7) × (210)2 × (17 × 10-4))/(66.2 × 10-2)

∴ L = 0.0001422

∴ L = 14.22 × 10-5 H

Question 4: What is the corresponding resistance when 16H, 10H, and 21H inductors are joined in series?

Solution:

Given: L1 = 16 H, L2 = 10 H, L3 = 21 H

Since,

L = L1 + L2 + L3 

∴ L = 16 + 10 + 21

∴ L = 47 H

Question 5: A circuit is connected to a 61 H inductor, and a frequency of 240 Hz is provided. calculate the reactance?

Solution:

Given: f = 240 Hz, L = 61 H

Since,

X = 2πfL

∴ X = 2 × 3.14 × 240 × 61

∴ X = 91939 ohm

Question 6: What is the corresponding resistance when 26H, 16H, 21H, and 30H inductors are connected in parallel?

Solution:

Given: L1 = 26 H, L2 = 16 H, L3 = 21 H, L4 = 30 H

Since,

1/L = 1/L1 + 1/L2 + 1/L3 + 1/L4 

∴ 1/L = 1/26 + 1/16 + 1/21 + 1/30

∴ 1/L = 0.03 + 0.06 + 0.04 + 0.03

∴ 1/L = 0.16 H

∴ L = 6.25 H


Next Article
Inductance Formula

S

swapnilkalyani96
Improve
Article Tags :
  • School Learning
  • Physics
  • Physics-MAQ
  • Physics-Formulas
  • Physics-Calculators

Similar Reads

    Inductive Reactance Formula
    An inductor is a coil of wire that produces an electrical field when a current passes through it. Inductive Reactance is the measure of an inductor's resistance to the alternating current. The concept of inductive reactance is similar to the resistance, except it always has a phase shift between vol
    3 min read
    Induced Voltage Formula
    Electromagnetic induction is the phenomenon in which a conductor is placed in a certain position and the magnetic field varies or remains stationary as the conductor moves. As a result, this produces a voltage or electromotive force across the electrical conductor known as the induced voltage. The c
    4 min read
    Reduction Formula
    Reduction formula in mathematics is generally used for solving integration of higher order. Integration involving higher-order terms is difficult to handle and solve. So, to simplify the solving process of higher-order terms and get rid of the lengthy expression-solving process of higher-order degre
    4 min read
    Secant Formula
    Trigonometry is a very important branch of mathematics which has a wide variety of applications. One such application pertains to the ratio of sides and angle measurements of triangles, particularly right-angled triangles.  In the figure below, we are given a right triangle ABC. Here, AC being the l
    2 min read
    Integration Formulas
    Integration Formulas are the basic formulas used to solve various integral problems. They are used to find the integration of algebraic expressions, trigonometric ratios, inverse trigonometric functions, and logarithmic and exponential functions. These integration formulas are beneficial for finding
    10 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences