0 like 0 dislike
0 like 0 dislike
Q5b, is there any way to solve it without using trial and error?

2 Answers

0 like 0 dislike
0 like 0 dislike
There are various successive approximations you can use to solve 2t - cos t = 0. I don't know if you'd call them "trial and error".

For instance, Newton's method, where from each guess t you get the next guess t\_new by

t\_new = t - \[ f(t) / f'(t) \]= t - \[ (2t - cos t) /(2 + sin t) \]

If you start with the guess t = 1.0, this converges really rapidly:

    t = 1.0
    t = 0.486288017
    t = 0.450418605
    t = 0.450183622
    t = 0.450183611
0 like 0 dislike
0 like 0 dislike
Differentiating the equation of motion for x and setting it to be greater than zero shows that the time must be smaller than half a second.

The question comes down to finding the intercept between the functions y=2x and y=cos(x). As mentioned in previous answers Newton's method is a reliable way of calculating this.

As a physicist I would truncate the Taylor expansion of cos x and then solve a horrible polynomial on the computer to approximate the answer which is a little more than 0.45

Related questions

0 like 0 dislike
0 like 0 dislike
2 answers
CraigCoolahan asked Jun 21, 2022
I’m currently starting a project which tries to identify the correlation between certain stats and wins in LoL pro tournaments. I have collated data into many different...
CraigCoolahan asked Jun 21, 2022
0 like 0 dislike
0 like 0 dislike
6 answers
rooftopfilmclub asked Jun 21, 2022
Is there any way to obtain discount for TIA course?
rooftopfilmclub asked Jun 21, 2022
0 like 0 dislike
0 like 0 dislike
2 answers
JohnforNJ2 asked Jun 21, 2022
any smart way to automate prophet runs?
JohnforNJ2 asked Jun 21, 2022
0 like 0 dislike
0 like 0 dislike
5 answers
BrianBlick5 asked Jun 21, 2022
Any ideas how to approach this problem?
BrianBlick5 asked Jun 21, 2022
0 like 0 dislike
0 like 0 dislike
3 answers
denitiaandsene asked Jun 21, 2022
Is it possible to fold any rectangle into a square with only 2 layers?
denitiaandsene asked Jun 21, 2022

33.4k questions

135k answers

0 comments

33.7k users

OhhAskMe is a math solving hub where high school and university students ask and answer loads of math questions, discuss the latest in math, and share their knowledge. It’s 100% free!