xsinx = 1: how would you solve without graphing?

dimon

New member
Joined
Jul 9, 2006
Messages
15
Hello

I've been trying to figure this problem out: xsinx = 1. I graphed f(x) = xsinx -1 and got the values of x by looking where y = 0. How would you solve for x without graphing?
 
Are you familiar with Newton's Method?. It would work well for this.

Try an initial estimate of 1.

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

\(\displaystyle 1-\frac{(1)sin(1)-1}{(1)cos(1)+sin(1)}=1.1147286724\)

Now, use that result. Keep doing the iterations until it converges to your solution. It will converge very quickly for this particular problem.
 
I'm taking precalculus at this time and we have not covered derivatives. This problem is from my precalc book. Is there any way to solve it without using derivatives?
 
If I couldn't use Newton, I'd graph it. There are lots of solutions.

Your equation is also equal to \(\displaystyle csc(x)=x\)

sinefh7.jpg
 
yep, graphing was the only thing that I could think of.

thanks for your help.
 
Top