Banked curve involving friction

AI Thread Summary
The discussion focuses on deriving the equation for a banked curve with friction, specifically addressing question 77 from "Understand Physics" by Cummings. The original equations for a banked curve without friction are established, and the challenge is to incorporate friction into the analysis. Participants clarify that the relationship between the maximum speed and the forces involved can be expressed as Vmax = Rg(tan(angle + arctan(coefficient of friction))). The conversation emphasizes the mathematical equivalence of different forms of the equation and the use of trigonometric identities to simplify the expression. The thread concludes with acknowledgments for assistance in understanding the derivation process.
SeReNiTy
Messages
170
Reaction score
0
Hi could some of you guys please help me with question, its question 77 in Understand Physics By Cummings.

For those that don't have access to the book its a question dealing with a banked curve with radius R and a angle alpha. Now there is also a friction force stoping the car from sliding of the banked curve, now my question is how do you derive the equation to explain the situation. I know for a normal banked curve without friction the answer is just, Nsin(angle) = m(v^2)/r and Ncos(angle) = mg

So therefore tan(angle) = (v^2)/rg

Now how do you derive the equation is friction is also a force helping the car sliding down, i know the answer is suppose to be vmax = (rgtan(angle + tan^-1(co-efficient of f)))
 
Physics news on Phys.org
If the speed of the car is any greater than the speed you calculated without friction, then the car will need an additional friction force to keep it moving in a circle. This force is parallel to and pointing down the slope. You can decompose this force into its horizontal and vertical components. The horizontal component adds to the component of normal force in the horizontal direction, and the vertical component adds to the force of gravity.
 
jdstokes said:
If the speed of the car is any greater than the speed you calculated without friction, then the car will need an additional friction force to keep it moving in a circle. This force is parallel to and pointing down the slope. You can decompose this force into its horizontal and vertical components. The horizontal component adds to the component of normal force in the horizontal direction, and the vertical component adds to the force of gravity.

Done this, but what i get is this relation:

(Vmax)² = Rg(sinx + (co-eff)cosx)/(cosx - (co-eff)sinx)

Where co-eff = co-efficient of friction for the particular surface. How do i change this equation into the answer which is:

(Vmax)² = Rg(tan(x + arctan(co-eff)))
 
Back to the question, i was wondering if you can use the identity

tanx = co-effcient of friction

Its just that friction is acting down the plane for this circumstance...if you can then i know that arctan(co-eff) will just be the the angle of the bank. That way it could simplify down to tan2x but this doesn't yield the same answer as tan(x + arctan(co-eff)). Any suggestions guys?
 
I don't think the statement \tan x = \mu is true. Your equation gr\left(\frac{\sin x + \mu\cos x}{\cos x - \mu\sin x}\right) is mathematically equivalent to gr\tan\left(x+\tan^{-1}\mu \right).
 
Last edited:
jdstokes said:
I don't think the statement \tan x = \mu is true. Your equation gr\left(\frac{\sin x + \mu\cos x}{\cos x - \mu\sin x}\right) is mathematically equivalent to gr\tan\left(x+\tan^{-1}\mu \right). I'm not sure how to get it into this form, however.

Yes i know that the 2 equations are mathematically equivalent but how do i go from one form to the other? I was thinking \tan x = \mu also because other wise the expression could be simplified to gr\tan\left(2x\right)
 
You begin with

gr\left(\frac{\sin x + \mu\cos x}{\cos x - \mu\sin x}\right).

Divide the numerator and the denominator by \cos x

gr\left(\frac{\tan x + \mu}{1 - \mu\tan x}\right).

Using the identity

\tan\left(\alpha + \beta\right) = \frac{\tan\alpha + \tan\beta}{1 - \tan\alpha\tan\beta}

you get \alpha = x and \tan\beta = \mu \Rightarrow \beta = \tan^{-1}\mu. The result is

gr\left(\frac{\sin x + \mu\cos x}{\cos x - \mu\sin x}\right) \equiv gr\tan\left(x + \tan^{-1}\mu \right).
 
SeReNiTy said:
Yes i know that the 2 equations are mathematically equivalent but how do i go from one form to the other? I was thinking \tan x = \mu also because other wise the expression could be simplified to gr\tan\left(2x\right)

\frac{\sin(x) + \mu\cos(x)}{\cos(x) - \mu\sin(x)}=\frac{tan(x) + \mu}{1-\mu \tan(x)}

You know the addition law for the tangent function:

\tan(x+y) = \frac{\tan(x) + \tan(y)}{1-\tan(x) \tan(y)}

Let

y = \arctan(\mu) \rightarrow \mu = \tan(\arctan(\mu))

Replace for mu in your formula and you get the desired form.

ehild
 
SeReNiTy said:
Hi could some of you guys please help me with question, its question 77 in Understand Physics By Cummings.

For those that don't have access to the book its a question dealing with a banked curve with radius R and a angle alpha. Now there is also a friction force stoping the car from sliding of the banked curve, now my question is how do you derive the equation to explain the situation. I know for a normal banked curve without friction the answer is just, Nsin(angle) = m(v^2)/r and Ncos(angle) = mg

So therefore tan(angle) = (v^2)/rg

Now how do you derive the equation is friction is also a force helping the car sliding down, i know the answer is suppose to be vmax = (rgtan(angle + tan^-1(co-efficient of f)))
The friction makes it a little more difficult.

The horizontal forces are:

(1)F_{xfriction} = \mu_sF_Ncos\theta

(2)F_{Nx} = F_Nsin\theta

Therefore:

(3)F_Nsin\theta + \mu_sF_Ncos\theta = mv^2/r

One has to look at the vertical components of the forces to find the normal force. These have to sum to zero (since there is no vertical acceleration). The friction force has a downward vertical component and this, together with gravity, equals the vertical component of the normal force:

mg + \mu_sF_Nsin\theta = F_Ncos\theta

So:
(4)F_N = mg/(cos\theta - \mu_ssin\theta)

So substituting into (3):

\frac{mg}{(cos\theta - \mu_ssin\theta)}(sin\theta + \mu_scos\theta) = mv^2/r

(5)v = \sqrt{\frac{rg(sin\theta + \mu_scos\theta)}{(cos\theta - \mu_ssin\theta)}


AM
 
  • #10
Thanks to all for helping out, especially to ehlid and Jd for providing the proof for the trig identity.
 
Back
Top