Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

equation raising a number to x

Status
Not open for further replies.

headman333

Member level 5
Joined
Jan 19, 2008
Messages
82
Helped
1
Reputation
2
Reaction score
2
Trophy points
1,288
Activity points
1,769
3^x + 9^x = 27^x , Anybody knows how to solve for x?
 

I have substituted that in the equation but i find no way to find x.
 

Use the hint given by SunnySkyguy. At this point you'll have:

3^x+3^(2x)=3^(3x)

that is:

3^x+(3^x)^2=(3^x)^3

we can write y=3^x, then:

y+y^2=y^3 much simpler, now.

rearranging:

y*(1+y-y^2)=0

this means we have three solutions:

y1=0
y2=[1+sqrt(5)]/2
y3=[1-sqrt(5)]/2

we wrote y=3^x, so inverting the function x=log3(y) (that is logarithm base 3 of y)

Then y1 and y3 are not valid since they aren't strictly positive. The solution will be:

x=log3{[1+sqrt(5)]/2} = 0.438....
 
Use the hint given by SunnySkyguy. At this point you'll have:

3^x+3^(2x)=3^(3x)

that is:

3^x+(3^x)^2=(3^x)^3

we can write y=3^x, then:

y+y^2=y^3 much simpler, now.

rearranging:

y*(1+y-y^2)=0

this means we have three solutions:

y1=0
y2=[1+sqrt(5)]/2
y3=[1-sqrt(5)]/2

we wrote y=3^x, so inverting the function x=log3(y) (that is logarithm base 3 of y)

Then y1 and y3 are not valid since they aren't strictly positive. The solution will be:

x=log3{[1+sqrt(5)]/2} = 0.438....


Thanks! I finally got the right answer.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top