Newton's Method

  • Thread starter jisbon
  • Start date
  • #1
jisbon
476
30
Homework Statement:
Let $$f(x) =
\begin{cases} \dfrac{x^3-1}{\sqrt{x}-1}, & x > 1\\
cos(x-1)-x^2, & x \leq 1\end{cases}$$

Use Newton's method with ##x_{0} =1##, compute the second iterate to approximate value ##c## where ##c## is a stationary value that lies in the x-axis for some ##0<c<1##
Relevant Equations:
-
Since the Newton's method is as follows:

$$x_{n+1}=x_{n}-\frac{f(x_{n})}{f'(x_{n})}$$

$$x_{1}=x_{0}-\frac{cos(0)-1}{-sin(0)-2}$$

Is this correct? What should I proceed on from here?
 
Last edited by a moderator:

Answers and Replies

  • #2
36,860
8,905
Homework Statement: Let $$f(x) =
\begin{cases} \dfrac{x^3-1}{\sqrt{x}-1}, & x > 1\\
cos(x-1)-x^2, & x \leq 1\end{cases}$$

Use Newton's method with ##x_{0} =1##, compute the second iterate to approximate value ##c## where ##c## is a stationary value that lies in the x-axis for some ##0<c<1##
Homework Equations: -

Since the Newton's method is as follows:

$$x_{n+1}=x_{n}-\frac{f(x_{n})}{f'(x_{n})}$$

$$x_{1}=x_{0}-\frac{cos(0)-1}{-sin(0)-2}$$

Is this correct?
Yes, as far as you went
jisbon said:
What should I proceed on from here?
Evaluate cos(0) and sin(0) and substitute in the value for ##x_0##.
 

Suggested for: Newton's Method

Replies
2
Views
486
  • Last Post
Replies
0
Views
351
  • Last Post
Replies
1
Views
461
  • Last Post
Replies
5
Views
599
Replies
3
Views
464
Replies
2
Views
2K
Replies
5
Views
504
  • Last Post
Replies
4
Views
2K
Replies
5
Views
500
Top