Worksheet 6 Solutions

Worksheet 6 Solutions

<p> Worksheet 6 Solutions</p><p>Problem 1a</p><p>»syms t »s = (.85^t)*sin(pi*t);</p><p>»v = diff(s) v = (17/20)^t*log(17/20)*sin(pi*t)+(17/20)^t*cos(pi*t)*pi</p><p>»a = diff(v) a = (17/20)^t*log(17/20)^2*sin(pi*t)+2*(17/20)^t*log(17/20)*cos(pi*t)*pi-(17/20)^t*sin(pi*t)*pi^2</p><p>»speed = abs(v) speed = abs((17/20)^t*log(17/20)*sin(pi*t)+(17/20)^t*cos(pi*t)*pi)</p><p>»ezplot(s,0,2.6) »ezplot(v,0,2.6) »ezplot(a,0,2.6) »ezplot(speed,0,2.6)</p><p>Position Velocity (17/20)^t*sin(pi*t) (17/20)^t*log(17/20)*sin(pi*t)+(17/20)^t*cos(pi*t)*pi 1 3 2 0.5 1 0 0 -1 -0.5 -2 -3 0 1 2 0 1 2 t t</p><p>Acceleration Speed (17/20)^t*log(17/20)^2*sin(pi*t)+ ~~~ pi*t)*pi-(17/20)^t*sin(pi*t)*pi^2abs((17/20)^t*log(17/20)*sin(pi*t)+(17/20)^t*cos(pi*t)*pi)</p><p>3 5 2.5 2 0 1.5 1 -5 0.5</p><p>-10 0 0 1 2 0 1 2 t t Problem 1(b)</p><p>The particle is at rest when v(t) = 0.</p><p>»fzero('(17/20)^x*log(17/20)*sin(pi*x)+(17/20)^x*cos(pi*x)*pi',.5) ans = 0.4835</p><p>»fzero('(17/20)^x*log(17/20)*sin(pi*x)+(17/20)^x*cos(pi*x)*pi',1.5) ans = 1.4835</p><p>»fzero('(17/20)^x*log(17/20)*sin(pi*x)+(17/20)^x*cos(pi*x)*pi',2.5) ans = 2.4835</p><p>Problem 1(c)</p><p>The object is moving to the right when v > 0 and to the left when v < 0.</p><p>Right: 0<t<0.4835 and 1.4835<t<2.4835 Left: 0.4835<t<1.4835 and 2.4835<t<2.6</p><p>Problem 1(d) fzero('(17/20)^x*log(17/20)^2*sin(pi*x)+2*(17/20)^x*log(17/20)*cos(pi*x)*pi-(17/20)^x*sin(pi*x)*pi^2',1) ans = 0.9671</p><p>»fzero('(17/20)^x*log(17/20)^2*sin(pi*x)+2*(17/20)^x*log(17/20)*cos(pi*x)*pi-(17/20)^x*sin(pi*x)*pi^2',2) ans = 1.9671</p><p>Problem 1e</p><p>Working from the graph of speed, the particle is speeding up when the graph is increasing and slowing down when the graph is decreasing. Thus, the particle is speeding up, roughly, over the intervals 0.5<t<1, 1.5<t<2 and 2.5<t<2.6. The particleis slowing down over the intervals 0<t<0.5, 1<t<1.5, and 2<t<2.5. </p><p>Problem 1f »ezplot(s,0,2.6) »hold on »ezplot(v,0,2.6) »ezplot(a,0,2.6) (17/20)^t*log(17/20)^2*sin(pi*t)+ ~~~ pi*t)*pi-(17/20)^t*sin(pi*t)*pi^2</p><p>5</p><p>0</p><p>-5</p><p>-10 0 0.5 1 1.5 2 2.5 t</p><p>Problem 1g</p><p>When velocity and acceleration have the same sign, the object speeds up. When they have opposite signs, the object slows down.</p><p>Problem 1h »ezplot(s,0,50) (17/20)^t*sin(pi*t)</p><p>0.15 0.1 0.05 0 -0.05 -0.1 -0.15</p><p>0 10 20 30 40 50 t Note that sin(t) = 0 for all integer values of t, thus, to indicate the behavior of s(t) with a table requires some care.</p><p>»t= [.5 1 1.5 50.5 51 51.5 100.5 101 101.5 150.5 151 151.5]; »s = (.85.^t).*sin(pi*t); »format long »[t' s'] ans = 1.0e+02 *</p><p>0.00500000000000 0.00921954445729 0.01000000000000 0 0.01500000000000 -0.00783661278870 0.50500000000000 0.00000272681547 0.51000000000000 0.00000000000000 0.51500000000000 -0.00000231779315 1.00500000000000 0.00000000080650 1.01000000000000 -0.00000000000000 1.01500000000000 -0.00000000068552 1.50500000000000 0.00000000000024 1.51000000000000 0.00000000000000 1.51500000000000 -0.00000000000020 It appears that s(t)->0 as t->Infinity. The particle oscillates around the origin on the coordinate line with the length of the interval of oscillation approaching zero.</p><p>Problem 2(a): </p><p>(i) [F(30) - F(20)]/(30 - 20) = (20.5 - 26)/10 = -.55 dollars/passenger</p><p>(ii) [F(30) - F(25)]/(30 - 25) = (20.5 - 23)/5 = -.5 dollars/passenger</p><p>(iii) [F(40) - F(30)]/(40 - 30) = (17 - 20.5)/10 = -.35 dollars/passenger</p><p>(iv) [F(35) - F(30)]/(35 - 30) = (18.5 - 20.5)/5 = -.4 dollars/passenger</p><p>Problem 2b</p><p>Averaging the answers from (ii) and (iv) above gives an approximation of F'(30) = -.45 dollars/passenger. This means that, at 30 passengers, the fare goes down 45 cents for each additional passenger. </p><p>Problem 2c</p><p>R'(p) = [pF(p)]' = F(p) + pF'(p), so R'(30) = F(30) + 30F'(30) = 20.5 + 30(-.45) = 7.00 dollars/passenger. This means that at 30 passengers, the total revenue collected increases at the rate of $7.00 per additional passenger. </p>

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    4 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us