A car is traveling at a constant initial velocity of 100km/h on a level portion of road. It encounters a 6 percent incline (tan(theta)= 6/100) at point A and the car decelerates at a constant rate of gsin(theta). Find the speed of the car (a) 10 seconds after passing point A and (b) when s = 100 m (where s is measured from point A)

So what I've got so far is that you have to change the initial velocity to m/s which is about 27.78 m/s. Then I integrated to get that the position function is -0.5gsin(theta)t^2 + v0t + s0 (where v0 is velocity initial and s0 is initial position). Is this anywhere close to being on the right track?

Yes, you're on the right track. Continue and post your answers for verifications if you wish.

Note: s0, the constant of integration, equals zero, since it is measured from point A, right?

yes i measured s0 from point A so it's 0

Yes, you're on the right track! Let's break down the problem and solve it step by step.

Given:
- Initial velocity (v0) = 100 km/h
- Incline angle (θ) = tan^(-1)(6/100)
- Deceleration rate = gsin(θ)
- Time (t) = 10 seconds and s = 100 m

To solve part (a) and find the speed of the car 10 seconds after passing point A, we can use the equations of motion:

1. Convert the initial velocity from km/h to m/s:
v0 = 100 km/h = (100 * 1000) / 3600 m/s ≈ 27.78 m/s.

2. Find the deceleration rate:
Deceleration rate = gsin(θ) ≈ g * (6/100) ≈ 0.06g, where g is the acceleration due to gravity.

3. Use the equation of motion for position (s = -0.5at^2 + v0t + s0) to solve for the velocity at t = 10 seconds:
s = -0.5(0.06g)t^2 + v0t + s0

Since the car starts with an initial velocity and decelerates, the deceleration term should be subtracted. Thus, the equation becomes:
s = 0.5(0.06g)t^2 + v0t + s0

Plugging in the values:
100 m = 0.5(0.06g)(10^2) + (27.78)(10) + 0, since we're assuming the initial position (s0) is 0.

Simplifying the equation:
100 = 0.03g(100) + 277.8
100 - 277.8 = 0.03g(100)
-177.8 = 3g
g = -59.27 m/s^2 (negative value indicates deceleration)

Now we can find the velocity at t = 10 seconds:
v = v0 + gt
v = 27.78 + (-59.27)(10) ≈ -565.97 m/s

Keep in mind that the negative sign indicates that the velocity is in the opposite direction of the initial velocity. However, since speed is always positive, we have |-565.97| = 565.97 m/s as the speed of the car 10 seconds after passing point A.

To solve part (b) and find the speed of the car when s = 100 m, we can use the equation of motion for position again. Rearranging the equation, we get:
s = 0.5(0.06g)t^2 + v0t + s0

Plugging in the values:
100 = 0.5(0.06g)t^2 + (27.78)t + 0

Now we need to solve this quadratic equation for t. However, in this case, it might not have a real solution since the value of g*sin(θ) (or 0.06g) might not be large enough to reach s = 100 m. So we should double-check the values of g*sin(θ) and s to ensure the equation is solvable.

If s is reachable, we can solve the quadratic equation for t using the quadratic formula. Once we find the value of t, we can substitute it into the equation v = v0 + gt to determine the speed of the car when s = 100 m.

I hope this helps you understand the problem and how to approach solving it!