Help wid differn when to take logs of both sides

  • Thread starter Thread starter ankur29
  • Start date Start date
ankur29
Messages
9
Reaction score
0

Homework Statement



solve via newt raphson iterative method to 4dp

Find the solution x= 1/(1+x^x) to 4dp beginning at x=1


Homework Equations




Now the formula for this is

x1= x0 – f(x0)/f’(x0)

Now what I did was rearrange so f(x)= x( 1+x^x)-1=0

I need to differentiatie this expression

So say I called it y= x( 1+x^x)-1

Could I proceed by taking logs of both sides


i.e (an example where I saw people take logs of boths ides was when y=x^x and therefore lny=x^x) is that only for when there is one term equal to another




The Attempt at a Solution



how I attempted it was as follows

y= x + x^(x+1) -1

lny = lnx +(x+1)lnx - ln1

lny= lnx +xlnx +lnx –ln1

1/y dy/dx= 1/x + lnx +1

dy/dx = (x + x^(x+1) -1) (1/x + lnx +1)

now this feels wrong to me 
 
Physics news on Phys.org
y=x(1+x^x)-1=f(x)=0 => ln(y)=ln(0) ?

why not differentiate f(x)=x(1+x^x)-1 and use the log method to differentiate just x^x part?
 
reckon said:
y=x(1+x^x)-1=f(x)=0 => ln(y)=ln(0) ?

why not differentiate f(x)=x(1+x^x)-1 and use the log method to differentiate just x^x part?


the f(x) simpliefies to x + x^(x+1) -1

do you mean differentiate the x^(x+1) seperately

i don't think it can work like that?

do i not need something to equal something before i can apply teh log thing
 
yes, to differentiate the x^(x+1)
f(x)=x+x^(x+1)-1

let y=x^(x+1)
apply the log trick to y to get y' and you will get f'(x) as
f'(x)=1+y'
 
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