MHB How Do You Solve for Alpha and Beta in Exponential Equations?

  • Thread starter Thread starter Dustinsfl
  • Start date Start date
  • Tags Tags
    Alpha Beta
AI Thread Summary
The discussion focuses on solving for the coefficients alpha (α) and beta (β) in a system of exponential equations. The participants explore the transition from the given equations to the derived formulas for α and β. A method involving elimination is suggested, where the second equation is manipulated to facilitate the calculation of α. Despite attempts to use computational tools like Mathematica, some users report errors in their solutions. The conversation emphasizes the importance of correctly applying algebraic manipulation to derive the coefficients accurately.
Dustinsfl
Messages
2,217
Reaction score
5
\begin{align}
\alpha_nb^n +\beta_nb^{-n}=A_n\\
\alpha_na^n +\beta_na^{-n}=C_n
\end{align}

How does one go from that to
$$
\alpha_n = \frac{A_n/a_n - C_n/b^n}{(b/a)^n-(a/b)^n}
$$
and
$$
\beta_n = \frac{a^nC_n - b^nA_n}{(b/a)^n-(a/b)^n}
$$
 
Mathematics news on Phys.org
dwsmith said:
\begin{align}
\alpha_nb^n +\beta_nb^{-n}=A_n\\
\alpha_na^n +\beta_na^{-n}=C_n
\end{align}

How does one go from that to
$$
\alpha_n = \frac{A_n/a_n - C_n/b^n}{(b/a)^n-(a/b)^n}
$$
and
$$
\beta_n = \frac{a^nC_n - b^nA_n}{(b/a)^n-(a/b)^n}
$$

That's a [linear...] system of two equation in the unknown variables $\alpha_{n}$ and $\beta_{n}$...

Kind regards

$\chi$ $\sigma$
 
chisigma said:
That's a [linear...] system of two equation in the unknown variables $\alpha_{n}$ and $\beta_{n}$...

Kind regards

$\chi$ $\sigma$

I do know that, but every time I solve it, I don't get the correct answer. I even put it into full version Mathematica and Wolfram online and it just returns an error.

For $\beta$, I keep getting
$$
\beta_n = \frac{b^nC_n - a^nA_n}{\text{the correct denominator}}
$$
 
I would use elimination, for example, multiplying the second equation by:

$\displaystyle -\left(\frac{a}{b} \right)^n$

gives us:

$\displaystyle -\alpha_na^{2n}b^{-n}-\beta_nb^{-n}=-C_na^nb^{-n}$

Adding this to the first equation, we find:

$\displaystyle \alpha_n(b^n-a^{2n}b^{-n})=A_n-C_na^nb^{-n}$

$\displaystyle \alpha_n=\frac{A_n-C_na^nb^{-n}}{b^n-a^{2n}b^{-n}}=\frac{\frac{A_n}{a^n}-\frac{C_n}{b^{n}}}{\left(\frac{b}{a} \right)^n-\left(\frac{a}{b} \right)^n}$

The solution for $\displaystyle \beta_n$ can now be found by substitution.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top