オームの法則
電圧、電流、抵抗、パワーの解法を入力してください。
結果はタイプすると更新されます。
この計算機の情報
the power of a resistor is equal to the current of the resistor, the power of the resistor is equal to the current of the resistor. Ohm's law is a simple and easy to use calculator that can be used to calculate the power of a resistor. It is a simple and easy to use calculator that can be used to calculate the power of a resistor. It is a simple and easy to use calculator that can be used to calculate the power of a resistor. It is a simple and easy to use calculator that can be used to calculate the power of
よくある質問
オームの法則とは何ですか。
Ohmの法則は導体を通る電流がその電圧に比例することを示す。
電力は,Ohmの法則からどうやって求める?
電力は電圧と電流の積であるP=V×Iである。
どの2つの値を入力しますか?
解く値の中から欠けている値を選び、他の 3 つの値のうち 2 つを入力します。抵抗を見つけるには、電圧と電流、または電力と電流を入力してください。
入力として電圧や電流の代わりに電力を使うことができるか?
はい。高度な電力場は電力と他の量を加えて解くことができます。例えば、24Wの負荷が2Aで12Vと6Ωを返します。V = P / IとR = P / I²を使います。
Ohmの法則は交流回路にも適用できるか。
交流回路の抵抗部分に直接適用する。キャパシタやインダクタを持つ回路では抵抗をインピーダンスで置き換え、電力は電力係数を取るが、単純な抵抗は毎瞬V=I×Rに従う。
なぜ抵抗器が熱くなるのか? どれだけの電力を消費するのか?
抵抗器は電気エネルギーを熱に変換する。
ダイオードやLEDのような非線形部品を扱うのか?
電圧と電流の非線形な関係を示すダイオード、LED、トランジスタは、 Ohm の法則は適用できません。LED の場合、直列抵抗器のサイズは、電源電圧から LED の前方電圧を引いた値です。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/ohms-law/
curl
curl "https://calculator.free/api/v1/ohms-law/?solve=r&voltage=12¤t=2&resistance=6"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/ohms-law/?" + new URLSearchParams({
"solve": "r",
"voltage": "12",
"current": "2",
"resistance": "6"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。