Proving by Induction: Solving for f(n) Using a Hypothesis

  • Thread starter Thread starter Gear2d
  • Start date Start date
  • Tags Tags
    Induction Proof
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
1 reply · 2K views
Gear2d
Messages
49
Reaction score
0

Homework Statement



I am not sure if this is the right spot to post this, but how would I go about proving this by induction:

f(n) = { 6, n=1
5n+1, otherwise

Homework Equations





The Attempt at a Solution



Base case:

n=1, 5(1) + 1 = 6


Induction Hypothesis:

6 + 11 + 16 + ... + k = 5k + 1

now put k+1 in for k and get 5(k+1) +1 = 5k + 6

after this I am lost.
 
Physics news on Phys.org
? I don't understand what you're trying to prove. What is f(n) supposed to be such that you can write it in such a manner?