محاسبه قانون گاز ایده‌آل

حل PV = nRT برای هر متغیر، در انتخاب واحدهای فشار، حجم و دما.

mol
فشار
حجم صدا
مقدار (مول)
دما

نتایج در حال تایپ به روز می‌شود.

در مورد این ماشین حساب

the ideal gas law, the volume of a gas is equal to the volume of the gas itself. The ideal gas law is a law that describes the state of a gas at a given temperature and pressure. The ideal gas law is a law that describes the state of a gas at a given temperature and pressure. The ideal gas law is a law that describes the state of a gas at a given temperature and pressure. The ideal gas law is a law that describes the state of a gas at a given temperature and pressure. The ideal gas law is a law that describes the state of a gas at a given temperature and pressure.The ideal gas law is a law that describes the state of a gas at a given temperature and pressure.The ideal gas law is a law that describes the state of a gas at a given temperature and pressure. The ideal gas law is a law that describes the state of a gas at a given temperature and pressure.The ideal gas law is a law that describes the state of a gas at a given temperature and pressure.The ideal gas law is a law that describes the state of a gas at a given temperature and pressure.The ideal gas law is a law that describes the state of a gas at a given temperature and pressure.The ideal gas law is a law that describes the state of a gas at a given temperature and pressure.The ideal gas law is a law that describes the state of a gas at a given temperature and pressure.The ideal gas law is a law that describes the state of a gas at a given temperature and pressure.The ideal gas law is a law that describes the state of a gas at a given temperature and pressure.The ideal gas law is a law that describes the state of a gas at a given temperature and pressure.The ideal gas law is a law that describes the state of a gas at a given temperature and pressure.The ideal gas law is a law that describes the state of a gas at a given temperature and pressure.The ideal gas law is a law that describes the state of a gas at a given temperature and pressure.The ideal gas law is a law that describes the state of a gas at a given temperature and pressure.The ideal gas law is a law that describes the state of a gas at a given temperature and pressure.The ideal gas law is a law that describes the state of a gas at a given temperature and pressure.The ideal gas law is a law

پرسش‌های متداول

قانون گاز ایده‌آل چیست؟

PV = nRT فشار، حجم، مول‌ها و دمای یک گاز ایده‌آل را از طریق ثابت R = ۸٫۳۱۴ J/(mol·K) به هم مرتبط می‌کند.

واحدهاي درست چي هستن؟

در داخل ، همه چیز در SI است — پاسکال ، متر مکعب ، مول و کلوین — با R = ۸٫ ۳۱۴. یک مول گاز در ۰ °C (۲۷۳٫ ۱۵ K) و ۱ اتمسفر حدود ۲۲٫ ۴ L (۰٫ ۰۲۲۴ m³) را اشغال می‌کند. هر واحدی که می‌خواهید را وارد کنید؛ محاسبه‌گر برای شما تبدیل می‌کند.

چرا دما بايد در کلين باشه؟

PV = nRT از دمای مطلق استفاده می‌کند، که در آن ۰ K صفر مطلق است. سلسیوس و فارنهایت صفرهای دلخواه دارند، بنابراین وصل °C مستقیماً پاسخ نادرست می‌دهد.

تابع تابعی است که از تابع مولد و تابع مولد تشکیل شده‌است.

دما و فشار استاندارد معمولاً ۰ درجه سانتیگراد و ۱ اتمسفر است، که در آن یک مول گاز ایده‌آل حدود ۲۲٫۴ لیتر را اشغال می‌کند. این حجم مولی یک چک ساده است: اگر نتیجه شما برای یک مول در نزدیکی این شرایط از ۲۲٫۴ لیتر دور است، واحدها را دوباره چک کنید.

قانون گاز ایده‌آل کی شکسته میشه؟

این معادله در فشارهای متوسط و دماهای بسیار بالاتر از نقطه جوش بسیار دقیق است، اما در فشارهای بالا یا نزدیک به چگالی، جایی که حجم مولکولی و جاذبه اهمیت دارد، ناقص می‌شود.

تغییر یک متغیر چگونه بر متغیرهای دیگر تأثیر می‌گذارد؟

در مول ثابت، فشار و حجم رابطه معکوس (قانون بویل) دارند، در حالی که حجم و دمای مطلق رابطه مستقیم (قانون چارلز) دارند.

از چه مقداری از R باید استفاده کنم؟

بستگی به واحدها دارد. در SI ، ۸٫ ۳۱۴ J/ (mol· K) است؛ در لیتر- اتمسفر ، ۰٫ ۰۸۲۰۶ L· atm/ (mol· K) است. این محاسبه‌گر در SI با R = ۸٫ ۳۱۴ کار می‌کند ، بنابراین می‌توانید هر واحدی را وارد کنید و آنها را هماهنگ می‌کند.

❤️ عشق Calculator.Free? به اشتراک بذار

𝕏  X Facebook Reddit
API — از این ماشین حساب از کد استفاده کنید

این محاسبه‌گر را به عنوان نقطه پایانی JSON آزاد فراخوانید — کلید مورد نیاز نیست. مقادیر حوزه زیر را به عنوان پارامترهای پرسش یا JSON ارسال کنید. مستندات کامل API را بخوانید →

نقطه پایانی

GET https://calculator.free/api/v1/ideal-gas-law/

curl

curl "https://calculator.free/api/v1/ideal-gas-law/?solve=volume&pressure=1&pressure_unit=atm&volume=22.4&volume_unit=l&moles=1&temperature=273.15&temperature_unit=k"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/ideal-gas-law/?" + new URLSearchParams({
    "solve": "volume",
    "pressure": "1",
    "pressure_unit": "atm",
    "volume": "22.4",
    "volume_unit": "l",
    "moles": "1",
    "temperature": "273.15",
    "temperature_unit": "k"
  }));
const data = await r.json();
console.log(data.results);

نتایج تخمین‌ها فقط برای راهنمایی عمومی است، نه مشاوره مالی، پزشکی یا مالیاتی.