Oh ok, cheers.
Also, with regards to implicit differentiation:
Eg. find dy/dx for (x^2 + y^2)^2
Do you have to expand the brackets or can you do it normally using chain rule?
I don't get the same results when I do it by chain rule.
This is what I do:
2 (x^2 + y^2) x ( 2x + 2y dy/dx) which is different from the answer as they first expanded the bracket and differentiated each term separately... so I can't apply normal Methods Chain rule techniques when implicitly differentiating?
I'm assuming you mean (x^2 + y^2)^2 = c where c is a constant
You can't differentiate, say, x + y. You can only differentiate a function or a relation
So for (x^2 + y^2)^2 = c, I'll do it both ways and I'll hopefully be able to show they're the same.
x^4 + 2x^2 y^2 + y^4 = c
4x^3 + 4x y^2 + 4x^2 y dy/dx + 4y^3 dy/dx = 0
dy/dx = -(x^3 + xy^2)/(x^2 y + y^3) = -x(x^2 + y^2)/y(x^2 + y^2) = -x/y
(x^2 + y^2)^2 = c
2(x^2 + y^2)*(2x + 2y dy/dx) = 0
Now, assume c > 0 as if c = 0, x^2 + y^2 = 0 means x and y are both zero only, which is rather trivial. If c is not 0, then x^2 + y^2 is not zero. Hence I can divide both sides by that.
2x + 2y dy/dx = 0
dy/dx = -x/y
There's nothing wrong with doing either...I think what you've forgotten is that you have to differentiate an equation. Even when we say 'differentiate x^3', we mean 'find dy/dx if y = x^3'
It's the rate of change between two variables and these variables have to have a known relationship before you can find their relative rates of change.