Can You Solve This Challenging Physics Problem?

  • Thread starter Thread starter therector24
  • Start date Start date
therector24
Messages
24
Reaction score
0

Attachments

  • Di636039.jpg
    Di636039.jpg
    4.3 KB · Views: 732
Physics news on Phys.org
Welcome to PF therector24.
Policy here is that we don't just give away the answer, but rather a hint on how to obtain it. Therefore, please show us some work, what you got so far. Then we will be able to point you in the right direction.

If you didn't do anything yet: start by finding the n'th derivative of the polynomial in that function.
 
thank u for your interesting
well, i tried to substitute with finding the derivative
till n= 6 and all of the answers were 0
except when n=0,2
the answer was 1 & .5
so here iam stuk in finding the formula
if all of the answers were zeros it was going to be nothing
i just want an idea and i will solve it
and if i knew the answer i will post it as fast as i can
thank u.
 
Last edited:
hey, i found the formula but the problem that it is not right when we say n=0,1,2 but after that its correct so can i make an exception on that waiting for reply!
 
I am also stuck in this formula ,I tried to derive seven times by only substituting the n until n=7,I did that because i wanted to find something that i can build my formula but i could not.
anyone can help?
 
Recursion is your friend

I found the solution this morning. There is a recursive relationship.

f(x) = (x^2-1)^n

\frac{d^n}{dx^n}(f(0))= (\frac{d^(^n^-^2^)}{dx^(^n^-^2^)}f(0))(M_n)

\frac{d^0}{dx^0}(f(0))= 1

\frac{d^1}{dx^1}(f(0))= 0

M_2 = -4

M_n = M_n_-_2 - 32(\frac{n}{2} - 1)

M_o_d_d

is not necessary, because odd n values of the derivative are zero.

You still have to multiply by the other term. \frac{1}{(2^n)(n!)}
 
Last edited:
so about the formula
there is a problem that u have to derive in order to have m
the porpuse of the formula is that u can get the answer just by substituting but here i have to find m after finding the derivative.
u mean m is the last number after deriving
but how to find m without finding the derivative??
 
Last edited:
?

You don't have to find the derivative. This function recurses back to the 0th derivative, which means that you don't find the derivative. You just plug in 0 for x. Here's an example of the iteration.

n = 0

\frac{d^0}{dx^0}[f(0)] = 1n = 2

M_2 = -4

\frac{d^2}{dx^2}[f(0)] = 1(-4) = -4n = 4

M_4 = -4 - 32(4/2 - 1) = -4 - 32 = -36

\frac{d^4}{dx^4}[f(0)] = -4(-36) = 144

etc...

You don't have to compute any derivatives; to derive this I had to compute many derivatives (Maple helps here). Then I found the recursive relationship (aka pattern) that works when x = 0.
 
Last edited:
here we don't want to use maple we want a formula, that means when u substitute you get the finall asnwer directly (by hand)
 
  • #10
Recursion

You don't use maple. You use the recursive formula.

Here's an easier example of recursion.

H(x) = x[H(x-1)]
H(0) = 1

There is another representation of this formula. Can you figure out what it is?

If this is too difficult for you, ask someone what recursion is. I'm sure some one on one help will help you understand this.
 
  • #11
thank u so much u helped me alot
 
Last edited:
  • #12
thank u sennyk u were a great help
 

Similar threads

3
Replies
102
Views
10K
2
Replies
93
Views
14K
2
Replies
86
Views
13K
Replies
42
Views
10K
2
Replies
56
Views
10K
2
Replies
67
Views
11K
3
Replies
137
Views
19K
3
Replies
100
Views
11K
2
Replies
98
Views
14K
Back
Top