Rakesh9100 / CalcDiverse

CalcDiverse is a customized collection of calculators for various aspects of mathematics. Individuals with basic web development knowledge can create distinctive calculators and submit pull requests.
https://calcdiverse.netlify.app
Apache License 2.0
145 stars 367 forks source link

[Feature] : Capacitance in a parallel plate capacitor #1436

Open GAVINESHWAR opened 4 days ago

GAVINESHWAR commented 4 days ago

Description

The capacitance of a parallel plate capacitor with a dielectric is given by đ¶=𝜅𝜖0𝐮/𝑑 where 𝜅 is the dielectric constant, 𝜖0 is the permittivity of free space, 𝐮 is the area of the plates, and d is the distance between the plates. This formula accounts for the increased capacitance due to the dielectric material, which enhances the capacitor's ability to store charge.

Formula: đ¶=𝜅𝜖0𝐮/𝑑

Inputs: Dielectric constant (Îș), Permittivity of free space (𝜖0), Area of the plates (A), Distance between the plates (d) Output: Capacitance (C)

@Rakesh9100, please assign me this issue to make contribution to the project sir.

Thank you

Screenshots

image

Checklist

Code of Conduct

github-actions[bot] commented 4 days ago

Hey @GAVINESHWAR, Welcome to the project CalcDiverse! 🎊 Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✹

jessicachawla commented 3 days ago

@GAVINESHWAR consider giving output for both series and parallel. You can ask in input if it's parallel or series connection

GAVINESHWAR commented 3 days ago

@jessicachawla mam, parallel plate capacitors are a type of capacitor that have an arrangement of electrodes and insulating material (dielectric). This calculator determines the capacitance of a single capacitor.

If required, I can add another calculator for finding the equivalent capacitance of capacitors connected in parallel and series combinations. image

This will look like this mam

Thank you mam

jessicachawla commented 3 days ago

Looks good @Rakesh9100 this issue can be assigned