Group Abstract Group Abstract

Message Boards Message Boards

0
|
20 Views
|
0 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Proving equality of first terms and counting set elements in sequences

Posted 14 hours ago

enter image description here

I solved the first problem this way, but I don't know how to approach the second part.

a[n_] := a1 + (n - 1) d       
b[n_] := b1*2^(n - 1)
eq1 = a[2] - b[2] == a[3] - b[3];
eq2 = a[3] - b[3] == b[4] - a[4];
sol = Solve[{eq1, eq2}, {d, a1}] // Simplify

enter image description here

How should I tackle the second question?

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