Fundamentals of Astrodynamics: Dot Product Question

Click For Summary

Discussion Overview

The discussion revolves around a passage from "Fundamentals of Astrodynamics" regarding the dot product of vectors in the context of motion, particularly focusing on the expression "in general a⋅a' = a a'." Participants explore the implications of this statement in relation to uniform circular motion and the definitions of the dot product.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant questions the validity of the statement regarding the dot product, citing that in uniform circular motion, the dot product of position vectors can equal zero.
  • Another participant asserts that the statement reflects the definition of the dot product, involving the cosine of the angle between vectors.
  • A later reply emphasizes that the original passage does not include the cosine factor, leading to confusion about its correctness.
  • Participants discuss the implications of the angle between vectors, suggesting that the equality holds only when the angle is zero.
  • One participant provides a calculation showing that the dot product can yield a scalar result under certain conditions, which they believe supports their interpretation.
  • Another participant expresses uncertainty about the completeness of the quoted equations and the assumptions made regarding the relationship between the vectors involved.
  • There is a discussion about the distinction between coordinate and coordinate-free forms of the dot product, with some participants arguing about the implications of these forms on the equality in question.
  • Several participants express confusion over the notation and definitions used, particularly regarding the time derivative of the length of a vector versus the length of the time derivative.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the interpretation of the dot product statement. Multiple competing views remain regarding the conditions under which the equality holds and the implications of the definitions involved.

Contextual Notes

Participants note the need for additional context, such as the complete equations referenced in the original text, to fully understand the claims being made. There is also uncertainty about the assumptions regarding the relationship between the vectors and their derivatives.

dimitri151
Messages
117
Reaction score
3
TL;DR
Question about dot product of vector and vectors time derivative from reading
I'm reading Fundamentals of Astordynamics by Bate, Mueller, White and having trouble with this passage (pg15):
"2. Since in general a⋅a' = a a'..."
I don't think that this is the case. For instance in uniform circular motion r⋅r' = 0.

Would appreciate if anyone has some insight into this.
 
Mathematics news on Phys.org
Aren’t they just writing the dot product definition?

$$a \cdot a’ = |a| |a’| cos \theta $$

where ##\theta## is the angle between them.

in the case of circular motion r and r’ are perpendicular and hence ##\theta## is ##\pi / 2 ## radians and so the dot product is zero.
 
They're not including the cos of theta. ?
 
A more complete quote of the passage:
"1. Dot multiplying equation (1.3-4) by ##\dot{r}##
##\dot{r}\cdot\ddot{r}+\dot{r}\cdot \frac{\mu}{r^3} r=0##
2. Since in general ##\boldsymbol{a\cdot\dot{a}}=a\dot{a}##, ##\boldsymbol{v=\dot{r}}##, and ##\boldsymbol{\dot{v}=\ddot{r}}##, then
##\boldsymbol{v\cdot\dot{v}}+\frac{\mu}{r^3}\boldsymbol{r\cdot\dot{r}}=0##, so
##v\cdot\dot{v}+\frac{\mu}{r^3}r\dot{r}=0##."
 
Ok, solved. If you let ## \vec{r}=r \cos\theta \cdot \hat{i}+r sin\theta \cdot\hat{j}##, then calculate ##\vec{r}\cdot \frac{d \vec{r}}{dt}## you do indeed get ##r\cdot \frac{dr}{dt}## (scalar).
 
It would have been helpful for us to see equation 1.3-4. Presumably the left side of equation 1.3-4 is ##\ddot r + \frac \mu {r^3} r##, but I can't say what the right side of this equation is.
dimitri151 said:
A more complete quote of the passage:
"1. Dot multiplying equation (1.3-4) by ##\dot{r}##
##\dot{r}\cdot\ddot{r}+\dot{r}\cdot \frac{\mu}{r^3} r=0##
2. Since in general ##\boldsymbol{a\cdot\dot{a}}=a\dot{a}##, ##\boldsymbol{v=\dot{r}}##, and ##\boldsymbol{\dot{v}=\ddot{r}}##, then
##\boldsymbol{v\cdot\dot{v}}+\frac{\mu}{r^3}\boldsymbol{r\cdot\dot{r}}=0##, so
##v\cdot\dot{v}+\frac{\mu}{r^3}r\dot{r}=0##."
For item 2, the only way that ##\boldsymbol u \cdot \boldsymbol v = uv## is if the angle between the two vectors is zero.
 
Mark44 said:
For item 2, the only way that is if the angle between the two vectors is zero.
I thought this as well, but look at this.
Let ##\vec{r}=r \cos\theta \cdot \hat{i}+r \sin\theta \cdot\hat{j}##.
Then ##\frac{d\vec{r}}{dt}=(\frac{dr}{dt} \cos \theta -r \sin\theta \frac{d\theta}{dt})\hat{i}+(\frac{dr}{dt}\sin\theta +r \cos\theta \frac{d\theta}{dt})\hat{j}##.
And ## \vec{r}\cdot\frac{d\vec{r}}{dt}=r \cos\theta(\frac{dr}{dt} \cos \theta -r \sin\theta \frac{d\theta}{dt})+r \sin\theta (\frac{dr}{dt}\sin\theta +r \cos\theta \frac{d\theta}{dt})=r\cdot\frac{dr}{dt}##
 
