Skip to main content

learn.howToCalculate

learn.whatIsHeading

Vector projection (proj_b a) shows component of vector a in direction of vector b; used in physics, graphics.

단계별 가이드

  1. 1Input two vectors
  2. 2Calculate scalar projection: (a·b)/|b|
  3. 3Results show vector projection and scalar

풀어진 예시

입력
a=(3,4), b=(1,0)
결과
Scalar proj = 3, vector proj = (3,0)

피해야 할 일반적인 실수

  • Using dot product alone (missing direction)
  • Not normalizing vector b

자주 묻는 질문

How is this different from dot product?

Dot product gives scalar; projection gives vector in b's direction.

계산할 준비가 되셨나요? 무료 Projection 계산기를 사용해 보세요

직접 시도해 보세요 →

설정

개인정보이용약관정보© 2026 PrimeCalcPro