PDA

View Full Version : Logarithms


footprints
Oct23-04, 05:40 AM
Sovle the simultaneous equations
log_2 (x-14y) = 3
lgx - lg(y+1) = 1
How do i start?

misogynisticfeminist
Oct23-04, 06:25 AM
for the first equation, make it

2^3= x-14y

then carry on from there......

:smile:

HallsofIvy
Oct23-04, 10:27 AM
Of course, without knowing what "lg" means we can't help you with the second equation!

footprints
Oct23-04, 10:40 AM
I suppose lg means log_{10} ? I got the question from my book.

Hurkyl
Oct23-04, 10:43 AM
Weird. I'm most familiar with lg denoting log base two, from my computer science courses.

footprints
Oct23-04, 10:48 AM
Well u might be correct considering that u are probably smarter than me. But i was thaught that lg is log_{10} if the base isn't stated.

arildno
Oct23-04, 11:39 AM
lg is used, for example in certain fluid mechanics formulae, as the Briggsian logarithm, that is, log_{10}

footprints
Oct23-04, 11:42 AM
The answer for the question is x=15, y=1/2

arildno
Oct23-04, 11:44 AM
Since you've learnt to use "lg" as log10, stick with that!
The second equation can then be rewritten as:
\frac{x}{y+1}=10
Do you agree with that reasoning?

footprints
Oct23-04, 11:46 AM
Yes. Thank you

footprints
Oct23-04, 11:48 AM
How about this one. Solve 1 + 2 lg (x+1) = lg (2x+1) + lg (5x+8)
Sorry but i still haven't got the hang of log yet

arildno
Oct23-04, 11:53 AM
Look first at your RIGHT-HAND side:
Can you write the sum of two logs as a single log?

footprints
Oct23-04, 11:56 AM
ok so i got lg(10x^2 + 21x + 8)
Then i will get 10+(x+1)^2 = (10x^2 + 21x + 8)right?

arildno
Oct23-04, 11:59 AM
Right, so you can use that expression as your right-hand side instead (agreed?).
Now, consider the 2lg(x+1)-term on your original left-hand side.
Can you rewrite that into log(something..)

arildno
Oct23-04, 12:00 PM
No, your suggestion at exponentiating the equation is wrong, even though you made a correct rewriting of your right-hand side

footprints
Oct23-04, 12:02 PM
Isn't the left hand side in a log form already? Except the 1.

arildno
Oct23-04, 12:09 PM
It is completely wrong:
We have:
1+lg((x+1)^{2})=lg(....)
We must move the log term on the left-hand side over and get:
1=lg(\frac{(...)}{(x+1)^{2}})
Or :
10=\frac{(...)}{(x+1)^{2}}

Do you see the difference?

I've used (...) to denote what stood on the right-hand side.

footprints
Oct23-04, 12:14 PM
Ahhh... Finally i get it. I can solve it from here.

MiGUi
Oct23-04, 12:42 PM
What notation you use for logarythms in base "e" and in base "10"? In Spain we use "ln" for the first, and "log" for second. I think that your notation is not the same...

footprints
Oct23-04, 12:43 PM
Same for me in my country

HallsofIvy
Oct23-04, 02:57 PM
I would do 1 + 2 lg (x+1) = lg (2x+1) + lg (5x+8)
by rewriting it as lg(2x+1)+ lg(5x+8)- 2log(x+1)= 1 so
lg((2x+1)(5x+1)/(x+1)2)= 1 which is the same as

\frac{(2x+1)(5x+1)/(x+1)^2}= 10
or
(2x+1)(5x+1)= 10(x+1)^2
which is
10x^2+7x+ 1= 10x2+ 20x+ 10
so
-13x= 9

arildno
Oct23-04, 03:45 PM
Halls: It is (5x+8) rather than (5x+1)..