Angle between line l and line m is 60degree

  • Thread starter Thread starter ezsmith
  • Start date Start date
  • Tags Tags
    Angle Line
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
ezsmith
Messages
16
Reaction score
0

Homework Statement


The line l has the equation r= s(1,2,-1) and the line m has the equation r= (0,1,1)+t(5,a,5). Find the value of a such that the angle between the line l and m is 60degree.

The Attempt at a Solution


What I did was use the equation s(1,2,-1)xt(5,a,-5) = [tex]\sqrt{1^2 + 2^2 + 1^2}[/tex]x[tex]\sqrt{5^2 + a^2 + 5^2}[/tex] x cos 60
 
Physics news on Phys.org
Yes, [itex]\vec{u}\cdot\vec{v}= |\vec{u}||\vec{v}|cos(\theta)[/itex].
So [itex]\sqrt{6}\sqrt{50+ a^2}cos(60)= 10+ 2a[/itex]
All you have to do is solve that equation for a. I recommend squaring both sides to get rid of the square root and solving the resulting quadratic equation.
 
Last edited by a moderator:
HallsofIvy said:
Yes, [itex]\vec{u}\cdot\vec{v}= |\vec{u}||\vec{v}|cos(\theta)[/itex].
So [itex]\left(\sqrt{6}\sqrt{50+ a^2}cos(60)= 10+ 2a[/itex]
All you have to do is solve that equation for a. I recommend squaring both sides to get rid of the square root and solving the resulting quadratic equation.
Yea finally I am able to solve it. I was having dilemma on the square root part but your advice had been really helpful. Thanks a lot HallsofIvy. Cheers :smile:
I got my answer a = [tex]\sqrt{30}[/tex]. I accidentally put s(1,2,-1)xt(5,a,-5) when its suppose to be s(1,2,-1)xt(5,a,5) therefore its suppose to be 2a instead of 10+2a.