Determine if these two vectors are perpendicular. a=[1,4,8], b=[0,6,-3]

Start by determining dot product. a.b = 1x0 + 4x6 + 8*-3 = 0as a.b = |a||b|cos(theta)cos(theta) = 0therefore theta = 90 degTherefore vectors are perpendicular

PD

Related Further Mathematics A Level answers

All answers ▸

How to multiply and divide by complex numbers


Find the general solution of the second order differential equation: y''+2y'-3 = 0


Find the four complex roots of the equation z^4 = 8(3^0.5+i) in the form z = re^(i*theta)


Find the volume of revolution about the x-axis of the curve y=1/sqrt(x^2+2x+2) for 0<x<1