Solution for two unknowns with two equations

  • Thread starter Thread starter zoom1
  • Start date Start date
  • Tags Tags
    Unknowns
AI Thread Summary
To solve for the unknowns qb and qc in the given equations, one approach involves transforming the system into algebraic equations using tangent half-angle substitutions. This method allows for the expressions for sine and cosine to be rewritten in terms of new variables. However, it is noted that an exact solution may not always be feasible, and numerical methods could be necessary for approximation. Some participants suggest that the common prefactors in the equations simplify the process, potentially allowing for an analytic solution. Ultimately, the discussion highlights both analytical and numerical strategies for tackling the problem.
zoom1
Messages
63
Reaction score
0
lb*cos(qb) - lc*cos(qc) = ld*cos(qd) - la*cos(qa)

lb*sin(qb) - lc*sin(qc) = ld*sin(qd) - la*sin(qa)


Those are the equations I have. I know all the parameters but qb and qc.

How can I solve for qb and qc ?
 
Mathematics news on Phys.org
zoom1 said:
lb*cos(qb) - lc*cos(qc) = ld*cos(qd) - la*cos(qa)

lb*sin(qb) - lc*sin(qc) = ld*sin(qd) - la*sin(qa)


Those are the equations I have. I know all the parameters but qb and qc.

How can I solve for qb and qc ?
This would mean the system is:

B⋅cos x - C⋅cos y = D
B⋅sin x - C⋅sin y = E

?
 
There is always the approach ##\sin(x) = \sqrt{1-\cos^2(x)}##, but there might be a better solution for this particular set of equations.
 
zoki85 said:
This would mean the system is:

B⋅cos x - C⋅cos y = D
B⋅sin x - C⋅sin y = E

?

Yes
 
Transform it into system of algebraic equation with tangent half-angle substitution:
tan(x/2)=u ⇒ sin(x)=2u/(1+u2) , cos(x)=(1-u2)/(1+u2)
tan(y/2)=v ⇒ sin(y)=2v/(1+v2) , cos(y)=(1-v2)/(1+v2).

Unfortunatelly, it seems in general case the system can't be solved exactly,and you'll have to do it with aproximative numerical methods (iterativelly).

*Post edited for removing typos
 
Last edited:
It is possible to find an analytic solution. The common prefactors on the left side make it much easier.
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...

Similar threads

Back
Top