A car traveling at constant speed safely negotiates a frictionless banked curved. Calculate the speed of the car when the road is banked at 20 degrees and the radius of its path is 50 meters. (HINT - Do not rotate your axes) Answer v=13.35 m/s

To calculate the speed of the car when the road is banked, we can use the concept of centripetal force.

When a car is traveling along a curved path, two forces act on it: the force of gravity acting vertically downward and the normal force acting perpendicular to the surface of the road.

In this case, because the road is banked, the normal force can be divided into two components:

1. The vertical component (Nv) that balances the force of gravity acting downwards.
2. The horizontal component (Nh) that provides the centripetal force necessary for the car to move in a curved path.

To derive the formula for calculating the speed, we can consider the following:

1. The vertical component of the normal force (Nv) can be determined using trigonometry. It can be found by multiplying the normal force (N) by the cosine of the angle at which the road is banked (θ).

Nv = N * cos(θ)

2. The horizontal component of the normal force (Nh) provides the total centripetal force (Fc) required for the car to move in a curved path. It can be calculated using the formula:

Nh = N * sin(θ)

Fc = Nh

3. The centripetal force (Fc) is given by the equation:

Fc = (m * v^2) / r,

where m is the mass of the car, v is the speed of the car, and r is the radius of the path.

This equation states that the centripetal force needed for the car to move in a curved path is equal to the mass of the car multiplied by the square of its speed, divided by the radius of the path.

By setting Nh equal to Fc, we get:

N * sin(θ) = (m * v^2) / r

Now, let's solve for the speed of the car (v):

v^2 = (N * r * sin(θ)) / m

v = sqrt((N * r * sin(θ)) / m)

To find the value of v, we need to know the value of N, the mass of the car (m), the radius (r), and the angle at which the road is banked (θ).

Assuming N is equal to the gravitational force (m * g), and substituting the given values:

θ = 20 degrees
r = 50 meters
g = 9.8 m/s^2 (acceleration due to gravity)

We can calculate the speed (v) as follows:

v = sqrt((m * g * r * sin(θ)) / m)
= sqrt(g * r * sin(θ))
= sqrt(9.8 m/s^2 * 50 m * sin(20 degrees))
= sqrt(985 m^2/s^2 * 0.342)
= sqrt(337.47 m^2/s^2)
≈ 18.36 m/s

Therefore, the speed of the car when the road is banked at 20 degrees and the radius of its path is 50 meters is approximately 18.36 m/s.

It seems the provided answer (v = 13.35 m/s) is incorrect.