Question #83337

(1)The scalar product of vectors a and b, where θ is the angle between them, is ......

(2)Determine the gradient of a straight line passing through the point (1, 6) and (-3, -3).

(3)Given a circle with centre at the origin, which passes through the point ( 2,-1). Find its equation.

(4)Find the unit vector in the direction of vector b = 3i + 4j -5k

(5)A line AB passes through the point P (3, -2) with gradient дљН 2. Determine the equation of the line CD through P perpendicular to AB

(6)Determine the equation of a straight line passing through the point (1, 0) and (2, -3).

(7)Determine the scalar product of vectors 2i+3j−5k2i+3j−5k and 4i+j−6k

(8)Find the equation of the line which is parallel to the line 2y + 3x = 3 and passes through the midpoint of (-2,3) and (4, 5).

(9)Find the centre and radius of each of the circle x2+y2 дљН2xдљН6y=15

(10)Determine the direction cosines [l, m, n] of the vector 3i -2 j +6k
1

Expert's answer

2018-11-27T10:46:10-0500

Answer on Question #83337 – Math – Analytic Geometry

Question

(1) The scalar product of vectors a\mathbf{a} and b\mathbf{b}, where θ\theta is the angle between them, is

Solution


ab=abcosθa \cdot b = \|a\| \|b\| \cos \theta


Question

(2) Determine the gradient of a straight line passing through the point (1,6)(1,6) and (3,3)(-3,-3).

Solution

Gradient (slope) of a straight line


grad=y2y1x2x1=3631=94grad = \frac{y_2 - y_1}{x_2 - x_1} = \frac{-3 - 6}{-3 - 1} = \frac{9}{4}


Question

(3) Given a circle with centre at the origin, which passes through the point (2,1)(2,-1). Find its equation.

Solution

The equation of the circle with centre at the origin


x2+y2=R2x^2 + y^2 = R^2


Substitute


(2)2+(1)2=R2(2)^2 + (-1)^2 = R^2R2=5R^2 = 5


The equation of the circle with centre at the origin, which passes through the point (2,1)(2,-1) is


x2+y2=5x^2 + y^2 = 5


Question

(4) Find the unit vector in the direction of vector b=3i+4j5k\mathbf{b} = 3\mathbf{i} + 4\mathbf{j} - 5\mathbf{k}

Solution


b=(3)2+(4)2+(5)2=52\|\mathbf{b}\| = \sqrt{(3)^2 + (4)^2 + (-5)^2} = 5\sqrt{2}


The unit vector in the direction of vector b=3i+4j5k\mathbf{b} = 3\mathbf{i} + 4\mathbf{j} - 5\mathbf{k}

u=bb\boldsymbol {u} = \frac {\boldsymbol {b}}{\| \boldsymbol {b} \|}u=3210i+225j22k\boldsymbol {u} = \frac {3 \sqrt {2}}{1 0} \boldsymbol {i} + \frac {2 \sqrt {2}}{5} \boldsymbol {j} - \frac {\sqrt {2}}{2} \boldsymbol {k}

Question

(5) A line ABAB passes through the point P(3,2)P(3, -2) with gradient 2-2. Determine the equation of the line CDCD through PP perpendicular to ABAB.

Solution

If two lines are perpendicular, then grad1grad2=1grad_{1}grad_{2} = -1.


gradCD=1gradAB=12=12grad_{CD} = - \frac {1}{grad_{AB}} = - \frac {1}{- 2} = \frac {1}{2}


The equation of the line CDCD

y=12x+by = \frac {1}{2} x + b


Substitute and find bb

2=12(3)+bb=72- 2 = \frac {1}{2} (3) + b \Rightarrow b = - \frac {7}{2}


The equation of the line CDCD

y=12x72y = \frac {1}{2} x - \frac {7}{2}

Question

(6) Determine the equation of a straight line passing through the point (1,0)(1,0) and (2,3)(2, -3).

Solution

Gradient (slope) of a straight line


grad=y2y1x2x1=3021=3grad = \frac {y _ {2} - y _ {1}}{x _ {2} - x _ {1}} = \frac {- 3 - 0}{2 - 1} = - 3


The equation of the line


y=3x+by = - 3 x + b


Substitute and find bb

0=3(1)+bb=30 = - 3 (1) + b \Rightarrow b = 3


