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, [itex]y^2= x^3+ 2x+ 5[/itex], and you want to differentiate with respect to t, with x and t independent variables, then [itex]2yy_t= 0[/itex] so that [itex]y_t= 0[/itex]. 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, [itex]sin(y)+ y^2= e^y[/itex], 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 [itex]y'(cos(y)+ 2y- e^y)= 0[/itex] so that [itex]y'= 0[/itex]. 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, [itex]y^2 = x^3 + 2x + 5[/itex] you can simply differentiate each term in the equation with respect to y, using the chain rule for differentiating functions of y: [itex]2y= 3x^2 dx/dy+ 2 dx/dy= (3x^2+ 2)dx/dy[/itex] so that
[tex]\frac{dx}{dy}= \frac{2y}{3x^2+ 2}[/tex]
Or you can use the basic rule
[tex]\frac{dx}{dy}= \frac{1}{\frac{dy}{dx}}[/tex]
As you said before, if [itex]y^2= x^3+ 2x+ 5[/itex] then [itex]2yy'= 3x^2+ 2[/itex] so that
[tex]y'= \frac{2y}{3x^2+ 2}[/tex]
and so
[tex]\frac{dx}{dy}= \frac{1}{y'}= \frac{2y}{3x^ 2+ 2}[/tex]
as before.