How Do I Solve This Tricky Calculus Problem About Rolling Ball Bearings?

AI Thread Summary
The discussion revolves around solving a calculus problem involving a ball bearing rolling down an incline. The user initially attempts to find the speed by taking the derivative of the distance function but struggles with the correct differentiation and understanding the distinction between speed and velocity. Clarifications are provided that the angle of elevation, θ, is constant when differentiating with respect to time, and that the goal is to maximize velocity by adjusting θ. Ultimately, it is established that the correct angle for maximum speed is 45 degrees, and further guidance is offered to correct the user's approach to differentiation. The conversation emphasizes the importance of clear differentiation steps and understanding the relationship between speed and velocity in the context of the problem.
Tony Zalles
Messages
22
Reaction score
0
Hi,

Ok I'm havin troubles trying to solve this calculus problem.

-Rolling a Ball Bearing-
A ball bearing is placed on an incline plane and begins to roll. The angle of elevation of the plane is θ.
The distance (in meters) the ball bearing rolls in t seconds is

s(t) = 4.9(sin θ)t^2

a. Determine the speed of the ball bearing.

b. What value of θ will produce the maximum speed at a particular time.

Ok so here is how I "tackled" the problem.

ok part a, asks for speed so I take the derivative of the function to get velocity.

v(t) = (0)(sin θ)(t^2) + (4.9)(cos θ)(t^2) + (4.9)(sin θ)(2t)
v(t) = 4.9(t^2)(cos θ) + (9.8t)(sin θ)

ok now from here I'm not sure if my next steps are right...

Ok since they asked for the speed, I'm assuming they want an actual value...versus what I have thus far...

ok now setting what I have for v(t) to zero, I solve for t,

thus I get: t = -2tan θ

Now I take that value and put it back into my original equation.

Now I have s(t) = 4.9(sin θ)(-2tan θ)^2

Now I solve for θ, by setting s(t) equal to zero.

but I end up with this...

4 = (cos θ)^2, and I don't think this is the right answer...

So any help on this would be nice,

Thanks.
 
Physics news on Phys.org
ok part a, asks for speed so I take the derivative of the function to get velocity.

In particular, you're taking the derivative with respect to t.

θ is a constant with respect to t... try to differentiate again.


Ok since they asked for the speed, I'm assuming they want an actual value...versus what I have thus far...

Nope. Aside from your mistake, they want what you had.


ok now setting what I have for v(t) to zero, I solve for t,

Why set v(t) to 0? You're trying to maximize v(t) with respect to θ, right? You want to set zero equal to the derivative of v(t) with respect to θ.
 
In particular, you're taking the derivative with respect to t.

θ is a constant with respect to t... try to differentiate again..

hmn...yea actually right after I posted, I wondered if I was differentiating wrong.

Ok so the correct differentiation should be as follows.

v(t) = 9.8(cos θ)(sin θ)t

therefore that's part A right there.

Part B than should be the derivative of part A, set equal to zero.

Code:
a(t) = (sin θ)(cos θ)
   0 = (sin θ)(cos θ)
   θ = 45 Degrees

Ok, I hope i got it right this time.

Thanks,
 
Your derivative is still wrong... try writing out all of the steps (like you did when you first learned derivatives) and maybe you'll see your mistake... or at least I'll be able to see what you did wrong when you post it.
 
For the first part of this problem θ is CONSTANT. What is the derivative of at2? Now replace a with 4.9cos(θ).

After you have that velocity (at any time t), you want to start thinking "what would happen if we changed θ?". Specifically, what value of θ gives the maximum velocity. Now t is fixed and θ is the variable!
 
Well, your first mistake is using the velocity function as your speed function. Velocity IS NOT the same as speed. Speed is the magnitude of velocity. You should probably fix that first. Everything else will fall into place as you go along.
 
Welcome to Physics Forums :smile:

Hopefully Tony Zalles is not still working on this problem after more than 6 years. However, note that the ball simply moves down the slope (starting from rest) without reversing direction. So the speed-velocity distinction is not important here.
 
Back
Top