-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Add Capacitance Calculator #1436
Comments
Hey @GAVINESHWAR, Welcome to the project CalcDiverse! 🎊 |
@GAVINESHWAR consider giving output for both series and parallel. You can ask in input if it's parallel or series connection |
@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. This will look like this mam Thank you mam |
Looks good |
@Rakesh9100 assign me this issue to make contribution to the project sir. Thank you |
@Rakesh9100 assign me this issue to make contribution to the project sir, It was checked the jessicachawla . Thank you |
Go ahead @GAVINESHWAR |
Hello @GAVINESHWAR! Your issue #1436 has been closed. Thank you for your contribution!! 🙌 |
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
Checklist
Code of Conduct
The text was updated successfully, but these errors were encountered: