위치 에너지 계산기
중력 PE = mgh — 어떤 행성에서든 에너지, 질량 또는 높이를 풀어보자.
입력하는 동안 결과가 업데이트됩니다.
이 계산기에 대해
the same object is lifted from the ground, the weight of the object is equal to the weight of the object itself. The weight of the object is equal to the weight of the object itself. The weight of the object is equal to the weight of the object itself. The weight of the object is equal to the weight of the object itself. The weight of the object is equal to the weight of the object itself. The weight of the object is equal to the weight of the object itself. The weight of the object is equal to the weight of the object itself. The weight of the object itself is equal to the weight of the object itself. The weight of the object itself is equal to the weight of the object itself. The weight of the object itself is equal to the weight of the object itself. The weight of the object itself is equal to the weight of the object itself.
자주 묻는 질문
중력 잠재 에너지는 무엇입니까?
중력에 의해 끌어올려진 물체가 얻는 에너지를 말하며, PE = m × g × h이다. 지구에서 10m 떨어진 2kg의 질량은 2 × 9.80665 × 10 ≈ 196줄을 저장한다.
포텐셜 에너지는 기준 높이에 따라 달라집니까?
PE는 일반적으로 지상과 같은 선택된 제로 레벨에 관련하여 측정됩니다. 두 지점 사이의 높이 차이만이 물리적으로 의미가 있습니다.
어떻게 다른 행성의 중력이 결과를 변경합니까?
PE는 g에 비례하므로 같은 힘이 목성에서는 훨씬 더 많이 저장되며(g ≈ 24.8), 달에서는 훨씬 적게 저장된다(g ≈ 1.62). 2kg의 질량을 10m 높이로 들어올리는 것은 지구에서는 약 196J를 저장하지만 달에서는 약 32J만 저장한다.
자유낙하 충격 속도는 어떻게 계산됩니까?
고도 h에서 떨어지면 모든 위치에너지가 운동에너지가 되므로 ½mv² = mgh 는 v = √(2gh)를 준다. 지구에서 10m에서 질량에 관계없이 14m/s 이다. 계산기는 이것을 에너지와 함께 보여준다.
잠재 에너지는 운동 에너지와 어떻게 관련이 있습니까?
물체가 떨어지면, 위치에너지는 운동에너지로 변환되지만, 총 에너지(공기 저항을 무시한)는 일정하게 유지된다. 이러한 에너지 보존은 충격속도가 질량이 아닌 떨어짐 높이에만 의존하는 이유이다.
질량과 무게의 차이는 무엇입니까?
공식은 킬로그램 단위의 질량을 사용합니다. 중력은 m × g이며 g 항을 통해 PE = mgh 표현식으로 이미 굽혀졌으므로 무게가 아닌 질량을 입력합니다.
API — 코드에서 이 계산기를 사용
이 계산기를 무료 JSON 엔드포인트로 호출하세요. 키가 필요하지 않습니다. 아래 필드 값을 쿼리 매개 변수 또는 JSON으로 보내십시오. 전체 API 문서 읽기 →
끝점
GET https://calculator.free/api/v1/potential-energy/
curl
curl "https://calculator.free/api/v1/potential-energy/?solve=energy&mass=2&height=10"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/potential-energy/?" + new URLSearchParams({
"solve": "energy",
"mass": "2",
"height": "10"
}));
const data = await r.json();
console.log(data.results);
결과는 재정, 의료 또는 세금 조언이 아닌 일반적인 지침을위한 추정치입니다.