Permanently A
Junior Member
Is "a" a constant in this equation?
Oh yeah, it is. Missed that part. Thanks!
Is "a" a constant in this equation?
F is defined piecewise, but in your code for definition of ax, you've omitted the pieces x < 0 and x > 3. For the questions shown, your definition happens to give the right answer (because all values of x that are asked about are between 0 and 3), but you'd get the wrong answer for other values of x. You could try something likeAlso, can someone look over my work in the quotes?
I have a sort of math question, about whether I should continue to study it. I'm basically a mature student who's doing a part time degree in astronomy/physics. However the math module I'm currently doing is making my head spin, and I know it's only basic stuff so far. At present I'm covering negative and fractional indices, I can follow my text, but once I get onto questions I just get lost. I know things are going to get exponentially harder as I go, is it worth me continuing if I'm already struggling on simple stuff? It's a horrible decision as physics is my passion, but I'm not sure I have the smarts to follow it to degree level![]()
Math is a skill that you need to practice and develop. Being able to read and understand the text is great, but you do need to struggle with those problems to build up your ability. If you find that you are getting completely lost on your assigned problems, then maybe you need to find some easier problems to try first, and work your way up to the ones that are giving you trouble. It might take some extra effort on your part, but don't let an early setback stop you from pursuing what you love.
How am I supposed to know what this phase shift is?
![]()
-1.1? -1.15? -1.2? wtf.
By looking at the wave, you know everything but the phase shift.
Starting with the generic equation, F(x) = Acos(Bx – C) + D
A: amplitude is A
B: period is (2π/|B|
C: phase shift is C/B
D: vertical shift is D
Plug in what you know, and solve for what you don't. Hope that helps a little, I can't write out a solution right now.
The function g is continuous on the interval [a, b] and is differentiable on (a, b).
Suppose that g(x) = 0 for 9 distinct values of x in (a, b).
What is the minimum number, k, of z in (a, b) such that g'(z) = 0?
I know what theorems this has to do with but I have no idea how to put it together. Any help?
I feel like this is one of those questions where the answer is in a form that I'd never expect.
Close. As SummitAve mentioned, your phase shift is C/B. If C = -pi/2 and B = 2pi/5, then your phase shift is -pi/2/(2pi/5) = -pi/2 x 5/2pi = 5/4.I dunno, I came up with pi/2, but that's wrong evidently :/ Came to that conclusion because for 9sin(x) to = 9, sin x = 1, sin pi/2 = 1, tada, but wrong
Edit: Well, on webassign, it said the formula y = 9sin((2pi/5)x + pi/2) was correct, but it says the phase shift is not -pi/2. Is such a thing even possible? Oh, I guess it would be -5pi/4?
The volume of a spherical cancerous tumor is given by the following equation.
V(r) = (4/3)π(r^3)
If the radius of a tumor is estimated at 1.3 cm, with a maximum error in measurement of 0.003 cm, determine the error that might occur when the volume of the tumor is calculated.
Find the first and second derivatives of the function.
h(x) = ((x^2) + 8)^(2) * (x - 8)
For the first one, the question is asking you to use differentials to estimate ΔV, which is the maximum amount a calculated volume using V(r) will be off from the actual amount. In other words:Alright bros I have a few questions and would appreciate any help:
I have no idea what to do for that.
And the other is this one:
I am really struggling with this one. I figured it would go 2((x^2)+8) (2x), with the (x-8) just being negated to 0, which would simplify to 4x((x^2)+8) but that isn't right. I don't know what to do.
Any help?
For the first one, the question is asking you to use differentials to estimate ΔV, which is the maximum amount a calculated volume using V(r) will be off from the actual amount. In other words:
ΔV ≈ dV = dV/dr * dr
dV/dr is the derivative of the volume function with respect to r, and dr is the maximum error in your radius. From there it should just be finding your derivative and plugging in values.
For the second question, it looks like it's just brute forcing with the chain rule. Let (x^2+8)^2 be your f and (x-8) be your g, so the first derivative will be f'g + g'f.
Where does pi go when computing the derivative? Is the derivative of the function 4(pi)r^2 ? So then I take the estimated radius to put in at r, then multiply that all by .003, right?
You've got it exactly right, since pi is a constant.
And you are welcome.![]()
EDIT: Alright I'm struggling with the second one now.
So f= ((x^2)+8)^2 , g=(x-8)
f'g= 4x((x^2)+8) (x-8)
g'f= ((1)((x^2)+8)^2)
How do I simplify the f'g? Does it just make it all (4x^2)((x^2)+8) - 32x((x^2)+8)?
EDIT: Alright I'm struggling with the second one now.
So f= ((x^2)+8)^2 , g=(x-8)
f'g= 4x((x^2)+8) (x-8)
g'f= ((1)((x^2)+8)^2)
How do I simplify the f'g? Does it just make it all (4x^2)((x^2)+8) - 32x((x^2)+8)?
I would multiply 4x and (x-8) together to get 4x^2-32, simplifying f'g to (4x^2-32x)(x^2+8) and use the product rule on that. The derivative of that should be (8x-32)(x^2+8) + (4x^2-32x)(2x), and then tack on the derivative of g'f to get your second derivative of h(x).
Alternatively, you could actually fully expand out h(x) at the start. It might get slightly messy, but you'll be left with a polynomial, and taking the second derivative of that should be simple.
Your second term should be 16x^3, but otherwise that's correct.Thanks for this. Helps me a lot.
By the expanding out h(x) at the start, do you mean doing this:
((x^2)+8)^2 (x-8) -> (FOIL the first part, then the second)
= (x^5)+(16x^2)+(64x) - (8x^4)-(128x^2)-512
And so on from there?
As messy as that is, it would probably be easier for me haha.
Your second term should be 16x^3, but otherwise that's correct.
When a hyperbola has a center at zero with a foci on the x-axis, you are probably aware the formula is:
x^2/a^2-y^2/b^2 = 1
What the problem means by "write the formula for x^2" is to rearrange the equation so that x^2 is on the left and everything else is on the right. So:
x^2/a^2 = 1+y^2/b^2
x^2 = a^2(1+y^2/b^2)
Keep in mind that c^2 = a^2 + b^2, where c is the x-coordinate of the focus and a is the x-coordinate of the vertex. Hopefully you can see what needs to be done from there.
First, I would rewrite it as
(y^2+4y) +(-3x^2+6x) - 11 = 0 → (y^2+4y) - 3(x^2-2x) - 11 = 0
Now, you want to complete the square for y and x. Doing so for both should be straight forward enough, making sure you keep in mind the -3 that is multiplying the x's. Finally, simplify the expression into a hyperbolic form you are familiar with.
To help with that, I'll look at a general equation of the form x^2+bx = c. To complete the square, you take one half of the coefficient b and square, so equivalently (1/2b)^2 = 1/4*b^2. You now add this to both sides of the equation:Ugh, I'm awful at completing squares. How do I do that? y^2 + 4y + 4 = 11?
To help with that, I'll look at a general equation of the form x^2+bx = c. To complete the square, you take one half of the coefficient b and square, so equivalently (1/2b)^2 = 1/4*b^2. You now add this to both sides of the equation:
x^2+bx+1/4b^2 = c +1/4b^2
The left side can now be factored into (x+1/2b)^2
With your problem, if we apply this to the y's first, you will get:
(y^2+4y+4) -3(x^2-2x) = 11 + 4
(y+2)^2 - 3(x^2-2x) = 15
You might be seeing where this is going now. Try and work out completing the square for the x's.
When you factor out the -3, you get -3(x^2-2x). 1/2 squared of -2 is +1. So you're function will now be:Damn it, I'm really sorry but I'm still completely lost. So I start with -3(x^2 - 2x) = 0?
I'm taking -3x^2 + 6x, 1/2 of 6 = 3, so I'm getting (x+3)^2? I have no idea what I'm doing. :/
Given that f(0)=0 and f'(0)=1, find the limit of f(z^2)/z as z goes to 0.
When you factor out the -3, you get -3(x^2-2x). 1/2 squared of -2 is +1. So you're function will now be:
(y+2)^2 - 3(x^2-2x+1) = 15 - 3 (This is negative since you have to multiply the +1 by the -3 outside the paranthesis)
Now factor the x term:
(y+2)^2 - 3(x-1)^2 = 12
Divide by 12:
((y+2)^2)/12 -3((x-1)^2)/12 = 1
((y+2)^2)/12 -((x-1)^2)/4 = 12
This is the equation of a hyperbola with the center (1,-2). To find the foci, solve c^2 = a^2 + b^2 for c, with a^2 being 12 and b^2 being 4:
c^2 = 12 + 4 = 16
c = ±√16 = ±4
To find the foci, you take your center and add c to the y-coordinate. So the foci are then (1,-2±4) = (1,2) and (1,-6). So the answer looks to be choice 3.
Sorry to blow through that, but I'm heading off to bed and didn't want to leave you hanging. If you're confused, there's some great youtube videos out there that go through similar problems. I think this is a goodie: http://www.youtube.com/watch?v=TFTw5s1wsWM
F is defined piecewise, but in your code for definition of ax, you've omitted the pieces x < 0 and x > 3. For the questions shown, your definition happens to give the right answer (because all values of x that are asked about are between 0 and 3), but you'd get the wrong answer for other values of x. You could try something like
ax <- function(x) { ifelse(x < 0, 0, ifelse( x<= 3, x^3/27, 1 ) ) }
although there are other ways of doing this as well.
As far as I know, unfortunately, it is just a matter of pattern recognition. You've probably already worked out a example that shows the nth derivative of x^n is n!, and that's certainly easy enough to grasp without grinding out derivatives. But this only applies if n is a nonnegative integer. If n is a negative integer, things don't turn out so friendly, as the factorial of such a number is more or less undefined.I have a question about a problem I ran across in my Calc 1 class:
Find an expression for the nth derivative of 1/(2x+1)
I know the answer is (-1)^n(n!)(2^n)(2x+1)^-(n+1), but I was wondering if there's a more intuitive way of finding the answer rather than just relying on pattern recognition. Any ideas?
As far as I know, unfortunately, it is just a matter of pattern recognition. You've probably already worked out a example that shows the nth derivative of x^n is n!, and that's certainly easy enough to grasp without grinding out derivatives. But this only applies if n is a nonnegative integer. If n is a negative integer, things don't turn out so friendly, as the factorial of such a number is more or less undefined.
I am not able to understand the question completely. Do you need to find the period or b? At least one of the value should be given to calculate the other. Anyway, cos x has a period of 2π, whereas cos bx will have a period of 2π/b If period is given numerically, and you have to solve for b, then equate the two equations and find b. If b is given just as a random constant, and you just have to state period then it will be 2π/bI have a graph of a cosine graph that shows (0, -3) is a low point. i.e it's increasing right after. It shows that MAYBE at x = pi, y = 0. Doesn't say for sure, looks like it. How the fuck am I supposed to figure out the period of this graph?
amplitude = 3, and the graph is reflected, so -3 = -3 cos bx. x = 0 at the only given point, so it's impossible to solve for b with what's fucking given.
I am not able to understand the question completely. Do you need to find the period or b? At least one of the value should be given to calculate the other. Anyway, cos x has a period of 2π, whereas cos bx will have a period of 2π/b If period is given numerically, and you have to solve for b, then equate the two equations and find b. If b is given just as a random constant, and you just have to state period then it will be 2π/b
I have to find the period and b actually. And the only thing given about the graph was (0, -3) is a trough/low point. And the maybe (pi, 0) was a point. Which, as it turns out according to the book is correct. For the answer it lists 4pi/3 as the period, 3/2 = b. And lists the equation as y = -3 cos 3/2x.
I don't know how I was supposed to derive this information without more than just 0, -3 as a low point.
Okay EskimoJoe. Got I just spent a little more time on your problem and I did it like your professor told you:
(16/18)(15/17)(14/16)(13/15)(12/14)(11/13)(10/12)-2(8/18)(7/17)(6/16)(5/15)(4/14)(3/13)(2/12) = 14/39
The first expression is the probability of getting no green balls, lets call it P1. The second is the probability of getting all amber or all blues, lets call it P2.
So, P = P1-P2.
There you go.
Again, I would really appreciate if someone could verify this results.
Thanks.Determine the function f satisfying the given conditions.
f ' (x) = cos(x)
f (5π/6) = 9.5
f (x) = A sin(x)^B cos(x)^C + D
Find A, B, C or D