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

  • Thread starter Thread starter wutang42
  • Start date Start date
AI Thread Summary
The equation sin(t^2) - t^2 = 0 has a known solution of t = 0 and a second solution around t = 1.04, confirmed by Wolfram Alpha. The user initially struggled to find this second solution using a TI-89 calculator, which only returned 0 due to being set to degrees instead of radians. After realizing the mode error, they were able to understand the graph's discrepancies. The discussion highlights the importance of ensuring the correct calculator settings when solving trigonometric equations. Properly adjusting the calculator's mode can lead to accurate results and better understanding of the problem.
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

\sin(t^2)-t^2 < 0

for that value of t. How can you tell? Because the max sin can be is 1, and 1.042>1.
 
for small radian values sin(x) ≈ x hence
and that's probably the best you can do.
 
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: 555
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.
 
Back
Top