testing header
Math Goodies is a free math help portal for students, teachers, and parents.
Free Math
Newsletter
   
Interactive Math Goodies Software

Buy Math Goodies Software
Math Goodies on facebook
Math Goodies Blog
Math Forums @ Math Goodies
Math Forums @ Math Goodies
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Homework Help Forums
 Pre-Calculus and Calculus
 find value of x in log equation

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List Insert Special Characters Insert Smilie
   
Message:
* HTML is OFF
* Forum Code is ON

Math Symbols
Squared [squared] Cubed [cubed] Square Root [sqrt] Cube Root [cbrt] Pi [pi]
Alpha [alpha] Beta [beta] Gamma [gamma] Theta [theta] Angle [angle]
Degrees [degrees] Times [times] Divide [divide] Less Than or Equal To [less-than] Greater Than or Equal To [greater-than]
Plus Minus [plus-minus] Integral [integral] Sum [sum] Sub 1 [sub-1] Sub 2 [sub-2]
Element Of [element-of] Union [union] Intersect [intersect] Subset [subset] Empty Set [empty-set]

  Check here to subscribe to this topic.
 
   

T O P I C    R E V I E W
alexdc Posted - 07/30/2011 : 14:28:20
I'm not understanding where I'm going wrong on this one, but here it is:

find x when

log (sub 2) x = log (sub 3) x + 1

Answer:

x = 2^( 1/(1-log (sub2) 3) ) or x = 3^(1/(log (sub 2) 3 - 1)

My work:

start by dividing each side by log (sub 2) x to get:

1 = ( (log (sub 3) x) / (log (sub 2) x) ) + ( 1 / (log (sub 2) x) )

then, use the identity:

( (log (sub a) y) / (log (sub b) y) ) = log (sub a) b

A bit of algebra, and this identity is also:

1 / (log (sub b) y) = (log (sub a) b) * (log (sub a) y)

Applying this identity to the problem, we have:

y = x
a = 3
b = 2

So that:

( (log (sub 3) x) / (log (sub 2) x) ) = log (sub 3) 2

and:

( 1 / (log (sub 2) x) ) = (log (sub 3) 2) * (log (sub 3) x)

so our equation is now:

1 = ( log (sub 3) 2 ) + ( (log (sub 3) 2) * (log (sub 3) x) )

Divide both sides by ( log (sub 3) 2 ) to get:

1 / ( log (sub 3) 2 ) = 1 + ( log (sub 3) x )

subtract both sides by 1 to get:

( 1 / ( log (sub 3) 2 ) ) - 1 = ( log (sub 3) x )

we know that log (sub a) b = c is the same as b = a ^ c, so:

x = 3 ^ ( ( 1 / ( log (sub 3) 2 ) ) - 1 )

which is not one of the answers. Similarly, by starting to solve this by dividing the whole equation ( log (sub 3) x ), I get the answer:

2^( 1/(1-log (sub3) 2) )


I'm not seeing what I'm doing wrong here, but my answers don't check, and answers in the book do.

Any help is appreciated! Thank you.
5   L A T E S T    R E P L I E S    (Newest First)
alexdc Posted - 08/02/2011 : 16:22:18
Just noticed that. I screwed up basic algebra, that was my mistake. This:

( (log (sub a) y) / (log (sub b) y) ) = log (sub a) b

DOES NOT equal this:

1 / (log (sub b) y) = (log (sub a) b) * (log (sub a) y)

After ANY amount of algebra. I multiplied both sides by (log (sub a) y), instead of dividing. Stupid mistake, and the answer is correct after using the proper identity.

Thanks for the help!
Subhotosh Khan Posted - 08/02/2011 : 15:25:13
quote:
Originally posted by alexdc

I'm not understanding where I'm going wrong on this one, but here it is:

find x when

log (sub 2) x = log (sub 3) x + 1

log3x = log32 * log2x

Answer:

x = 2^( 1/(1-log (sub2) 3) ) or x = 3^(1/(log (sub 2) 3 - 1)

My work:

start by dividing each side by log (sub 2) x to get:

1 = ( (log (sub 3) x) / (log (sub 2) x) ) + ( 1 / (log (sub 2) x) )

then, use the identity:

( (log (sub a) y) / (log (sub b) y) ) = log (sub a) b

A bit of algebra, and this identity is also:

1 / (log (sub b) y) = (log (sub a) b) * (log (sub a) y)

Applying this identity to the problem, we have:

y = x
a = 3
b = 2

So that:

( (log (sub 3) x) / (log (sub 2) x) ) = log (sub 3) 2

and:

( 1 / (log (sub 2) x) ) = (log (sub 3) 2) * (log (sub 3) x)

so our equation is now:

1 = ( log (sub 3) 2 ) + ( (log (sub 3) 2) * (log (sub 3) x) )

Divide both sides by ( log (sub 3) 2 ) to get:

1 / ( log (sub 3) 2 ) = 1 + ( log (sub 3) x )

subtract both sides by 1 to get:

( 1 / ( log (sub 3) 2 ) ) - 1 = ( log (sub 3) x )

we know that log (sub a) b = c is the same as b = a ^ c, so:

x = 3 ^ ( ( 1 / ( log (sub 3) 2 ) ) - 1 )

which is not one of the answers. Similarly, by starting to solve this by dividing the whole equation ( log (sub 3) x ), I get the answer:

2^( 1/(1-log (sub3) 2) )


I'm not seeing what I'm doing wrong here, but my answers don't check, and answers in the book do.

Any help is appreciated! Thank you.

royhaas Posted - 08/02/2011 : 07:28:22
Write the base 2 log in terms of the base 3 log, or vice versa.
alexdc Posted - 08/01/2011 : 16:39:51
I think I understand what you are saying, but I'm not seeing the next step. I take it the idea would be to make each side as a power of 2 or 3, and get either (making both sides a power of 2):

x = 2^( log (sub 3) x + 1 )

simplified:

x = 2^( log (sub 3) x ) * (2^1)

simplified:

x = 2^( log (sub 3) x ) * 2

or (making both sides a power of 3):

3^( log (sub 2) x ) = 3^( log (sub 3) x + 1 )

simplified:

3^( log (sub 2) x ) = 3^( log (sub 3) x ) * (3^1)

simplified:

3^( log (sub 2) x ) = 3x

However, in both cases, I'm not sure what to do after the above listed steps. I have a feeling I'm missing something incredibly obvious here.
royhaas Posted - 08/01/2011 : 07:55:01
Start by exponentiating each side. For example, if
u = v, then 2^u = 2^v.

Math Forums @ Math Goodies © 2000-2004 Snitz Communications Go To Top Of Page
This page was generated in 0.05 seconds. Snitz Forums 2000
testing footer
About Us | Contact Us | Advertise with Us | Facebook | Blog | Recommend This Page




Copyright © 1998-2013 Mrs. Glosser's Math Goodies. All Rights Reserved.

A Hotchalk/Glam Partner Site - Last Modified 23 May 2013