a) Point A(6,7,2) lies on l1. Point B(9,16,5) also lies on l1. Find the distance between these two points. b) l2 lies in the same z plane as l1 and crosses l1 at A and is perpendicular to l1. Express l2 in vector form.

a) Distance between two points ((x2- x1)^2 + (y2-y1)^2)^1/2Substitute in values to find distance.b) Write out l1 in vector form using info from points A and B.Use knowledge of scalar product to construct l2's direction vector.Construct l2.

AN

Related Maths A Level answers

All answers ▸

Find the area bounded by the curve x^3-3x^2+2x and the x-axis between x=0 and x=1.


Find the exact solution, in its simplest form, to the equation ln(4y + 7) = 3 + ln(2 – y) (Core Maths 3 Style Question)


How do I deal with parametric equations? x = 4 cos ( t + pi/6), y = 2 sin t, Show that x + y = 2sqrt(3) cos t.


How do I use numerical methods to find the root of the equation F(x) = 0?