Calculate this and get a FullInfoAccount menu

Shout-Out

User Tag List

Page 2 of 5 FirstFirst 12345 LastLast
Results 16 to 30 of 72
  1. #16
    BACKABACKA's Avatar Contributor
    Reputation
    112
    Join Date
    Jun 2008
    Posts
    421
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Calculate this and get a FullInfoAccount
    id have to say, 5

    Calculate this and get a FullInfoAccount
  2. #17
    maclone's Avatar / Authenticator enabled
    Reputation
    2420
    Join Date
    Nov 2007
    Posts
    8,726
    Thanks G/R
    0/1029
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    42.
    I don't even understand what to do there.
    Zomfg. And no, don't ask. - Dombo did it.

  3. #18
    ReidE96's Avatar Archer Authenticator enabled
    Reputation
    470
    Join Date
    Dec 2006
    Posts
    1,625
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks to all my working, which I'm now sure contains an error (see if you can find it, anyone?), I'm going to guess the wrong answer of 1.5

  4. #19
    camicio's Avatar Banned
    Reputation
    6
    Join Date
    Feb 2009
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here's how far I got:
    A is the point between 0 and 1 where the function crosses the x axis and B is the point between 0 and 1 where the function crosses the x=1 axis.
    A has coordinates (exp(-a),0) (since 0=ln(x)+a)
    B has coordniate (1,....)
    So you have to integrate ln(x)+a between exp(-a) and 1, which has to be equal to 1/2, giving you 3/2=exp(-a)+a, which I don't know how to solve (you can only do it numerally)

  5. #20
    camicio's Avatar Banned
    Reputation
    6
    Join Date
    Feb 2009
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's between 1.1982904373156675 and 1.1982904373156676, imo. I'm not sure, that's using math.h's exp() function.

  6. #21
    Y R U A NUB ?'s Avatar Banned
    Reputation
    103
    Join Date
    Nov 2007
    Posts
    436
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ReidE96 View Post
    Thanks to all my working, which I'm now sure contains an error (see if you can find it, anyone?), I'm going to guess the wrong answer of 1.5
    You are indeed a scary/genious creature :eek4dance:

  7. #22
    blubb12345's Avatar Contributor
    Reputation
    121
    Join Date
    Feb 2007
    Posts
    193
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ReidE96 View Post
    Find a value of a such that the area beneath the curve is 0.5
    Area beneath f(x) is integral of f(x)


    wrong :P (integral of ln(X) is x*ln(x)-x (x>0))

    |||||||||
    vvvvvvvv
    Integral of f(x) = integral of ln(x) + ax +c
    =xlnx + ax + c - integral of 1
    =xlnx +(a-1)x + c

    Upper limit is 1 always, lower limit is... hmmm....

    1ln(1) + a - 1 - (xlnx + (a-1)x) = 0.5
    a - xlnx - ax + x = 1.5
    a(1-x) = 1.5 + x(lnx - 1) = (1.5 + x(lnx-1))/(1-x)

    Find the lower limit of x, plug it in, get your answer!

    Edit: Thought a little more.

    Lower limit is where f(x) = 0 so
    ln(x) = -a
    x = 1/(e^a)

    1ln(1) + a - 1 - (-a/(e^a) + (a-1)/(e^a)) = 0.5
    a + a/(e^a) - (a-1)/(e^a) = 1.5
    a + e^-a = 1.5
    a + 1/(e^a) = 1.5
    ae^a + 1 = 1.5e^a
    (a - 1.5)e^a = -1

    Yeah, I cba now, dinner's ready Enjoy folks!

    Edit again: Back from dinner, and seeing as noone has it yet I'll push on.

    a + e^-a = 1.5
    e^-a = 1.5 - a

    We know ln(x) + a = 0 at x = e^(-a)
    But we also know e^(-a) = 1.5 - a
    So ln(1.5 - a) + a = 0
    ln(1.5)/ln(a) = -a
    ln(1.5) = -aln(a)
    ln(1.5) = ln(a^-a)
    a^-a = 1.5
    a^a = 2/3

    Ok, that's just great.

    Lemme try again, from (a - 1.5)e^a = -1
    ln of both sides: ln((a-1.5)e^a) = -1
    ln(a-1.5) + ln(e^a) = -1
    ln(a-1.5) = -a - 1
    a = 1.5 + e^(-a - 1)
    a = 1.5 + (e^-a)/(e^-1)
    a = 1.5 + (e^1)/(e^a)
    a = 1.5 + e*e^(-a)

    But e^-a = 1.5 - a, so

    a = 1.5 + e(1.5 - a)
    a = 1.5(1+e) - ea
    a(1+e) = 1.5(1+e)
    a = 1.5

    WOO! Now, common sense tells me something's wrong there. But I don't care
    i am sorry, its wrong
    and the rest is also wrong
    Last edited by blubb12345; 03-09-2009 at 03:33 PM.
    $50 SUBWAY CARD GIVEAWAY >> https://bit.ly/aMbaU5 << LIMITED TIME OFFER

  8. #23
    Illidan_000's Avatar Banned
    Reputation
    95
    Join Date
    Oct 2007
    Posts
    654
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow ur theory is so hard XD

  9. #24
    Wazabara's Avatar Member
    Reputation
    18
    Join Date
    May 2008
    Posts
    107
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    for x= 1.648721271
    and a=0!!


    God...this is stupid^^
    Last edited by Wazabara; 03-09-2009 at 04:18 PM.

  10. #25
    skatrdie94's Avatar Member
    Reputation
    17
    Join Date
    Sep 2007
    Posts
    79
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    9001, i win.

  11. #26
    Mitron's Avatar Contributor
    Reputation
    127
    Join Date
    Jun 2008
    Posts
    1,326
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    omfg only einstein can solve this shit o.o

    ----------------------------------------------------------------

  12. #27
    _DecpticoN_'s Avatar Member
    Reputation
    34
    Join Date
    May 2008
    Posts
    234
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    f(½) = 0

    Solve

    ln(½) + a = 0
    −ln(2) + a = 0
    a = ln(2)

  13. #28
    Judas911's Avatar Active Member
    Reputation
    22
    Join Date
    May 2007
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A passes through .707 and 0
    it should be a = .3465735903

  14. #29
    alj03's Avatar Contributor
    Reputation
    91
    Join Date
    Feb 2008
    Posts
    1,103
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It = 1337.
    Death to all but Metal.

  15. #30
    Mercer's Avatar Member
    Reputation
    9
    Join Date
    May 2007
    Posts
    239
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    f(1/2) = 0 Solve ln(1/2) + a = 0-ln(2) + a = 0a = ln(2) therefore a = 0.693147180559945
    Last edited by Mercer; 03-10-2009 at 06:31 AM.

Page 2 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Replies: 2
    Last Post: 05-26-2016, 02:38 PM
  2. Will this video card run max settings and get 20 fps or more
    By Liquid Malfunction in forum World of Warcraft General
    Replies: 4
    Last Post: 02-16-2009, 05:22 PM
  3. Replies: 10
    Last Post: 01-05-2007, 07:52 PM
  4. Levle 51+ and get rep&honer
    By vandethgo in forum World of Warcraft Guides
    Replies: 2
    Last Post: 12-18-2006, 12:29 PM
  5. Put fake auction up and get a shard from it
    By Destar in forum World of Warcraft Exploits
    Replies: 17
    Last Post: 12-05-2006, 09:44 PM
All times are GMT -5. The time now is 09:30 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search