Am I solving this correctly? Acceleration of a car glidin down a curve

AI Thread Summary
The discussion centers on calculating the acceleration of a car gliding down a curved path from rest. Participants emphasize the importance of distinguishing between radial and tangential acceleration, noting that at the initial state, the radial acceleration is zero due to the car being at rest. The conversation highlights the need to apply Newton's laws to both radial and tangential forces to determine the tangential acceleration, which is the primary contributor to the car's movement. The correct approach involves isolating the tangential acceleration and using it to derive the normal force and friction force. Ultimately, the acceleration direction aligns with the tangential acceleration, which is influenced by the angle of the curve.
PhyIsOhSoHard
Messages
157
Reaction score
0

Homework Statement


ZiDFHm7.gif

A car is resting on a curved path in point A as seen in the picture. The mass of the car is known.
The angle θ and the radius of the curved path are known.
The kinetic coefficient of friction is known.

The car starts gliding backwards on the curved path. What is the acceleration of the car when it starts gliding from point A?
State both the magnitude and the direction of the acceleration.

The Attempt at a Solution


I start by drawing the free body diagram. Since the acceleration of a circular motion is directed towards the center, then I already know the direction of the acceleration. I also draw the normal force (n) the gravity force (mg) and the kinetic friction force (fk):
AP8PiBd.gif


I rotate the coordinatesystem with θ degrees:
bmaKUuC.gif


I now use Newton's second law on the horizontal forces only (since there is no acceleration vertically).

\uparrow \sum F_y=ma_{rad}
n-mg \cdot cos(\theta)=ma_{rad}
a_{rad}=\frac{n}{m} \cdot g \cdot cos(\theta)

But I don't know the normal force? :(
 
Physics news on Phys.org
This is just a guess but is it possible to use Newton's first law on the vertical forces:
f_k-mg \cdot sin(\theta)=0

Inserting the definition of the friction force because we know the coefficient of friction:

\mu_k \cdot n - mg \cdot sin(\theta)=0

Now solving for the normal force yields:
n=\frac{mg \cdot sin(\theta)}{\mu_k}

And then inserting this expression for the normal force into the expression of the acceleration? What do you guys think?
 
PhyIsOhSoHard said:
Since the acceleration of a circular motion is directed towards the center, then I already know the direction of the acceleration.
That's only true for motion at constant speed. Since it will get faster, there is also tangential acceleration.
 
haruspex said:
That's only true for motion at constant speed. Since it will get faster, there is also tangential acceleration.

Oh, that's true. So are all my calculations wrong? :(
 
PhyIsOhSoHard said:
Oh, that's true. So are all my calculations wrong? :(
'fraid so.
 
  • Like
Likes 1 person
haruspex said:
'fraid so.

Do you have any suggestions to some other formulas I can use? I've really tried to think this through and that was the best I could come up with.
 
The initial state is at rest. What is the usual expression for centripetal acceleration?
What equation can you write for the tangential forces?
 
  • Like
Likes 1 person
haruspex said:
The initial state is at rest. What is the usual expression for centripetal acceleration?
What equation can you write for the tangential forces?

This is the centripetal acceleration:
a_{rad}=\frac{v^2}{R}

I've thought about this expression a lot but couldn't use it in any way. R is known, however if I assume that the velocity is zero because it's initially at rest, then that would make the radial acceleration zero?

For a non-uniform motion, I know that the tangential acceleration is the rate of change in speed:
a_{tan}=\frac{d|\vec{v}|}{dt}

But here I don't have any info about the time or again the speed.
 
PhyIsOhSoHard said:
This is the centripetal acceleration:
a_{rad}=\frac{v^2}{R}

I've thought about this expression a lot but couldn't use it in any way. R is known, however if I assume that the velocity is zero because it's initially at rest, then that would make the radial acceleration zero?
Exactly.
For a non-uniform motion, I know that the tangential acceleration is the rate of change in speed:
a_{tan}=\frac{d|\vec{v}|}{dt}

