Mikejax said:
Ok, so my textbook uses the following equation for energy of the ball as it swings
mgrcosθ = 1/2mv^2.
I understand that formula means that the potential energy (left side) = kinetic energy (right side) and that the energy has been conserved. And I understand using trig to reflect the height of the ball. However...
What I don't get is that the right side has no potential energy listed...even though the ball is clearly falling, has not hit the ground, and therefore has potential energy due to gravity...
How do they arrive at the equation above without writing a value for potential energy on the right side of the equation?
It's there. The energy equation is:
[tex]
m g h_i + \frac{1}{2} m v_i^2 = m g h_f + \frac{1}{2} m v_f^2 [/tex]
The question is, where do you set the h=0 level at (that is, where is the origin of your y-coordinate axis)?
If you set [itex]h_i=0[/itex], then [itex]h_f = - r \cos\theta[/itex] (it's negative because [itex]h_f[/itex] is below [itex]h_i[/itex]), giving:
[tex]
0 + 0 = m g (-r \cos\theta)+ \frac{1}{2} m v_f^2 [/tex]
which is the equation in your post.
If on the other hand you set [itex]h_f=0[/itex], then [itex]h_i=+r \cos\theta[/itex] (positive since [itex]h_i[/itex] is above [itex]h_f[/itex]), giving
[tex]
m g (r \cos\theta)+ 0 = 0+\frac{1}{2} m v_f^2 [/tex]
which again is the same as your equation.
So the potential energy terms are there on both sides; it's just that with [itex]PE=mgh[/itex] you have the freedom to set one height equal to zero.