Find a function f that has a continuous derivative

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
20 replies · 7K views
rjs123
Messages
90
Reaction score
0

Homework Statement



Find a function f that has a continuous derivative on (0, ∞) and that has both of the following properties:

i. The graph of f goes through the point (1, 1)
ii. The length L of the curve from (1, 1) to any point (x, f(x)) is given by the formula L = lnx + f(x) - 1


Homework Equations



Recall that the arc length from (a, f(a)) to (b, f(b)) is given by the formula
eq0015MP.gif
 

Attachments

  • eq0015MP.gif
    eq0015MP.gif
    676 bytes · Views: 500
Physics news on Phys.org
I think the fundamental theorem of calculus will be useful here... since you know the arc length, you can set it equal to the integral.
 
micromass said:
So, what did you try already??
I'm not really sure where to start...but I'm assuming I pick a random integer from 1 to infinity to represent b. Since I'm given the equation for f(x)'s arclength from 1 to any point to infinity: L = lnx + f(x) - 1


...should i set it equal to the equation for finding arclength in general? I've never seen this type of problem before so I'm a little puzzled.
 
Last edited:
Well, you can do what Char limit proposed. The length from 1 to x is given by ln(x)+f(x)-1. But on the other hand, the lenth is also given by

[tex]\int_1^x{\sqrt{1+(f^\prime(x))^2}dx}[/tex]

So, setting them equal gives you

[tex]ln(x)+f(x)-1=\int_1^x{\sqrt{1+(f^\prime(x))^2}dx}[/tex]

Now derive both sides...
 
micromass said:
Well, you can do what Char limit proposed. The length from 1 to x is given by ln(x)+f(x)-1. But on the other hand, the lenth is also given by

[tex]\int_1^x{\sqrt{1+(f^\prime(x))^2}dx}[/tex]

So, setting them equal gives you

[tex]ln(x)+f(x)-1=\int_1^x{\sqrt{1+(f^\prime(x))^2}dx}[/tex]

Now derive both sides...

Let x = 3

[tex]ln(3)+f(3)-1=\int_1^3{\sqrt{1+(f^\prime(x))^2}dx}[/tex]

[tex]ln(3)+f(3)-1=\int_1^3{{1+(f^\prime(x))}dx}[/tex]

[tex]ln(3)+f(3)-1={{x+(f(x))}} from 3 to 1[/tex]


This is what I have so far...am i on the right path?
 
rjs123 said:
Let x = 3

[tex]ln(3)+f(3)-1=\int_1^3{\sqrt{1+(f^\prime(x))^2}dx}[/tex]

[tex]ln(3)+f(3)-1=\int_1^3{{1+(f^\prime(x))}dx}[/tex]

I really don't know what you did there. You can't eliminate the square root like that. It is NOT true that [tex]\sqrt{a+b}=\sqrt{a}+\sqrt{b}[/tex]!

Instead, you have to take the derivative of both sides and apply the fundamental theorem of calculus...
 
micromass said:
I really don't know what you did there. You can't eliminate the square root like that. It is NOT true that [tex]\sqrt{a+b}=\sqrt{a}+\sqrt{b}[/tex]!

Instead, you have to take the derivative of both sides and apply the fundamental theorem of calculus...

dont you mean integral of both sides, and i thought the left side should be left alone...no? I'm stuck on integrating the right side...any help would be appreciated.
 
[tex]ln(x)+f(x)-1=\int_1^x{\sqrt{1+(f^\prime(x))^2}dx}[/tex]


becomes this correct?


