Find the angles of the triangle

  • Thread starter Thread starter utkarshakash
  • Start date Start date
  • Tags Tags
    Angles Triangle
AI Thread Summary
The discussion revolves around finding the angles of a triangle formed by the vectors √3(a x b) and b - (a·b)a. The first angle between the two vectors is determined to be 90° due to their dot product being zero. Participants explore the relationships between the sides of the triangle and the angles, noting that the results should be independent of the magnitudes of the vectors a and b. The calculations involve determining the magnitudes of the sides and using trigonometric identities, leading to expressions that still contain b. Ultimately, the focus is on understanding the geometric relationships and algebraic manipulations necessary to derive the angles.
utkarshakash
Gold Member
Messages
852
Reaction score
13

Homework Statement


Let a be a unit vector and b be a non-zero vector not parallel to a. Find the angles of the triangle, whose two sides are represented by the vectors √3(a x b) and b-(a.b)a

Homework Equations



The Attempt at a Solution


The third side will be equal to \sqrt{3}(a \times b) - \left\{ b-(a.b)a \right\}

Now taking the dot product of the given two sides will give me zero so the angle between them is 90°. But what about the other two angles? Even if I take the dot product of the remaining sides pairwise it will not give me an expression which can be evaluated as I don't know the lengths of sides of the triangle.
 
  • Like
Likes 1 person
Physics news on Phys.org
You know the length of the sides in terms of a and b, that is sufficient to find an expression for the angle.
I did not calculate it, but my intuition is that you will get a result independent of a and b.
 
mfb said:
my intuition is that you will get a result independent of a and b.
I don't think that is borne out, but does it matter? Why cannot the answer be in terms of a and b?
 
haruspex said:
I don't think that is borne out, but does it matter? Why cannot the answer be in terms of a and b?

It can, but a is unit vector and the result will contain b in the form of b2/b2 :devil:

ehild
 
ehild said:
It can, but a is unit vector and the result will contain b in the form of b2/b2 :devil:

ehild

OK, I see it now. Must have made an algebraic error. b - (a.b)a is merely the component of b perpendicular to a. The vector axb only depends on that component of b.
 
Exactly, and therefore |b| does not influence the angles. |a| is known, and the other lengths scale properly with the angle between a and b, so the result is independent of the vectors.
 
mfb said:
Exactly, and therefore |b| does not influence the angles. |a| is known, and the other lengths scale properly with the angle between a and b, so the result is independent of the vectors.

Can you please help me out? I'm still not getting it.
 
mfb said:
You know the length of the sides in terms of a and b
Did you calculate that?
 
mfb said:
Did you calculate that?

No. I mean I don't know how to calculate that? My only guess is length of one side of the triangle might be √3. I'm not sure. I have no idea about length of other two sides.
 
  • #10
utkarshakash said:
No. I mean I don't know how to calculate that? My only guess is length of one side of the triangle might be √3. I'm not sure. I have no idea about length of other two sides.

Please post your attempt at calculating the angle between, say, \sqrt{3}(a \times b) - \left\{ b-(a.b)a \right\} and \left\{ b-(a.b)a \right\}
 
  • #11
haruspex said:
Please post your attempt at calculating the angle between, say, \sqrt{3}(a \times b) - \left\{ b-(a.b)a \right\} and \left\{ b-(a.b)a \right\}

OK. I took the dot product of the two sides (posted by you) and got something like this

\left( \vec{a} . \vec{b} \right) ^2 - | \vec{b} |^2

which after further simplification yields -b^2 sin^2 \theta, where θ is the angle between a and b.

Now, to get the angle between these two sides I also need their magnitudes so that I can divide the obtained expression by product of their magnitudes to get the cosine of the angle between them.
 
Last edited:
  • #12
Just continue with the calculations...
You need the magnitudes, how do you calculate them?
 
  • #13
mfb said:
Just continue with the calculations...
You need the magnitudes, how do you calculate them?

I took the dot product of the sides with itself and got the magnitudes as 4b^2 sin^2 \theta and b^2 sin^2 \theta. Now if I will divide the expression obtained earlier with the product of these two I get \dfrac{-1}{4 b^2 sin^2 \theta}. Unfortunately, this still contains b. :cry:
 
  • #14
I think your values are the squares of the magnitudes and not the actual magnitudes.
 
  • #15
mfb said:
I think your values are the squares of the magnitudes and not the actual magnitudes.

Oh! That was a silly mistake. Thanks for pointing out.:approve:
 
  • #16
utkarshakash said:
I took the dot product of the sides with itself and got the magnitudes as 4b^2 sin^2 \theta and b^2 sin^2 \theta. Now if I will divide the expression obtained earlier with the product of these two I get \dfrac{-1}{4 b^2 sin^2 \theta}. Unfortunately, this still contains b. :cry:

How do you evaluate ##(a \times b).(a \times b)##?

haruspex said:
b - (a.b)a is merely the component of b perpendicular to a.

Sorry for the dumb question but how do you conclude that? :confused:
 
  • #17
Pranav-Arora said:
How do you evaluate ##(a \times b).(a \times b)##?
Useful rule: ##(a \times b).(a \times b) = a^2b^2sin^2(\theta) = a^2b^2(1-cos^2(\theta)) = a^2b^2-(a.b)^2##.
Sorry for the dumb question but how do you conclude that? :confused:

Since a is a unit vector, (a.b)a is the component of b in the direction of a. Its magnitude is |b|cos(θ) and its direction is that of a. Subtracting it from b leaves the component perpendicular to a.
 
  • Like
Likes 1 person
  • #18
haruspex said:
Useful rule: ##(a \times b).(a \times b) = a^2b^2sin^2(\theta) = a^2b^2(1-cos^2(\theta)) = a^2b^2-(a.b)^2##.


Since a is a unit vector, (a.b)a is the component of b in the direction of a. Its magnitude is |b|cos(θ) and its direction is that of a. Subtracting it from b leaves the component perpendicular to a.

Thanks haruspex. :)
 
Back
Top