Calculating C in Terms of A, B, and Theta

  • Thread starter Thread starter jungleismassiv
  • Start date Start date
  • Tags Tags
    Terms Theta
AI Thread Summary
Vectors A, B, and C form a triangle with C defined as C = A - B. The dot product C ⋅ C is computed to derive the law of cosines, which states C² = A² + B² - 2AB cos(θ). The dot product is defined as A ⋅ B = AB cos(θ), where θ is the angle between the vectors. By applying the properties of dot products and simplifying, the relationship is confirmed. This derivation illustrates the connection between the magnitudes of the vectors and the angle between them.
jungleismassiv
Messages
11
Reaction score
0
Vectors A, B and C form a triangle. The angle between A and B is \theta and the vectors are related by C=A-B. Compute C . C in terms of the magnitudes A, B and the angle \theta and derive the law of cosines C^2 = A^2 + B^2 - 2AB cos \theta.

I have no idea what C . C means but I asked and the lecturer said it was the dot product or something along those lines. Any help would be appreciated :blushing:
 
Last edited:
Physics news on Phys.org
jungleismassiv said:
Vectors A, B and C form a triangle. The angle between A and B is \theta and the vectors are related by C=A-B. Compute C . C in terms of the magnitudes A, B and the angle \theta and derive the law of cosines C^2 = A^2 + B^2 - 2AB cos \theta.

I have no idea what C . C means but I asked and the lecturer said it was the dot product or something along those lines. Any help would be appreciated :blushing:
(Note: You should review the properties of vectors and dot products which are discussed in your textbook.)
The dot product (symbol "⋅") between two vectors A and B is defined to be the scalar quantity given by the following equation:
AB = A*B*cos(θ)
where "A" and "B" are the (positive) magnitudes of the respective vectors and where "θ" is the angle between the 2 vectors placed with their initial points together.

Let us compute the dot product of vector C (defined in the problem statement) with itself. Since the angle between any vector (like C) and itself is (0 deg), and since dot product is both distributive and commutative, we can write:
CC = C*C*cos(0) =
= C2 =
= (A - B)⋅(A - B) = ::: ←(From problem statement)
= (AA) - (AB) - (BA) + (BB) =
= A*A*cos(0) - 2*A*B*cos(θ) + B*B*cos(0)
where θ is the angle between vectors A and B.

Simplifying the above equation, we get the required result:
C2 = A2 + B2 - 2*A*B*cos(θ)


~~
 
Last edited:
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top