5/3=36t/(t2+2)2,
5(t2+2)2=108t by cross-multiplying,
5(t4+4t2+4)=108t,
5t4+20t2-108t+20=0.
Let f(t)=5t4+20t2-108t+20, f'(t)=20t3+40t-108.
Newton's iterative Method is:
tn+1=tn-f(tn)/f'(tn) which creates t values which should converge to a root of the equation.
We need to choose an arbitrary value for t0 to start the progression. Let's start with t0=0, then:
t1=-f(0)/f'(0)=-20/-108=5/27, t2=0.1920706409, t3=0.1920806052, t4=0.1920806053, t5≅t4,
therefore one root is t=0.1920806053.
A graph shows that there's another root near t=2 so let t0=2, then:
t1=25/11, t2=2.22103887, t3=2.218732551, t4=2.218728068, t5≅t4,
therefore another root is t=2.218728068.
By using synthetic division it's possible to find two more roots which, in this case, happen to be complex. The division will provide a quadratic which can be solved using the quadratic formula. However, for this question, we'll just keep to the real roots: t=0.1920806053 or 2.218728068 approximately. These numbers satisfy the given equation 5/3=36t/(t2+2)2.