Thread Closed

Logarithms

 
Share Thread Thread Tools
Jun23-08, 07:46 AM   #1
 

Logarithms


I have two problems if that's ok with you

1. log((x-3)/(x+3)) <= 1

2. 6*9^(1/x) - 13*6^(1/x) + 6*4^(1/x) = 0

So for the first one i didnt get too far. I divided the logarithm and i got:
log(x-3) + log(x+3) <= 1

For the second one i used logarithms and received:
log6 + 1/x*log9 - log13 - 1/x*log6 + log6 + 1/x*log4 = 0
Next:
1/x(log9-log6+log4) + log6 - log13 + log6 = 0
Then:
1/x*(log6) + log(36/13) = 0

and i dont know what to do from here. any help would be apreciated. thanks :)
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
Jun23-08, 09:26 AM   #2
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by Petkovsky View Post
1. log((x-3)/(x+3)) <= 1
Let's start with the first one. Start by finding the value of y such that log(y)=1.

You also need to be careful with your logarithm laws, your expansion is incorrect.
Jun23-08, 09:38 AM   #3
 
Quote by Petkovsky View Post
1. log((x-3)/(x+3)) <= 1
Am I seeing that right? Is that log [(x-3)/(x+3)] <= 1

And by <= you mean that it's less than one?

Sorry guys. Getting used the forums here. I also thought that a good way to brush up my "skills" is to try and help other people.

Thanks.
Jun23-08, 09:53 AM   #4
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

Logarithms


Quote by thakid87 View Post
Am I seeing that right? Is that log [(x-3)/(x+3)] <= 1
That's how I read it.
Quote by thakid87 View Post
And by <= you mean that it's less than one?
That generally means 'less than or equal to' (i.e. [itex]\leq[/itex]).
Quote by thakid87 View Post
Sorry guys. Getting used the forums here. I also thought that a good way to brush up my "skills" is to try and help other people.
Hey, no need to apologise. Welcome to the Forums! Be sure to introduce yourself in the General Discussion forum .
Jun23-08, 10:08 AM   #5
 
Quote by Hootenanny View Post
Let's start with the first one. Start by finding the value of y such that log(y)=1.

You also need to be careful with your logarithm laws, your expansion is incorrect.
Sorry it's just a typo. The sign in between is supposed to be a minus.

Btw u helped me a lot with that hint so let me just chech if i got it.

So we forget about the expansion and we have log[(x-3)/(x+3)] <= log10
Next
(x-3)/(x+3) <= 10
x-3 <= 10x + 30

x<= -33/9 << is this ok?
Jun23-08, 10:12 AM   #6
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by Petkovsky View Post
So we forget about the expansion and we have log[(x-3)/(x+3)] <= log10
Next
(x-3)/(x+3) <= 10
Are you sure that that should be a 10?
Jun23-08, 10:13 AM   #7
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by Petkovsky View Post
I have two problems if that's ok with you

1. log((x-3)/(x+3)) <= 1
As Hootenanny said, first solve log(y)= 1, then use y= (x-3)/(x+3). Remember than an inequality can change from "<" to ">" only at points where both sides are equal or where the function is not defined.

2. 6*9^(1/x) - 13*6^(1/x) + 6*4^(1/x) = 0
\
9= 32, 6= 3(2) and 4= 22. If you let a= 31/x and b= 21/x, this is 6a2- 13ab+ 6b2= 0. That's fairly easy to factor and so gives you two linear equations for a and b.

So for the first one i didnt get too far. I divided the logarithm and i got:
log(x-3) + log(x+3) <= 1

For the second one i used logarithms and received:
log6 + 1/x*log9 - log13 - 1/x*log6 + log6 + 1/x*log4 = 0
Next:
1/x(log9-log6+log4) + log6 - log13 + log6 = 0
Then:
1/x*(log6) + log(36/13) = 0

and i dont know what to do from here. any help would be apreciated. thanks :)
Jun23-08, 10:45 AM   #8
 
Quote by Hootenanny View Post
Are you sure that that should be a 10?
Well if log(x) = 1
then 10[tex]^{1}[/tex] = x

From here x equals 10
I think it is ok...
Jun23-08, 10:52 AM   #9
 
Quote by Hootenanny View Post
That's fairly easy to factor and so gives you two linear equations for a and b.
I cant see an easy way to factor it, honestly. Is it just me?
Jun23-08, 01:00 PM   #10
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Retired Staff Staff Emeritus
It is easy to factor, but if you don't see it you can always fall back on the quadratic formula. What are the solutions of [itex]6x^2-13x+6=0[/itex]?
Jun24-08, 10:16 AM   #11
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by Petkovsky View Post
Well if log(x) = 1
then 10[tex]^{1}[/tex] = x

From here x equals 10
I think it is ok...
So (x-3)/(x+3)= 10. Can you solve that for x?
Jun24-08, 10:17 AM   #12
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by Petkovsky View Post
I cant see an easy way to factor it, honestly. Is it just me?
Yes, it really is!. It might help you to know that 3(3)+ 2(2)= 13.
Jun24-08, 10:20 AM   #13
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by Petkovsky View Post
Well if log(x) = 1
then 10[tex]^{1}[/tex] = x

From here x equals 10
I think it is ok...
Sorry, my bad, I misread the OP.
Thread Closed
Thread Tools


Similar Threads for: Logarithms
Thread Forum Replies
Logarithms Introductory Physics Homework 19
Help with Logarithms Introductory Physics Homework 3
logarithms General Math 3
Logarithms anyone? Introductory Physics Homework 7
Logarithms General Math 5