How do I change the variable in this expression?

In summary, the conversation discusses the process of performing a change of variable to rewrite an expression as a single product. The participants suggest using a new variable to avoid mistakes and clarify that the change should be made to the index, not the expression itself. The correct method is demonstrated by converting both products to have the same index and then multiplying them.
  • #1
PolyFX
31
0

Homework Statement


Rewrite the following expression as a single product.
Hint: Perform a change of variable first.

29bh5wy.gif

Homework Equations


The Attempt at a Solution


I looked at the example from the book regarding a change of variable. They first started out by calculating the upper and lower limits of the expression. However, in this the upper limits and lower limits are different. For example, the right product expression has an upper limit of n - 1 while the left has an upper limit of n. Furthermore, I can make for example j = k+1 but then what about k+2? Would I need to introduce a new variable or do i make j = (k+1) + 1 to represent k +2?

How do I go about performing a change of variable with this expression?
 
Physics news on Phys.org
  • #2
PolyFX said:
… Would I need to introduce a new variable or do i make j = (k+1) + 1 to represent k +2?

How do I go about performing a change of variable with this expression?

HI PolyFX! :smile:

You'll avoid mistakes if you do introduce a new variable, to go from 0 to n-1.

You can then turn that new variable back to k (it's only a "dummy" variable :wink:) in the next step.
 
  • #3
Hi sorry for the late reply,

I am still somewhat confused about how to approach this question. So far this is how I've startend it.

Let j = K+1/K+2

Therefore when k = 0,
j = 1/2
and when K = n - 1,
j = (n-1) + 1 / (n-1 ) + 2
j = n


So I introduce another variable for the other product expression?

so let x = K+1/K+2
when k = 1
j=2/3
and when k = n
j = n+1/n+2

I am stuck here.


To me I get the feeling that I am definitely doing something wrong. Would be great if someone get further help me out here.


-Thank you
 
  • #4
PolyFX said:
Hi sorry for the late reply,

I am still somewhat confused about how to approach this question. So far this is how I've startend it.

Let j = K+1/K+2
No! You've completely misunderstood. The point was to change the "variable" (index), not the expression itself!

The first product goes from k=0 to n-1. If we let j= k+1, it will go from j= 0+1= 0 to (n-1)+ 1= n, just like the second product.
Now, change the expression to j: since j= k+1, k= j- 1 and so k+ 1 becomes j while k+2 becomes j-1+ 2= j+1. Now you have
[tex]\left[\Pi_{j=1}^n\frac{j}{j+1}\right]\left[\Pi_{k=1}^n\frac{k+1}{k+2}\right][/tex]

Now, since the "k"s are dummy indexes, you can just let the "j" in the first product be "k" to get
[tex]\left[\Pi_{k=1}^n\frac{k}{k+1}\right]\left[\Pi_{k=1}^n\frac{k+1}{k+2}\right][/tex]
and now you can multiply those.

Therefore when k = 0,
j = 1/2
and when K = n - 1,
j = (n-1) + 1 / (n-1 ) + 2
j = n


So I introduce another variable for the other product expression?

so let x = K+1/K+2
when k = 1
j=2/3
and when k = n
j = n+1/n+2

I am stuck here.


To me I get the feeling that I am definitely doing something wrong. Would be great if someone get further help me out here.


-Thank you
 

FAQ: How do I change the variable in this expression?

1. What is a change of variable expression?

A change of variable expression is a mathematical concept that involves substituting one variable for another in an equation or expression. This is often done to simplify the equation or solve for a specific variable.

2. Why is a change of variable expression useful?

A change of variable expression can be useful in many ways. It can make complex equations easier to solve, it can help identify patterns and relationships between variables, and it can also be used to transform an equation into a different form.

3. How do you perform a change of variable expression?

To perform a change of variable expression, you first need to identify which variable you want to substitute for. Then, you replace all instances of that variable in the equation with the new variable. Finally, you simplify the equation as needed.

4. Can a change of variable expression change the solution to an equation?

No, a change of variable expression will not change the solution to an equation. It simply rearranges the equation or expression in a different form, but the solution will remain the same.

5. In what situations would you use a change of variable expression?

A change of variable expression can be used in various situations, such as solving for a specific variable, simplifying complex equations, and transforming equations into a different form. It is also commonly used in calculus to evaluate integrals and derivatives.

Back
Top