PDA

View Full Version : 4 equations, 4 unknowns


malsch
Apr23-11, 02:40 AM
1. The problem statement, all variables and given/known data
First of all hi,

I was working some mathematics and ended up with 4 unknowns with 4 equations. I tried substituting equations but ended up with squared unknowns. The following is what i ended up with so far.

3. The attempt at a solution

http://thumbnails37.imagebam.com/12919/23a902129184660.jpg (http://www.imagebam.com/image/23a902129184660)

Any help on how to solve this would be greatly appreciated.

Thank you.

tiny-tim
Apr23-11, 03:40 AM
hi malsch! welcome to pf! :smile:

essentially, you have two equations of the form Px2 + Qxy + Ry2 = S

(i don't know whether this is the quickest way :redface:, but …)

i'd make it more symmetrical by getting rid of the xy terms, giving

x2/a2 + y/b2 = 1

so x = acosθ, y = bsinθ,

and then use standard trigonometric identities to arrive at an equation in cos2θ and sin2θ :wink:

(it it's x2/a2 minus y/b2 = C2, use cosh and sinh instead of cos and sin)

malsch
Apr23-11, 03:50 AM
hi. thx for your reply tiny-tim :)

i didn't understand how you can get rid of the xy terms and end up with x2/a2 + y/b2 = C2.

10x again

malsch
Apr23-11, 03:53 AM
now that i come to it, i am guessing i can do the following:

Px2 + Qxy + Ry2 = S

=> (xA + yB)(xC + yD) = S

and find the values of x and y simultaneausly

tiny-tim
Apr23-11, 04:06 AM
hi malsch! :smile:

(try using the X2 icon just above the Reply box :wink:)
now that i come to it, i am guessing i can do the following:

Px2 + Qxy + Ry2 = S

=> (xA + yB)(xC + yD) = S

and find the values of x and y simultaneausly

i don't see how that helps :confused:
i didn't understand how you can get rid of the xy terms and end up with x2/a2 + y/b2 = C2.

eliminate the xy terms (in your case, the CG terms) …

what do you get? :smile:

malsch
Apr23-11, 04:10 AM
yes you are right, that doesn't help :(.

You mean dividing through out by xy (CG in my case)?

tiny-tim
Apr23-11, 04:14 AM
no, you have two equations with xy in …

combine them in such a way that there's no xy

(for example, put xy on the LHS in one, then substitute the RHS for xy in the other)

malsch
Apr23-11, 04:35 AM
ok now i came up with:

4.5*10-7 = -G2 + 98,652.1C2

I was wondering how you can convert this to cos and sin.

And by doing so, you would end up by an unknown angle, right?

tiny-tim
Apr23-11, 04:46 AM
ok now i came up with:

4.5*10-7 = -G2 + 98,652.1C2

I was wondering how you can convert this to cos and sin.

And by doing so, you would end up by an unknown angle, right?

that minus means you'll need to use cosh and sinh instead …

divide by a constant to get it into the form

C2/a2 - G2/b2 = 1

and then tanh = b/a

(btw, i got the formula wrong in my first post :redface:, the RHS has to be 1, i've edited it now)

malsch
Apr23-11, 05:00 AM
thats ok hehe. i found the angle using tanh = b/a.

now i am working with these formulas:

C = acoshθ, G = bsinhθ,

but how did you conclude to them? i know cosθ + sinθ = 1, and coshθ - sinhθ = 1

Char. Limit
Apr23-11, 05:13 AM
thats ok hehe. i found the angle using tanh = b/a.

now i am working with these formulas:

C = acoshθ, G = bsinhθ,

but how did you conclude to them? i know cosθ + sinθ = 1, and coshθ - sinhθ = 1

Those last two formulas aren't true. You're missing a few things, namely 2's.

cos^2(\theta) + sin^2(\theta)=1

cosh^2(\theta) - sinh^2(\theta) = 1

malsch
Apr23-11, 05:29 AM
yes yes you are right. ok i think i know how to continue from here.

Thanks Char. Limit and Tiny Tim especially ;)