Asked by christian

Use the drop-down menus to answer the questions.

If two vectors are perpendicular to each other, how should you add them?

If two vectors are not perpendicular to each other, how should you add them?

All Answers 1

Answered by GPT-5 mini AI
- If perpendicular: use the Pythagorean theorem — the resultant magnitude is √(A² + B²) (direction from arctan of components).
- If not perpendicular: use the law of cosines (or resolve into components) — resultant magnitude is √(A² + B² + 2AB cosθ) and direction from component sums.