document.write( "Question 930855: hi\r
\n" );
document.write( "\n" );
document.write( "I have been trying to transpose a formula for some time with very little success. is there any chance you could help with finding t in the following equation;\r
\n" );
document.write( "\n" );
document.write( "vc = v(1-e^(-t/CR))\r
\n" );
document.write( "\n" );
document.write( "Many thanks
\n" );
document.write( "Jack \n" );
document.write( "
Algebra.Com's Answer #565323 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! vc = v(1-e^(-t/CR)) \n" ); document.write( "vc = v -ve^(-t/CR) \n" ); document.write( "ve^(-t/CR) = v - vc \n" ); document.write( "e^(-t/CR) = (v - vc) / v \n" ); document.write( "e^(-t/CR) = 1-c \n" ); document.write( "use logarithm rule \n" ); document.write( "-t/CR = ln (1-c) \n" ); document.write( "t = -CR * ln(1-c) \n" ); document.write( " \n" ); document.write( " |