How can I solve sin(t^2)-(t^2)=0 without a numerical solver?

  • Thread starter Thread starter wutang42
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
wutang42
Messages
3
Reaction score
0

Homework Statement



Solve
sin(t2) - t2 =0. for t

Homework Equations



None, besides various trig identities. This was actually a dynamics problem where I had to solve for time, and this is simply the equation you get after summing up all the forces.

The Attempt at a Solution

Now obviously 0 is a solution, and when I plug it into wolfram alpha I get t=1.04, which I know is the correct answer because my professor told us that in class. However, when I plug it into my TI-89, the only solution that comes out is 0, and when I graph it, it doesn't show the 1.04 solution either.
So, my question is, is there any way to solve this problem without a numerical solver? And if not, is there any way to plug it into my TI 89 in order to get the correct answer?
 
Physics news on Phys.org
wutang42 said:

Homework Statement



Solve
sin(t2) - t2 =0. for t

Homework Equations



None, besides various trig identities. This was actually a dynamics problem where I had to solve for time, and this is simply the equation you get after summing up all the forces.

The Attempt at a Solution

Now obviously 0 is a solution, and when I plug it into wolfram alpha I get t=1.04, which I know is the correct answer because my professor told us that in class. However, when I plug it into my TI-89, the only solution that comes out is 0, and when I graph it, it doesn't show the 1.04 solution either.
So, my question is, is there any way to solve this problem without a numerical solver? And if not, is there any way to plug it into my TI 89 in order to get the correct answer?

t=1.04 can't possibly be a solution because

[tex]\sin(t^2)-t^2 < 0[/tex]

for that value of t. How can you tell? Because the max sin can be is 1, and 1.042>1.
 
Shoot, I realized that I misstated the problem. It's actually 1.225*sin(t2) - t2 =0

But yeah, I realize that it still doesn't make much sense, but this is the answer and the graph that wolfram alpha spits out, and I'm just trying to figure out how to replicate that either on paper or on my calculator
 

Attachments

  • Screen Shot 2012-12-08 at 10.10.34 AM.png
    Screen Shot 2012-12-08 at 10.10.34 AM.png
    4.8 KB · Views: 592
wutang42 said:
Shoot, I realized that I misstated the problem. It's actually 1.225*sin(t2) - t2 =0

But yeah, I realize that it still doesn't make much sense, but this is the answer and the graph that wolfram alpha spits out, and I'm just trying to figure out how to replicate that either on paper or on my calculator

Why doesn't it make much sense? Your graph clearly shows zeroes near ##\pm 1##. You could work it by hand with your calculator using Newton's method with a starting value of ##x=1##. Make sure your calculator is in radian mode.
 
LCKurtz said:
Why doesn't it make much sense? Your graph clearly shows zeroes near ##\pm 1##. You could work it by hand with your calculator using Newton's method with a starting value of ##x=1##.Make sure your calculator is in radian mode.

Aaaaand there's my problem. I was doing it in degrees the whole time on my calculator, and couldn't figure out why my graph looked nothing like the wolfram graph. Derp. Thanks!
 
wutang42 said:
Aaaaand there's my problem. I was doing it in degrees the whole time on my calculator, and couldn't figure out why my graph looked nothing like the wolfram graph. Derp. Thanks!

Common mistake :wink: I've done it enough times myself that it's now on my checklist of things that could have gone wrong.