Solving for d in ((a+b)^n)-(a^n+b^n) - ((c+d)^n)-(c^n+d^n)

  • Context: Undergrad 
  • Thread starter Thread starter eddybob123
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around solving the equation \(((a+b)^n)-(a^n+b^n) - ((c+d)^n)-(c^n+d^n) = d\) for the variable \(d\). Participants explore various approaches to isolate \(d\) and discuss the implications of different mathematical techniques, including the binomial theorem and numerical methods.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants suggest isolating terms with \(d\) and using logarithms to simplify the equation.
  • Others propose that simplifying \((a+b)^n - (a^n + b^n)\) could be a first step, but there is uncertainty about whether this simplification is valid.
  • One participant mentions that the equation appears to be an \((n-1)\)th order polynomial in \(d\) and notes that no general solution exists for \(n \geq 6\).
  • Another participant argues that while specific cases may be solvable, there is no general solution for polynomials of degree higher than 5.
  • Some participants discuss the conditions under which \(d\) can be maximized based on the values of \(a\), \(b\), and \(c\).
  • There is mention of using numerical methods for approximating solutions when \(n > 5\).

Areas of Agreement / Disagreement

Participants express differing views on the validity of certain simplifications and the existence of general solutions for the equation. There is no consensus on a definitive method for solving for \(d\), and multiple competing approaches are presented.

Contextual Notes

Participants highlight the complexity of the equation and the limitations of analytical solutions for higher-degree polynomials. The discussion includes various assumptions about the values of \(a\), \(b\), \(c\), and \(n\) that may affect the outcome.

eddybob123
Messages
177
Reaction score
0
Hi, I need help solving this equation, get d on one side of the equal sign:

(((a+b)^n)-(a^n+b^n))-(((c+d)^n)-(c^n+d^n))=d
Thanks in advance. I don't know how to use the fancy code thing
 
Mathematics news on Phys.org
To make it easier: [itex](a+b)^n-(a^n+b^n)-(c+d)^n-(c^n+d^n)=d[/itex]

Not sure how to go about it though, I'd try isolating all the terms with d to begin with. Then maybe you could use logs to simplify it? I'll have to work though this.
 
Vorde said:
To make it easier: [itex](a+b)^n-(a^n+b^n)-(c+d)^n-(c^n+d^n)=d[/itex]

Not sure how to go about it though, I'd try isolating all the terms with d to begin with. Then maybe you could use logs to simplify it? I'll have to work though this.

Before you start though, your (c+d)^n-(c^n+d^n) is supposed to be ((c+d)^n-(c^n+d^n))
 
A possible first step is to simplify (a+b)^n - (a^n + b^n) as (a+b)^(n-1). Likewise with the c and d terms.
 
eddybob123 said:
Before you start though, your (c+d)^n-(c^n+d^n) is supposed to be ((c+d)^n-(c^n+d^n))

Would it make a difference?

sin2beta said:
A possible first step is to simplify (a+b)^n - (a^n + b^n) as (a+b)^(n-1). Likewise with the c and d terms.

That doesn't simplify like that, right? Can someone reinforce that for me though?
 
Vorde said:
Would it make a difference?

Yes, because of the subtraction before the left most parentheses.

Vorde said:
That doesn't simplify like that, right? Can someone reinforce that for me though?

No it shouldn't. I don't know what I was doing. There will be coefficients on those two terms in the binomial theorem that need to be taken care of. Disregard my previous post.
 
sin2beta said:
A possible first step is to simplify (a+b)^n - (a^n + b^n) as (a+b)^(n-1)

Looks to me like [itex](a+b)^n - (a^n + b^n)[/itex] is just a constant and there is no need to simplify it - call it a' or something.
 
I think n is supposed to be a variable.
 
n is an integer that is greater than 2. Actually, all of a,b,c, and d should be greater than 2. Is it really that tough of an algebra question?
 
  • #10
Note that for the message below, I assume you meant to isolate d on one side of the equals sign, from the following equality:

