Recent content by A_User
-
A
Undergrad Power required to reach X velocity in X time with drag
Yes I used a placeholder constant of 1 to make things simpler until I could figure out integration -
A
Undergrad Power required to reach X velocity in X time with drag
Thank you everyone for your very complete answers, looks like I got a lot of learning to do! -
A
Undergrad Power required to reach X velocity in X time with drag
I'll give it a try, thanks -
A
Undergrad Power required to reach X velocity in X time with drag
That was my hunch, but I don't know how to go about it, I never learned integrals, much less how to solve them -
A
Undergrad Power required to reach X velocity in X time with drag
Hello, I wrote a program that adds force to a car like so: Engine Force = Power / Velocity Drag Force = -Velocity² Net Force = Engine Force - Drag Force = Power / Velocity - Velocity² I'd like to determine power based on how fast I want a car of a given mass to reach a given speed, for...