Runaway said:
In short, I need to know how do you do them.
I missed class, and our textbook is so bad that it might as well be written in a foreign language. I understand how to do dy/dx of an equation not in the form y =... ex. y^2 = x^3 + 2x + 5, (y'=(3x^2 +2)/2y) for example, but how would you take the derivative with respect to a variable not in the equation, t for example, and how would you take dx/dy for an equation?
Are you talking about y being a function of a single variable or more than one variable?
If you are thinking of y being a function of more than one variable, you are talking about the partial derivative and if you have, say, y^2= x^3+ 2x+ 5, and you want to differentiate with respect to t, with x and t independent variables, then 2yy_t= 0 so that y_t= 0. That is, since y, according to your equation, does NOT depend on t, they the derivative of y with respect to t is 0.
The same thing, of course, happens if you are thinking of y as a function of the single variable x. If you are given that, say, sin(y)+ y^2= e^y, so that x does not appear in the equation, you
can go ahead and differentiate with respect to x: [math]cos(y)y'+ 2yy'= e^y y'[/itex] but that all reduces to y'(cos(y)+ 2y- e^y)= 0 so that y'= 0. Again, the fact that the independent variable does not appear in the equation means that y does NOT, in fact, depende upon that variable and so the derivative is 0.
Now, about the derivative of x with respect to y. If you have, say, y^2 = x^3 + 2x + 5 you can simply differentiate each term in the equation with respect to y, using the chain rule for differentiating functions of y: 2y= 3x^2 dx/dy+ 2 dx/dy= (3x^2+ 2)dx/dy so that
\frac{dx}{dy}= \frac{2y}{3x^2+ 2}
Or you can use the basic rule
\frac{dx}{dy}= \frac{1}{\frac{dy}{dx}}
As you said before, if y^2= x^3+ 2x+ 5 then 2yy'= 3x^2+ 2 so that
y'= \frac{2y}{3x^2+ 2}
and so
\frac{dx}{dy}= \frac{1}{y'}= \frac{2y}{3x^ 2+ 2}
as before.