Making T the Subject: V*T to the Power n = C

  • Thread starter Thread starter jamesd2008
  • Start date Start date
  • Tags Tags
    Formula
AI Thread Summary
To make T the subject of the equation V*T^n = C, the process involves isolating T by rewriting the equation as T^n = C/V. By applying logarithmic properties, it can be expressed as log(T) = (1/n) * log(C/V), leading to T = (C/V)^(1/n). The discussion clarifies that raising a number to the power of 1/n is equivalent to taking the n-th root. The participants also emphasize the importance of correctly applying algebraic rules and the use of brackets in mathematical expressions.
jamesd2008
Messages
63
Reaction score
0
Hi, could anyone show me how to make T the subject?

V*T to the power n = C

Thanks
 
Engineering news on Phys.org
If
T^n = c
then
(T^n)^{1/n} = T = c^{1/n}
 
Thanks compu, could you just explain the rule as to why it is C^1/n?

Thanks James
 
If n=0.3 Then T^3/10 so C would be the 10 root of C to the power of 3. Is that right? or am i getting my indices and power rules wrong?
Thanks for any help offerd

James
 
jamesd2008 said:
Thanks compu, could you just explain the rule as to why it is C^1/n?

Thanks James

Knowing that the logarithm of x^n is n times the logarithm of x:

VT^{n}=C

T^{n}=\frac{C}{V}

log \left[ T^{n} \right] = log \left[ \frac{C}{V} \right]

n log \left[ T \right] = log \left[ \frac{C}{V} \right]

log \left[ T \right] = \frac{1}{n} log \left[ \frac{C}{V} \right]

log \left[ T \right] = log \left[ \left( \frac{C}{V} \right)^{\frac{1}{n}} \right]

T = \left( \frac{C}{V} \right)^{\frac{1}{n}}

Many thanks to all for bracket help.
 
Last edited:
Thanks Timmay. Great explanation. Just a couple of things i don't get. Why is nLog(T)=Log(c/v) then become log (T)=1/nlog(c/v). And why is not just T^n=c becomes T=nroot of c?

Thanks for all your reply's a great help James
 
jamesd2008 said:
Thanks Timmay. Great explanation. Just a couple of things i don't get. Why is nLog(T)=Log(c/v) then become log (T)=1/nlog(c/v).
Because if AB=C then B=C/A?
I.e. primary school algebra :wink:

jamesd2008 said:
And why is not just T^n=c becomes T=nroot of c?
It is. Raising something to the power 1/n is the same as taking the n-th root (cf. a^(1/2) = sqrt(a) = 2root(a)).

[Just realized what the confusion might be: note that my c is not your C... you first have to rewrite V T^n = C to T^n = c to apply what I said. ]
 
timmay said:
Can't quite get the hang of brackets still, but you should be able to follow.

Try
Code:
\left( ... \right)
Rather than simply (...). \left[ \right] also works :)
 
Like this:
\left\{ \log\left[ \left(\frac{\left( C \right)}{V} \right)^{\frac{1}{n}} \right] \right\}

(click to see the source)
 
Back
Top