Ask Question
20 December, 05:54

How do you add vectors in two dimensions

+2
Answers (1)
  1. 20 December, 09:34
    0
    Use the magnitude and direction of each vector to find its components. Add the components that are along the same dimension. Then use Pythagorean theorem and trigonometry to find the magnitude and direction of the resultant vector.

    For example, if we have a vector of magnitude A and direction α, and another vector of magnitude B and direction β, then the components of the first vector are:

    Ax = A cos α

    Ay = A sin α

    And the components of the second vector are:

    Bx = B cos β

    By = B sin β

    The resultant vector (we'll call it C) has components:

    Cx = Ax + Bx

    Cy = Ay + By

    The magnitude of the resultant vector is:

    C = √ (Cx² + Cy²)

    And the direction of the resultant vector is:

    θ = atan (Cy/Cx)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “How do you add vectors in two dimensions ...” in 📙 Physics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers