Calculate a for Triangle ABC & 45° Angle

  • Thread starter Thread starter ferry2
  • Start date Start date
  • Tags Tags
    Geometry
ferry2
Messages
15
Reaction score
0
Points A (-3, -1), B (5, a), C (3, 13) are vertices of a triangle. Find the values ​​of parameter a for which the angle between AB and the median, passing through A is equal to 45 degrees.
 
Physics news on Phys.org
hi ferry2! :wink:

show us what you've tried, and where you're stuck, and then we'll know how to help! :smile:
 
Let the median is AM. I started with calculating the coordinates of the point M which is M(\frac{5+3}{2}, \frac{a+13}{2})\Rightarrow M(4, \frac{a+13}{2}). Then I calculate the dot product of \vec{AM} \vec{AB}. To be an angle \angle (\vec{AM}, \vec{AB})=45 degrees should \vec{AM} \vec{AB}=|\vec{AM}||\vec{AB}|*\frac{\sqrt{2}}{2}. And here comes my difficulty. I get very complicated equation. What wrong?
 
ferry2 said:
… I get very complicated equation. What wrong?

looks ok …

what equation did you get? :smile:

(btw, you could have used (8, a + 13) instead of (4, (a + 13)/2) :wink:)
 
Well \vec{AB}(8, a+1), \vec{AM}(7, \frac{15+a}{2}) \Rightarrow \vec{AM}\vec{AB}=56+\frac{1}{2}(a+1)(15+a)

|\vec{AM}||\vec{AB}|=\sqrt{64+(a+1)^2}\sqrt{16+\frac{(15+a)^2}{4}}

Then \vec{AM}\vec{AB}=|\vec{AM}||\vec{AB}|\frac{\sqrt{2}}{2} \Leftrightarrow 56+\frac{1}{2}(a+1)(15+a)=\sqrt{64+(a+1)^2}\sqrt{16+\frac{(15+a)^2}{4}}\frac{\sqrt{2}}{2}

How to solve this?
 
(shouldn't that 16 be 49?)

you could simplify that last equation by squaring it,

also you could make it more symmetrical by substituting b = a + 8
 
Thanks a lot. I solved by squaring and then I apply Horner's method. The real root's are -1 and -21.
 
ooooh … what's Horner's method ? :smile:
 
http://math.fullerton.edu/mathews/n2003/hornermod.html is the Horner's method.
 
Last edited by a moderator:

Similar threads

Back
Top