Calculating the Derivative of w with Respect to t

  • Thread starter Thread starter oswald
  • Start date Start date
  • Tags Tags
    Derivative
oswald
Messages
22
Reaction score
0

Homework Statement


Finda dw/dt
w=3xy/x²-y²
x=t3
y=e2t

Homework Equations


w=(3t3e2t)/(t6-e4t)


The Attempt at a Solution


Well,is there anothe way to solve this, instead of dw/dt; like dw/dx * dw/dt + dw/dy * dy/dt ?
 
Physics news on Phys.org
Sure. You could just the chain rule as well. You should get the same answer both ways. Just substituting like you did looks to be a little easier.
 
Chain Rule Exponential and logarithmic

f(x) = ln [ e^ln(x+1) ]
f' = ?
 
Simplify it a bit first to make your differentiation easier. What is ln(e^whatever)?
 
f(x) = ln { e^[ln(x+1)] }

well, i have this answer, but i don't understand
ln [ e^ln(x+1) ] = ln(x+1)

f'(x) = 1/(e^ln(x+1)) * e^ln(x+1) * 1/(x+1) = 1/(x+1)
 
The ln and exp functions are inverses of one another, so for any real number u, ln(eu) = u. This means that you can simplify your function before taking its derivative. Then, what you end up differentiating is much simpler.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top