New Reply

Is it possible to simplify equations like the following

 
Share Thread Thread Tools
Dec26-12, 10:32 PM   #1
 

Is it possible to simplify equations like the following


These are just some example equations:

60^x-36^x
or
30^x-25^x

where the x is raised to the power. How can (if possible) I simplify these equations?
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Dec26-12, 10:33 PM   #2
 
Blog Entries: 8
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by gokuls View Post
These are just some example equations:

60^x-36^x
or
30^x-25^x

where the x is raised to the power. How can (if possible) I simplify these equations?
I don't see any equations. An equation should have an "=" sign somewhere.
Dec27-12, 03:30 AM   #3
 
If you treat it as an expression (and not an equation like micromass pointed out), you might want to consider that for x > 0, y > 0,

(SQRT(x))^(2a) - (SQRT(y))^(2b)

= (SQRT(x)^a + SQRT(y)^b)*(SQRT(x)^a - SQRT(y)^b)
Dec27-12, 05:04 AM   #4
 
Recognitions:
Homework Helper Homework Help

Is it possible to simplify equations like the following


Quote by gokuls View Post
These are just some example equations:

60^x-36^x
or
30^x-25^x

where the x is raised to the power. How can (if possible) I simplify these equations?
So generally, you're looking at expressions of the form [itex]a^x-b^x[/itex] for positive a and b.
Sadly, no. That is the simplest form you can have it in.
Dec27-12, 05:59 AM   #5
 
Recognitions:
Gold Membership Gold Member
You can factorise them, using the ordinary rules of numbers raised to powers, e.g. the first would be
12x(5x - 3x) . Whether you call that a simplification and whether and when it is of any usefulness are other questions, but it shouldn't be a difficulty to see.
Dec27-12, 09:47 PM   #6
 
Merci beaucoup à tout! I suspected that it wouldn't be able to reducible, but I just wanted to make sure.
Dec28-12, 06:28 AM   #7
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by gokuls View Post
These are just some example equations:

60^x-36^x
[tex](6(10))^x- (6(6))^x= 6^x10^x- 6^x6^x= 6^x(10^x- 6^x)[/tex]

or
30^x-25^x
[tex](6(5))^x- (5(5))^x= 5^x6^x- 5^x5^x= 5^x(6^x- 5^x)[/tex]

However, neither [itex]10^x- 6^x[/itex] nor [itex]6^x- 5^x[/itex] can be further simplified.

where the x is raised to the power.
You mean "where the x is the power."

How can (if possible) I simplify these equations?
Jan3-13, 07:29 AM   #8
 
Quote by gokuls View Post
These are just some example equations:

60^x-36^x
or
30^x-25^x

where the x is raised to the power. How can (if possible) I simplify these equations?
If you wanted to solve an equation in this form (e.g. set it equal to something like a constant) you could solve it with the Lambert W function.
Jan3-13, 07:55 AM   #9
D H
 
Mentor
Quote by HallsofIvy View Post
However, neither [itex]10^x- 6^x[/itex] nor [itex]6^x- 5^x[/itex] can be further simplified.
The first one can. The gcd of 10 and 6 is 2.
Jan3-13, 08:09 AM   #10
D H
 
Mentor
Quote by gokuls View Post
These are just some example equations:

60^x-36^x
or
30^x-25^x

where the x is raised to the power. How can (if possible) I simplify these equations expressions?
Previous posts have simplified these by factoring out the greatest common denominators of 60, 36 and of 30, 25.

Another way is to take advantage of the fact that 1x=1:

[tex]
\begin{aligned}
60^x-36^x
=& 36^x \left( (60/36)^x - (36/36)^x \right)
= 36^x \left( (5/3)^x - 1\right) \\
30^x-25^x
=& 25^x \left( (30/25)^x - (25/25)^x \right)
= 25^x \left( (6/5)^x - 1\right)
\end{aligned}
[/tex]
New Reply
Thread Tools


Similar Threads for: Is it possible to simplify equations like the following
Thread Forum Replies
How can I simplify this? Calculus & Beyond Homework 6
Simplify logarithmic equations Precalculus Mathematics Homework 2
Simplify: (a+2b+3c, 4a+5b+6c, 7a+8b+9c) Calculus & Beyond Homework 2
demode cant simplify equations =( Introductory Physics Homework 3
Can i simplify this? Precalculus Mathematics Homework 2