Determining coefficients from an equation with 3 variables

  • Context: Undergrad 
  • Thread starter Thread starter RichardWattUK
  • Start date Start date
  • Tags Tags
    Coefficients Variables
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
RichardWattUK
Messages
12
Reaction score
1
TL;DR
Determining coefficients from an equation with 3 variables
Hi,

Some of the background related to this question is in this thread, but I've got another question as I'm looking at another problem that has come up with the same application which I'm trying to solve using the equation of meshing for a worm gear and the cutting/grinding tool that creates it. This is taken from the paper "Contact Characteristics of Recess Action Worm Gear Drives With Double-Depth Teeth", which you can view here, specifically Equation 16:

$$f(l_1,\theta_1,\phi_1(\phi_2))=\omega_1{[(m_21 cos \gamma_1-1) Y_1+m_21(cos \phi_1 sin \gamma_1 Z_1 + sin \phi_1 cos \gamma_1 C_1)]N_x1+[-(m_21 sin \gamma_1-1) X_1+m_21(-sin \phi_1 sin \gamma_1 Z_1 + cos \phi_1 cos \gamma_1 C_1)]N_y1+[m_21 sin \gamma_1(-cos \phi_1 X_1 + sin \phi_1 Y_1 + C_1)]N_z1}=0$$

This has 3 variables in it - ##l_1##, ##\theta_1##, ##\phi_1(\phi_2)## - now, some of the notation is not familiar to me since it's been about 20 years since I last studied math(s), but I've found that I may be able to use Cramer's Rule to solve for the 3 variables if I can construct a 3x3 matrix of the coefficients and a 3x1 vector for the results.

What I also find strange is there's the ##f(l_1,\theta_1,\phi_1(\phi_2))## part but the main equation only references ##\theta_1##, but since this equation is created using other equations, that could cause the loss of ##l_1## and ##\theta_1## due to the substitutions and expansions I suppose?

So, how would I solve this equation, and how would I get the coefficients from it to use with Cramer's Rule? It looks to me like a matrix system of linear equations, but is it really?
 
Physics news on Phys.org
mathman said:
The expression doesn't look right. ##\phi_1## is the only variable there.
I was thinking the same thing, but that's how it's written in the paper and I've been looking for an errata in case there were any corrections made since but I can't find anything.