Have trouble starting this relatively simple derivative problem

  • Thread starter Thread starter IntegrateMe
  • Start date Start date
  • Tags Tags
    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
14 replies · 2K views
IntegrateMe
Messages
214
Reaction score
1
A solar panel outputs P(θ) watts when the angle between the sun and the panel is θ for 0 ≤ θ ≤ π. On any day, the angle between the panel and sun t hours after 6 a.m. is θ(t) for 0 ≤ t ≤ 14. Assume that sunrise is at 6 a.m. and sunset is 8 p.m.

Suppose dP/dθ (2π/3) = 12 and θ(t) = arcsin(t/7 - 1) + π/2

Find the change in power for the panel between 4:30pm-5:30pm.

I'm not asking any of you to do the problem for me, I just need some guidance as how to start.

Thanks everyone :)
 
Physics news on Phys.org
Well, t = 10.5 would be 4:30pm, and t = 11.5 would be 5:30pm

So, since θ(t) = arcsin(t/7 - 1) + π/2

θ(10.5) = arcsin(10.5/7 - 1) + π/2
and
θ(11.5) = arcsin(11.5/7 - 1) + π/2
 
triple bump! anyone? having real trouble with this one...
 
θ(10.5) = 2.0944
and
θ(11.5) = 2.2690

Now, I think I would simply need to plug these numbers into P(θ), but why do they tell me that dP/dθ (2π/3) = 12?
 
Is this wrong? Sorry, I just want to be done with this problem :(
 
Hmmm...[itex]\theta (10.5) = \arcsin (0.5) + \frac{\pi}{2} = \frac{\pi}{6} + \frac{\pi}{2} = \frac{2\pi}{3}[/itex]. Now assume that the rate you're given at this angle is constant throughout the hour.
 
Does this mean that the change in power is equal to 12 when theta moves from 10.5 to 11.5?
 
Let me understand this intuitively...

dP/dθ (2π/3) = 12 tells us that (since 2pi/3 = 10.5) when we move from 10.5 to 11.5, the change in power will be equal to the power at 10.5 = 2pi/3 - the power at 11.5 = 2.269 * 12

So:

(P(11.5) - P(10.5))(12)

Correct?
 
From a calculus perspective, let P denote the power output you need. Then

[tex]P= \int_{\theta(10.5)}^{\theta(11.5)} \frac{dP(\theta)}{d\theta} {}d\theta = 12 \cdot (\theta(11.5)-\theta(10.5))[/tex],

assuming the rate is kept constant between 4:30 pm and 5:30 pm.
 
Thank you, dextercioby, I appreciate your help greatly!