What did I do wrong? (Newton's Second Law)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
glenohumeral13
Messages
6
Reaction score
0

Homework Statement


(This is a problem I made up, so if the problem is with the problem, let me know.)
A 500N ball is being pushed down a carpeted decline of 24° to the horizontal. It starts from 1 m/s and ends the 20 foot (6.1 m) decline at 32 m/s. What is the coefficient and force of kinetic friction and applied force?

Homework Equations


I used:
Fg = mag, F = ma, a = μkg, and vi = √(vf2 - (2ad)).

The Attempt at a Solution


Fg = mag
50N = m(9.81)
m = 5kg
vi = √(vf2 - (2ad))
1 = √(322 - 2a(6.1))
1 = √(1024 - 12.2a)
1 = √(1011.8a)
1 = 38√(a)
1/38 = √(a)
.022 = a
a = .0004 m/s2
F = ma
F = 5*.0004
F = .002N
a = μkg
.0004 = μk(9.81)
μk = .000040775
 
Physics news on Phys.org
CWatters said:
Does that value for "a" seem reasonable to you?

I know the equation as...

vf2 = vi2 + 2ad

2ad = vf2 - vi2

a = (vf2 - vi2)/2d

a = (1024 - 1) / (2*6.1)
= 84m/s2
Thanks.