Science Forums: indices and logarithms - Science Forums

Jump to content

Welcome to ScienceForums.Net!

Welcome to ScienceForums.Net! We welcome science discussion at all levels — from beginners to researchers, covering topics from biology to computer science, and much more. Registration is fast and free, and allows you to post on the forums, so register now and join the discussions!
  
After you've registered, come in and introduce yourself, or visit the forum index. If you need any help  registering, posting, or if you just have some questions about our site, please feel free to contact us at staff at scienceforums dot net.

  • Start new topics and reply to others
  • Subscribe to topics and forums to get automatic updates
  • Create a ScienceForums.Net Blog!
Guest Message © 2012 DevFuse

Homework Help Rules

A simple reminder to all: this is the "Homework Help" forum, not the "Homework Answers" forum. We will not do your work for you, only point you in the right direction. Posts that do give the answers may be removed.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

indices and logarithms some question Rate Topic: -----

#1 Vastor 


Baryon
hey guys,

well, as we know, adding among log like this is easy

\log_c A + \log_c B = \log_c AB

but how does to "add" something like this?

\log_3 12-3^x = x - 1

and basically, how you calculate add in an equation that has indices and logarithms?

I mean if

A * A = A^{1+1}

but how about
A + A = A^? = 2A
Some sort of good tutor :}

the one who don't bother to accept is ignorant, the one who don't bother to deny is fools.
0

#2 ajb 


Icon
Physics Expert
Equalities like

x = \log_{a}(x^{a}) =  a^{\log_{a}(x)},

maybe useful.

______________________

There us an obvious typo here!

x = \log_{a}(a^{x})

This post has been edited by ajb: 15 February 2012 - 10:55 AM

"In physics you don't have to go around making trouble for yourself - nature does it for you" Frank Wilczek.

My homepage.
0

#3 Fuzzwood 


Formerly known as Fswd
Another hint: 12 = 9 + 3
0

#4 Vastor 


Baryon
ouch, I don't know what the cause, my brain hurt so hard when dealing with logs that involve adding like this question, indices is much better alternative

3^{x-1} + 3^x = 12 (originals of above question)

using factorisation and other stuff without involving log can be solved easily and get the answer of x = 2.

but can log solve above problem also? I try but I had problem when I'm trying to convert the indices to a log because of the add/minus symbol. it give me so much headache on how to create a symbol for the add/minus (like multiply and divide they turn into plus/minus in log) if then, what plus/minus turn out to be?

even using ajb recommendation, I still can't convert it in which I'm sure I'm do it right

if  x = \log_{a}(x^{a}) =  a^{\log_{a}(x)}

then  3^{x-1} + 3^x = \log_{1}{12^1}
i'm doing it right? if then, how I convert on the left part to log? arrrghh :wacko:
Some sort of good tutor :}

the one who don't bother to accept is ignorant, the one who don't bother to deny is fools.
0

#5 Vastor 


Baryon
anyone?:mellow:
Some sort of good tutor :}

the one who don't bother to accept is ignorant, the one who don't bother to deny is fools.
0

#6 ajb 


Icon
Physics Expert
Okay. A good hint would be to multiply both sides of your equation by 3^{1-x}. Use the law of indices and then take your logs.
"In physics you don't have to go around making trouble for yourself - nature does it for you" Frank Wilczek.

My homepage.
1

#7 Vastor 


Baryon

View Postajb, on 14 February 2012 - 11:02 AM, said:

Okay. A good hint would be to multiply both sides of your equation by 3^{1-x}. Use the law of indices and then take your logs.

ok, I got it, thnx, so the clue here is to put the variable x in one place only(aka not seperated between two number by the plus symbol)?!
Some sort of good tutor :}

the one who don't bother to accept is ignorant, the one who don't bother to deny is fools.
0

#8 ajb 


Icon
Physics Expert
I think so.

One is tempted to write

\log(a+b) = \log(a)+ log(b),

