How Do You Calculate the Length of Vector C Using Components and Trigonometry?

  • Thread starter Thread starter sami23
  • Start date Start date
  • Tags Tags
    Length Vector
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
3 replies · 8K views
sami23
Messages
69
Reaction score
1

Homework Statement


Find the length of the vector C starting from the components given in Equations 3 and 4.
Express C in terms of A, B, and theta.


Homework Equations


3. Cx= A + Bcos([tex]\theta[/tex]),
4. Cy = Bsin([tex]\theta[/tex]).


The Attempt at a Solution


C = [tex]\sqrt{C_x ^2+C_y ^2}[/tex]
C = [tex]\sqrt{A^2+(Bcos\theta)^2+(Bsin\theta)^2}[/tex]
using trig identity cos2 [tex]\theta[/tex]+sin2 [tex]\theta[/tex]=1
C = [tex]\sqrt{A^2+2B^2}[/tex] ?
 
Physics news on Phys.org
You have all the right ingredients, but be careful!

[tex](A + B \cos\theta)^2[/tex] is not the same as [tex]A^2 + (B \cos\theta)^2[/tex].

This is a classical trap... (x + 1)² is not equal to x² + 1²... to see what it does equal, you can write it out as (x + 1)(x + 1) and expand the brackets.
 
C = [tex]\sqrt{A^2 + 2ABcos\theta + B^2}[/tex]