Calculating distance from acceleration as function of speed

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Andrew97
Messages
2
Reaction score
0
I'm trying to calculate the displacement d of a plane as it accelerates towards lift-off velocity.
The acceleration is given by the function a = a0 - kv2 where a0 is the constant acceleration from the plane's engine and the term -kv2 is caused by air resistance.

I can't seem to find a way to integrate the equation above so that I get the plane's velocity nor it's displacement.

The answer is meant to be:
d = - ln (1 - kv2 / a0 ) / 2k
 
Last edited:
Physics news on Phys.org
BvU said:
Hello Andrew, :welcome:

This homework (*) ? For the first step click 'show' here

(*) PF rules are rather strict on this. Need to use the template and show an attempt at solution and such.

Ah, yes sorry I did not know.

I kept getting stuck because I tried moving over the velocity to the left side of the equation, and since a=dv/dt I could move over dt and integrate both sides, however I did not find a way to isolate v on the left side of the equation.

The link you sent me made me realize that the mistake I was making was that I should have divided both sides of the equation by the entire right side so that the velocity exists only on the left side of the equation allowing me to integrate both sides and proceed to solve the problem. Thank you.