Quote (Freeky @ Nov 25 2015 11:32pm)
I'm plugging f(t) into y1 and g(t) into y2 as well as changing the window but then when I go to intersection my calculator says err: stat 1: quit…any idea on why it is doing this? Am i doing something wrong?
I tried to use the wolfram alpha but it wouldn't let me use the squared function. :cry:
for wolfram alpha you have to use ^
Without seeing what you are doing im not sure what exactly is going wrong with the calculator
but, you can solve by hand as well
set f(t)=g(t)
.011t^2 - 1.33t+49.5 = -.012t^2 + 1.18t + 24.7
.023t^2 - 2.51t + 24.8 = 0
Then use quadratic equation to get 2 solutions:
[-b + sqrt(b^2 - 4ac)]/2a
[-b - sqrt(b^2 - 4ac)]/2a
where a= .023 , b = -2.51 c= 24.8
alternatively, copy/pate that first line after f(t) = g(t) into wolfram alpha. get the 2 solutions.
Then plug t into either equation to get the second component of the point
This post was edited by sentries on Nov 27 2015 04:50pm