Log exponential and hyperbolics

Sunny1982

New member
Joined
Mar 12, 2013
Messages
13
Hi Folks I was wondering if someone can be kind enough to see if the following answers are correct, I am working on rest of the questions of this assignment will be grateful if someone let's me know I'm on the right lines.
1. Solve the following:

3x = 10
x=10/3

Ln (x2) + ln(x5)= 28
ln(x⁷) = 28
x⁷ = e^(28)
x = ⁷√(e^(28)
x = e^(4)

 
Hi Folks I was wondering if someone can be kind enough to see if the following answers are correct, I am working on rest of the questions of this assignment will be grateful if someone let's me know I'm on the right lines.
1. Solve the following:

3x = 10
x=10/3 NO! Let's consider this example 35=243,and2433=815.\displaystyle 3^5 = 243, and \dfrac{243}{3} = 81 \ne 5.

Ln (x2) + ln(x5)= 28
ln(x⁷) = 28
x⁷ = e^(28)
x = ⁷√(e^(28)
x = e^(4)
YES!

You can test your own work. ln{(e4)2}+ln{(e4)5}=ln(e8)+ln(e20)=ln(e28)=28ln(e)=281=28.\displaystyle ln\left\{(e^4)^2\right\} + \ln\left\{(e^4)^5\right\} = ln(e^8) + ln(e^{20}) = ln(e^{28}) = 28 * ln(e) = 28 * 1 = 28.
3x=10    ln(3x)=ln(10)    xln(3)=ln(10)    x=ln(10)ln(3)\displaystyle 3^x = 10 \implies ln(3^x) = ln(10) \implies x * ln(3) = ln(10) \implies x = \dfrac{ln(10)}{ln(3)}
 
Sorry to be rude so how do I work out the answer, that example didn't make sense to me?
 
3x=10    ln(3x)=ln(10)    xln(3)=ln(10)    x=ln(10)ln(3)\displaystyle 3^x = 10 \implies ln(3^x) = ln(10) \implies x * ln(3) = ln(10) \implies x = \dfrac{ln(10)}{ln(3)}
This answer was given in the first response to your question.

To bring the unknown x down from being an exponent, take the log of both sides of the equation and then solve for x. Do you need explanation of the steps?
 
Last edited:
Sorry to be rude so how do I work out the answer, that example didn't make sense to me?
a=b    logc(a)=logc(b) for any real c>0 and c1.\displaystyle a = b \iff log_c(a) = log_c(b)\ for\ any\ real\ c > 0\ and\ c\ne 1.

In words: if two numbers are equal to each other, then their logs (to the same base) are equal; and if two logs to the same base are equal to each other, then their arguments are equal.

You with me?

So

3x=10    \displaystyle 3^x = 10 \implies

logc(3x)=logc(10),where c>1.\displaystyle log_c\left(3^x\right) = log_c(10), where\ c > 1. Just applying the general rule explained above.

And logc(3x)=xlogc(3).\displaystyle log_c\left(3^x\right) = x * log_c(3). One of the basic laws of logarithms, right?

So xlogc(3)=logc(10).\displaystyle x * log_c(3) = log_c(10). Basic rule of algebra: two numbers equal to a third number are equal to each other.

And logc(3)>0    logc(3)0.\displaystyle log_c(3) > 0 \implies log_c(3) \ne 0. So I can divide both sides of the equation by logc(3).\displaystyle log_c(3).

x=logc(10)logc(3).\displaystyle x = \dfrac{log_c(10)}{log_c(3)}.

Now let's check our answer.

y=3x and x={logc(10)÷logc(3)}    logc(y)=logc(3{logc(10)÷logc(3)})=logc(10)logc(3)logc(3)=logc(10).\displaystyle y = 3^x\ and\ x = \{log_c(10) \div log_c(3)\} \implies log_c(y) = log_c\left(3^{\{log_c(10) \div log_c(3)\}}\right) = \dfrac{log_c(10)}{log_c(3)} * log_c(3) = log_c(10).

logc(y)=logc(10)    y=10    3x=10.\displaystyle log_c(y) = log_c(10) \implies y = 10 \implies 3^x = 10. It checks.
 
Last edited:
a=b    logc(a)=logc(b) for any real c>0.\displaystyle a = b \iff log_c(a) = log_c(b)\ for\ any\ real\ c > 0.**

In words: if two numbers are equal to each other, then their logs (to the same base) are equal; and if two logs to the same base are equal to each other, then their arguments are equal.

**  And  c  1.\displaystyle \ \ And \ \ c \ \ne \ 1.
 
Top