quickQuiz #3 (maths or PC)
•
20 Nov 2007, 22:02
•
Journals
Solve for x:
2^(x^2)-(x^2+5x+229)*log_5(|x|) = 0
Where log_5 is the logarithm in base 5 and |x| is the absolute value of x.
Hint: there are two roots ;)
2^(x^2)-(x^2+5x+229)*log_5(|x|) = 0
Where log_5 is the logarithm in base 5 and |x| is the absolute value of x.
Hint: there are two roots ;)
DONT
CAARE!!
on 20/11/07, 22:07:21
maybe Newton iteration would do on paper, but too lazy for that now
f'(x) = 2^(x^2)ln2 + 2x*2^(x^2) - (2x+5)log_5(|x|) - (1/ln5)(x^2+5x+229)
I put x0 = 1
x1 = x0 - f(x0)/f'(x0)
x2 = x1 - f(x1)/f'(x1)
etc.
x1 = 1.014221978
x2 = 1.014059556
too lazy to test the other roots, too much writing for my TI-86 already :)
where's your physics exercise :D ?
I'm still thinking what to give :)
what jobs do you get with exceeding math skills? either you keep on counting digits in your basement or you do something else where youll never need to use this bs again.
still, I need one of these "real world" jobs until I get that far, thinking of working on my programming or web development
Banks, insurances pay good money for maths students with a focus on statistics.
yes, they are needed in someway!
at least the guys who build bridges and buildings need to know some math-stuff afaik...but nowadays its all done by computer-programs -.-
the 2^(x^2) totally fucked me over, havent learnt how to do it yet... im sure theres an easy way im overlooking but meh, to bsg
And I wouldn't suggest doing an algebraic solution. Try going for the numeric value :)
ill try and work out an answer in school tomorrow :P
x2 = -609.38
or am i 2 stoned ? :P
Should be in the range -3...+3
2 positive and 2 negative
it could be really helpful if x^2+5x+229=0 had some real roots so that it could be simplified to smth else but even that is not the case.
edit:
im so stoned right now
http://en.wikipedia.org/wiki/Root_finding
The roots to be found are:
2.69546472992
and
1.01406095269
If you want the negative ones as well:
-2.66119158172
and
-1.01471313956
Tomorrow I'll put a physics problem :)
puu likes physic problems^^