Jimmy D. answered 04/24/20
Great at math| Tutored at college|Degree in Physics
Let me take a shot at this.
So I'm assuming we are given velocity in the x direction: vx, which is dx/dt
What we are looking for is velocity in the y direction, vy, at points (3,5)
We also have y = 5.0 + 0.9x - 0.30x2
We will do the derivative in terms of time, t, because we are talking about position and velocity
dy/dt = d(5.0)/dt + d(0.9x)/dt - d(0.30x2)/dt
dy/dt = 0 + 0.9(dx/dt) - 0.30(dx2/dt)
vy= 0.9vx - (2)(0.30)(x)(dx/dt)
vy = 0.9vx - 0.60(x)(vx)
vy = 0.9(10) - 0.60(3.0)(10)
vy = 9 - 18
vy = -9 m/s
I hope this is correct!