A little help understanding math....
|
08-15-2021, 12:25 PM
Post: #6
|
|||
|
|||
RE: A little help understanding math....
Another proof of acos(z) algorithm, and showed why we need |z+1|, |z-1|
XCas> z := cos(u+i*v) XCas> x, y := re(z), im(z) cos(u)*cosh(v), -sin(u)*sinh(v) |z|² = x²+y² = cos(u)²*cosh(v)² + sin(u)²*sinh(v)² = cos(u)²*cosh(v)² + (1-cos(u)²)*(cosh(v)²-1) = cosh(v)² + cos(u)² - 1 |z±1|² = (x±1)² + y² = (x²+y²+1) ± 2x = (cosh(v)² + cos(u)²) ± 2*cosh(v)*cos(u) = (cosh(v) ± cos(u))² cosh(v) ≥ 1, cos(u) ≤ 1, we take square root of both side: |z±1| = cosh(v) ± cos(u) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
A little help understanding math.... - Thomas Klemm - 12-16-2013, 11:56 PM
RE: A little help understanding math.... - Paul Dale - 12-17-2013, 10:19 AM
RE: A little help understanding math.... - Namir - 12-17-2013, 01:17 PM
RE: A little help understanding math.... - Thomas Klemm - 12-17-2013, 03:04 PM
RE: A little help understanding math.... - Albert Chan - 08-15-2021, 03:48 AM
RE: A little help understanding math.... - Albert Chan - 08-15-2021 12:25 PM
RE: A little help understanding math.... - Albert Chan - 08-26-2021, 02:31 PM
RE: A little help understanding math.... - Albert Chan - 08-26-2021, 06:16 PM
RE: A little help understanding math.... - Albert Chan - 08-29-2021, 12:20 AM
RE: A little help understanding math.... - Albert Chan - 06-14-2023, 04:55 PM
|
User(s) browsing this thread: 1 Guest(s)