All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
Empower With X and 0.4 (Posted on 2008-03-10) Difficulty: 2 of 5
Determine all possible positive real numbers X that satisfy this equation:

X0.4X = 0.4X0.4

Note: For the purposes of the problem, abc is equal to a^(b^c)

See The Solution Submitted by K Sengupta    
Rating: 4.0000 (1 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
re: computer exploration (spoiler) | Comment 3 of 7 |
(In reply to computer exploration (spoiler) by Charlie)

Seeking to find the exact point where the LHS reaches its maximum, I found it easier to differentiate its logarithm, which is y = ln(x)*0.4^x.

y'=.4^x *(1/x + ln(0.4)*ln(x))

This could be solved iteratively through:

DEFDBL A-Z
x = 1.1
DO
  x = EXP(1 / (x * LOG(5 / 2)))
  PRINT x, x ^ (.4 ^ x)
LOOP

which finds the LHS equal to approximate 1.119625892520564 when x is approximately 1.820921921969026.


  Posted by Charlie on 2008-03-10 17:42:56
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (7)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information