Calculate a for Triangle ABC & 45° Angle

  • Context: Undergrad 
  • Thread starter Thread starter ferry2
  • Start date Start date
  • Tags Tags
    Geometry
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 3K views
ferry2
Messages
15
Reaction score
0
Points [tex]A (-3, -1), B (5, a), C (3, 13)[/tex] are vertices of a triangle. Find the values ​​of parameter [tex]a[/tex] for which the angle between [tex]AB[/tex] and the median, passing through [tex]A[/tex] is equal to [tex]45[/tex] degrees.
 
Physics news on Phys.org
Let the median is [tex]AM[/tex]. I started with calculating the coordinates of the point [tex]M[/tex] which is [tex]M(\frac{5+3}{2}, \frac{a+13}{2})\Rightarrow M(4, \frac{a+13}{2})[/tex]. Then I calculate the dot product of [tex]\vec{AM} \vec{AB}[/tex]. To be an angle [tex]\angle (\vec{AM}, \vec{AB})=45[/tex] degrees should [tex]\vec{AM} \vec{AB}=|\vec{AM}||\vec{AB}|*\frac{\sqrt{2}}{2}[/tex]. And here comes my difficulty. I get very complicated equation. What wrong?
 
Well [tex]\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)[/tex]

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

Then [tex]\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}[/tex]

How to solve this?
 
Thanks a lot. I solved by squaring and then I apply Horner's method. The real root's are -1 and -21.
 
http://math.fullerton.edu/mathews/n2003/hornermod.html is the Horner's method.
 
Last edited by a moderator: