Re: I'd never seen this before



Tina <tbaker27705@xxxxxxxxx> wrote:
Jim, you may wish to google Pythagorean. or you can take my word for
this: it is NOT what you had written and the equation .

sqrt (R^2 + d^2) = R + h

is not true in the general case.

You are probably thinking of

A^2 + B^2 = C^2, where A and B are the two sides forming the right
angle. That, solving for the long side, is

C = sqrt(A^2 + B^2), a far cry from the identity mentioned above.

The two equation are identical.

It's easy to forget these things, but in this case I have not.

You have the equation correct, but have forgotten basic algebra.

The following two equations are identical:

y = x^2
sqrt (y) = x

For the original equation:

Let R = A
Let d = B
Let (R + h) = C

Substituting into my original equation we get:

sqrt (A^2 + B^2) = C

Square both sides of the equation and we get:

(A^2 + B^2) = C^2

The parentheses are now irrelevant, so when removed we have:

A^2 + B^2 = C^2

Substitute back in the original values we get:

R^2 + d^2 = (R + h)^2

QED


See http://en.wikipedia.org/wiki/Pythagorean_theorem




--
Jim Pennino

Remove .spam.sux to reply.
.



Relevant Pages

  • Re: Id never seen this before
    ... I reread your definitions of the symbols, ... Substituting into my original equation we get: ... The parentheses are now irrelevant, ...
    (rec.aviation.piloting)
  • Re: solve sinus
    ... This is incorrect, try again:) ... After solving for x, check that it satisfies the original equation. ... Mathematically correct, but perhaps the OP's ...
    (comp.graphics.algorithms)
  • Re: Factorizaton idea, revisited
    ... solving for k gives me k = 72/j from the original equation. ... This is obvious from your first sequence, and in this case simplifes ...
    (sci.crypt)
  • Re: exp(x) + k x = 0; analytic solution
    ... I guess I can use some existing Lambert W ... function implementation, and that will be be better than solving the ... original equation numerically. ...
    (sci.math.symbolic)
  • Re: Second Order Differential Equations
    ... solving a second order differential equation. ... into the original equation to get a first order equation in u. Solve ... that, and then, knowing u, solve y' = u. ...
    (sci.math)