Vector Problem: Find Expression for C in Terms of A,B,d

  • Thread starter Thread starter fahd
  • Start date Start date
  • Tags Tags
    Vector
AI Thread Summary
The discussion revolves around solving a vector problem involving two known vectors A and B, a scalar d, and an unknown vector C. The equations A·C = d and A × C = B are provided, leading to a need for an expression for C in terms of A, B, d, and the magnitude of A. Participants suggest using component representations of the vectors to derive a system of equations, noting that the coefficient matrix is singular. A solution is proposed as C = (B × A + dA) / |A|², which resolves the initial confusion about the abstract nature of the components. Ultimately, the problem is clarified, and a correct expression for C is achieved.
fahd
Messages
40
Reaction score
0
Vector question-please help

hello.please help me with this vector problem..


Given two vectors A and B and a scalar 'd', it is known that:
A.C=d and A X C = B
where C is a vector of unknown direction and magnitude.Find an expression for C in terms of A,B,d and the magnitude of vector A.

I tried using langranges identity but am getting a value of c's magnitude and not C as a vector..Like I am getting sumthing like
c^2=(B^2+d^2)/B^2 which i know is kinda wrong as the answer iv got is a magnitude and not a vector..
What do i do?Please help! o:)
 
Last edited:
Physics news on Phys.org
I'd go with component representations of each vector (\vec{A}=A_x\hat{i}+A_y\hat{j}+A_z\hat{k}, etc.) Now if you write out \vec{A}\times\vec{C}=\vec{B} you'll get a 3x3 system of equations for the components of \vec{C}. It will look tempting to solve the system, but you won't be able to (the coefficient matrix is singular). But you could use 2 of those equations, and for the third equation use \vec{A}\cdot\vec{C}=d. Then you should be able to solve for the components of \vec{C}. Once you have those, you're done.
 
Last edited:
Tom Mattson said:
I'd go with component representations of each vector (\vec{A}=A_x\hat{i}+A_y\hat{j}+A_z\hat{k}, etc.) Now if you write out \vec{A}\times\vec{C}=\vec{B} you'll get a 3x3 system of equations for the components of \vec{C}. It will look tempting to solve the system, but you won't be able to (the coefficient matrix is singular). But you could use 2 of those equations, and for the third equation use \vec{A}\cdot\vec{C}=d. Then you should be able to solve for the components of \vec{C}. Once you have those, you're done.


hi..i tried doing the question and have got an unusual answer..shown on the included attachment..The question said that the answer shud be in terms of A,B,d and magnitude of A.However mine isn't coming as shown..Plz help!Thanks!
 

Attachments

  • scan0002.jpg
    scan0002.jpg
    25.4 KB · Views: 416
Last edited:
I think you're going to have to flex your algebra muscles a little more. I really don't feel like solving the whole thing :redface: , but for C_x I get:

C_x=\frac{da_x-a_yb_z+a_zb_y}{a_x^2+a_y^2+a_z^2}
C_x=\frac{da_x-(\vec{A}\times\vec{B})_x}{|\vec{A}|^2}.

If the other components go by that pattern, and if I haven't made any dumb mistakes, then it should follow that:

\vec{C}=\frac{d\vec{A}-\vec{A}\times\vec{B}}{|\vec{A}|^2}.

Try to work it out, OK?
 
A.C=D
AxC=B
So we have
(AXC)XA=|A|^2 C-(C.A)A=BXA

So
C=\frac{BXA+dA}{|A|^2}
 
heey..i tried working it now and got it...u knw what..the only thing was that everything seemed so abstract that it was confusing me like nething..i mean unknown components etc..
nehow..thanks again..
i finally got it!
 
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}...
Back
Top