asked 193k views
4 votes
I need help with this problem but just for v

I need to know both it's component form and polar form and<-3,2> is wrong.​

I need help with this problem but just for v I need to know both it's component form-example-1
asked
User Hyztname
by
8.1k points

1 Answer

2 votes

9514 1404 393

Answer:

v = <-5, 1> ≈ <5.09902, 168.69°>

Explanation:

Vector u has its tail at the origin, so the coordinates of its head give you the components of the vector. To find the components of vector v, you can translate it so its tail is at the origin, or you can simply subtract the tail coordinates from the head coordinates.

v = <1, -2> -<6, -3> = <1-6, -2-(-3)>

v = <-5, 1>

As you know, the magnitude is the root of the sum of the squares of the components:

|v| = √(5²+1²) = √26 ≈ 5.09902

The tangent of the angle is the ratio of y to x coordinates. When using the arctangent function, the quadrant needs to be taken into account.

v = arctan(1/-5) ≈ 168.69°

Vector v is ...

v = <-5, 1> ≈ <5.09902, 168.69°>

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.