But here I don't have any info about the time or again the speed.
But you know the forces. Now that you know there is no radial acceleration, you can write down the usual ƩF=ma equations for the radial and tangential directions and deduce the tangential acceleration.
(It's remarkable how often the first response needed to a post is the advice to write out those equations.)
 
  • Like
Likes 1 person
  • #10
haruspex said:
Exactly.

But you know the forces. Now that you know there is no radial acceleration, you can write down the usual ƩF=ma equations for the radial and tangential directions and deduce the tangential acceleration.
(It's remarkable how often the first response needed to a post is the advice to write out those equations.)

So for the radial acceleration:
\sum F=m\cdot 0

But what forces do I use here? I have to use the forces that work on the direction of the radial acceleration but if this radial acceleration is 0, how do I determine if I need the forces in the x or y direction?

Tangential direction:
\sum F=m\frac{d|\vec{v}|}{dt}

I know that the radial direction is perpendicular on the velocity and the tangential acceleration is parallel to the velocity. But how do I determine what forces that need to be applied for the radial and tangential accelerations? :)
 
  • #11
PhyIsOhSoHard said:
So for the radial acceleration:
\sum F=m\cdot 0

But what forces do I use here? I have to use the forces that work on the direction of the radial acceleration but if this radial acceleration is 0, how do I determine if I need the forces in the x or y direction?
You want the forces in the radial direction, regardless of whether there is radial acceleration.
Tangential direction:
\sum F=m\frac{d|\vec{v}|}{dt}

I know that the radial direction is perpendicular on the velocity and the tangential acceleration is parallel to the velocity. But how do I determine what forces that need to be applied for the radial and tangential accelerations? :)
Again, it's the forces in the tangential direction. Look at your FBD. Which forces have components in that direction, and what are those component values?
 
  • Like
Likes 1 person
  • #12
haruspex said:
You want the forces in the radial direction, regardless of whether there is radial acceleration.

Again, it's the forces in the tangential direction. Look at your FBD. Which forces have components in that direction, and what are those component values?

Okay, so for the radial acceleration, I have the forces:
n-mg\cdot cos(\theta)=0

And for the tangential acceleration, I have:
mg\cdot sin(\theta)-f_k=m\frac{|\vec{v}|}{dt}

But what do I do about the \frac{|\vec{v}|}{dt}? I don't have any velocity?

Or perhaps you want me to write it this way instead:
mg\cdot sin(\theta)-f_k=m\cdot a_{tan}

So it is a_{tan} that causes the initial acceleration when the car starts to move, correct?

If that is the case, I can isolate a_{tan} and find an expression for it and use the formula for the radial acceleration and find an expression for the normal force which I can use to determine the friction force, right?
 
  • #13
PhyIsOhSoHard said:
And for the tangential acceleration, I have:
mg\cdot sin(\theta)-f_k=m\frac{|\vec{v}|}{dt}

But what do I do about the \frac{|\vec{v}|}{dt}? I don't have any velocity?
Just because the velocity is zero initially doesn't mean the rate of change of velocity is zero at that point.
Or perhaps you want me to write it this way instead:
mg\cdot sin(\theta)-f_k=m\cdot a_{tan}
Same thing.
So it is a_{tan} that causes the initial acceleration when the car starts to move, correct?

If that is the case, I can isolate a_{tan} and find an expression for it and use the formula for the radial acceleration and find an expression for the normal force which I can use to determine the friction force, right?
Right.
One way to think about this problem is that the car doesn't 'know' the track is going to curve. The acceleration and velocity at t=0 are exactly as though it were a straight slope.
 
  • Like
Likes 1 person
  • #14
haruspex said:
Just because the velocity is zero initially doesn't mean the rate of change of velocity is zero at that point.

Same thing.

Right.
One way to think about this problem is that the car doesn't 'know' the track is going to curve. The acceleration and velocity at t=0 are exactly as though it were a straight slope.

Cool, that makes sense. :)
So if I were to find the direction of the acceleration, that would be easy since the velocity is zero initially that means we have zero radial acceleration and so in order to find the vector acceleration from the radial and tangential acceleration we get:

\vec{a}=\sqrt{a_{rad}^2+a_{tan}^2}=\sqrt{0+a_{tan}^2}=a_{tan}

So our acceleration is equal to the tangential acceleration and so they have the same direction, which would be 180\deg+\theta

ZmA6FZW.gif
 
  • #15
PhyIsOhSoHard said:
Cool, that makes sense. :)
So if I were to find the direction of the acceleration, that would be easy since the velocity is zero initially that means we have zero radial acceleration and so in order to find the vector acceleration from the radial and tangential acceleration we get:

\vec{a}=\sqrt{a_{rad}^2+a_{tan}^2}=\sqrt{0+a_{tan}^2}=a_{tan}

So our acceleration is equal to the tangential acceleration and so they have the same direction, which would be 180\deg+\theta

ZmA6FZW.gif
Yes.
 
  • Like
Likes 1 person
Back
Top