Manipulating Exponents to Simplify Fractional Expressions

  • Context:
  • Thread starter Thread starter Silvanoshei
  • Start date Start date
  • Tags Tags
    Exponent
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
8 replies · 3K views
Silvanoshei
Messages
5
Reaction score
0
I'm trying to manipulate (x+1)^x+1 / ((x+1)+1)^x+1

So that I have a 1 in the numerator. If I bring the numerator down using the integer exponent rule, I'll have...
1 / ( (x+1) / (x+1) + 1 )^x+1 ?

Whoops, that's not right...

1 / (x+1)^x * ((x+1)+1)^x+1 ?
 
Mathematics news on Phys.org
Silvanoshei said:
I'm trying to manipulate (x+1)^x+1 / ((x+1)+1)^x+1

So that I have a 1 in the numerator. If I bring the numerator down using the integer exponent rule, I'll have...
1 / ( (x+1) / (x+1) + 1 )^x+1 ?

Whoops, that's not right...

1 / (x+1)^x * ((x+1)+1)^x+1 ?

Hi Silvanoshei, welcome to MHB! :)

I'm gambling on what you intend, since I suspect there are a couple of parentheses missing.
So I'll write in $\LaTeX$ what I think you intended.

$$\frac {(x+1)^x+1} {((x+1)+1)^x+1} \overset{?}{=} \frac 1 {(x+1)^x * ((x+1)+1)^x+1}$$

Can you confirm this is what you intended?
Or perhaps show what you did intend?
Either way, this equality does not hold.
 
Yeah, on top it's (x+1)^(x+1)
Bottom is ((x+1)+1)^(x+1)
*sorry for the confusion.
 
Silvanoshei said:
Yeah, on top it's (x+1)^(x+1)
Bottom is ((x+1)+1)^(x+1)
*sorry for the confusion.

Like this?
$$\frac {(x+1)^{x+1}} {((x+1)+1)^{x+1}} \overset{?}{=} \frac 1 {(x+1)^x * ((x+1)+1)^{x+1}}$$
It still makes little sense to me.What you can do for instance, is:
$$\frac {(x+1)^{x+1}} {((x+1)+1)^{x+1}} = \left( \frac {x+1} {(x+1)+1}\right)^{x+1}$$
 
I like Serena said:
Like this?
$$\frac {(x+1)^{x+1}} {((x+1)+1)^{x+1}} \overset{?}{=} \frac 1 {(x+1)^x * ((x+1)+1)^{x+1}}$$
It still makes little sense to me.What you can do for instance, is:
$$\frac {(x+1)^{x+1}} {((x+1)+1)^{x+1}} = \left( \frac {x+1} {(x+1)+1}\right)^{x+1}$$

Yup! That's the problem, x is going to go to infinity, so I was trying to manipulate it 1/something to make it zero. If the exponent is x+1 over the fraction, it'll just go to infinity.
 
Silvanoshei said:
Yup! That's the problem, x is going to go to infinity, so I was trying to manipulate it 1/something to make it zero. If the exponent is x+1 over the fraction, it'll just go to infinity.

Continuing:
$$\frac {(x+1)^{x+1}} {((x+1)+1)^{x+1}}
= \frac {1} {\left( 1+\frac 1 {x+1}\right)^{x+1}}
$$

If we replace x+1 by n, which also goes to infinity, we get:
$$\frac {1} {\left( 1+\frac 1 n\right)^n}$$

The denominator is a known limit, which approaches $e$ when $n \to \infty$.

So:
$$\lim_{x \to \infty} \frac {(x+1)^{x+1}} {((x+1)+1)^{x+1}} = \frac 1 e$$
 
I like Serena said:
Continuing:
$$\frac {(x+1)^{x+1}} {((x+1)+1)^{x+1}}
= \frac {1} {\left( 1+\frac 1 {x+1}\right)^{x+1}}
$$

How does this step work?? Not getting it. :(
 
Silvanoshei said:
How does this step work?? Not getting it. :(

Let me write out a couple more intermediary steps...
\begin{aligned}
\frac {(x+1)^{x+1}} {((x+1)+1)^{x+1}}
&= \left( \frac {x+1} {(x+1)+1}\right)^{x+1} \\
&= \left( \frac {1} {\frac{(x+1)}{x+1}+\frac 1 {x+1}}\right)^{x+1} \\
&= \left( \frac {1} {1+ \frac 1 {x+1}}\right)^{x+1} \\
&= \frac {1} {\left( 1+ \frac 1 {x+1}\right)^{x+1}}
\end{aligned}
 
Thanks! I was trying to multiply top and bottom by 1/(x+1)^(x+1), but putting it in fractional over everything form is key! (Heidy)