but this is not true. I cannot see any more direct way of using logs in tackling this question. Though note everything is quite easy in your example and the answer can just be spotted.
"In physics you don't have to go around making trouble for yourself - nature does it for you" Frank Wilczek.

My homepage.
0

#9 Vastor 


Baryon

View PostVastor, on 15 February 2012 - 08:05 AM, said:

ok, I got it, thnx, so the clue here is to put the variable x in one place only(aka not seperated between two number by the plus symbol)?!

forget this, this one is clue on how to solve the question's problem...

View Postajb, on 15 February 2012 - 08:20 AM, said:

I think so.

One is tempted to write

\log(a+b) = \log(a)+ log(b),

but this is not true. I cannot see any more direct way of using logs in tackling this question. Though note everything is quite easy in your example and the answer can just be spotted.


I understand that, when first seeing log, I can't really see the pattern on how it work, and can't even understand why

A^B = C
become
 log_A C = B

until now, the only thing not really clear to me is what does A represent (which why give me so much difficulty on converting from indice to log or otherwise), yes it is "base" but what is it actually, does it refer to the same "base" of "number type"(sorry, not really know many definition on math here), I mean does it refer to base-ten / base-two number?

if so, why does
log_1 12^1 = 12
does not 12 is number base-10? why it is 1 in log?

for the part that I understand on log:-
- they behave like indices, except they are being as the "main number". example:-
10^5 = 100,000
become
log 100,000 = 5 the 5 became the "main number", and the "original main number" become inner-side of the log.

- we can change the number base(and the "original main number") as we like without changing its "main number" values. examples:-
1 = log 10 = log_5 5 = log_6 6 = 1

- there some pattern on how there some relation between the "base" and "main number" and "inner-side number"(all number, nuff said)in log
log_9 \frac{x}{y}

=\frac{log_3 \frac{x}{y}}{log_3 9}

=\frac{log_3 \frac{x}{y}}{2}

=\frac{log_3 x - log_3 y}{2}

=\frac{1}{2}(log_3 x - log_3 y)

=log_3 \sqrt{x} - log_3 \sqrt{y}

can you say something about this?(wikipedia just not enough):lol:

edit: should proof-read first

This post has been edited by Vastor: 15 February 2012 - 09:52 AM

Some sort of good tutor :}

the one who don't bother to accept is ignorant, the one who don't bother to deny is fools.
0

#10 ajb 


Icon
Physics Expert
There is a typo earlier on, should have spotted that before.

The definition of of the log is

x= \log_{a}(a^{x}).

Now, log to the base one is not defined. One to any power is still one.
"In physics you don't have to go around making trouble for yourself - nature does it for you" Frank Wilczek.

My homepage.
0

#11 Vastor 


Baryon
edit : Ignore this post, should have read question better :D

hey guys,

I don't know if the problem is in the answer provided in the book but the exercise said

Solve the following equation  9log_3 x = 7

 9log_3 x = 7

 log_3 x = \frac{7}{9}

 3^{\frac{7}{9}} = x

answer in the book
 x = \sqrt{7}

ooo wait, does it legitimate to use graphing calculator like this to find the answer?
Posted Image
lost my calculator somewhere :doh:

This post has been edited by Vastor: 17 February 2012 - 07:52 AM

Some sort of good tutor :}

the one who don't bother to accept is ignorant, the one who don't bother to deny is fools.
0

#12 ajb 


Icon
Physics Expert
Your answer x= 3^{\frac{7}{9}} is correct.
"In physics you don't have to go around making trouble for yourself - nature does it for you" Frank Wilczek.

My homepage.
0

#13 Vastor 


Baryon
Posted Image

how can this happened?
Some sort of good tutor :}

the one who don't bother to accept is ignorant, the one who don't bother to deny is fools.
0

#14 Vastor 


Baryon
hey guys,
ignore my post before and never use your pc calculator to calculate log xD

anyway, I got another sort of hard question:

Solve the equation  4^x - 7*2^x - 8 = 0

 4^x - 7*2^x - 8 = 0

 4^x - 7*2^x = 8

 2^x(2^x - 7) = 2^3

 2^x - 7 = \frac{2^3}{2^x}

