Norfonz
- 55
- 1
Homework Statement
The acceleration of a particle is given by ax(t) = 2.90t - 2.06
Q. Find the initial velocity v0x such that the particle will have the same x-coordinate at time t = 4.06 as it had at t = 0.
Homework Equations
vx = v0x + \intaxdt evaluated from 0 to t.
x = x0 + \intvxdt evaluated from 0 to t.
This is defined for straight-line motion with varying acceleration, which appears to fit my scenario.
The Attempt at a Solution
vx = v0x + \int(2.90t - 2.06)dt evaluated from 0 to t.
vx = v0x + 1.45t2 - 1.03t
x = x0 + \int(v0x + 1.45t2 - 1.03t)dt evaluated from 0 to t.
x = x0 + \int(1.45t2 - 1.03t)dt + v0x\intdt
x = x0 + v0xt + (1.45t3/3) - (1.03t2/2)
Unfortunately this is as far as I got. I don't understand how to incorporate the values I was given for t. Could someone point me in the right direction please?