bump85.gif

Newton's 2nd Law Problem Solutions

Newton's 2nd Law of Motion Problem Set Tutorial Index
Work and Kinetic Energy Maple Index
How to...
Problem Set Index

Each solution provided below is not necessarily the only possible solution.  If a solution differs greatly from yours, copy and paste it from your browser to your Maple worksheet, then execute it and see if the final answers differ.

(1)

restart;
x := t -> t^3-t^4+t^5+50*sin(2*Pi*t);
a := D(D(x));
F := unapply(4*a(t),t);
plot(F(t), t=0..10, labels=["t","F"], title=`Force vs. Time`);

 

horzn_ln.gif (2407 bytes)

Newton's 2nd Law of Motion Problem Set

Newton's 2nd Law of Motion         Top        Work and Kinetic Energy

Tutorial Index         Maple Index        How to...         Problem Set Index


Please send me any polite comments, suggestions, or corrections.