|
-
Mar 16th, 2011, 08:19 AM
#1
Simple Algebra
But I can't remember my maths lessons. How do I rearrange the below formula to make x the subject:
-
Mar 16th, 2011, 10:51 AM
#2
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Mar 16th, 2011, 12:04 PM
#3
Re: Simple Algebra
This looks like a fun tool, and it's free: http://www.microsoft.com/downloads/e...f-9e242b794c3a
This isn't a snide comment about how you should use that to find the answer, I genuinely think it's a nice tool. I think log is the correct answer.
-
Mar 16th, 2011, 01:45 PM
#4
Re: Simple Algebra
log(y)/log(2) = x works 
The question is, why does this work? What is the proof?
-
Mar 16th, 2011, 02:12 PM
#5
Re: Simple Algebra
"It just does - deal with it." - Sir Isaac Newton.
-
Mar 16th, 2011, 08:59 PM
#6
Re: Simple Algebra
 Originally Posted by visualAd
log(y)/log(2) = x works
The question is, why does this work? What is the proof?
It works because a logarithmic function is an inverse function of the exponential function.
It's like how division is inverse of multiplication and saying that if y=5*x => x = y / 5
-
Mar 16th, 2011, 09:01 PM
#7
Re: Simple Algebra
It works because one of the most basic rules of logarithms is that
log(px) = p log(x)
This makes sense if you see that the logarithm of x is just the number to which the base (usually 10) must be raised to produce x. For example, the logarithm of 1000 is 3, because the base (10) has to be raised 3 times (10^3) to produce 1000. The logarithm of 10^3 (= 3) is therefore the same as 3 times the logarithm of 10. [ In other words: log(10^3) = 3 log(10) ]
So just take the logarithm of both sides and rearrange.
-
Mar 16th, 2011, 10:37 PM
#8
Re: Simple Algebra
Ah logarithms!! Along with derivatives and integration, these spoilt my math classes in college...
.
-
Mar 17th, 2011, 12:45 AM
#9
Re: Simple Algebra
Excellent, thanks for the maths lesson. It kind of rings a bell of a A Level lesson sometime in 1999
-
Mar 17th, 2011, 03:56 PM
#10
I don't live here any more.
-
Mar 18th, 2011, 05:40 AM
#11
Re: Simple Algebra
Well here is my test. I took the formula for calculation of compound interest:
Code:
M = P (1 + i)n
- M = maturity amount
- P = initial amount
- n = number of intervals (e.g. years)
Based on the above, I was able to rearrange the formula to make n the subject:
Code:
n = log(M / P) / log((1 + i))
Can this be simplified any more?
-
Mar 18th, 2011, 09:24 AM
#12
Re: Simple Algebra
Code:
n = log((M / P) * (1 + i))
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Mar 18th, 2011, 10:54 AM
#13
Re: Simple Algebra
Is this another rule:
log(a) / log(b) = log(ab)
-
Mar 18th, 2011, 11:07 AM
#14
Re: Simple Algebra
 Originally Posted by visualAd
Is this another rule:
log(a) / log(b) = log(ab)
I think, I'm wrong. : http://www.andrews.edu/~calkins/math...xts/numb17.htm
I'll double check it.
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Mar 18th, 2011, 11:50 AM
#15
Re: Simple Algebra
No, I'm pretty sure it's log(a) / log(b) = log(a - b).
-
Mar 18th, 2011, 12:21 PM
#16
Re: Simple Algebra
 Originally Posted by NickThissen
No, I'm pretty sure it's log(a) / log(b) = log(a - b).
Sorry for the mistake. I have mixed up everything in my mind 
Code:
log(a) + log(b) = log(a*b)
Right ?
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Mar 18th, 2011, 12:39 PM
#17
Re: Simple Algebra
Yeah that was it. Mine was wrong too, I think it should have been log(a) - log(b) = log(a/b)
-
Mar 18th, 2011, 12:48 PM
#18
Re: Simple Algebra
I think, the correct answer is:
Code:
log(a)/log(b) = log a to the base b
Am I right ?
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Mar 18th, 2011, 12:55 PM
#19
Re: Simple Algebra
Yes, it's a change of base, but that doesn't really simplify the expression. In fact I would say that
log1+i(M / P)
is less simple then
log(M/P) / log(1 + i)
But that's just me I guess
-
Mar 18th, 2011, 03:52 PM
#20
My usual boring signature: Nothing
 
-
Mar 18th, 2011, 08:15 PM
#21
Addicted Member
Re: Simple Algebra
This belongs in the maths forum. I will request that it be moved there.
-
Mar 19th, 2011, 07:11 AM
#22
Re: Simple Algebra
Neatfreak...
The problem is already solved and Shaggy already started to derail this thread.
Delete it. They just clutter threads anyway.
-
Mar 19th, 2011, 08:23 AM
#23
Re: Simple Algebra
Have to agree with moonman239, there is some useful information in this thread that may be of use to other people, so going to move it over to the Maths Forum.
Gary
-
Mar 19th, 2011, 09:35 AM
#24
Re: Simple Algebra
Logarithm formulas have a bunch of symmetries with exponential formulas, since they're inverse functions. Examples:
y = e^x
<=>
x = ln(y)
e^(a+b) = e^a * e^b
<=>
ln(a) + ln(b) = ln(a*b)
e^(ax+by) = (e^x)^a * (e^y)^b
<=>
ln(x^a * y^b) = a*ln(x) + b*ln(y)
e^(x ln(b)) = b^x
<=>
ln(x)/ln(b) = log_b(x)
Of course there are others.
Last edited by jemidiah; Mar 24th, 2011 at 04:09 AM.
Reason: Reversed a formula to make it more idiomatic
The time you enjoy wasting is not wasted time.
Bertrand Russell
<- Remember to rate posts you find helpful.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|