Finding the Intersection of Graphs for Homework Equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
MrXow
Messages
60
Reaction score
0

Homework Statement


1 = absolute value( (sin(x)-x)/(sin(x))) * 100


Homework Equations


Don't think there are any.


The Attempt at a Solution


I decided to do it graphically, so i graphed y=.01 and y= absolute value(1-(x/sin(x))
I got x = .244 radians for the intersection and I am just not sure if it is correct because i can manipulate the equation so that they never intersect or I can manipulate it so the point changes.
 
Physics news on Phys.org
MrXow said:

Homework Statement


1 = absolute value( (sin(x)-x)/(sin(x))) * 100


Homework Equations


Don't think there are any.


The Attempt at a Solution


I decided to do it graphically, so i graphed y=.01 and y= absolute value(1-(x/sin(x))
I got x = .244 radians for the intersection and I am just not sure if it is correct because i can manipulate the equation so that they never intersect or I can manipulate it so the point changes.

In order to see the problem better..

[tex]1= |(\frac{\sin(x)-x}{\sin(x)})(100)|[/tex]
 
ya that's it I don't know how to do that fancy typing stuff
 
when i put it in mathematica
"FindRoot[1 == Abs[((Sin[x] - x)/Sin[x])]*100, {x, 0.1}]"
i get
{x -> 0.244097}
which makes sense