The displacement from equilibrium of a mass oscillating on the end of a spring suspended from a ceiling is given below, where y is the displacement in feet and t is the time in seconds. Use a graphing utility to graph a displacement function on the interval [0,10]. Find the value of t past which the displacement is less than 3 inches from equilibrium. (Round your answer to two decimal places.) y = 1.7e^(−0.22t) * cos(4.9t) t = ??? seconds
Anyone? :(
substitute y by 3 and solve for t. 3 = 1.7e^(−0.22t) * cos(4.9t)
Hmm....
the maximum displacements will be achieved when the cos() term is equal to 1. this happens when:\[4.9t=n\pi\]therefore, the maximum displacements occur when:\[t=\frac{n\pi}{4.9}\]
so in this case n = 3?
substitute that into your equation and set y=3 to get:\[3=1.73^{-0.22\times\frac{n\pi}{4.9}}\]
solve this for n, which will then give you a value for t
sorry - replace 1.73 by 1.7e above
I keep feeling like we need a log to bring down the n?
\[3=1.7e^{-0.22\times\frac{n\pi}{4.9}}\]
yes - you will need to use logs
sweet okay.
also, you can use wolframalpha to graph this. see here: http://www.wolframalpha.com/input/?i=y+%3D+1.7e^%28%E2%88%920.22t%29+*+cos%284.9t%29+for+t%3D0+to+10
ln 3 = ln -0.22 + ln(n*pi) +ln (1.7e) ?
not sure if my log rules are correct...
first divide both sides by 1.7 to get:\[\frac{3}{1.7}=e^{-0.22\times\frac{n\pi}{4.9}}\]then take log to base e to get:\[\log(\frac{3}{1.7})=-0.22\times\frac{n\pi}{4.9}\]
ah okay. :)
0.568 is what log(3/1.7) is so should I keep the orignal, or this?
then we would need to multiply by 4.9 and divide by 0.22 pi
I always leave the actual calculations to the end to avoid any rounding errors.
okies.
so then we should have\[\frac{ 4.9 \log(3/1.7)}{0.22\pi}\]
= n
you missed the negative sign.
oh didn't even see that...
which = -4.03
so would it be 4.03 seconds?
yes - if you look at its graph you will see that at t=0, its displacement from the equilibrium is about 1.6. so this means t has to be negative for the displacement to be bigger than this. are you sure the question is stated correctly?
yup
hang on - we missed something!
y is said to be in feet. and we are supposed to find displacement of 3 /inches/!
so we should have set y = 3/12 = 1/4 = 0.25
so just replace the 3 in your final equation by 0.25
(4.9log(0.25/1.7))/(0.22pi) ?
yes
13.59
again - don't forget the minus sign!
yeah it was negative 13.59 :)
no the answer works out to be plus 13.59
hmm that's apparently still not right. Yeah it was negative 13.59 without the negative sign, so it's positive.
\[-\frac{4.9 \log(0.25/1.7)}{0.22\pi}\approx13.59\]
and remember this is the value for n
\[t=\frac{n\pi}{4.9}\]
t = npi/4.9
so t = 13.59pi/4.9
yes
8.71.
that looks right
still not right hmm.... FACEPALM.
I don't like this q :(
let me re-check everything above...
thanks :).
Is it because we forgot that cos?
But I guess that was the npi.
ok, I think when we found n, we needed to round it to the next WHOLE number as n is supposed to be an integer. so we should have used n=14, which would then give us:\[t=\frac{14\pi}{4.9}\approx 8.98s\]
Nope that doesn't work either :(
:/
!!!!!!!!!!!!!!!!!!!!!!!!
the only other option I can think of is that we should have rounded n down to 13 instead which would give:\[t=\frac{13\pi}{4.9}\approx 8.33 s\]
according to this practice one this is the answer, maybe we will try to see if we can get the same 8.40? I'm not sure if it should be higher or lower because 1.66 is lower than 1.7..
maybe my assumption that the cos() term must equal 1 was flawed?
Idk I asked turning to come help :D. Maybe he would know... :P
hang on - from that image it looks like you can use the Newton-Raphson method
so just use that and iterate to the required level of accuracy
Never heard of that method..... I thought they were talking about one of newton's laws of physics :P
:)
I guess you are also allowed to approximate the answer by using your graphing utility of choice. i.e. just visually check when the displacement becomes less that 3" from the equilibrium by inspecting the graph
Sadly no graphing calculator, only wolfman! :)
shall I post what I think is the solution through wolfram?
TuringTest - I believe the solution is 8.40
8.40 is the solution to the practice :P.
oh I missed that the solution was known, sorry
I onyl have 1 more chance to get it right so lets hope we can do this, if not an hour wasted ftl :(
Na that's the solution to the practice question using 1.66 instead of 1.7... Idk what the solution to this ugly one is :(
unless that's what we are talking ABOOOT :P.
http://www.wolframalpha.com/input/?i=solve+0.25+%3D+1.7e%5E%28%E2%88%920.22t%29+*+cos%284.9t%29+for+0+to+10 this indicates to me that it is about 7.8
the effort here is not wasted @KonradZuse - it is more important to understand HOW to solve a problem than it is to get any particular answer correct.
but that's just me playing with a computer, exactly^
Yeah I know :P. This has been an interesting learning experience :P.
http://www.wolframalpha.com/input/?i=solve+0.25+%3D+1.66e%5E%28%E2%88%920.22t%29+*+cos%284.9t%29+for+0+to+10 This produces the same thing abouts.
My gut feeling is to use the Newton-Raphson method to solve this numerically.
lets doo it then :P. LEts try the practice one first :).
but as you haven't learnt that method yet I guess you will have to stay with the graphical method
oh - so you want to learn that method?
is it calc 1 stuff? I basically forgot everything in calc 1 :P. Calc 2 is rough :P.
have you learnt about calculus yet?
All this stuff seems to be a revamp of calc 1....
I took calculus 1 online about 3 years ago.
the methos itself is described here: http://en.wikipedia.org/wiki/Newton%27s_method
basically we use the iterative approach:\[x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)}\]where f'(x) is the differential of f(x)
in your case we are given:\[0.25=1.7e^{−0.22t} *\cos(4.9t)\]so this needs to be re-arranged to get:
\[f(t)=0.25-1.7e^{−0.22t} *\cos(4.9t)\]and we are trying to find a value for t that gives a zero of f(t)
making sense so far?
mhm
so you need to first find the derivative of f(t). do you know how to do this?
Join our real-time social learning platform and learn together with your friends!