The second one is a PDF file so you will need Adobe Acrobat Reader to read it.

gimak
Messages
56
Reaction score
2

Homework Statement


y=[(1+y^2)^1.5]/[2(y+sqrt 3)^2]; solve for y

Homework Equations


see above

The Attempt at a Solution


I tried to use algebra to solve it, but I can't. The textbook says it can be solved numerically or by iteration. By numberically I think it means algebraically. But I don't know how to do it that way. I don't know what it means by iteration. Can you guys give me an idea of how to do it both ways?
 
Physics news on Phys.org
Numerically means using a computer or graphing method to find the answer. Bring the y to the right side so you have f(y)=0. Then plot it to see where f(y) crosses the axis.
Iteration to me also implies a numerical solving method that starts with a guess and moves closer to the zero until you are as close as you need to be.
 
Take the denominator to L.H.S and square both sides. Can you see a pattern?
 
gimak said:

Homework Statement


y=[(1+y^2)^1.5]/[2(y+sqrt 3)^2]; solve for y

Homework Equations


see above

The Attempt at a Solution


I tried to use algebra to solve it, but I can't. The textbook says it can be solved numerically or by iteration. By numberically I think it means algebraically. But I don't know how to do it that way. I don't know what it means by iteration. Can you guys give me an idea of how to do it both ways?

Numerically is NOT algebraically. Rather than trying to explain it I will just give a link to explanations that others have already written out. See
http://mathforum.org/library/drmath/view/61677.html or
http://cfd.mace.manchester.ac.uk/twiki/pub/Main/TimCraftNotes_All_Access/cfd1-numanal.pdf
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top