Velocity differential equations

Click For Summary

Homework Help Overview

The discussion revolves around a physics problem involving the dynamics of a 1997 Dodge Viper, specifically focusing on its acceleration, maximum speed, and motion under drag forces. The subject area includes concepts from mechanics and differential equations.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants explore the integration of differential equations related to the car's motion, questioning the application of calculus techniques such as substitution and definite integrals. There are discussions on evaluating logarithmic expressions and combining them, as well as concerns about the validity of derived velocities compared to previously calculated maximum speeds.

Discussion Status

Participants are actively engaging with the mathematical aspects of the problem, with some providing guidance on integration techniques and the manipulation of logarithmic expressions. There is a recognition of discrepancies in calculated values, prompting further exploration of the equations involved.

Contextual Notes

Participants express uncertainty regarding their calculus background and the clarity of previous instruction, which impacts their confidence in solving the problem. The urgency of needing assistance before a deadline is also noted.

prezmoneymike
Messages
17
Reaction score
0
The 1997 Dodge Viper has mass 1547 kg and an engine that can produce a maximum driving force of 12.36 kN. Suppose drag is proportional to speed such that k = 164 Ns/m.
(a) Determine the initial acceleration of the Viper from rest. (b) Determine the maximum speed (i.e. terminal velocity). (c) Calculate the distance and speed for t = 12.2 s. (d) Find time and distance for the car to reach 99% of its top speed.

So basically I found the answers for a and b they are as follows.
A)F=ma 12360N=1547kg(a) a=7.99N/kg
B)F=ma Fcar-Fdrag= 0 Fcar=Fdrag F=kv 12360N=164(v) v=75.37

So those two are checked and fine but c I am havin trouble still
c) F-Fd=ma F-kv=ma F-kv=m dv/dt
integral 1/m dt= integral dv/(f-k(v))
t/m= integral dv/(f-kv)

so I am stuck here. o and i think the integral limit is 0 and V. my teacher said to do
u substitution and make u=F-kv and du=-kdv
thereby making t/m= -1/k integral du/u with limit f and f-kv
i have no idea what to do next with the integration. Basically i need someone to help integrate it and solve for v. then with that equation i can solve for part d. also i have no idea how to calculate the distance. o i need this for tomorow morning so any quick help would be very helpful thanks.
 
Physics news on Phys.org
Hi prezmoneymike,

From a table of integrals, you can find:

<br /> \int \frac{du}{u} = \ln |u| + C<br />

where C is the normal additive integration constant. What do you get with this?
 
so it would be t/m= -1/k ln (f-kv) + c?
 
You have to evaluate \ln u at the beginning and ending points, and then subtract them in the usual way to get the result for the definite integral. What do you get?
 
umm I am not sure how to do that because i took calculus last year by a teacher who taught it horribly. so do u think u could show me how to accomplish this?
 
Let me show you on a different integral (since the forum rules state I'm not supposed to do work for you).

If your integral is

<br /> \int\limits_a^b x\ dx<br />

The formula from a table would be:

<br /> \int\limits x\ dx= \frac{x^2}{2}<br />

up to an additive constant. Then since the limits on your integral are from a to b, you would do:

<br /> \left. \frac{x^2}{2} \right|_a^b = \frac{b^2}{2} - \frac{a^2}{2}<br />

So you evaluate the expression from the integral at the ending point, then the beginning point, and then subtract (ending point expression - beginning point expression).
 
so a= f and b= f-kv. so (f-kv)-f? making just -kv?
 
to get rid of the ln don't i have to make something go to the e^??
 
prezmoneymike said:
so a= f and b= f-kv. so (f-kv)-f? making just -kv?

You have to keep the natural log there for now. So the result of your integral is:

<br /> \ln (f-kv) - \ln (f)<br />

Then you can use this in your full expression. You will probably want to combine these natural logs (which is possible since they are being subtracted).

Later on, like you say you'll need to get rid of the ln by using the fact that:

<br /> e^{\ln x} = x<br />
 
  • #10
so ln(-kv). then take the whole expression to the e. Making it e^t/m= e^(-1/k) * -kv. would this be right?
 
  • #11
The way that these natural logs combine is by using the property:

<br /> \ln a - \ln b = \ln \left(\frac{a}{b}\right)<br />

so here you will get:

<br /> \ln \left(\frac{ f-kv}{f}\right)<br />
 
  • #12
ok then you would get e^t/m= e^(-1/k) * ((f-kv)/f)?
then would you solve for v? how would accomplish this?
 
  • #13
prezmoneymike said:
ok then you would get e^t/m= e^(-1/k) * ((f-kv)/f)?
then would you solve for v? how would accomplish this?

Before this step you had:

<br /> \frac{t}{m} = -\frac{1}{k} \ln \left(\frac{f-kv}{f}\right)<br />

Then move the k to the other side and take the natural log:

<br /> \begin{align}<br /> \frac{-kt}{m} &amp;= \ln \left(\frac{f-kv}{f}\right)\nonumber\\<br /> e^{-kt/m} &amp;= \frac{f-kv}{f}\nonumber<br /> \end{align}<br />

and solve this for v.
 
  • #14
making it v= (f*e^-kt/m + f)/-k
v= (12360N*e^((-164)(12.25)/1547) + 12360N)/164
v= 95.93 m/s

but this doesn't make sense because in part b the max speed was found to be 75.37. so did i do something wrong? and how would i calculate distance for this and part d?
 
  • #15
prezmoneymike said:
making it v= (f*e^-kt/m + f)/-k
v= (12360N*e^((-164)(12.25)/1547) + 12360N)/164
v= 95.93 m/s

but this doesn't make sense because in part b the max speed was found to be 75.37. so did i do something wrong? and how would i calculate distance for this and part d?

I think your equation should be:

v = ( f e^{-k t /m} - f) / (-k)

because the f that was originally in the numerator on the right side was positive, and so gained a negative sign when you moved it to the left.
 
  • #16
ok now it is 55.34 That makes more sense. ok so how do i figure out the distance?
 
  • #17
Remember how we found the velocity: we had an equation with the acceleration (which is dv/dt), the velocity and the time, and then we integrated it.

So now, find an equation for velocity (which is dx/dt) at an arbitrary time t. (I think you can find one in the work you did in finding the velocity.) Then follow the same type of procedure. What do you get?
 
  • #18
yea i know what u mean i got it. thanks you so much for all your help. I think I've learned more from you than my calculus teacher lol. thanks again.
 

Similar threads

  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 42 ·
2
Replies
42
Views
6K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 18 ·
Replies
18
Views
3K