Question #83335

(1) If r = 2i дљН 4j, s = 2i + 6j, t = 3i дус j, find 2r-t+s

(2)Find the equation of the tangent to the curve y=x3−x2y=x3−x2 at the point (1, 0).

(3)Find the area of a triangle with vertices (3, 1), (0, 0) and (1, 2).

(4)If the point C(2,−1) be the centre of a circle that passes through the point A(-2,2) find the equation of the cycle

(5)If r = 2i дљН 4j, s = 2i + 6j, t = 3i дус j, find magnitude of the vector 2r-t+s

(6)P, Q and R are points (1, -6), (3, 6) and (5, 2) respectively. Determine the length of the line joining the mid point of PQ and QR

(7)Find the equation of a straight line passing through the points (2, 3) and (-2, 5).

(8)Let Z1=6iдљН4j+4kZ1=6iдљН4j+4k, Z2=i+6j−kZ2=i+6j−k, find magnitude of th

(9)Find the equation of the normal to the curve y=x3−x2y=x3−x2 at the point (1, 1
1

Expert's answer

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

Answer on Question #83335 – Math – Analytic Geometry

Question

(1) If r=2i4jr = 2i - 4j, s=2i+6js = 2i + 6j, t=3ijt = 3i - j, find 2rt+s2r - t + s

Solution


2rt+s=2(2i4j)(3ij)+2i+6j=3ij2r - t + s = 2(2i - 4j) - (3i - j) + 2i + 6j = 3i - j


Question

(2) Find the equation of the tangent to the curve y=x3x2y = x^3 - x^2 at the point (1,0)(1,0).

Solution

Find the first derivative with respect to xx

y=(x3x2)=3x22xy' = (x^3 - x^2)' = 3x^2 - 2x


Find the slope of the tangent line


slope=m=y(1)=3(1)22(1)=1\text{slope} = m = y'(1) = 3(1)^2 - 2(1) = 1


The equation of the tangent to the curve in point slope form


y0=1(x1)y - 0 = 1(x - 1)


The equation of the tangent to the curve in slope-intercept form


y=x1y = x - 1


Question

(3) Find the area of a triangle with vertices (3,1)(3,1), (0,0)(0,0) and (1,2)(1,2).

Solution

Let A(3,1),O(0,0)A(3,1), O(0,0), and B(1,2)B(1,2) be the vertices of a triangle.


OA=(xAxO,yAyO)=(30,10)=(3,1)\overrightarrow{OA} = (x_A - x_O, y_A - y_O) = (3 - 0, 1 - 0) = (3, 1)OB=(xBxO,yByO)=(10,20)=(1,2)\overrightarrow{OB} = (x_B - x_O, y_B - y_O) = (1 - 0, 2 - 0) = (1, 2)


Find the cross product


OA×OB=ijk310120=i1020j3010+k3112=0i0j+5k\overrightarrow{OA} \times \overrightarrow{OB} = \begin{vmatrix} \vec{i} & \vec{j} & \vec{k} \\ 3 & 1 & 0 \\ 1 & 2 & 0 \end{vmatrix} = \vec{i} \begin{vmatrix} 1 & 0 \\ 2 & 0 \end{vmatrix} - \vec{j} \begin{vmatrix} 3 & 0 \\ 1 & 0 \end{vmatrix} + \vec{k} \begin{vmatrix} 3 & 1 \\ 1 & 2 \end{vmatrix} = 0 \vec{i} - 0 \vec{j} + 5 \vec{k}SΔABO=12OA×OB=12(5)=52 (units2)S_{\Delta ABO} = \frac{1}{2} \left\| \overrightarrow{OA} \times \overrightarrow{OB} \right\| = \frac{1}{2}(5) = \frac{5}{2} \text{ (units}^2\text{)}


Question

(4) If the point C(2,1)C(2, -1) be the centre of a circle that passes through the point A(2,2)A(-2, 2) find the equation of the circle.

Solution

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


Substitute and find rr

(22)2+(2(1))2=r2r2=25r=5\begin{array}{l} (-2 - 2)^2 + (2 - (-1))^2 = r^2 \\ r^2 = 25 \Rightarrow r = 5 \\ \end{array}


The equation of the circle with center at C(2,1)C(2, -1) and radius 5


(x2)2+(y+1)2=25(x - 2)^2 + (y + 1)^2 = 25

Question

(5) If r=2i4jr = 2i - 4j, s=2i+6js = 2i + 6j, t=3ijt = 3i - j, find magnitude of the vector 2rt+s2r - t + s

Solution

2rt+s=2(2i4j)(3ij)+2i+6j=3ij2r - t + s = 2(2i - 4j) - (3i - j) + 2i + 6j = 3i - j

Find magnitude of the vector 2rt+s2r - t + s

2rt+s=(3)2+(1)2=10\|2r - t + s\| = \sqrt{(3)^2 + (-1)^2} = \sqrt{10}

Question

(6) P,QP, Q and RR are points (1,6),(3,6)(1, -6), (3, 6) and (5,2)(5, 2) respectively. Determine the length of the line joining the midpoint of PQPQ and QRQR.

Solution

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}


