Simplifying equations while holding some constraints
up vote
1
down vote
favorite
I have two equation and i tried to solve them but i can't simplify them :
- $(frac{1}{b})^{frac{1}{r}} = 0.8$
- $ br = n$
$r = frac{n}{b} rightarrow frac{r}{n} = frac{1}{b}$.
Plugging this equation in first one i have:
- $(frac{r}{n})^{frac{1}{r}} = 0.8$
Now i have :
$frac{r}{n} = {(0.8)}^{r}$
Now suppose i know the value of $n = 20:$
How can i derive the equation in terms of $r$?
exponential-function systems-of-equations exponentiation
add a comment |
up vote
1
down vote
favorite
I have two equation and i tried to solve them but i can't simplify them :
- $(frac{1}{b})^{frac{1}{r}} = 0.8$
- $ br = n$
$r = frac{n}{b} rightarrow frac{r}{n} = frac{1}{b}$.
Plugging this equation in first one i have:
- $(frac{r}{n})^{frac{1}{r}} = 0.8$
Now i have :
$frac{r}{n} = {(0.8)}^{r}$
Now suppose i know the value of $n = 20:$
How can i derive the equation in terms of $r$?
exponential-function systems-of-equations exponentiation
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have two equation and i tried to solve them but i can't simplify them :
- $(frac{1}{b})^{frac{1}{r}} = 0.8$
- $ br = n$
$r = frac{n}{b} rightarrow frac{r}{n} = frac{1}{b}$.
Plugging this equation in first one i have:
- $(frac{r}{n})^{frac{1}{r}} = 0.8$
Now i have :
$frac{r}{n} = {(0.8)}^{r}$
Now suppose i know the value of $n = 20:$
How can i derive the equation in terms of $r$?
exponential-function systems-of-equations exponentiation
I have two equation and i tried to solve them but i can't simplify them :
- $(frac{1}{b})^{frac{1}{r}} = 0.8$
- $ br = n$
$r = frac{n}{b} rightarrow frac{r}{n} = frac{1}{b}$.
Plugging this equation in first one i have:
- $(frac{r}{n})^{frac{1}{r}} = 0.8$
Now i have :
$frac{r}{n} = {(0.8)}^{r}$
Now suppose i know the value of $n = 20:$
How can i derive the equation in terms of $r$?
exponential-function systems-of-equations exponentiation
exponential-function systems-of-equations exponentiation
edited Nov 13 at 12:50
Harry Peter
5,43111439
5,43111439
asked Nov 3 at 3:50
Khan Saab
1378
1378
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
You will need the Lambert W function for this, which is non-elementary ($W(xe^x)=x$):
$$r/n=0.8^r=e^{rln0.8}$$
$$re^{-rln0.8}=n$$
$$re^{rln1.25}=n$$
$$(rln1.25)e^{rln1.25}=nln1.25$$
$$rln1.25=W(nln1.25)$$
$$r=frac{W(nln1.25)}{ln1.25}$$
If $n=20$ then $r=5.658289dots$
Thank you very much. I never heard of this method even i had many advanced mathematical courses :(
– Khan Saab
Nov 3 at 4:06
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
You will need the Lambert W function for this, which is non-elementary ($W(xe^x)=x$):
$$r/n=0.8^r=e^{rln0.8}$$
$$re^{-rln0.8}=n$$
$$re^{rln1.25}=n$$
$$(rln1.25)e^{rln1.25}=nln1.25$$
$$rln1.25=W(nln1.25)$$
$$r=frac{W(nln1.25)}{ln1.25}$$
If $n=20$ then $r=5.658289dots$
Thank you very much. I never heard of this method even i had many advanced mathematical courses :(
– Khan Saab
Nov 3 at 4:06
add a comment |
up vote
1
down vote
You will need the Lambert W function for this, which is non-elementary ($W(xe^x)=x$):
$$r/n=0.8^r=e^{rln0.8}$$
$$re^{-rln0.8}=n$$
$$re^{rln1.25}=n$$
$$(rln1.25)e^{rln1.25}=nln1.25$$
$$rln1.25=W(nln1.25)$$
$$r=frac{W(nln1.25)}{ln1.25}$$
If $n=20$ then $r=5.658289dots$
Thank you very much. I never heard of this method even i had many advanced mathematical courses :(
– Khan Saab
Nov 3 at 4:06
add a comment |
up vote
1
down vote
up vote
1
down vote
You will need the Lambert W function for this, which is non-elementary ($W(xe^x)=x$):
$$r/n=0.8^r=e^{rln0.8}$$
$$re^{-rln0.8}=n$$
$$re^{rln1.25}=n$$
$$(rln1.25)e^{rln1.25}=nln1.25$$
$$rln1.25=W(nln1.25)$$
$$r=frac{W(nln1.25)}{ln1.25}$$
If $n=20$ then $r=5.658289dots$
You will need the Lambert W function for this, which is non-elementary ($W(xe^x)=x$):
$$r/n=0.8^r=e^{rln0.8}$$
$$re^{-rln0.8}=n$$
$$re^{rln1.25}=n$$
$$(rln1.25)e^{rln1.25}=nln1.25$$
$$rln1.25=W(nln1.25)$$
$$r=frac{W(nln1.25)}{ln1.25}$$
If $n=20$ then $r=5.658289dots$
answered Nov 3 at 4:04
Parcly Taxel
41k137199
41k137199
Thank you very much. I never heard of this method even i had many advanced mathematical courses :(
– Khan Saab
Nov 3 at 4:06
add a comment |
Thank you very much. I never heard of this method even i had many advanced mathematical courses :(
– Khan Saab
Nov 3 at 4:06
Thank you very much. I never heard of this method even i had many advanced mathematical courses :(
– Khan Saab
Nov 3 at 4:06
Thank you very much. I never heard of this method even i had many advanced mathematical courses :(
– Khan Saab
Nov 3 at 4:06
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2982521%2fsimplifying-equations-while-holding-some-constraints%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown