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
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.
 
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...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top