Skip to main content

Cross Product ஐ எப்படி கணக்கிடுவது

Cross Product என்றால் என்ன?

The cross product of two 3D vectors produces a third vector perpendicular to both. Its magnitude equals the area of the parallelogram formed by the two vectors. It is used in physics, 3D graphics, and engineering.

சூத்திரம்

u × v = |u||v|sin(θ)n̂; in 3D: (uᵧvᵧ − uᵧvᵧ, uᵧvₓ − uₓvᵧ, uₓvᵧ − uᵧvₓ)
u, v
two 3D vectors
|u|, |v|
magnitudes of vectors
θ
angle between vectors
unit normal vector perpendicular to both

படிப்படியான வழிகாட்டி

  1. 1A × B = (AyBz−AzBy, AzBx−AxBz, AxBy−AyBx)
  2. 2|A × B| = |A||B|sin(θ)
  3. 3Result is perpendicular to both A and B
  4. 4Right-hand rule determines direction

தீர்க்கப்பட்ட எடுத்துக்காட்டுகள்

உள்ளீடு
A=(1,0,0), B=(0,1,0)
முடிவு
A×B = (0,0,1) — unit z vector
உள்ளீடு
A=(1,2,3), B=(4,5,6)
முடிவு
(−3,6,−3)

அடிக்கடி கேட்கப்படும் கேள்விகள்

What is the right-hand rule for cross product?

Point fingers along u, curl toward v, thumb points in direction of u × v.

Is the cross product commutative?

No! u × v = −(v × u). Order matters, and swapping reverses the direction.

What is the geometric meaning of cross product magnitude?

|u × v| equals the area of the parallelogram formed by u and v.

கணக்கிடத் தயாரா? இலவச Cross Product கால்குலேட்டரை முயற்சிக்கவும்

நீங்களே முயற்சிக்கவும் →

அமைப்புகள்