Summary of commonly used circuit formulas-circuit formulas that must be met in embedded development-Internet of Things development

I. Introduction

        This article summarizes the calculation formulas often used in the circuit, and will continue to update as the article progresses.

2. Formula

        1> series circuit 

        Current: I=I1=I2, the current is equal everywhere in the series circuit

        Voltage: U=U1+U2, the total voltage in a series circuit is the sum of the voltages everywhere

        Resistance: R=R1+R2, the total resistance in a series circuit is the sum of all resistance values

        ( Resistors in series are compressed according to the resistance ratio )

        2> Parallel circuit 

        Current: I=I1+I2, the total current in a series circuit is the sum of the currents everywhere

        Voltage: U=U1=U2, the total voltage in the series circuit is equal to the voltage of each main circuit

        resistance:R=\frac{R1*R2}{R1+R2}

        ( Resistors connected in parallel are shunted according to the resistance ratio )

        3> Ohm's law

        Formula: U=IS, the voltage is equal to the product of current and resistance

        4> Power

        Formula: , can be properly deformedP=W/t=UI according to Ohm's law

Guess you like

Origin blog.csdn.net/qq_39724355/article/details/128166043