Solving the Roller Coaster Speed Problem: A Max Speed of 20

AI Thread Summary
The roller coaster's speed is modeled by the equation v = A * √[1 + 9t^2 * (t-4)^2], where A is a constant and t is time. To comply with safety regulations, the maximum speed must not exceed 20. The discussion revolves around finding the maximum value of A that satisfies this condition. The maximum speed occurs when t(t - 4) is maximized, which simplifies the problem. Participants are exploring how to derive the maximum value of A from the given speed equation.
theowne
Messages
14
Reaction score
0

Homework Statement




A car in a roller coaster moves along a track that consists of a sequence of ups and downs. Let the x-axis be parallel to the ground and the positive y-axis point upward. In the time interval from t=0 to t=4 s, the trajectory of the car along a certain section of the track is given by

r = At(xhat) + A(t^3 - 6t^2)(y hat)

where A is a positive dimensionless constant.

A) Derive a general expression for the speed v of the car.

The roller coaster is designed according to safety regulations that prohibit the speed of the car from exceeding 20. Find the maximum value of A allowed by these regulations.

Homework Equations



r = At(xhat) + A(t^3 - 6t^2)(y hat)

The Attempt at a Solution



I think I can do the first part properly. I found the derivative of the xhat equation and the y hat equation, and then found the magnitude of speed using c^2 = a^2 + b^2 of the derivatives, which comes out to

v = sqrt [A^2 + (A (3t^2 - 12t))^2]

or simplified

v = A * sqrt[1 + 9t^2 * (t-4)^2]

THe program tells me this answer is correct.

I don't know how the do the last part of the equation at all. A is an unknown, but t is a variable as well...I tried using a hint in the program but it just tels me the answer should be vmax = A * sqrt [145]

I thought maybe, you find the derivative of v(x) and check when it's zero, then you know it's maximum velocity. But in the answer given, the derivative of v(x) is supposed to have v in the denominator, and I don't see how they got that answer...and then what? Where did the t go to get that final v max?
 
Physics news on Phys.org
Welcome to PF!

theowne said:
The roller coaster is designed according to safety regulations that prohibit the speed of the car from exceeding 20. Find the maximum value of A allowed by these regulations.

v = A * √[1 + 9t^2 * (t-4)^2]

I don't know how the do the last part of the equation at all. A is an unknown, but t is a variable as well...I tried using a hint in the program but it just tels me the answer should be vmax = A * sqrt [145]

I thought maybe, you find the derivative of v(x) and check when it's zero, then you know it's maximum velocity. But in the answer given, the derivative of v(x) is supposed to have v in the denominator, and I don't see how they got that answer...and then what? Where did the t go to get that final v max?

Hi theowne! Welcome to PF! :smile:

Hint: you're only asked for 0≤t≤4 …

the maximum may be at dv/dt = 0, or it may be at 0 or 4 :wink:

EDIT: hmm … just noticed :redface: … you can see where the maximum is without any hard work …

v is a maximum when t(t - 4) is a maximum, isn't it? :smile:
 
Last edited:
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top