What is the operator between A A^ in A vec = A A^

  • Thread starter Thread starter ManishR
  • Start date Start date
  • Tags Tags
    Operator
ManishR
Messages
88
Reaction score
0
consider a vector A

A = A(A dir)

here A dir is A with hat on it. i don't how to do that with LATEX.

is the operator between A and A dir is multiplication . if yes then why?

could anybody please derive the differentiation of A in terms of A and A dir?
 
Physics news on Phys.org
What does "A with a hat on it" mean? What is the difference between A and A?
 
HallsofIvy said:
What does "A with a hat on it" mean? What is the difference between A and A?

A is a vector .
A is magnitude of vector A
A dir or "A with a hat on it" is vector whose magnitude is 1 and direction is equal to direction of A

i've solved and understood "the differentiation of A" , so no need to re-solve it, but i won't mind if u can provide some different approach.
 
Let's see...you have solved the problem and don't want us to re-solve it. You want us to show you a different approach, but you haven't told us your approach. And the problem doesn't really make sense. Differentiate with respect to what? You're going to have to be more specific.

Hit the quote button to see how I'm doing the LaTeX. (Note that there's a bug that makes the wrong images show up in previews most of the time. The workaround is to refresh and resend after each preview).

\mathbf A=A\hat A

Is the problem to start with \vec r=r\hat r and differentiate with respect to time? Is this a curve in \mathbb R^2 or \mathbb R^3?
 
Last edited:
Fredrik said:
Let's see...you have solved the problem and don't want us to re-solve it. You want us to show you a different approach, but you haven't told us your approach. And the problem doesn't really make sense. Differentiate with respect to what? You're going to have to be more specific.

Hit the quote button to see how I'm doing the LaTeX. (Note that there's a bug that makes the wrong images show up in previews most of the time. The workaround is to refresh and resend after each preview).

\mathbf A=A\hat A

Is the problem to start with \vec r=r\hat r and differentiate with respect to time? Is this a curve in \mathbb R^2 or \mathbb R^3?

i don't want u to show me a different approach (ofcourse then i would need to provide u my approach which is rather a intuitional approach). what i meant by that is u can resolve it with an approach and if that approach is different than mine then i will be glad.

"differentiation of A" means differentiation of A with respect to x (let say) then
either (A depends on x) or (A does not depend on x)

if (A does not depend on x) then
\frac{d\textbf{A}}{dx} = 0
it will always be zero whatever the operator is.
which ofcourse i am not asking.

what i was (or am) asking is
\frac{d\textbf{A}}{dx} = ?
when \textbf{A} = \textbf{A}(x),

what will be
\frac{d\textbf{A}}{dx} = ?
when the operator between A and \hat A is not multiplication
 
If it's not multiplication, then you would have to specify what it is. But why wouldn't it be? Isn't your \mathbf{\hat A} defined by

\mathbf A=|A|\frac{\mathbf A}{|A|}=|A|\mathbf{\hat A}\ \text{?}

I don't recommend using the expression A=A(x) to say "A is a function and we use the symbol x for its argument", because it looks like you're setting a function equal a number. (A(x) is a number in the range of the function A).

The derivative is defined as always

\frac{dA(x)}{dx}=\lim_{h\rightarrow 0}\frac{\mathbf{A}(x+h)-\mathbf{A}(x)}{h}

and the product rule for derivatives still holds: (fg)'(x)=f'(x)g(x)+f(x)g'(x)
 
Last edited:
Back
Top