[tex]1/x+f^\prime(x)={\sqrt{1+(f^\prime(x))^2}[/tex]
 
Yes, good. Now square both sides and solve for f'(x). Then integrate.
 
Char. Limit said:
Yes, good. Now square both sides and solve for f'(x). Then integrate.

[tex]ln(x)+f(x)-1=\int_1^x{\sqrt{1+(f^\prime(x))^2}dx}[/tex]


[tex]1/x+f^\prime(x)={\sqrt{1+(f^\prime(x))^2}[/tex]

next steps:

[tex](1/x+f^\prime(x))^2={1+(f^\prime(x))^2}[/tex]

[tex]1/x^2+f^\prime(x)^2={1+f^\prime(x)^2}[/tex]

I haven't had calc in a while...if solving for f'(x) wouldn't they cancel each other out here?
 
You squared the left side wrong.

[tex](a+b)^2 \neq a^2 + b^2[/tex]

[tex](a+b)^2 = a^2 + 2 a b + b^2[/tex]
 
Char. Limit said:
You squared the left side wrong.

[tex](a+b)^2 \neq a^2 + b^2[/tex]

[tex](a+b)^2 = a^2 + 2 a b + b^2[/tex]

[tex]ln(x)+f(x)-1=\int_1^x{\sqrt{1+(f^\prime(x))^2}dx}[/tex]


[tex]1/x+f^\prime(x)={\sqrt{1+(f^\prime(x))^2}[/tex]

next steps:

[tex](1/x+f^\prime(x))^2={1+(f^\prime(x))^2}[/tex]

[tex]1/x^2+ 2f'(x)/x + f'(x)^2=1+(f^\prime(x))^2[/tex]

[tex]1/x^2+ 2f'(x)/x=1[/tex]


simple mistake...im now here

multiply by x?
 
Multiplying by x will help, yes. Then you need to subtract 1/x.
 
Char. Limit said:
Multiplying by x will help, yes. Then you need to subtract 1/x.

[tex](a+b)^2 \neq a^2 + b^2[/tex]

[tex](a+b)^2 = a^2 + 2 a b + b^2[/tex][/QUOTE]

[tex]ln(x)+f(x)-1=\int_1^x{\sqrt{1+(f^\prime(x))^2}dx}[/tex]


[tex]1/x+f^\prime(x)={\sqrt{1+(f^\prime(x))^2}[/tex]

next steps:

[tex](1/x+f^\prime(x))^2={1+(f^\prime(x))^2}[/tex]

[tex]1/x^2+ 2f'(x)/x + f'(x)^2=1+(f^\prime(x))^2[/tex]

[tex]1/x^2+ 2f'(x)/x=1[/tex]

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

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

whats a good simplification of the right side for easier integration...[tex]f'(x) = 1/2 - 2/x[/tex]?

f(x) = 1/2x - 2lnx + C ...final answer? i'll double check this right now
 
Last edited:
rjs123 said:
[tex]1/x^2+ 2f'(x)/x=1[/tex]

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

There is a mistake here. After multiplying both sides by x, you should get 2f'(x) = x - 1/x. After that, I would treat them separately.
 
Char. Limit said:
There is a mistake here. After multiplying both sides by x, you should get 2f'(x) = x - 1/x. After that, I would treat them separately.

f'(x) = x/2 - 2/x

After integrating

f(x) = 1/4x^2 - 2lnx + C


is there a way to give you reputation or something for your help...i appreciate it.
 
I don't know if there's a way to do that, and it's not really necessary. Just thanks are good.

Although you should have integrated 1/(2x), not 2/x...
 
Char. Limit said:
I don't know if there's a way to do that, and it's not really necessary. Just thanks are good.

Although you should have integrated 1/(2x), not 2/x...

f(x) = 1/4x^2 - 1/2ln(2x) + C


is the C necessary here?
 
it appears

f(x) = 1/4x^2 - 1/2ln(2x)

does not intersect f(x)...im guessing to set f(x) to 1...then find C...by plugging in 1 for x?

1 = 1/4(1)^2 - 1/2ln(2) + C

1 = 1/4 - 1/2ln(2)

3/4 + 1/2ln(2) = C

f(x) = 1/4x^2 - 1/2ln(2x) + 3/4 + 1/2ln(2)
 
Last edited: