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 ▸

When using the method of partial fractions how do you choose what type of numerator to use and how do you know how many partial fractions there are?


Prove e^(ix) = cos (x) + isin(x)


Why does e^ix = cos(x) + isin(x)


A complex number z has argument θ and modulus 1. Show that (z^n)-(z^-n)=2iSin(nθ).