The midpoint of PQPQ

xmPQ=1+32=2,ymPQ=6+62=0x_{mPQ} = \frac{1 + 3}{2} = 2, \quad y_{mPQ} = \frac{-6 + 6}{2} = 0


The midpoint of QRQR

xmQR=3+52=4,ymQR=6+22=4x_{mQR} = \frac{3 + 5}{2} = 4, \quad y_{mQR} = \frac{6 + 2}{2} = 4


Determine the length of the line joining the midpoint of PQPQ and QRQR.


l=(42)2+(40)2=25l = \sqrt{(4 - 2)^2 + (4 - 0)^2} = 2\sqrt{5}

Question

(7) Find the equation of a straight line passing through the points (2,3)(2, 3) and (2,5)(-2, 5).

Solution

Gradient (slope) of a straight line


grad=y2y1x2x1=5322=12grad = \frac{y_2 - y_1}{x_2 - x_1} = \frac{5 - 3}{-2 - 2} = -\frac{1}{2}


The equation of the line


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


Substitute and find bb

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


The equation of a straight line passing through the points (2,3) and (2,5)(-2,5).


y=12x+4y = -\frac{1}{2}x + 4

Question

(8) Let Z1=6i4j+4kZ_1 = 6\vec{i} - 4\vec{j} + 4\vec{k}, Z2=i+6jkZ_2 = \vec{i} + 6\vec{j} - \vec{k}, find magnitude of the cross product Z1×Z2\overrightarrow{Z_1} \times \overrightarrow{Z_2}.

Solution

Find the cross product Z1×Z2\overrightarrow{Z_1} \times \overrightarrow{Z_2}

Z1×Z2=ijk644161=i4461j6411+k6416==i(4(1)4(6))j(6(1)4(1))+k(6(6)(4)(1))==20i+10j+40k\begin{array}{l} \overrightarrow{Z_1} \times \overrightarrow{Z_2} = \left| \begin{array}{ccc} \vec{i} & \vec{j} & \vec{k} \\ 6 & -4 & 4 \\ 1 & 6 & -1 \end{array} \right| = \vec{i} \left| \begin{array}{cc} -4 & 4 \\ 6 & -1 \end{array} \right| - \vec{j} \left| \begin{array}{cc} 6 & 4 \\ 1 & -1 \end{array} \right| + \vec{k} \left| \begin{array}{cc} 6 & -4 \\ 1 & 6 \end{array} \right| = \\ = \vec{i} \left(-4(-1) - 4(6)\right) - \vec{j} \left(6(-1) - 4(1)\right) + \vec{k} \left(6(6) - (-4)(1)\right) = \\ = -20\vec{i} + 10\vec{j} + 40\vec{k} \end{array}


Find magnitude of the cross product Z1×Z2\overrightarrow{Z_1} \times \overrightarrow{Z_2}

Z1×Z2=(20)2+(10)2+(40)2=1021\left\| \overrightarrow{Z_1} \times \overrightarrow{Z_2} \right\| = \sqrt{(-20)^2 + (10)^2 + (40)^2} = 10\sqrt{21}

Question

(9) Find the equation of the normal to the curve y=x3x2y = x^3 - x^2 at the point (1,1)(1,1).

Solution

Find the first derivative with respect to xx

y=(x3x2)=3x22xy' = (x^3 - x^2)' = 3x^2 - 2x


Find the slope of the normal line


slope=m=1y(1)=13(1)22(1)=1slope = m = -\frac{1}{y'(1)} = -\frac{1}{3(1)^2 - 2(1)} = -1


The equation of the normal to the curve in point slope form


y1=1(x1)y - 1 = -1(x - 1)


The equation of the normal to the curve in slope-intercept form


y=x+2y = -x + 2


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