English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I know that 0 and 2 are roots but, how do you solve it algebraically? or what theorem or method do you use to solve it? (without using numerical or graphical methods)

Thanks

2006-10-27 22:41:48 · 6 answers · asked by Joe B 1 in Science & Mathematics Mathematics

I have to solve it with paper and pencil, I can't use calculator and I have to find exactly the roots 0 and 2.

2006-10-27 22:52:23 · update #1

6 answers

1+4X=3^X

X=(3^X-1)/4

X can be only 0 and 2

2006-10-27 22:49:23 · answer #1 · answered by Anonymous · 4 0

I would use Newton Raphson method
1+4x=3^X

this is a nonlinear problem, so you can't solve it algebrically

let f(x) = 1 +4x - 3^x
so f'(x) = d/dx(1 +4x - 3^x) = 4 - 3^x ln(3)

assume any value, say x0 = 3, then compute

x1 = x0 - f(x0) / f'(x0)

then find,
x2 = x1 - f(x1) / f'(x1)
.....
xn1 = xn - f(xn) / f'(xn)

after say 7 or 8 steps you'll get very close to the answer.

2006-10-28 05:46:29 · answer #2 · answered by The Potter Boy 3 · 0 1

1 + 4x = 3^x


try takin log.. n solv.

2006-10-28 05:56:09 · answer #3 · answered by subhadhra 1 · 0 0

1+[4x3]
1+12
13

2006-10-28 09:21:15 · answer #4 · answered by bstguyever 1 · 0 0

use natural logarithm theorem to solve it

2006-10-28 05:55:00 · answer #5 · answered by tomzy 2 · 0 0

you can use the Natural Log.

2006-10-28 05:45:52 · answer #6 · answered by Techno 2 · 0 1

fedest.com, questions and answers