using trial and error, you can get x = 3

but how to calculate it?

This post has been edited by Vastor: 19 February 2012 - 09:19 AM

Some sort of good tutor :}

the one who don't bother to accept is ignorant, the one who don't bother to deny is fools.
0

#15 Fuzzwood 


Formerly known as Fswd
You could pull 7 apart in 23 - 20. Then you have everything as 2 to the power of something, and something to the power of 0 which always equals 1:

x - (3 - 1) = 3/x

x - 3 + 1 = 3/x

x - 2 = 3/x

x² - 2x - 3 = 0

(x - 3)(x + 1)

x = 3 or x = -1
0

#16 Vastor 


Baryon

View PostFuzzwood, on 19 February 2012 - 12:18 PM, said:

You could pull 7 apart in 23 - 20. Then you have everything as 2 to the power of something, and something to the power of 0 which always equals 1:

x - (3 - 1) = 3/x

x - 3 + 1 = 3/x

x - 2 = 3/x

x² - 2x - 3 = 0

(x - 3)(x + 1)

x = 3 or x = -1


don't you think there error in your calculation?

how do you get

x - (3-1) = 3/x ?
Some sort of good tutor :}

the one who don't bother to accept is ignorant, the one who don't bother to deny is fools.
0

#17 imatfaal 


Icon
Primate
To check answers when unsure always sub back into the original equation

  4^x - 7*2^x - 8 = 0

  4^3 - 7*2^3 - 8 = 0

 64 - 7*8 - 8 = 0

 64 - 56 - 8 = 0

ok that's cool

  4^{-1} - 7*2^{-1} - 8 = 0

 1/4 - 7*(1/2) - 8 = 0

1/4  - 7/2 - 8 = 0

and that is not right!

the error in Fswd's answer is in the taking of logs of multiplied factors

I would do it this way

  4^x - 7*2^x - 8 = 0

 2^{2x} - 2^x(2^3-2^0) - 2^3 = 0

 2^{2x} - 2^x.2^3+2^x.2^0 - 2^3 = 0

and bracketed to make the correct removal of the 2s clearer

 2^{2x} - (2^x.2^3)+(2^x.2^0) - 2^3 = 0

 2x   		- (x+3)+(x+0) - 3 = 0

 2x   		- x-3+x - 3 = 0

 2x   		-3- 3 = 0

 2x   		= 6

 x=3
A little learning is a dangerous thing; drink deep, or taste not the Pierian spring:
there shallow draughts intoxicate the brain, and drinking largely sobers us again.

- Alexander Pope
feel free to click the green [+] ---->
0

#18 Vastor 


Baryon
Hey guys,
35. It is known that x and y are related by the equation  y = ax^n , where a and n are constants. When a graph of  log_2 y against  log_2 x is plotted, a straight line passing through the points (1,5) and (3,11) is obtained. Find the values of a and n.

 y = ax^n \Rightarrow lg y = lg a + n*lg x \Rightarrow log_2 y = n*log_2 x + log_2 a, right?

 log_2 y = m*log_2 x + C, P_1(3, 11), P_2(1, 5)

 m = \frac{11-5}{3-1} = \frac{6}{2} = 3 (real answer = 3)

if x = 1, y = 5.
 log_2 5 = 3*log_2 1 + C \Rightarrow lg 5 = lg 1 + C \Rightarrow lg 5 = C

where C = lg a
 lg 5 = lg a \Rightarrow a = 5 (real answer = 4)


if x = 3, y = 11.
 log_2 11 = 3*log_2 3 + C \Rightarrow lg 11 = 3*lg 3 + C \Rightarrow C = lg 11 - lg 27 \neq lg 5 how this happen? does Linear Law breaks down its "accurate" relation? or just my daily 'mathypo'.
Some sort of good tutor :}

the one who don't bother to accept is ignorant, the one who don't bother to deny is fools.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users