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 ▸

What is De Moivre's theorem?


Find the general solution of y'' - 3y' + 2y = 2e^x


The ODE mx'' + cx' + kx = 0 is used to model a damped mass-spring system, where m is the mass, c is the damping constant and k is the spring constant. Describe and explain the behaviour of the system for the cases: (a) c^2>4mk; (b) c^2=4mk; (c) c^2<4mk.


Find the eigenvalues and eigenvectors of the following 3x3 matrix (reading left to right, top to bottom): (1 0 2 3 1 1 2 0 1)