Suppose a car is traveling at 65 km/hr, and that the positive y-axis is north and the positive x-axis is east. Resolve the car's velocity vector (in 2-space) into components if the car is traveling in each of the following directions.
East: .
South: .
Southeast: .
Northwest: .

Respuesta :

Answer:

East:

[tex]v_{x}=65km/h\\v_{y}=0km/h[/tex]

South:

[tex]v_{x}=0km/h\\v_{y}=-65km/h[/tex]

Southeast:

[tex]v_{x}=46km/h\\v_{y}=-46km/h[/tex]

Northwest:

[tex]v_{x}=-46km/h\\v_{y}=46km/h[/tex]

Step-by-step explanation:

The vector components can be express as follows:

[tex]v_{x}=v*cos(\theta)\\v_{y}=v*sin(\theta)[/tex]

Where [tex]v[/tex] is the velocity of the car, [tex]v_{x}[/tex] is the x-component of the velocity, [tex]v_{y}[/tex] is the y-component of the velocity and, [tex]\theta[/tex] is the angle between the velocity vector the positive x-axis (angle increases anti clockwise).

Before computing the components of velocity we need to remember that:

  • East lays over the positive x-axis.
  • South lays over the negative y-axis.
  • Southeast is in between South and East.
  • Northwest is in between North and West.

For East we have that [tex]\theta=0[/tex] so,

[tex]v_{x}=65*cos(0)\\v_{y}=65*sin(0)[/tex]

[tex]v_{x}=65km/h\\v_{y}=0km/h[/tex]

for South we have that  [tex]\theta=270[/tex] so,

[tex]v_{x}=65*cos(270)\\v_{y}=65*sin(270)[/tex]

[tex]v_{x}=0km/h\\v_{y}=-65km/h[/tex]

for Southeast we have that [tex]\theta=315[/tex] so,

[tex]v_{x}=65*cos(315)\\v_{y}=65*sin(315)[/tex]

[tex]v_{x}=46km/h\\v_{y}=-46km/h[/tex]

and finaly, for Northwest we have that [tex]\theta=135[/tex] so,

[tex]v_{x}=65*cos(135)\\v_{y}=65*sin(135)[/tex]

[tex]v_{x}=-46km/h\\v_{y}=46km/h[/tex]