Question on rates of change problem

  • Thread starter Thread starter krackers
  • Start date Start date
  • Tags Tags
    Change
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 2K views
krackers
Messages
72
Reaction score
0

Homework Statement



A spherical balloon is being inflated. Suppose the radius of the balloon is increasing at a rate of 2 centimeters per second.

a. Express the radius r of the balloon as a function of time t.
b. Express the volume V of the balloon as a function of time t

Homework Equations



[itex]\frac{dr}{dt}\; =\; 2[/itex]

The Attempt at a Solution



Part A.

[itex]\frac{dr}{dt}\; =\; 2[/itex]

Therefore, [itex]dr=2\cdot dt[/itex]

[itex]\int_{}^{}{}dr=\int_{}^{}{}2\cdot dt[/itex]

[itex]r\left( t \right)=2t[/itex]Part B.

[itex]V\; =\; \frac{4}{3}\pi r^{3}[/itex]

[itex]\frac{dV}{dt}\; =\; 4\pi r^{2}\cdot \frac{dr}{dt}[/itex]

Substituting dr/dt = 2 gives:

[itex]\frac{dV}{dt}\; =\; 8\pi r^{2}[/itex]

Since [itex]r=2t[/itex]

[itex]\frac{dV}{dt}=32\pi \cdot t^{2}[/itex]

[itex]dV=32\pi \cdot t^{2}\cdot dt[/itex]

[itex]V=\frac{32\pi \cdot t^{3}}{3}[/itex]
 
Physics news on Phys.org
That would also be zero, right?
 
I don't see anything wrong either, and you wrote your solution very nicely. What's your question, or were you just not confident that it was correct?
 
I wasn't sure if that was correct. This was actually a precalc problem, so I was not sure if integration/differentiation was needed and whether my answer was correct.
 
krackers said:
[itex]\int_{}^{}{}dr=\int_{}^{}{}2\cdot dt[/itex]

[itex]r\left( t \right)=2t[/itex]

This second line does not follow from the first without the additional assumption, nowhere written and not given in the question, that f(0) = 0. The question says, express the radius as "a" function of time t. The answer is correct but what is written here is not. I'm picking out the literal fallacy here.
 
verty said:
This second line does not follow from the first without the additional assumption, nowhere written and not given in the question, that f(0) = 0. The question says, express the radius as "a" function of time t. The answer is correct but what is written here is not. I'm picking out the literal fallacy here.

Good point.

An '##r_{0}##' should appear and be defined.
 
haruspex said:
You're right, it isn't. It's sufficiently obvious that the radius is simply 2t cm after t seconds, so V = 4πr3/3 = 4π(2t)3/3.

That's a lot simpler.

1MileCrash said:
Good point.

An '##r_{0}##' should appear and be defined.

You're right - I always forget to add the constant after anti-differentiation.