wolfsprint
- 17
- 0
The volume of a sphere is = v cm^3, it's radius is = r cm, it's surface area is = x cm^2, prove that : dv/dt = 1/2 r.dx/dt
Well, start by showing your work in expressing the volume and the surface area through the radius. You should not do it yourself; you should just find the formulas in a textbook or online. Then what exactly is your difficulty in differentiating? You need to use the chain rule because the volume is a function of r and r is a function of t.wolfsprint said:I tried and I couldn't, can you please show the work?
Since you found the relationship between v and x, you must know that $x = 4\pi r^2$, so this is the second equation that you have. You can also find this in Wikipedia.wolfsprint said:The only equation i managed to find is v=4/3 "pi" r^3 which is he volume of the sphere.
So if we say that the surface area = x ,then
V=1/3 r . X
In post #2, I recommended expressing both v and x only through r and then differentiating them as compositions v(r(t)) and x(r(t)). Here you expressed v through x and r.wolfsprint said:But then when i differentiate it it turns out like this ,
Dv/dt = 1/3 dr/dt . Dx/dt , and that prove needs dv/dt = 1/2 r . Dx/dt
By expressing $v$ and $x$ through $r$ I mean finding formulas containing constants and $r$ only that give the values of $v$ and $x$. These formulas are $v=\frac{4}{3}\pi r^3$ and $x=4\pi r^2$. Then we have $\frac{dv}{dt}=4\pi r^2\frac{dr}{dt}$. Similarly, find $\frac{dx}{dt}$ (keep in mind that $r$ is a function of $t$, i.e., $x(t)$ is a composite function $x(r(t))$, just like $v(r(t))$) and compare the results.wolfsprint said:I still don't understand , what do you by "expressing"?