An exponential number algebra problem

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
6 replies · 2K views
Edge5
Messages
22
Reaction score
0
Let a,b,c and n are real numbers.a-b = C
I want to get rid of a,b and find the following expression in terms of C and n. How can I do that?
(an-bn)= ? (in terms of C and n)

Thank you.
 
Physics news on Phys.org
You can't.
Simple example: a=2, b=1 and a=1, b=0 both lead to C=1, but a2-b2 is different for the two cases.

You can rewrite an-bn to have a factor of (a-b) but you won't get rid of a and b completely.

What is the context of this question?
 
mfb said:
You can't.
Simple example: a=2, b=1 and a=1, b=0 both lead to C=1, but a2-b2 is different for the two cases.

You can rewrite an-bn to have a factor of (a-b) but you won't get rid of a and b completely.

What is the context of this question?

I have a resonator and the resonance frequency (w) of it is given by w=A(L-1.5) where A is a constant and L is the length. When I apply a force the resonance frequency changes because length of the beam changes due to deformation. I need to find the change in resonance frequency as a function of change in length.
That's why I said winitial = ALinitial-1.5
and ALfinal-1.5
Lfinal-Linitial = (Linitial.Ftensile)/(EAcrossection)
Where E is the young modulus and A is the area.
In my question a and b were Linitial and Lfinal
n was -1.5
C was (Linitial.Ftensile)/(EAcrossection)
 
Last edited:
BvU said:
So where are the ##a## and ##b## in your story ?
In my question a and b were Linitial and Lfinal
 
BvU said:
So take logarithms ! $$\ln\omega = \ln A - 1.5\ln L$$
I will try thanks