How can I simplify vector analysis and understand the notation better?

Click For Summary

Homework Help Overview

The discussion revolves around vector analysis in the context of orbital mechanics, specifically relating to Kepler's laws and the notation used for derivatives in polar coordinates. Participants are attempting to simplify their understanding of the notation and the underlying concepts involved in differentiating vector quantities.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the differentiation of vector quantities and the implications of Kepler's laws. There are questions about the correctness of expressions derived, particularly regarding the notation for derivatives such as rtt and the use of product and quotient rules. Some participants express confusion over the application of certain equations and the steps taken to reach conclusions.

Discussion Status

The conversation is ongoing, with participants providing hints and guidance on how to approach the problems. There is a recognition of differing methods and some participants are clarifying their understanding of the notation and its application. While some progress has been made, there is still exploration of various interpretations and methods.

Contextual Notes

Participants are working within the constraints of homework guidelines, which may limit the amount of direct assistance they can provide to one another. There is also an emphasis on understanding the notation used in the problems, which appears to be a source of confusion for some.

Shackleford
Messages
1,649
Reaction score
2
I'm stuck on both problems. Here's my work thus far. I have no idea he got rtt in (b).

chp2.jpg


chp2ab.jpg
 
Physics news on Phys.org
Use the hint. You have rt, so differentiate it again with respect to t to get rtt. You'll need to undo your substitution for u to get back into terms of theta. You'll need to use the product rule and then quotient rule. Also d/dt(dtheta/dt) = d^2(theta)/dt^2.

One other thing: you'll need to use the equation r^2 d(theta)/dt = const ==> d(theta)/dt = const/r^2.

I haven't worked it all the way through, but these are the things I would do.
 
Mark44 said:
Use the hint. You have rt, so differentiate it again with respect to t to get rtt. You'll need to undo your substitution for u to get back into terms of theta. You'll need to use the product rule and then quotient rule. Also d/dt(dtheta/dt) = d^2(theta)/dt^2.

One other thing: you'll need to use the equation r^2 d(theta)/dt = const ==> d(theta)/dt = const/r^2.

I haven't worked it all the way through, but these are the things I would do.

Is my rt correct?

dr/d(theta) = [(a e sin(theta))/(1 + e cos(theta))^2 ] d(theta)/dt

I differentiated with respect to t again and didn't get anything close to the rtt on the sheet. I'll scan it in a few minutes.
 
Here's as far as I got.

1b.jpg
 
Shackleford said:
Is my rt correct?

dr/d(theta) = [(a e sin(theta))/(1 + e cos(theta))^2 ] d(theta)/dt

I differentiated with respect to t again and didn't get anything close to the rtt on the sheet. I'll scan it in a few minutes.
Yes, your rt looks fine. I'll look over the other part and get back to you.
 
On second thought, even though your work was fine, I don't think what you're doing is the way to go about this problem. Let's look at the a part, since you said you were stuck on it, too. From Kepler's 2nd law, we have thetat = K/r2, where K is the constant referred to.

Differentiate both sides with respect to t to get
thetatt = (-2K/r3)*rt

Using this and Kepler's 2nd law in the form above, you can show that the theta-component of the acceleration is zero.

When you get to that point, you have shown that a = [rtt - r(thetat)2]ur and the b part is pretty straightforward after that.
 
Mark44 said:
On second thought, even though your work was fine, I don't think what you're doing is the way to go about this problem. Let's look at the a part, since you said you were stuck on it, too. From Kepler's 2nd law, we have thetat = K/r2, where K is the constant referred to.

Differentiate both sides with respect to t to get
thetatt = (-2K/r3)*rt

Using this and Kepler's 2nd law in the form above, you can show that the theta-component of the acceleration is zero.

When you get to that point, you have shown that a = [rtt - r(thetat)2]ur and the b part is pretty straightforward after that.

I don't see where to use thetatt = (-2K/r3)*rt.

The only way I can see to get the theta-component form is if I do the following and divide by 1/r.

