Solving Natural Logs: y=(sqrt(8x^4-5))/(x-1)

  • Thread starter Thread starter mattmannmf
  • Start date Start date
  • Tags Tags
    Natural
mattmannmf
Messages
170
Reaction score
0
I have the following function:

y= (sqrt(8x^4-5)) / (x-1)

take the natural log of both sides:

1) ln y= ln (sqrt( 8x^4-5) - ln (x-1)

OR

2) ln y= 1/2 ln(8x^4-5) - ln (x-1)

Which one is correct?

I know when i take the natural log of a/b its ln(a)- ln(b)... but also when i take the natural log of a^q its qln(a)...does that apply in this situation also or is it just ln(a)- ln(b)?
 
Physics news on Phys.org
The second would would be the correct option.
 
ok i thought so...thanks!
 
They're both correct. ln (sqrt( 8x^4-5)) = ln (8x^4 - 5)1/2 = (1/2) ln(8x^4 - 5)
 
Both are correct. The second is simpler and more likely to be accepted as the "correct" way.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top