dimitri151 said:
I thought this as well, but look at this.
Let ##\vec{r}=r \cos\theta \cdot \hat{i}+r \sin\theta \cdot\hat{j}##.
Then ##\frac{d\vec{r}}{dt}=(\frac{dr}{dt} \cos \theta -r \sin\theta \frac{d\theta}{dt})\hat{i}+(\frac{dr}{dt}\sin\theta +r \cos\theta \frac{d\theta}{dt})\hat{j}##.
And ## \vec{r}\cdot\frac{d\vec{r}}{dt}=r \cos\theta(\frac{dr}{dt} \cos \theta -r \sin\theta \frac{d\theta}{dt})+r \sin\theta (\frac{dr}{dt}\sin\theta +r \cos\theta \frac{d\theta}{dt})=r\cdot\frac{dr}{dt}##
There are two forms of the dot product: a coordinate form, and a coordinate-free form.
Here's a simple example of the coordinate form. If ##\vec u = <u_1,u_2>## and ##\vec v = <v_1, v_2>##, then ##\vec u \cdot \vec v = u_1\cdot v_1 + u_2 \cdot v_2##
For the coordinate-free form, ##\vec u \cdot \vec v = uv \cos(\theta)##. Here ##u = |\vec u|## and similar for the other vector.
So I say again, if ##\vec u \cdot \vec v = uv##, then necessarily ##\cos(\theta) = 1##, which means that the angle between the two vectors is zero.
 
To me its clear ## \vec u \cdot \vec v =\vert u\vert\vert v\vert## implies ##\theta=0##. None the less, I can't find the hole in the proof in #7 which says ##\vec{r}\cdot\frac{d\vec{r}}{dt}=r \frac{dr}{dt}## for a general vector ##\vec{r}=r \cos\theta \cdot \hat{i}+r \sin\theta \cdot \hat{j}##. I don't believe that that should be generally true, but that's what is shown.
 
  • #10
Ok, got it.
##\boldsymbol{a\cdot\dot{a}}=a\dot{a}## means ##\boldsymbol{a\cdot\dot{a}}=\vert a\vert \dot{\vert a \vert}## not ##\boldsymbol{a\cdot\dot{a}}=\vert a\vert \vert \dot{a} \vert##
Then if:
##\boldsymbol{a}=x \cdot \hat{i} +y \cdot \hat{j}##,
##\boldsymbol{\dot{a}}=\frac{dx}{dt} \cdot \hat{i}+\frac{dy}{dt} \cdot \hat {j}##
##\boldsymbol{a} \cdot \boldsymbol{\dot{a}}=x \frac{dx}{dt} +y \frac{dy}{dt} ##
and
##\vert \boldsymbol{a} \vert \dot{\vert \boldsymbol{a} \vert }=(x^2+y^2)^{\frac{1}{2}} \frac{1}{2}(x^2+y^2)^{-\frac{1}{2}} (2 x \frac{dx}{dt}+ 2 y \frac{dy}{dt})=x \frac{dx}{dt} +y \frac{dy}{dt} ##
 
Last edited:
  • Like
Likes   Reactions: Delta2
  • #11
Are you missing some parentheses around the 2x and 2y terms?

It looks like you’ve taken the time derivative of the length of ##\vec a## to be the same as the length of the time derivative of ##\vec a##.
 
  • #12
Yes, was missing parentheses. I'm taking the length of ##\vec a## and multiplying by the derivative of the length of ##\vec a##.
 
  • #13
dimitri151 said:
Let ##\vec{r}=r \cos\theta \cdot \hat{i}+r \sin\theta \cdot\hat{j}##.
You're assuming that ##\theta## is a function of t, but there's no indication here of any such relationship. Without such a relationship ##\theta## is a constant, which makes ##\vec r## a constant.
In your vector equation above, ##\vec r## is the vector that extends from the origin out to a point (x, y).

In post #1 the work refers to equation 1.3-4. We need more information.
dimitri151 said:
I can't find the hole in the proof in #7
I don't either, but I don't think I'm seeing all of the information.
 
Last edited:
  • #14
Yes, r, ##\theta## functions of t. See first line of equations in #10. I believe that solves it.
 
  • #15
dimitri151 said:
See first line of equations in #10. I believe that solves it.
Equation #10 ??
Proof in #7 ??
Equation 1.3-4 - ??
I don't have that book!

