Solve Complex Function: Step-by-Step Guide

  • Thread starter Thread starter trojsi
  • Start date Start date
  • Tags Tags
    Function
AI Thread Summary
The discussion focuses on solving the equation f(n) = 15^n + 8^(n-2) and specifically on deriving f(n+1) - 8f(n) as a multiple of 15^n. The user initially struggled with the first two steps of the solution but later provided the equation for f(n+1) and the calculation for 8f(n). Upon simplifying, the terms involving 8^(n-1) cancel out, leading to the expression (15 - 8)15^n. The key takeaway is the importance of careful manipulation of terms to isolate the desired multiple of 15^n. Understanding these steps is crucial for tackling similar problems in complex functions.
trojsi
Messages
17
Reaction score
0
Hi,
please find attached the problem and the answer. I can't anderstand the first and second step of the answer. I only need a link for the topic or maybe method the used. Bdw I haven't tried to figure out the second answer but for now I only need help tackling the first one.
 

Attachments

Last edited:
Physics news on Phys.org
thanks for telling.. I uploaded it now :)
 
I have the feeling I have done this before!

You have the equation f(n)= 15^n+ 8^{n-2} and want to write f(n+1)- 8 f(n) as a multiple of 15^n.

Okay, f(n+1)= 15^{n+1}+ 8^{n+1- 2}= 15^{n+1}- 8^{n-1} and 8f(n)= 8(15^n)- 8^{n-2})=8(15^n)- 8(8^{n-2})=8(15^n)- 8^{n-1}

Now, when you subtract the two "8^{n-1}" terms cancel and you get 15^{n+1}- 8(15^n)= 15(15^n)- 8(15^n)= (15- 8)15^{n+1}.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top