Message Boards Message Boards

0
|
3407 Views
|
2 Replies
|
4 Total Likes
View groups...
Share
Share this post:

Solve equations with sums?

Posted 4 years ago

equation

Hello, I need to solve an equation, which is shown on the picture. It contains sum where t elements must be set manually. I'm simply missing how to convert that to wolfram language. And solve x, of course

POSTED BY: Pavel Knyazev
2 Replies
Posted 4 years ago

Try

t={1,3,5,12};
n=4;
Plot[1/x*Sum[1/(1+x*t[[i]]),{i,1,n}]-n*t[[n]]/((1+x*t[[n]])*Log[1+x*t[[n]]]),{x,-1,1}]
FindRoot[1/x*Sum[1/(1+x*t[[i]]),{i,1,n}]==n*t[[n]]/((1+x*t[[n]])*Log[1+x*t[[n]]]),{x,1/7}]
POSTED BY: Bill Nelson
Posted 4 years ago

Awesome! It works)

Thank you very much!

POSTED BY: Pavel Knyazev
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract