Solving sets of 3 equations with 3 unknown with some logarithms thrown in.
up vote
1
down vote
favorite
I'm having some difficulty solving the following set of equations:
$6.16=xlog{(100y+z)}\
8.59=xlog{(250y+z)}\
12.72=xlog{(1000y+z)}$
The sum of the two different variables in the logarithm is throwing me off and I don't know how to solve it.
algebra-precalculus logarithms
add a comment |
up vote
1
down vote
favorite
I'm having some difficulty solving the following set of equations:
$6.16=xlog{(100y+z)}\
8.59=xlog{(250y+z)}\
12.72=xlog{(1000y+z)}$
The sum of the two different variables in the logarithm is throwing me off and I don't know how to solve it.
algebra-precalculus logarithms
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm having some difficulty solving the following set of equations:
$6.16=xlog{(100y+z)}\
8.59=xlog{(250y+z)}\
12.72=xlog{(1000y+z)}$
The sum of the two different variables in the logarithm is throwing me off and I don't know how to solve it.
algebra-precalculus logarithms
I'm having some difficulty solving the following set of equations:
$6.16=xlog{(100y+z)}\
8.59=xlog{(250y+z)}\
12.72=xlog{(1000y+z)}$
The sum of the two different variables in the logarithm is throwing me off and I don't know how to solve it.
algebra-precalculus logarithms
algebra-precalculus logarithms
asked Nov 23 at 12:51
chemguy
61
61
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
I don't think there's a nice solution, but I did this:
Let $a=1/x$, $b=50y$, and $c=100y+z.$ Then the equations become
$$6.16a=log c$$
$$8.59a=log (c+3b)$$
$$12.72a =log (c+18b)$$
Exponentiate:
$$exp(6.16a) = c$$
$$exp(8.59a) = c+3b$$
$$exp(12.72a) = c+18b$$
Eliminate $c$:
$$exp(8.59a) = exp(6.16a)+3b$$
$$exp(12.72a) = exp(6.16a)+18b$$
Take $6$ times the frist equation and subtract the second to get rid of $b$:
$$6exp(8.59a) -exp(12.72a) = 5exp(6.16a)$$
Divide through by $exp(6.16a)$:
$$6exp(2.43a) - exp(6.56a) = 5.$$
Now get a numerical solution by your favorite method. Maple gives me $a=0$ (which won't work) and $a=0.3151672618.$
So $x = 1/a = 3.172918387.$
Thank you! But according to the solution x is supposed to be 7.31 and y = 0.05 and z = 1.62. Edit: nevermind, figured it out. The log was base 10 so using that I get the right answers. Thank you so much!
– chemguy
Nov 23 at 14:28
What base is your logarithm? OH, OK.
– B. Goddard
Nov 23 at 14:31
Is there any way of solving this without maple etc.? This might come up on a exam with only a simple calculator allowed.
– chemguy
Nov 24 at 14:18
There is Newton's Method (and the related "secant line method") in which you guess a solution and it gives you a better solution. Then you repeat until you have the accuracy you want.
– B. Goddard
Nov 24 at 15:26
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f3010328%2fsolving-sets-of-3-equations-with-3-unknown-with-some-logarithms-thrown-in%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
I don't think there's a nice solution, but I did this:
Let $a=1/x$, $b=50y$, and $c=100y+z.$ Then the equations become
$$6.16a=log c$$
$$8.59a=log (c+3b)$$
$$12.72a =log (c+18b)$$
Exponentiate:
$$exp(6.16a) = c$$
$$exp(8.59a) = c+3b$$
$$exp(12.72a) = c+18b$$
Eliminate $c$:
$$exp(8.59a) = exp(6.16a)+3b$$
$$exp(12.72a) = exp(6.16a)+18b$$
Take $6$ times the frist equation and subtract the second to get rid of $b$:
$$6exp(8.59a) -exp(12.72a) = 5exp(6.16a)$$
Divide through by $exp(6.16a)$:
$$6exp(2.43a) - exp(6.56a) = 5.$$
Now get a numerical solution by your favorite method. Maple gives me $a=0$ (which won't work) and $a=0.3151672618.$
So $x = 1/a = 3.172918387.$
Thank you! But according to the solution x is supposed to be 7.31 and y = 0.05 and z = 1.62. Edit: nevermind, figured it out. The log was base 10 so using that I get the right answers. Thank you so much!
– chemguy
Nov 23 at 14:28
What base is your logarithm? OH, OK.
– B. Goddard
Nov 23 at 14:31
Is there any way of solving this without maple etc.? This might come up on a exam with only a simple calculator allowed.
– chemguy
Nov 24 at 14:18
There is Newton's Method (and the related "secant line method") in which you guess a solution and it gives you a better solution. Then you repeat until you have the accuracy you want.
– B. Goddard
Nov 24 at 15:26
add a comment |
up vote
1
down vote
I don't think there's a nice solution, but I did this:
Let $a=1/x$, $b=50y$, and $c=100y+z.$ Then the equations become
$$6.16a=log c$$
$$8.59a=log (c+3b)$$
$$12.72a =log (c+18b)$$
Exponentiate:
$$exp(6.16a) = c$$
$$exp(8.59a) = c+3b$$
$$exp(12.72a) = c+18b$$
Eliminate $c$:
$$exp(8.59a) = exp(6.16a)+3b$$
$$exp(12.72a) = exp(6.16a)+18b$$
Take $6$ times the frist equation and subtract the second to get rid of $b$:
$$6exp(8.59a) -exp(12.72a) = 5exp(6.16a)$$
Divide through by $exp(6.16a)$:
$$6exp(2.43a) - exp(6.56a) = 5.$$
Now get a numerical solution by your favorite method. Maple gives me $a=0$ (which won't work) and $a=0.3151672618.$
So $x = 1/a = 3.172918387.$
Thank you! But according to the solution x is supposed to be 7.31 and y = 0.05 and z = 1.62. Edit: nevermind, figured it out. The log was base 10 so using that I get the right answers. Thank you so much!
– chemguy
Nov 23 at 14:28
What base is your logarithm? OH, OK.
– B. Goddard
Nov 23 at 14:31
Is there any way of solving this without maple etc.? This might come up on a exam with only a simple calculator allowed.
– chemguy
Nov 24 at 14:18
There is Newton's Method (and the related "secant line method") in which you guess a solution and it gives you a better solution. Then you repeat until you have the accuracy you want.
– B. Goddard
Nov 24 at 15:26
add a comment |
up vote
1
down vote
up vote
1
down vote
I don't think there's a nice solution, but I did this:
Let $a=1/x$, $b=50y$, and $c=100y+z.$ Then the equations become
$$6.16a=log c$$
$$8.59a=log (c+3b)$$
$$12.72a =log (c+18b)$$
Exponentiate:
$$exp(6.16a) = c$$
$$exp(8.59a) = c+3b$$
$$exp(12.72a) = c+18b$$
Eliminate $c$:
$$exp(8.59a) = exp(6.16a)+3b$$
$$exp(12.72a) = exp(6.16a)+18b$$
Take $6$ times the frist equation and subtract the second to get rid of $b$:
$$6exp(8.59a) -exp(12.72a) = 5exp(6.16a)$$
Divide through by $exp(6.16a)$:
$$6exp(2.43a) - exp(6.56a) = 5.$$
Now get a numerical solution by your favorite method. Maple gives me $a=0$ (which won't work) and $a=0.3151672618.$
So $x = 1/a = 3.172918387.$
I don't think there's a nice solution, but I did this:
Let $a=1/x$, $b=50y$, and $c=100y+z.$ Then the equations become
$$6.16a=log c$$
$$8.59a=log (c+3b)$$
$$12.72a =log (c+18b)$$
Exponentiate:
$$exp(6.16a) = c$$
$$exp(8.59a) = c+3b$$
$$exp(12.72a) = c+18b$$
Eliminate $c$:
$$exp(8.59a) = exp(6.16a)+3b$$
$$exp(12.72a) = exp(6.16a)+18b$$
Take $6$ times the frist equation and subtract the second to get rid of $b$:
$$6exp(8.59a) -exp(12.72a) = 5exp(6.16a)$$
Divide through by $exp(6.16a)$:
$$6exp(2.43a) - exp(6.56a) = 5.$$
Now get a numerical solution by your favorite method. Maple gives me $a=0$ (which won't work) and $a=0.3151672618.$
So $x = 1/a = 3.172918387.$
answered Nov 23 at 13:33
B. Goddard
18.2k21340
18.2k21340
Thank you! But according to the solution x is supposed to be 7.31 and y = 0.05 and z = 1.62. Edit: nevermind, figured it out. The log was base 10 so using that I get the right answers. Thank you so much!
– chemguy
Nov 23 at 14:28
What base is your logarithm? OH, OK.
– B. Goddard
Nov 23 at 14:31
Is there any way of solving this without maple etc.? This might come up on a exam with only a simple calculator allowed.
– chemguy
Nov 24 at 14:18
There is Newton's Method (and the related "secant line method") in which you guess a solution and it gives you a better solution. Then you repeat until you have the accuracy you want.
– B. Goddard
Nov 24 at 15:26
add a comment |
Thank you! But according to the solution x is supposed to be 7.31 and y = 0.05 and z = 1.62. Edit: nevermind, figured it out. The log was base 10 so using that I get the right answers. Thank you so much!
– chemguy
Nov 23 at 14:28
What base is your logarithm? OH, OK.
– B. Goddard
Nov 23 at 14:31
Is there any way of solving this without maple etc.? This might come up on a exam with only a simple calculator allowed.
– chemguy
Nov 24 at 14:18
There is Newton's Method (and the related "secant line method") in which you guess a solution and it gives you a better solution. Then you repeat until you have the accuracy you want.
– B. Goddard
Nov 24 at 15:26
Thank you! But according to the solution x is supposed to be 7.31 and y = 0.05 and z = 1.62. Edit: nevermind, figured it out. The log was base 10 so using that I get the right answers. Thank you so much!
– chemguy
Nov 23 at 14:28
Thank you! But according to the solution x is supposed to be 7.31 and y = 0.05 and z = 1.62. Edit: nevermind, figured it out. The log was base 10 so using that I get the right answers. Thank you so much!
– chemguy
Nov 23 at 14:28
What base is your logarithm? OH, OK.
– B. Goddard
Nov 23 at 14:31
What base is your logarithm? OH, OK.
– B. Goddard
Nov 23 at 14:31
Is there any way of solving this without maple etc.? This might come up on a exam with only a simple calculator allowed.
– chemguy
Nov 24 at 14:18
Is there any way of solving this without maple etc.? This might come up on a exam with only a simple calculator allowed.
– chemguy
Nov 24 at 14:18
There is Newton's Method (and the related "secant line method") in which you guess a solution and it gives you a better solution. Then you repeat until you have the accuracy you want.
– B. Goddard
Nov 24 at 15:26
There is Newton's Method (and the related "secant line method") in which you guess a solution and it gives you a better solution. Then you repeat until you have the accuracy you want.
– B. Goddard
Nov 24 at 15:26
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f3010328%2fsolving-sets-of-3-equations-with-3-unknown-with-some-logarithms-thrown-in%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