Connected rates of change question

  • Thread starter Thread starter thomas49th
  • Start date Start date
  • Tags Tags
    Change
thomas49th
Messages
645
Reaction score
0

Homework Statement


At time t seconds the surface area of a cube is A cm² and the volume is V cm³. The surface area of the cube is expanding at a constant rate 2 cm²/s
Show that
\frac{dV}{dt} = \frac{1}{2}V^{\frac{1}{3}}


Homework Equations


This is a rates of change question and therefore I will need to dervie differential equations from the information presented.
I can say V = x³
A = 6x²
Where x is the length of a side

The Attempt at a Solution



\frac{dA}{dT} = A + 2
\frac{dA}{dT} = x^{2} + 2

Am I going in the right direction?

Thanks :)
 
Physics news on Phys.org
thomas49th said:

Homework Statement


At time t seconds the surface area of a cube is A cm² and the volume is V cm³. The surface area of the cube is expanding at a constant rate 2 cm²/s
Show that
\frac{dV}{dt} = \frac{1}{2}V^{\frac{1}{3}}


Homework Equations


This is a rates of change question and therefore I will need to dervie differential equations from the information presented.
I can say V = x³
A = 6x²
Where x is the length of a side

The Attempt at a Solution



\frac{dA}{dT} = A + 2
\frac{dA}{dT} = x^{2} + 2

Am I going in the right direction?

Thanks :)
No.

The rate of change of A being constantly two means
\frac{dA}{dt}=2.
You wrote down a formula for V(x) and for A(x). Combine these two to get a formula V(A) for the volume in terms of the area. Then ther ate of change for the volume would be
\frac{dV}{dt}=\frac{dV}{dA}\frac{dA}{dt}=2\frac{dV}{dA}.
Then in this expression, express the area A again in terms of the volume V, and you will be done.
 
ahh cool. how do i got about combining these formulae? Should I use x as the parameter (like in parametrics)

Thanks :)
 
Yes you know A(x). Make x the subject to get x(A). Plug it into V(x) and viola you have V(A).
 
x = sqrt(a)
v = a^{3/2}

however when i diff that \frac{dV}{dA} = \frac{3}{2} V^{1}{2}

that is not the correct answer

Where am I messing up?

Thanks :)
 
You are asked to show that \frac{dV}{dt} = \frac{1}{2} V^\frac{1}{3}
You stopped with \frac{dV}{dA}

How can you get \frac{dV}{dt} from \frac{dV}{dA}?
 
multiply by dA/dt which is 2?
which gives me 3V ^ {3/2}

that isn't the right answer though?

Thanks :)
 
A=6x2, you missed that 6, didn't you?:smile:

Moreover, your final exponent of V is wrong. You have V\sim A^{3/2}, so
\frac{dV}{dA}\sim A^{1/2}\sim V^{1/3}

You should be able to get the factos right.
 
right I am getting this:
yeh i missed a = 6x²

dv/da = 3/2 * 6 & A ^(1/2)
= 9A^(1/2)

now multiply this by da/dt giving us 18A^(1/2)

now remeber a = 6 x 3root(V) ^ 2
= 6V^{2/3}
and a is to the power of a half

so

6^(1/2) x 6V^(1/3)
now I am almost there but I can't get the 1/2 at the front of V

interestingly 6^2 = 36 and 18/36 is 1/2 so I am guessing it's somthing round there?

Thanks :)
 
  • #10
thomas49th said:
right I am getting this:
yeh i missed a = 6x²

dv/da = 3/2 * 6 & A ^(1/2)
= 9A^(1/2)
No, what are you doing there. A=6x2, so
<br /> x=\left(\frac{A}{6}\right)^{1/2}<br />
Plug this into V=x3, and you get
<br /> V=\left(\frac{A}{6}\right)^{3/2}<br />
Differentiating gives
<br /> \frac{dV}{dA}=\frac{3}{2}\frac{1}{6}\left(\frac{A}{6}\right)^{1/2}<br />
Together with dA/dt=2, this means
<br /> \frac{dV}{dt}=\frac{1}{2}\left(\frac{A}{6}\right)^{1/2}<br />
Now,
<br /> \left(\frac{A}{6}\right)^{1/2}=x=V^{1/3}<br />
which is the correct result
 
Back
Top