English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How do I simplify

ln [square root[(x-1) / ((square root)(x+1))]]


Also how to simplify

ln [(x^x+1 / (1-x^3)) * (2^x / 7x)]

2007-11-17 17:50:22 · 6 answers · asked by Anonymous in Science & Mathematics Mathematics

I think the answer below is going a little too deep... I just need to make it so I don't have logarithms of products, quotients or powers

2007-11-17 18:01:20 · update #1

6 answers

ln [sqrt[(x-1) / ((sqrt)(x+1))]]

sqrt of x is the same as x^(1/2)
so
ln [sqrt[(x-1) / ((sqrt)(x+1))]]
ln [ [(x-1) / ((x+1)^(1/2))]^(1/2) ]
distribute the exponent to the top and bottom of this fraction
and:
ln [ [(x-1)^(1/2) / (x+1)^(1/4)] ]

If they want the expansion form then
ln (x-1)^(1/2) - ln (x+1)^(1/4)
1/2 ln (x-1) - 1/4 ln (x+1) <======answer


Expand this too!
ln [(x^x+1 / (1-x^3)) * (2^x / 7x)]
ln (x^x+1) - ln (1-x^3) + ln (2^x / 7x)
ln (x^x+1) - ln (1-x^3) + [ln (2^x) - ln 7x]
ln (x^x+1) - ln (1-x^3) + [x ln (2) - {ln 7+ln x}]

Basically anything with division you change to subtraction
and anything with Multiplication you change to Addition.
Exponents are brought to the front.

More examples:
Ln(3x) = Ln(3) + Ln(x) <=====Multiply changed to Add
Ln(4/y) = Ln(4) - Ln(y) <=====Divide changed to Subtract
Ln(5^x) = x Ln 5 <=====Exponent brought to front

2007-11-17 18:09:36 · answer #1 · answered by Sugarkins Man 1 · 0 0

ln [ √[ (x-1)/√(x+1) ] ] =
(1/2) ln [ (x-1)/√(x+1)] =
(1/2) ln (x-1) - ln [ √(x+1)] =
(1/2) ln (x-1) - (1/2) ln (x+1)

ln [(x^x+1 / (1-x^3)) * (2^x / 7x)] =
ln ((x^x+1 / (1-x^3)) + ln (2^x / 7x) =
ln ((x^x+1 / (1-x^3)) + ln (2^x) - ln (7x) =
I think you're missing a ) in the 1st half, so assuming you mean:
ln ((x^x+1) / (1-x^3)) + ln (2^x) - ln (7x) =
ln (x^x+1) - ln (1-x^3) + ln (2^x) - ln (7x) =
ln (x^x+1) - ln (1-x^3) + x ln 2 - ln 7 - ln x

2007-11-18 02:05:49 · answer #2 · answered by Philo 7 · 0 0

What you need to keep in mind are a few of the basic properties of logarithms:

ln(x/y) = ln(x)-ln(y)
ln(x*y) = ln(x)+ln(y)
ln(x^2) = 2*ln(x)

Applying those identities ought to get you exactly what you need.

2007-11-18 02:04:41 · answer #3 · answered by pacifcace 3 · 0 0

ln [(x^x+1 / (1-x^3)) * (2^x / 7x)]

ln (x^x+1) - [ ln(1-x^3) + ln(2^x / 7x)]

ln (x^x+1) - ln(1-x^3) - ln(2^x / 7x)

ln (x^x+1) - ln(1-x^3) - [ln(2^x) -ln(7x)]

ln (x^x+1) - ln(1-x^3) - ln(2^x) + ln(7x)


ln (x^x+1) - ln(1-x^3) - xln(2) + ln(7x)



ln [square root[(x-1) / ((square root)(x+1))]]

ln (square root)(x-1) - ln (square root)(x+1)

1/2 ln(x-1) - 1/2 ln (x+1)

1/2( ln (x-1)- ln(x+1))

1/2 (ln [(x-1)/(x+1)])

2007-11-19 14:16:45 · answer #4 · answered by sayamiam 6 · 0 0

ln(a * b) = ln(a) + ln(b)

ln(a / b) = ln(a) - ln(b)

ln(a ^ b) = ln(a) * b

Note that sqrt(x) is a special case of x^y

2007-11-18 02:04:12 · answer #5 · answered by Tom V 6 · 0 0

Differenciate w.r.t. x , you will get such an easy solution if you know differntiation

2007-11-18 01:55:51 · answer #6 · answered by navdeep k 1 · 0 0

fedest.com, questions and answers