Solving 2D Harmonic Motion Homework

Click For Summary

Homework Help Overview

The problem involves a particle undergoing simple harmonic motion in both the x and y directions, described by the equations x=asin(wt) and y=bcos(wt). The tasks include eliminating time to show the path is an ellipse and calculating kinetic and potential energy at points along the trajectory, with a focus on demonstrating that the ellipse represents a path of constant total energy.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss eliminating time from the equations to derive the ellipse equation. There are attempts to calculate kinetic energy, with some questioning the potential energy's definition and its relation to gravity. Others explore the integration of forces to find potential energy and the relationship between work done and potential energy.

Discussion Status

The discussion is active, with various participants providing insights and suggestions. Some have made progress in calculating kinetic energy, while others are exploring the potential energy aspect and its relation to the forces involved. There is no explicit consensus, but multiple interpretations and approaches are being explored.

Contextual Notes

Participants are navigating the complexities of the problem, including the definitions of potential energy and the implications of gravitational forces. There are indications of confusion regarding the integration process and how to relate forces to potential energy in the context of the given motion.

theuniverse
Messages
53
Reaction score
0

Homework Statement


A particle undergoes simple harmonic motion in both the x and y directions simultaneously. Its x and y coordinates are given by
x=asin(wt)
y=bcos(wt)

a. Eliminate t from these equations to show that the path of the particle in the x-y plane is an ellipse.
b. Calculate the kinetic and potential energy at a point on the particle’s trajectory. Show that the ellipse is a path of constant total energy, and show that the total energy is given by the sum of the separate energies of the x and y oscillations.

Homework Equations


Equation of an ellipse: (x/a)^2+(y/b)^2=1
KE = 1/2=mv^2
PE = ??

The Attempt at a Solution


a) I rearranged the parametric eqns. like so: x/a=sinwt and y/b=coswt, squared both sides and using trig identities eliminated the term (sin^2wt+cos^2wt) leaving 1 on the right side and therefore getting the equation of an ellipse: (x/a)^2+(y/b)^2=1
b)This is where I'm having some troubles... I am pretty sure that I can calculate the KE of the particle by looking at:
KE(x)= 1/2*mv(t)^2
= (1/2)mw^2(acoswt)^2

KE(y)= -(1/2)mw^2(bsinwt)^2

but I don't know how to come up with the equations for the potential energy.

Regrading the fact that the ellipse is a path of constant total energy, I am thinking of showing that when the particle is on the x-axis it means that y=0 thus eliminating the y component of the energy, same goes for when its on the y axis. which essentially can be modeled with a cosine function where energy is always constant but changes from component to component.

I'd appreciate any help or some input on my attempt at the solution.
Thanks!
 
Physics news on Phys.org
You can find the acceleration and the force. And remember the definition of potential energy. ehild
 
Your Ek calc looks good, except the Eky should be positive. I combined Vx and Vy with the Pythagorean theorem, then found the energy and got the sum of your Ekx and Eky - so between us we have the last part of (b). Time should be eliminated to give Ek as a function of x and y:
Ek = ½mw²(a²y²/b² + b²x²/a²)

The potential energy is mysterious. What causes it? There apparently is no charge so must it be gravitational potential energy?
If so, any calculation of it will have a factor of "g" in it. So it will not combine with the Ek expression to make a constant. Looks like a dead end to me.
 
@ehild: you mind expanding a bit about the "acceleration and the force" you talk of?
@Delphi51: Yea I got to the same conclusion regarding the Ek. It seems that the Ep is due to gravity but I'm really not sure how to write the equation.. been trying to work it out with a circle, which seems to work (U=mgl(theta)^2/2) but it's not really related to an ellipse or what the question asks for...

Any more ideas?
 
Ehild has a brilliant insight! Forget gravity, you're given the acceleration so you can find the force directly without knowing what caused it.
I have it almost working, just out by a sign from getting a constant Ek + Ep. Find ax and ay, Fx and Fy. Integrate each to get work in each direction, add them to get total Ep. I got an expression with constants and x², y² just like the Ek. Totalling them and then using the original expressions for x and y as functions of time to eliminate x and y, I get a function of time that is some constants times cos²(wt) - sin²(wt). If you can do all that and get rid of that minus sign, it adds up to 1 times the constants.
 
You know the particle is undergoing simple harmonic motion. What type of force causes simple harmonic motion, i.e., can an arbitrary force do it, or does it have to vary in a specific way?
 
I completely forgot to look at the relation between work done and the potential energy!
so I found Fx= m*ax= -maw^2sin(wt) and Fy= m*ay=-mbw^2cos(wt).
But how do I do the integration?
 
You can follow two ways: Make a vector equation:

\vec F = m \vec a =-m\omega^2\vec r

How do you get the potential energy if you know the force in terms of the position vector?

ehild
 
so I make my acceleration vector a = sqrt((ax)^2+(ay)^2) and after some rearranging and factoring I get a = w^2 sqrt(x^2+y^2). But what do I do with that result now? How do I reach the expression of PE?
 
Last edited:
  • #10
I think it is better to keep your x and y accelerations separate.
Figure out the work done in each direction, then add them.
To find work you must integrate dW = Fx*dx and dW = Fy*dy.
If Fx is a function of x only, it is easy integration. Strictly speaking, you should integrate from x = 0 to some value of x, but the evaluation at x = 0 is zero, so the integral of
Fx*dx = -maw²*sin(wt)*dx = -mw²x*dx is -mw²x²/2
Check this very carefully; remember I lost a minus sign at least.
The PE is the total of the work done in the x direction and the work done in the y direction.
 
  • #11
The vector of acceleration is

<br /> \vec a =-\omega^2(a\sin(\omega t) \vec i +b\cos(\omega t )\vec j ) = -\omega^2\vec r. <br />

The potential energy is equal to the work done by the force when the body moves from the selected point (x,y) to the one where the potential energy is 0. Let be this point at r=0, and the integration path a radius from point P(x,y) to (0,0). The work done is the integral of (-w^2 m rdr)=w^2 m r^2/2.

I wanted to write it the formulae in tex, but I did not succeed...

ehild
 
Last edited:
  • #12
There is an other way to handle the problem. The motion is the superposition of two independent oscillation, one along x, the other along y. The energy in this case is the sum of the energies assigned to both motions. What is the energy of a body performing simple harmonic motion, in terms of its amplitude and angular frequency?

ehild
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
1K
Replies
16
Views
2K
Replies
7
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
3
Views
986
  • · Replies 1 ·
Replies
1
Views
2K
Replies
13
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K