How to Evaluate the Z Component of a Vector

  • Thread starter Thread starter PFStudent
  • Start date Start date
  • Tags Tags
    Component
AI Thread Summary
To evaluate the z-component of a vector in three dimensions, two angles are necessary: theta, which is the angle in the x-y plane, and phi, which measures the angle from the x-y plane. The z-component can be expressed as F_z = |F| * sin(phi), while F_x and F_y are calculated using cos(phi). Resolving the z-component without introducing phi is not feasible, as multiple vectors can share the same x-y plane angle but differ in their z-components. The discussion also touches on cylindrical and spherical coordinate systems, emphasizing that knowing the magnitude of the resultant force is essential for determining its components. Understanding these concepts is crucial for accurately resolving vectors in physics.
PFStudent
Messages
169
Reaction score
0

Homework Statement


Hey,

I had a question about resolving the z-component of a vector.

Lets say that there is a problem that asks us to find the resultant force vector in three-dimensions.

I know that the the resultant force vector, \vec{F}_{R} is given by the sum of its vector components as follows,

<br /> \vec{F}_R = \vec{F}_{x}\hat{i} + \vec{F}_{y}\hat{j} + \vec{F}_{z}\hat{k}<br />

I know how to find {F}_{x} and {F}_{y},

<br /> {F}_{x} = \left|\vec{F}\right|{cos}{\theta}<br />

<br /> {F}_{x} = \left|\vec{F}\right|{sin}{\theta}<br />

but how do I find {F}_{z}?

<br /> {F}_{z} = ?<br />

I tried looking for this result for a while over the internet with no luck.

Is there a general way. in the same sense that the x and y components use cos\theta and sin\theta, to always evaluate the z component in terms of \theta?

Thanks,

-PFStudent
 
Last edited:
Physics news on Phys.org
If you are in three dimensions you need two angles to specify direction, the theta you already know about and an angle phi which measures the angle from the x-y plane. Usually taken as pi/2 on the +z axis and -pi/2 on the -z axis. In terms of this F_z is |F|*sin(phi) and F_x and F_y need to be multiplied by cos(phi). Look up 'spherical coordinates'.
 
Dick said:
If you are in three dimensions you need two angles to specify direction, the theta you already know about and an angle phi which measures the angle from the x-y plane. Usually taken as pi/2 on the +z axis and -pi/2 on the -z axis. In terms of this F_z is |F|*sin(phi) and F_x and F_y need to be multiplied by cos(phi). Look up 'spherical coordinates'.

Hey,

Thanks for the reply.

Does that mean the only way I can resolve the z component is by introducing an angle \phi that measures an angle from the x-y plane?

So, is there no way to resolve the z component just in terms of \theta and the magnitude of the force?

Thanks,

-PFStudent
 
Last edited:
Well, no. How could you? (BTW, you mean angle FROM the x-y plane, right?). theta is the angle IN the x-y plane. There are lots of vectors in three dimensions that have the same x-y plane angle, but very different z components.
 
Last edited:
You can also have cylindrical coordinates, which uses the 2D polar coordinates of R and \theta and then z as the third component.
 
A three dimensional length would be

3D^2 = x^2 + y^2 + z^2

This can also be expressed in cylindrical coordinates, which might be somewhat familiar from trig, where

3D^2 = r^2 + z^2

r^2 = x^2 + y^2

x = rcos(\theta)

y = rsin(\theta)

Then there are spherical coordinates, which take a while to get used to, where we have to define another angle which is measured from the z-axis to the 3D vector and called the azimuthal angle

3D^2 = \rho^2 = x^2 + y^2 + z^2 = r^2 + z^2

x = \rho cos(\theta) sin(\phi)

y = \rho sin(\theta) sin(\phi)

z = \rho cos(\phi)

Physics gets really confusing with spherical coordinates because everyone uses a different notation. Sometimes rho and r are switched, and theta and phi are switched, and sometimes one is but not the other. When we fix the electron sign convention, we should also fix spherical coordinates.
 
Dick said:
Well, no. How could you? (BTW, you mean angle FROM the x-y plane, right?). theta is the angle IN the x-y plane. There are lots of vectors in three dimensions that have the same x-y plane angle, but very different z components.

Hey,

What I meant to ask was, Is the only way to determine the z-component for the scenario I described by introducing a second angle, \phi?

In addition, am I right to say I cannot solve for {F}_{z} in cylindrical coordinates as I would need to know the z-component, but since the z-component is itself in cylindrical coordinates, then that would lead me know no where.

So is the spherical coordinate system the only way to solve for the z-component (that is, by introducing \phi)?

Mindscrape said:
Physics gets really confusing with spherical coordinates because everyone uses a different notation. Sometimes rho and r are switched, and theta and phi are switched, and sometimes one is but not the other. When we fix the electron sign convention, we should also fix spherical coordinates.

Would you say that the most "standard" notation for,

cylindrical coordinate system is:
<br /> \left(r, \theta, z\right)<br />

spherical coordinate system is:
<br /> \left(\rho, \theta, \phi\right)<br />

Thanks,

-PFStudent
 
Last edited:
{F}_{r}^2 = {F}_{x}^2 + {F}_{y}^2 + {F}_{z}^2
You know all the values except F_{z}, can you solve for it?
Here, we are talking about magnitudes and components of the vectors.
 
Last edited:
Leong said:
{F}_{r}^2 = {F}_{x}^2 + {F}_{y}^2 + {F}_{z}^2<br />

You know all the values except F_{z}, can you solve for it?
Here, we are talking about magnitudes and components of the vectors.

Hey,

Thanks for the reply. I meant to say in the original post, that {F}_{r} is unknown. So, then using the equation you mentioned to solve for {F}_{z}, would not work because you would have two unknowns: {F}_{z} and {F}_{r}.

Thanks,

-PFStudent
 
  • #10
If you want to find the resultant, you must know FX, FY and FZ.
If you want to resolve Fr and find the components, you must at least know Fr and theta.
If you do not know Fr but only theta, I don't think you can find the components even though you know that
<br /> {F}_{x} = \left|\vec{Fr}\right|{cos}{\theta}
and
{F}_{x} = \left|\vec{Fr}\right|{sin}{\theta}

since you say that you do not know Fr.
 
Back
Top