Need help solving for unknown components

  • Thread starter Thread starter blazeuofa
  • Start date Start date
  • Tags Tags
    Components
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
7 replies · 3K views
blazeuofa
Messages
14
Reaction score
0

Homework Statement


Vector A = (2x-y)m and Vector B= (x+ay)m (a is alpha, m is meters)

If |A+B|=5m, determine the possible values of a.

Homework Equations



The magnitude of A= sqrt 5

The Attempt at a Solution



|A^2 + B^2|=5^2
|(2x-y)^2 + (x+ay)^2|= 5^2
|(2x-y)^2 + (x+ay)^2|= 25

I cannot figure out how to solve this problem. Please help!
 
Physics news on Phys.org
Vector A = (2x-y)m and Vector B= (x+ay)m (a is alpha, m is meters)

This statement is not clear. Here what is x and y? Are they equivalent i and j?
If that is the case, find cos(theta) between A and B using dot product. Use this cos(theta) in R^2 = A^2 + B^2 +2AB*cos(theta) to get values of alpha.
 
I'm a little confused by your notation, do you mean:

A = <2, -1>; B = <1, a>?

If so add the vectors then take the magnitude and solve for a it should get you a quadratic, I think.
 
Feldoh said:
I'm a little confused by your notation, do you mean:

A = <2, -1>; B = <1, a>?

If so add the vectors then take the magnitude and solve for a it should get you a quadratic, I think.

yes that's what i mean. What would be the result of adding those? That's where I am stuck
 
blazeuofa said:
yes that's what i mean. What would be the result of adding those? That's where I am stuck
Then follow the post 2.Or
R^2 = A^2 + B^2 +2A.B and solve for alpha
 
Last edited:
what do you get when you square B?
 
A+B = <3, (a-1)>

[tex]|A+B| = \sqrt{9 + (a-1)^2} = 5[/tex]

Just solve for a...