Friday, August 31, 2012

Find the distance between the point ( a, 2) and the point (3a,-5) in terms of a.

Given the point (a,2) and the point
(3a,-5).


We need to find the distance in terms of
a.


We will use the distance between two points formula to
calculate.


==> We know that
:


D = sqrt[ (x1-x2)^2 + (y1-y2)^2
]


==> D = sqrt( a-3a)^2 +
(2+5)^2]


==> D = sqrt(4a^2 +
49)


Then the distance between the points in
terms of a is :


D
= sqrt(4a^2+49)

No comments:

Post a Comment

Calculate tan(x-y), if sin x=1/2 and sin y=1/3. 0

We'll write the formula of the tangent of difference of 2 angles. tan (x-y) = (tan x - tan y)/(1 + tan x*tan y) ...