Vector Question

Started by
4 comments, last by Aj37 22 years, 6 months ago
The magnitudes of A and B vectors are 8 and 6, the largest value possible for the vector sum A + B can not be 10. True or False? What can be the largest value for the vector sum? What if you have A - B then what?
Advertisement
The way I understand the question (since it is not very clear to me what you want to know)

|A| = 8
|B| = 6
so |A + B| = sqrt(8*8 + 6*6) = 10

and for |A - B| it is exactly the same... but the direction is oposite... note that in vectors you need to know the direction as well.



ICQ: 130925152
Email: e.j.folkertsma@student.utwente.nl
ICQ: 130925152Email: e.j.folkertsma@student.utwente.nl
Technically you need to use the cosine law.
I''d say 14 as the largest value... if they''re like parallel (in the same direction) you just add the magnitudes together. 10 would be the magnitude of their sum if they were perpendicular. But if you want the largest possible value, it''s 14.
Largest value would be 14 and smallest would be 2. We just did it in class.
I''m closing this thread and several others because the question appears to be a school homework assignment from a math class. The purpose of homework is to teach students to build their comprehension of a subject and their problem-solving skills, possibly with the assistance of other students in the same class or teachers of the class. Especially for math problems such as the one posed here, it is absolutely NOT appropriate to seek the answers from folks outside one''s class or school.

These forums are to be used for assistance in game development activities only.

Graham Rhodes
Senior Scientist
Applied Research Associates, Inc.
Graham Rhodes Moderator, Math & Physics forum @ gamedev.net

This topic is closed to new replies.

Advertisement