How can I find the component of a cross product along a given vector direction?

  • Thread starter Thread starter Noone1982
  • Start date Start date
  • Tags Tags
    Vector
AI Thread Summary
The discussion focuses on finding the component of the cross product of vectors A and B along a given vector direction C. The user is using the dot product method to calculate this component, which involves finding the angle between vector D (the cross product result) and vector C, then applying the cosine function. There's a suggestion that instead of using angles, directly calculating the dot product of D with the unit vector of C would be more straightforward. Additionally, the user transitions to a new problem involving the gradient of a hyperbola and seeks to find the component of vector A in the direction of this gradient. The conversation highlights the importance of using unit vectors for clarity in vector component calculations.
Noone1982
Messages
82
Reaction score
0
I'm using wangsness EM book. I keep doing ch 1 #5 and keep getting 19, despite the back of the book saying -14.4

A = <2,3,-4>
B = <-6,-4,1>

AxB = <-13, -22, 10> = D

Find the component of AXB along the direction of Vector C

C = <1,-1,1>

Now I am using

CD = CDcos(theta)

Im getting 66.4º

Now, to get the component I used:

Magnitude = DCcos(66.4)

Does this method make sense?
 
Physics news on Phys.org
To get the component of D in the direction of C, you need to take the dot product of D with the unit vector in the direction of C. (Divide \vec{D} \bullet \Vec{C} by the magnitude of C.)

(Also: Why mess around with angles when you have the components?)
 
Thanks for the help, I tend to do things the hard way. I have another question:

"A family of hyperbolas in the xy plane is given by u = xy. Find the gradient of u. Given vector A = 3i + 2j + 4k find the component of A in the direction of gradient u at the point u = 3 and x = 2"

Since we know that u = 3 and x = 2, we can gather that the point of the hyperbola is x =2 and y = 3/2

Lets call this vector E

so E = 2i + (3/2)j + 0k

This problem is similar to the previous one I asked, finding the component. So I take it since I want to find the component of A in the direction of Grad U, I will need to make E into a unit vector

U = (4/5)i + (3/5)j + 0k

Now I presume I dot U and A?

That would create

UA = (8/5) +(9/10) = 5/2
 
Ignore the previous post. I was experiencing brain drain...
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top