How do you calculate the cross product of two vectors?

To calculate the cross product of two vectors you take the coordinates of vector 1 which are (x1,y1,z1) and the coordinates of vector 2 which are (x2,y2,z2) and put these coordinates into a 3x3 matrix. On the first row of the matrix you have i, j, k; on the second row of the matrix you have x1, y1, z1; and on the bottom row x2, y2, z2. You then calculate the determinant of this matrix.

To do this you multiply i by (y1*z2 - z1*y2) then subtract j multiplied by (x1*z3 - x3*z1) and add k multiplied by (x1*y2 - x2*y1), the resultant vector is the cross product of the original vectors.

MK
Answered by Michael K. Further Mathematics tutor

3568 Views

See similar Further Mathematics A Level tutors

Related Further Mathematics A Level answers

All answers ▸

A rectangular hyperbola has parametric equations x = 4t, y = 4/t , (z non 0). Points P and Q on this hyperbola have parameters t = 1/4 and t = 2. Find the equation of the line l which passes through the origin and is perpendicular to the line PQ.


Let E be an ellipse with equation (x/3)^2 + (y/4)^2 = 1. Find the equation of the tangent to E at the point P where x = √3 and y > 0, in the form ax + by = c, where a, b and c are rational.


How do you find the determinant of a matrix?


Using the substitution u = ln(x), find the general solution of the differential equation y = x^2*(d^2(y)/dx^2) + x(dy/dx) + y = 0


We're here to help

contact us iconContact ustelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

MyTutor is part of the IXL family of brands:

© 2026 by IXL Learning