[tex](a+b)^n-(a^n+b^n)-((c+d)^n-(c^n+d^n))=0[/tex]Just take the d^n out of the one side of the equation, and take the nth root of both sides. You end up with:

[tex]d=\sqrt[n]{{\left( d+c\right) }^{n}-{c}^{n}-{\left( b+a\right) }^{n}+{b}^{n}+{a}^{n}}[/tex]

Of course, if you want to entirely remove d from the one side (under the radical above), you'd probably need to calculate for specific n.

For example, solved in maxima... lazily ;), with n equal to 3:

[tex]d=-\frac{\sqrt{{c}^{4}+\left( 4\,a\,{b}^{2}+4\,{a}^{2}\,b\right) \,c}+{c}^{2}}{2\,c}[/tex]
...or...
[tex]d=\frac{\sqrt{{c}^{4}+\left( 4\,a\,{b}^{2}+4\,{a}^{2}\,b\right) \,c}-{c}^{2}}{2\,c}[/tex]

Keep in mind that it gets crazy complicated as you increase powers of n.
 
Last edited:
  • #11
Indeed, this looks in general to be an (n-1)th order equation in d. No general solution in terms of radicals exists for [itex]n \geq 6[/itex].
 
  • #12
Matt, I mean to solve the equation on the first post for d, with relation to the variables a,b,c, and n, not just specific values.
I might use the binomial theorem, but I don't know how. Please help me.
 
  • #13
eddybob123 said:
Matt, I mean to solve the equation on the first post for d, with relation to the variables a,b,c, and n, not just specific values.

As Nabeshin wrote there are no general solutions for finding roots of polynomials of degree higher than 5 (as long as you are looking for a way of expressing them using addition, subtraction, multiplication, division and roots of any degree; this has been proven almost 200 years ago). So it is quite likely that the problem can be solved for some small n, but there is no general solution that you are looking for.

There is always a small chance it is possible to use some fancy trick to simplify the equation, but I would not hold my breath.
 
  • #14
But, from what I know, it should be possible. Even humans have dealt with higher power equations, so this shouldn't be much more different.
I think I would use the summation definition of a binomial, then subtract the first and last terms, which are a^n and b^n, and c^n and d^n. This will leave us with the summation starting at 1 and ending at n-1.
 
  • #15
eddybob123 said:
But, from what I know, it should be possible. Even humans have dealt with higher power equations, so this shouldn't be much more different.
I think I would use the summation definition of a binomial, then subtract the first and last terms, which are a^n and b^n, and c^n and d^n. This will leave us with the summation starting at 1 and ending at n-1.

No. It has been proven that most polynomial equations can not be solved. This is a polynomial equation in multiple variables even. So I wouldn't expect a neat solution.
 
  • #16
Then let me ask you this question: what is the highest expected value d with relation to a,b,c, and n. Let me define this more precisely. The highest power of a binomial will determine its greatest value, so the terms ((a+b)^n)-(a^n +b^n) must be greatest possible, so a and b are fairly close together. Likewise, the c and d terms of the left side must be least possible, so c and d have to be furthest apart.
 
  • #17
eddybob123 said:
Then let me ask you this question: what is the highest expected value d with relation to a,b,c, and n. Let me define this more precisely. The highest power of a binomial will determine its greatest value, so the terms ((a+b)^n)-(a^n +b^n) must be greatest possible, so a and b are fairly close together. Likewise, the c and d terms of the left side must be least possible, so c and d have to be furthest apart.
If you want the largest d for a given a, b, and n, then, yes, just make c as small as is allowed. If that makes it much smaller than a and b (hence much smaller than d) then you can approximate (c+d)n - (cn + dn) as ncdn-1.
 
  • #18
Since d^n disappears, the remaining term of highest power is d^(n-1).
It is known that analytical solutions of polynomial equations are possible up to power 4.
So, your equation is analytically solvable up to n=5 (inclusive)
In case of n>5, you have to use numerical computation in order to obtain approximate values for the solutions.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 35 ·
2
Replies
35
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K