document.write( "Question 199658: Find the equation of the tangent to the curve defined by y=x-(e^-x) that is parallel to the line represented by 3x-y-9=0.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #150039 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the equation of the tangent to the curve defined by y=x-(e^-x) that is parallel to the line represented by 3x-y-9=0. \n" ); document.write( "----------- \n" ); document.write( "The slope, m, is 3. \n" ); document.write( "dy/dx = 3 = 1 + e^(-x) \n" ); document.write( "e^(-x) = 2 \n" ); document.write( "-x = ln(2) \n" ); document.write( "x = -ln(2) \n" ); document.write( "y = -ln(2) - 2 = ~ -2.693147 \n" ); document.write( "The tangent point is (-ln(2),-ln(2)-2) \n" ); document.write( "-------- \n" ); document.write( "y+ln(2)+2 = 3*(x+ln(2)) \n" ); document.write( "y+ln(2)+2 = 3x+3ln(2) \n" ); document.write( "y = 3x + 2ln(2) - 2 \n" ); document.write( "y = 3x - 0.6137 \n" ); document.write( " |