The equation of a straight line passing through the point (1,0)(1,0) and (2,3)(2, -3).


y=3x+3y = - 3 x + 3

Question

(7) Determine the scalar product of vectors 2i+3j5k2\boldsymbol{i} + 3\boldsymbol{j} - 5\boldsymbol{k} and 4i+j6k4\boldsymbol{i} + \boldsymbol{j} - 6\boldsymbol{k}

**Solution**


(2i+3j5k)(4i+j6k)=2(4)+3(1)+(5)(6)=41(2\boldsymbol{i} + 3\boldsymbol{j} - 5\boldsymbol{k}) \cdot (4\boldsymbol{i} + \boldsymbol{j} - 6\boldsymbol{k}) = 2(4) + 3(1) + (-5)(-6) = 41


**Question**

(8) Find the equation of the line which is parallel to the line 2y+3x=32y + 3x = 3 and passes through the midpoint of (2,3)(-2,3) and (4,5)(4,5).

**Solution**

If two lines are parallel, then they have the same gradient (slope).

Find the gradient slope


2y+3x=3y=32x+32grad=32\begin{array}{l} 2y + 3x = 3 \Rightarrow y = -\frac{3}{2}x + \frac{3}{2} \\ grad = -\frac{3}{2} \end{array}


The midpoint of two points


xm=x1+x22,ym=y1+y22x_m = \frac{x_1 + x_2}{2}, \quad y_m = \frac{y_1 + y_2}{2}


Substitute


xm=2+32=12,ym=3+52=4x_m = \frac{-2 + 3}{2} = \frac{1}{2}, \quad y_m = \frac{3 + 5}{2} = 4


Find the equation of the line


y=32x+by = -\frac{3}{2}x + b


Substitute and find bb

4=3(12)+bb=1524 = -3\left(\frac{1}{2}\right) + b \Rightarrow b = \frac{15}{2}


The equation of the line which is parallel to the line 2y+3x=32y + 3x = 3 and passes through the midpoint of (2,3)(-2,3) and (4,5)(4,5)

y=32+152y = -\frac{3}{2} + \frac{15}{2}


**Question**

(9) Find the centre and radius of each of the circle x2+y22x6y=15x^2 + y^2 - 2x - 6y = 15

**Solution**


x2+y22x6y=15x22x+1+y26y+919=15(x1)2+(y3)2=25\begin{array}{l} x^2 + y^2 - 2x - 6y = 15 \\ x^2 - 2x + 1 + y^2 - 6y + 9 - 1 - 9 = 15 \\ (x - 1)^2 + (y - 3)^2 = 25 \end{array}


The equation of the circle with center at (h,k)(h,k) and radius rr

(xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2


Therefore, we have the equation of the circle with the center (1,3)(1,3) and radius 5.

Question

(10) Determine the direction cosines [l,m,n][l, m, n] of the vector 3i2j+6k3i - 2j + 6k

Solution

Let a=3i2j+6k\mathbf{a} = 3\mathbf{i} - 2\mathbf{j} + 6\mathbf{k}

a=(3)2+(2)2+(6)2=7\| \mathbf {a} \| = \sqrt {(3) ^ {2} + (- 2) ^ {2} + (6) ^ {2}} = 7


Determine the direction cosines


l=cosα=xa=17l = \cos \alpha = \frac {x}{\| \boldsymbol {a} \|} = \frac {1}{7}m=cosβ=ya=27m = \cos \beta = \frac {y}{\| \boldsymbol {a} \|} = - \frac {2}{7}n=cosγ=za=67n = \cos \gamma = \frac {z}{\| \boldsymbol {a} \|} = \frac {6}{7}


Check


l2+m2+n2=(17)2+(27)2+(67)2=1l ^ {2} + m ^ {2} + n ^ {2} = \left(\frac {1}{7}\right) ^ {2} + \left(- \frac {2}{7}\right) ^ {2} + \left(\frac {6}{7}\right) ^ {2} = 1[l,m,n]=[17,27,67].[ l, m, n ] = \left[ \begin{array}{c} 1 \\ 7 \end{array} , - \begin{array}{c} 2 \\ 7 \end{array} , \begin{array}{c} 6 \\ 7 \end{array} \right].


Answer provided by https://www.AssignmentExpert.com

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!
LATEST TUTORIALS
APPROVED BY CLIENTS