Can You Solve This Challenging Physics Problem?

  • Thread starter therector24
  • Start date
In summary, two users are discussing a math problem on a forum. One user is new and looking for help, while the other is explaining the forum's policy and providing hints on how to solve the problem. The problem involves finding the nth derivative of a given polynomial function and using recursion to find a formula for the problem. The users eventually come up with a recursive formula that can be used to find the solution without having to compute any derivatives.
  • #1
therector24
24
0

Attachments

  • Di636039.jpg
    Di636039.jpg
    4.3 KB · Views: 697
Physics news on Phys.org
  • #2
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.
 
  • #3
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:
  • #4
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!
 
  • #5
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?
 
  • #6
Recursion is your friend

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

[tex] f(x) = (x^2-1)^n[/tex]

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

[tex]\frac{d^0}{dx^0}(f(0))= 1[/tex]

[tex]\frac{d^1}{dx^1}(f(0))= 0[/tex]

[tex]M_2 = -4[/tex]

[tex]M_n = M_n_-_2 - 32(\frac{n}{2} - 1)[/tex]

[tex]M_o_d_d[/tex]

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

You still have to multiply by the other term. [tex]\frac{1}{(2^n)(n!)}[/tex]
 
Last edited:
  • #7
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:
  • #8
?

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.

[tex] n = 0 [/tex]

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

[tex] M_2 = -4 [/tex]

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

[tex] M_4 = -4 - 32(4/2 - 1) = -4 - 32 = -36 [/tex]

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

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:
  • #9
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.

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

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
 

FAQ: Can You Solve This Challenging Physics Problem?

What is the physics question that needs to be solved?

The physics question that needs to be solved is a broad and open-ended question. It could refer to a specific problem or experiment, or it could be a more general question about the laws and principles of physics.

How can we solve a physics question?

Solving a physics question requires a systematic approach that involves identifying the known and unknown variables, understanding the relevant principles and equations, and using problem-solving strategies such as dimensional analysis and algebraic manipulation.

Can anyone help with solving a physics question?

Yes, anyone with a basic understanding of physics and problem-solving skills can help with solving a physics question. However, for more complex problems, it is recommended to seek assistance from a qualified physicist or teacher.

What are some common challenges when solving a physics question?

Some common challenges when solving a physics question include understanding the problem statement, choosing the appropriate equations and principles to use, and keeping track of units and conversions.

How can I improve my problem-solving skills in physics?

To improve problem-solving skills in physics, it is important to practice regularly and seek feedback from others. Additionally, breaking down problems into smaller, more manageable steps and understanding the underlying concepts and principles can also help improve problem-solving abilities.

Similar threads

3
Replies
102
Views
8K
3
Replies
93
Views
12K
3
Replies
86
Views
11K
2
Replies
42
Views
8K
2
Replies
56
Views
8K
2
Replies
67
Views
9K
4
Replies
137
Views
17K
3
Replies
100
Views
9K
3
Replies
98
Views
13K
Back
Top