Solving a Vector Triangle Differential Equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
phantomvommand
Messages
287
Reaction score
39
Homework Statement
See picture below
Relevant Equations
Cosine rule,
Speed vector equation
Screenshot 2021-03-10 at 11.20.08 AM.png

By considering a vector triangle at any point on its circular path, at angle theta from the x -axis,

We can obtain that:
(rw)^2 + (kV)^2 - 2(rw)(kV)cos(90 + theta) = V^2

This can be rearranged to get:
(r thetadot)^2 + (kV)^2 + 2 (r* thetadot)(kV)sin theta = V^2.

I know that I must somehow solve this differential equation in theta, and integrate from theta = 0 to theta = 2pi.

How do I solve this equation?

Thank you!
 
Last edited by a moderator:
Reply
  • Like
Likes   Reactions: Fikremariam
Physics news on Phys.org
phantomvommand said:
How do I solve this equation?
You are told k is very small, so you need to make an approximation.
And you know the extra is of order k2, so you know which terms to keep.
I would start by solving the quadratic.
 
Reply
  • Like
Likes   Reactions: phantomvommand
haruspex said:
You are told k is very small, so you need to make an approximation.
And you know the extra is of order k2, so you know which terms to keep.
I would start by solving the quadratic.
Thank you! I was thinking that the quadratic equation formula couldn’t be applied to solve for thetadot because there is a sintheta*thetadot term. This doesn’t pose a problem I suppose?
 
phantomvommand said:
Thank you! I was thinking that the quadratic equation formula couldn’t be applied to solve for thetadot because there is a sintheta*thetadot term. This doesn’t pose a problem I suppose?
You can solve the quadratic for ##\dot\theta##, creating a trig term inside a square root. But then you can use the small k approximation to get rid of the square root. You may need to use it again. Just make sure to keep terms up to k2.
 
Reply
  • Like
Likes   Reactions: phantomvommand