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 ▸

Express f(x) = ln(x+1) as an infinite series in ascending powers of x up to the 3rd power of x


Integrate (x+4)/(x^2+2x+2)


Find the complementary function to the second order differential equation d^2y/dx^2 - 5dy/dx + 6x = x^2


How do I find and plot the roots of a polynomial with complex roots on an Argand diagram? e.g. f(z) =z^3 -3z^2 + z + 5 where one of the roots is known to be 2+i