Subpage under development, new version coming soon!
Subject: Math problem!
shiit, log in wolframalpha is ln.. I was expecting it to be log on a base 10...
(edited)
(edited)
log (x) is the natural logarithm in there for some reason.
to get usual log you must use log10(x)
to get usual log you must use log10(x)
could anybody show me how to solve this one:
find
lim [(x**4 + y**4)/(x**2 + y**2) + 3]
x,y->0
shouldn´t be too dificult, result is 3, but I just can´t get rid of the 0/0...
find
lim [(x**4 + y**4)/(x**2 + y**2) + 3]
x,y->0
shouldn´t be too dificult, result is 3, but I just can´t get rid of the 0/0...
lim [(x**4 + y**4)/(x**2 + y**2) + 3] = lim [((x**2 + y**2)**2 - 2x**2*y**2)/(x**2 + y**2) + 3] = 0 + 3 - 2* lim [x**2*y**2/(x**2 + y**2)] = 3 - 2* lim[1/(1/y**2 + 1/x**2)] = 3
(edited)
(edited)
tnx
@Pieterd, tnx also, though finding x,y fullderivative is a bit more difficult than the greuceanu´s way.
(edited)
@Pieterd, tnx also, though finding x,y fullderivative is a bit more difficult than the greuceanu´s way.
(edited)
you're welcome. transforming from carthesian to polar variables is another pretty easy way;)
oh shit yeah.. I was supposed to use polar variables, because we just studied that :D.. pitty I didn´t thought about that.
f(x)=(1+x^2)^(-2) * (2x)
find f '(x)
f '(x)= (1+x2)^(-3) * (6x^2-2)
is that the correct answer? Its written in my book, but I didn´t get that result.
find f '(x)
f '(x)= (1+x2)^(-3) * (6x^2-2)
is that the correct answer? Its written in my book, but I didn´t get that result.
I get a different sign
f'(x) = (1+x^2)^(-3) * (-6x^2+2)
f'(x) = (1+x^2)^(-3) * (-6x^2+2)