Azərbaycan dili Bahasa Indonesia Bosanski Català Čeština Dansk Deutsch Eesti English Español Français Galego Hrvatski Italiano Latviešu Lietuvių Magyar Malti Mакедонски Nederlands Norsk Polski Português Português BR Românã Slovenčina Srpski Suomi Svenska Tiếng Việt Türkçe Ελληνικά Български Русский Українська Հայերեն ქართული ენა 中文
Subpage under development, new version coming soon!

Subject: Math problem!

2011-10-19 17:25:00
Get it to integrate 1/X? :P
2011-10-19 17:40:10
shiit, log in wolframalpha is ln.. I was expecting it to be log on a base 10...


(edited)
2011-10-19 17:47:50
nah, I wanted to see it visually:P
2011-10-19 18:53:51
log (x) is the natural logarithm in there for some reason.

to get usual log you must use log10(x)
2012-05-01 04:17:13
Message deleted

2012-05-01 04:45:07
realised it was too easy eh:P
(edited)
2012-05-01 17:20:47
no, just got the solution :)
2012-05-04 02:58:19
check back of math book. answers usually there :)
2012-05-14 11:40:01
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...
2012-05-14 11:47:19
Just use l' hopital's rule:
l' hopital's rule
2012-05-14 11:51:05
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)
2012-05-14 12:19:47
tnx

@Pieterd, tnx also, though finding x,y fullderivative is a bit more difficult than the greuceanu´s way.
(edited)
2012-05-14 12:33:11
you're welcome. transforming from carthesian to polar variables is another pretty easy way;)
2012-05-14 14:13:33
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.
2012-05-21 09:14:14
I get a different sign

f'(x) = (1+x^2)^(-3) * (-6x^2+2)