d(r^2 * d(theta)/dt)/dt = r^2 * d^2(theta)/dt^2 + d(theta)/dt * d(r^2)/dt =
r^2 * d^2(theta)/dt^2 + d(theta)/dt * (2r*d(r)/dt

If I insert thetatt = (-2K/r3)*rt, I get (-2K/r)*d(r)/dt
 
Last edited:
Shackleford said:
I don't see where to use thetatt = (-2K/r3)*rt.
Look at the page you scanned. It's in the theta-component of acceleration.
Shackleford said:
The only way I can see to get the theta-component form is if I do the following and divide by 1/r.

d(r^2 * d(theta)/dt)/dt = r^2 * d^2(theta)/dt^2 + d(theta)/dt * d(r^2)/dt =
r^2 * d^2(theta)/dt^2 + d(theta)/dt * (2r*d(r)/dt

If I insert thetatt = (-2K/r3)*rt, I get (-2K/r)*d(r)/dt
 
Mark44 said:
Look at the page you scanned. It's in the theta-component of acceleration.

Yes. I plugged that in.

If I insert thetatt = (-2K/r3)*rt, I get (-2K/r)*d(r)/dt
 
  • #10
Actually, I just showed that the theta-component

= r^2 * d^2(theta)/dt^2 + d(theta)/dt * 2r * d(r)/dt

Now, plugging in my d^2(theta)/dt^2 and d(theta)/dt from the law gives

= r^2 * (-2K/r^3) + (K/r^2) * 2r * d(r)/dt

= -2K/r * d(r)/dt + 2K/r * d(r)/dt = 0
 
  • #11
Shackleford said:
Actually, I just showed that the theta-component

= r^2 * d^2(theta)/dt^2 + d(theta)/dt * 2r * d(r)/dt
That's not quite right; you have an extra factor of r all the way through. Also, you didn't need to show it, since it is given right near the beginning of the page you scanned. From that page, the theta-component of acceleration is
[tex]r \frac{d^2 \theta}{dt^2} + 2\frac{dr}{dt} \frac{d\theta}{dt}[/tex]

I outlined what you can do to show that this expression is zero.
Shackleford said:
Now, plugging in my d^2(theta)/dt^2 and d(theta)/dt from the law gives

= r^2 * (-2K/r^3) + (K/r^2) * 2r * d(r)/dt

= -2K/r * d(r)/dt + 2K/r * d(r)/dt = 0
 
  • #12
Mark44 said:
That's not quite right; you have an extra factor of r all the way through. Also, you didn't need to show it, since it is given right near the beginning of the page you scanned. From that page, the theta-component of acceleration is
[tex]r \frac{d^2 \theta}{dt^2} + 2\frac{dr}{dt} \frac{d\theta}{dt}[/tex]

I outlined what you can do to show that this expression is zero.

Plugging in d^2(theta)/dt^2 and d(theta)/dt, I get r * (-2K/r^3) * (dr/dt) + 2 * (dr/dt) * (K/r^2) = 0.
 
  • #13
OK, that's what you needed to to. Did you understand my objection to your work in post 10?

Anyway, that takes care of part a. Now you're ready to take on part b. Use the same substitution from Kepler's 2nd law - d(theta)/dt = K/r^2 - and work on the radial component of acceleration.
 
  • #14
Mark44 said:
OK, that's what you needed to to. Did you understand my objection to your work in post 10?

Anyway, that takes care of part a. Now you're ready to take on part b. Use the same substitution from Kepler's 2nd law - d(theta)/dt = K/r^2 - and work on the radial component of acceleration.

I did not understand the objection. It was a sum of a term and its negative, which is zero. The last one I did is also the sum of a term and its negative, so I'm not quite following you.

I understand the hint in (a), because the derivative of r^2 * (d(theta)/dt), which is a constant, is zero. So, we want to show that the theta-component is zero, and I guess I was missing the whole problem right off the bat by not using the second law.
 
  • #15
My objection was that the expression you showed was zero wasn't the right expression. Yours had an extra factor of r for some reason.
 
  • #16
Mark44 said:
My objection was that the expression you showed was zero wasn't the right expression. Yours had an extra factor of r for some reason.

Oh. But isn't that the d/dt of the second law as written?

I just used the product rule and chain.
 
  • #17
OK, now I get it. We both came at this from slightly different directions.
 
  • #18
Mark44 said:
OK, now I get it. We both came at this from slightly different directions.

Yeah. Sorry about that. Your method was more direct and in tune with the directions.
Thanks for the help so far. I'll post my (b) work in a little bit.
 
  • #19
I'm basically doing the same thing here.

dr/dt = dr/d(theta) * d(theta)/dt

d^2(r)/dt^2 = dr/d(theta) * d^2(theta)/dt^2 + d(theta)/dt * [dr/d(theta) * d(theta)/dt]

= dr/d(theta) * d^2(theta)/dt^2 + (d(theta)/dt)^2 * dr/d(theta)

= dr/d(theta) * (-2K/r^3 * dr/dt) + (K/r^2)^2 * dr/d(theta)
 
  • #20
You seem to be on the wrong track here. The goal for part b is to show that
rtt - r([itex]\theta_t[/itex])2 ~ 1/r2

Don't overthink this - it's much simpler than the first part.

The subscript notation is a lot less cumbersome than the d/dt etc. notation you're using. I don't know if you're not understanding it, but they are using rtt to mean the same thing as d^2(r)/dt^2.
 
  • #21
Mark44 said:
You seem to be on the wrong track here. The goal for part b is to show that
rtt - r([itex]\theta_t[/itex])2 ~ 1/r2

Don't overthink this - it's much simpler than the first part.

The subscript notation is a lot less cumbersome than the d/dt etc. notation you're using. I don't know if you're not understanding it, but they are using rtt to mean the same thing as d^2(r)/dt^2.

Yeah. I understand the notation. I just haven't taken the time to learn the latex. Maybe I should do that. lol.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 2 ·
Replies
2
Views
4K
Replies
9
Views
2K
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
15
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 17 ·
Replies
17
Views
4K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K