U-substitution for finding v(t)

  • Thread starter Thread starter sadakaa
  • Start date Start date
AI Thread Summary
The discussion focuses on solving for the velocity function v(t) of a ball dropped from rest, considering air resistance. The approach involves using U-substitution to integrate the differential equation derived from Newton's second law, leading to the expression for v(t). The terminal velocity is calculated to be approximately 49.05 m/s. However, the calculation for the time to reach 50% of the terminal velocity results in a negative time value, indicating an error in the setup or assumptions. The thread emphasizes the importance of careful integration and checking results against physical expectations.
sadakaa
Messages
18
Reaction score
0

Homework Statement


A .25kg ball is dropped from rest. Air resistance is f= -.05v
a. find v(t)
b. What is the terminal velocity of the ball?
c. At what time does the ball reach 50% of its terminal velocity? 90%?

Homework Equations


F=ma
F= mg - .05v

The Attempt at a Solution


Began to solve the equation knowing that I have to separate the terms, moves all the velocity terms to one side, then integrate.

ma = mg - .05v
a = mg/m - .05v/m
a = g - .2v

dv/dt = g - .2v
dt = dv/(g-.2v)

now I am just wondering to integrate that terms on the right. U-substitution for the denominator?
 
Physics news on Phys.org
\int{\frac{du}{a+k u}}=\frac{ln(a+k u)}{k}
Integral tables are your friend ^_^
 
so just to make sure I am correct, \int\frac{dv}{g-.2v} is \frac{ln(g-.2v)}{.2} + constant
 
Last edited:
alright so i assumed that was correct and went on with the problem, but ran into trouble at c.

ΣF = ma = mg - .05v
a = mg/m - .05v/.25
a = g - .2v
dv/dt = a

dv/dt = g - .2v
dv/(g - .2v) = dt
∫ dv/(g - .2v) = ∫dt
ln(g - .2v)/.2 = t - c
ln(g - .2v) = .2(t - c)
e^{.2(t - c)} = g - .2v
e^{.2(t - c)} - g = -.2v
-[e^{.2(t - c)} - g]/.2 = v(t)

Ball starts at rest, v = 0 when t = 0
[e^{-.2c} - g]/-.2 = 0
-5[e^{-.2c} - g] = 0
-5e^{-.2c} + 5g = 0
-5e^{-.2c} = -5g
e^{-.2c} = g
ln(g) = -.2c
-ln(g)/.2 = c
c = -11.42

v(t) = -5e.2(t + 11.42) + 49.05

What is the terminal velocity?
ΣF = ma = mg - .05v = 0
.05v = .25g
v = 5g = 49.05 m/s

At what time does the ball reach 50% of its terminal velocity?
v(t) = -5e.2(t + 11.42) + 49.05
v(t) = 24.525 m/s

24.525 - 49.05 = -5e^{.2(t + 11.42)}
4.905 = e^{.2(t + 11.42)}
ln(4.905) = .2(t + 11.42)
ln(4.905) - 2.284 = .2t
[ln(4.905) - 2.284]/.2 = t

t = -3.47 sec
t is negative. whattttt?
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Thread 'Voltmeter readings for this circuit with switches'
TL;DR Summary: I would like to know the voltmeter readings on the two resistors separately in the picture in the following cases , When one of the keys is closed When both of them are opened (Knowing that the battery has negligible internal resistance) My thoughts for the first case , one of them must be 12 volt while the other is 0 The second case we'll I think both voltmeter readings should be 12 volt since they are both parallel to the battery and they involve the key within what the...
Thread 'Trying to understand the logic behind adding vectors with an angle between them'
My initial calculation was to subtract V1 from V2 to show that from the perspective of the second aircraft the first one is -300km/h. So i checked with ChatGPT and it said I cant just subtract them because I have an angle between them. So I dont understand the reasoning of it. Like why should a velocity be dependent on an angle? I was thinking about how it would look like if the planes where parallel to each other, and then how it look like if one is turning away and I dont see it. Since...
Back
Top