dimitri151 said:
Ok, got it.
##\boldsymbol{a\cdot\dot{a}}=a\dot{a}## means ##\boldsymbol{a\cdot\dot{a}}=\vert a\vert \dot{\vert a \vert}## not ##\boldsymbol{a\cdot\dot{a}}=\vert a\vert \vert \dot{a} \vert##
Then if:
##\boldsymbol{a}=x \cdot \hat{i} +y \cdot \hat{j}##,
I find it much more convenient to write using vector notation rather than dragging along the unit vectors ##\hat i## and ##\hat j##. IOW, like this:
##\boldsymbol{a}= <x, y>##
dimitri151 said:
##\boldsymbol{\dot{a}}=\frac{dx}{dt} \cdot \hat{i}+\frac{dy}{dt} \cdot \hat {j}##
##\boldsymbol{a} \cdot \boldsymbol{\dot{a}}=x \frac{dx}{dt} +y \frac{dy}{dt} ##
and
##\vert \boldsymbol{a} \vert \dot{\vert \boldsymbol{a} \vert }=(x^2+y^2)^{\frac{1}{2}} \frac{1}{2}(x^2+y^2)^{-\frac{1}{2}} (2 x \frac{dx}{dt}+ 2 y \frac{dy}{dt})=x \frac{dx}{dt} +y \frac{dy}{dt} ##
I don't know what you're doing here.
You have ##\boldsymbol{a}= <x, y>##, so ##|\boldsymbol a| = \sqrt{x^2 + y^2}##,
and ##\boldsymbol{\dot{a}} = <\frac{dx}{dt}, \frac{dy}{dt}>##, so ##|\boldsymbol {\dot a}| = \sqrt{\frac{dx}{dt}^2 + \frac{dy}{dt}^2}##.
Then ##\boldsymbol{a} \cdot \boldsymbol{\dot{a}} \ne |a||\dot a|##.
 
  • #16
I think it's not the length of the time derivative of ##a##, but the time derivative of the length of ##a##.
 
  • #17
Please show me the equations and proofs you have cited.
If you don't provide this information, I'm going to give up on this thread.
Mark44 said:
Equation #10 ??
Proof in #7 ??
Equation 1.3-4 - ??
dimitri151 said:
I think it's not the length of the time derivative of a, but the time derivative of the length of a.
The notation you used, ##|\boldsymbol {\dot a}|##, means the length of the derivative of a, which is ##\sqrt{\frac{dx}{dt}^2 + \frac{dy}{dt}^2}##.
 
Last edited:
  • #18
I'll recapitulate.
My original question was about this in Fundamentals of Astrodynamics, by Bate (pg15):
"in general ##\boldsymbol{a\cdot\dot{a}}=a \; \dot{a}##."
Here's a picture of the page:
************************************************************************************
astrodynamics.JPG

*************************************************************************************
It didn't make sense because I interpreted ##\dot{a}## to mean the length of the time derivative of vector ##a## in which case we should have ##\boldsymbol{a} \cdot \boldsymbol{\dot{a}} = a \; \dot a \; cos \theta##.
But since posting this question, I realized that the author intends ##\dot{a}## to mean the time derivative of the length of ## \boldsymbol{a} ## not the length of the time derivative of ##\boldsymbol{a}##.
I demonstrate that this indeed the case in #10 of the thread above (obviously I'm referring to the thread, what else would I be referring to, there is no #10 in the quote from the book).
Just check #10 above, where ##x## and ##y## are obviously implied to be functions of ##t## since when I took their time derivative they didn't disappear. In the last line of #10, I multiply the length of ##\boldsymbol{a}## by the time derivative of the length of ## \boldsymbol{a} ## and this equals ##\boldsymbol{a\cdot\dot{a}}##. Since ##\boldsymbol{a}## is a general vector this does prove the author's claim.
You don't really need 1.3-4 to solve the problem.

This must be a common question because I found it in two other places, once on Stack Exchange where I found the solution, and once on this site where it wasn't really clearly resolved.

Cheers.
 
  • Like
Likes   Reactions: hutchphd
  • #19
dimitri151 said:
But since posting this question, I realized that the author ##\dot{a}## to mean the time derivative of the length of ## \boldsymbol{a} ## not the length of the time derivative of ##\boldsymbol{a}##.
That makes sense, now, but his notation is far from clear. This would have been much clearer:
##\boldsymbol{a} \cdot \boldsymbol{\dot{a}} = |\boldsymbol a|\frac d {dt} \left|\boldsymbol a \right|##.

That would have made it clear that he's taking the time derivative of the magnitude of a.
The notation ##\dot a## suggests to me that this is what is happening: ##|\boldsymbol {\dot a}|##. IOW, taking the derivative first, and then getting the magnitude.
 
  • Like
Likes   Reactions: jedishrfu and berkeman
  • #20
Sometimes math notation is ambiguous like this especially in the vector world where boldface letters can represent a vector without the pesky arrow hat And non-boldface to represent its length.
 
  • #21
jedishrfu said:
Sometimes math notation is ambiguous like this especially in the vector world where boldface letters can represent a vector without the pesky arrow hat And non-boldface to represent its length.
You missed what the problem was here. I'm very comfortable with either kind of notation for a vector: ##\boldsymbol v## or ##\vec v##.
My complaint about the notation was using ##\dot a## to mean ##\frac d {dt}|\boldsymbol a|##; i.e., taking the derivative of the magnitude of a vector, as opposed to the magnitude of the derivative of the vector.
 

Similar threads

Replies
24
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 20 ·
Replies
20
Views
7K
  • · Replies 5 ·
Replies
5
Views
12K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 21 ·
Replies
21
Views
8K
  • · Replies 2 ·
Replies
2
Views
2K